[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: atexit() and glibc 2.2.4
From: |
Justin Guyett |
Subject: |
Re: atexit() and glibc 2.2.4 |
Date: |
Sat, 15 Sep 2001 22:18:25 -0700 (PDT) |
On Sat, 15 Sep 2001, Kristian Amlie wrote:
> 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.
I got that with [a glibc compiled with] 2.95.3 + the patch mentioned in
the documentation too. 2.95.4-cvs [compiled glibc] doesn't have those
problems afaict, and I didn't notice anything with 2.95.3 and 2.2.3
either.
I don't think 2.91.66 is a supported compiler for glibc 2.2.x.
justin