In message <[EMAIL PROTECTED]> Marco van de Voort writes:
: /usr/lib/crt1.o: In function `_start':
: /usr/lib/crt1.o(.text+0x4f): undefined reference to `atexit'
: /usr/lib/crt1.o(.text+0x5c): undefined reference to `atexit'
: /usr/lib/crt1.o(.text+0x6f): undefined reference to `exit'
: in /usr/lib doesn't find me that label.
: 
: What am I missing? 

nm /usr/lib/crt1.o | egrep exit
         U atexit
         U exit

Warner


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to