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

conf-ld:
ld

Users and groups are created and /var/qmail too.
Both of them are the GNU one's.
But I'm getting the error below during compilation time (make setup
check).
Does anyone know why?
Thanks in advance.

----------
....
./compile datetime.c
./compile datetime_un.c
./makelib datetime.a datetime.o datetime_un.o
./compile auto-str.c
auto-str.c: In function `main':
auto-str.c:15: warning: return type of `main' is not `int'
./load auto-str substdio.a error.a str.a
ld: warning: cannot find entry symbol _start; defaulting to 00010074
auto-str.o: In function `puts':
auto-str.o(.text+0x20): undefined reference to `_exit'
auto-str.o: In function `main':
auto-str.o(.text+0x44): undefined reference to `_exit'
auto-str.o(.text+0x5c): undefined reference to `_exit'
auto-str.o(.text+0x108): undefined reference to `_exit'
auto-str.o(.text+0x110): undefined reference to `_exit'
auto-str.o(.data+0x10): undefined reference to `write'
substdio.a(substdo.o): In function `allwrite':
substdo.o(.text+0x10): undefined reference to `errno'
substdo.o(.text+0x34): undefined reference to `errno'
make: *** [auto-str] Error 1


--------------------------------------------------
Erico Augusto Bettoni
Ciencia da Computacao 97 - UNICAMP
"Viver � a coisa mais rara do mundo,
a maioria das pessoas apenas existe."

Reply via email to