Versions:
glibc-2.2.3
gcc-2.95.3 (have also tried gcc-2.95.2.1)
openssl-0.9.6b (have also tried openssl-0.9.6a)
I've been getting a load of errors compiling many different software
packages. Particularly software that uses libcrypto, or an associated
OpenSSL library. The main error has been:
`undefined reference to `atexit''
I read of a a patch for gcc that is supposed to fix this problem. I
then applied the patch and compiled gcc-2.95.3 with the new patch.
However, now I'm getting this while compiling gcc:
`undefined reference to `stat''
The glibc manual/FAQ mentions this problem and how to fix it. It says
to check /usr/lib/libc.so, and make sure it points to libc_nonshared.a
and libc.so.6. The text file is set just the way the FAQ says it is
supposed to be.
I then tried gcc again, same error. I recompiled glibc, then tried
gcc, but same error.
If anyone can help me with this I'll be greatly appreciated.