On Thu, Mar 23, 2000 at 04:55:59PM -0300, Erico Augusto Bettoni wrote:
 
> I'm trying to compile qmail-1.03 on a solaris 2.5.1 with gcc-2.95.2 and
> bintuils-2.9.1 (ld). I've adjusted conf-cc and conf-ld:
> 
> conf-cc:
> gcc -02

typo. -O2, not -02.

 
> Users and groups are created and /var/qmail too.
> Both of them are the GNU one's.

Both of what? GNU users?


> ./load auto-str substdio.a error.a str.a
> ld: warning: cannot find entry symbol _start; defaulting to 00010074

can you compile, link and run trivial programs?

echo "int main(void) { write(1,"hello world\n",12); exit(42); }" >x.c
gcc -o x x.c && ./x

Your development system may be seriously crippled.

Regards, Uwe

Reply via email to