hi,
I am working on FC4 with processor i686. Gcc (4.0.0) and glibc (2.3.5)
is already installled in this.
I wanted to install glibc 2.1.3 and gcc 1.1.2 (egcs 2.91.66)
I installed glibc 2.1.3 in my own local directory /opt/WMS/glibc and
gcc in /opt/WMS/gcc
After installing i tried to set the
LD_LIBRARY_PATH =/opt/WMS/glibc/lib/
but after i set when I do ls i get the following error
ls:/opt/WMS/glibc/lib/librt.so.1: version GLIBC_2.2 not found (required
by ls)
ls:/opt/WMS/glibc/lib/libc.so.6: version GLIBC_2.2.3 not found (required
by ls)
ls:/opt/WMS/glibc/lib/librt.so.1: version GLIBC_2.3.4 not found
(required by ls)
I have set the GCC_EXEC_PREFIX to /opt/WMS/gcc/lib/gcc-lib/
and the PATH to /opt/WMS/gcc/bin
Can someone help me out
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]