This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Shared library annoyance with gcc-3_0-branch
- To: gcc at gcc dot gnu dot org
- Subject: Shared library annoyance with gcc-3_0-branch
- From: Brad Lucier <lucier at math dot purdue dot edu>
- Date: Wed, 14 Feb 2001 14:20:39 -0500 (EST)
- Cc: lucier at math dot purdue dot edu
I just installed today's CVS source of the gcc-3_0-branch on
alphaev6-unknown-linux-gnu, with glibc-2.1.3 and binutils-2.10.1, and I
get the following message after trying to use a program compiled with
this compiler:
../../../gsc/gsc: error in loading shared libraries: libgcc_s.so.0: cannot open shared object file: No such file or directory
This goes away when I add /export/u10/egcs-test/lib (gcc was installed
with prefix /export/u10/egcs-test) to my LD_LIBRARY_PATH.
So, are you expecting gcc to be installed in standard places now, or
are you expecting people to know about LD_LIBRARY_PATH to use the new
gcc, or is this just a bust?
Brad Lucier