Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-interest Archive, March 2002
Re: qmake linking fails with "cannot find entry symbol _start"


Message 1 in thread

Hi,

> I'm trying to compile qt-x11-free-3.0.1 on RedHat 7.0, kernel 2.4.18-rc1 with gcc version 3.0.3.
> Configure throws core dumps and I figured that the problem is a tiny warning after linking
> qmake:
> g++ -o qmake project.o main.o ...
> /usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 080497c0
> 
> qmake is build but remains useless.
> 
> Can anybody help me with that?

Try the _patched_ native compiler on a vanilla Red Hat, it works for me.
Installing custom kernels, GNU C libraries, compilers, etc. may results
in such errors.

Dimitri