bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

atexit() and glibc 2.2.4


From: Kristian Amlie
Subject: atexit() and glibc 2.2.4
Date: Sat, 15 Sep 2001 06:51:47 -0700 (PDT)

I recently upgraded glibc to version 2.2.4-8.
After this I was unable to compile almost all programs, except for
really simple ones. The reason is that most shared libraries use the
atexit function, more exactly "atexit@@GLIBC2.0".
The new glibc doesn't seem to provide this, so I get an unresolved
symbol whenever I try to link a library that uses it (and quite many
do).

I have gcc (egcs) version 2.91.66 and binutils 2.9.1.0.23-1.

This is the message I get:
/usr/lib/libvga.so: undefined reference to `atexit@@GLIBC2.0'

Is this a bug, or is it something I have to do before I can use atexit 
correctly?

__________________________________________________
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]