This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
can't find the shared library
- To: gcc-help at gcc dot gnu dot org
- Subject: can't find the shared library
- From: "Dan, Ho-Jin" <hjdan at sys713 dot kaist dot ac dot kr>
- Date: Mon, 27 Aug 2001 03:42:47 +0900
I compiled and installed gcc 3.01 on the host i686-pc-linux with
indicating the use of
the new "binutils" in the /usr/local/gnu/bin (old one is in the
directory /usr/bin, It seems
out of date to compile gcc 3.01). A simple code in c plus is compiled
and tested, but
the following message can be got.
[hjdan@casad4 tmp]$ ./testgcc
./testgcc: error in loading shared libraries: libgcc_s.so.1: cannot open
shared object file: No such file or directory
I remember that gcc (<=2.95.3) found his library without any post
configuration such as ldconfig,
findutils(ld, ... etc.) problems ?
thanks in advance...