On Thu, Feb 19, 2004 at 11:06:08PM +0100, Matteo Riondato wrote: >> Steve Kargl wrote: >> >>> >>>Please don't top-post. You lose context that way. >>> >>>http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/stdlib/atexit. >>> Appears a 'c' was dropped from atexit.c. > > How should that file be used ? I'm having the same issue compiling a > -CURRENT world from a 5.2-RELEASE-p1.. Well, the trimming of previous posts and the top-posting lost the context. See http://lists.freebsd.org/pipermail/freebsd-current/2004-February/021724.html In the above URL, Mike states 'I also got another message that I can't quite remember now, something about "__cta_??" or __cxa_??"'. The cvsweb URL I posted explains where the __cxa_atexit/__cxa_finalize symbols come to life. In short, I believe you're trying to use new binaries that are linked against the shared libc with __cxa_atexit and __cxa_finalize. But, the linker is using an older libc without those symbols. -- SteveReceived on Thu Feb 19 2004 - 13:31:18 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:44 UTC