Date: Fri, 04 Feb 2000 14:53:34 -0700 From: Warner Losh <imp@village.org> To: marcov@stack.nl (Marco van de Voort) Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: how to compile without libc (so not static) Message-ID: <200002042153.OAA00969@harmony.village.org> In-Reply-To: Your message of "Fri, 04 Feb 2000 17:13:24 %2B0100." <20000204161324.B2DE396D7@toad.stack.nl> References: <20000204161324.B2DE396D7@toad.stack.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <20000204161324.B2DE396D7@toad.stack.nl> 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 majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002042153.OAA00969>
