problem with ld-elf.so.1 install
Steve Kargl
sgk at troutmask.apl.washington.edu
Thu Feb 19 14:31:18 PST 2004
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.
--
Steve
More information about the freebsd-current
mailing list