This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Help: LD_LIBRARY_PATH needed for gcc to find libgcc_s.so.1
- From: Andrew Walrond <andrew at walrond dot org>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 25 May 2004 15:25:22 +0100
- Subject: Re: Help: LD_LIBRARY_PATH needed for gcc to find libgcc_s.so.1
- References: <200405251129.41333.andrew@walrond.org>
Solved :(
The linker doesn't have access to gcc's built-in library search paths. It
reads paths directly from /etc/ld.so.conf, which was not present in this
case, hence the failure.
Andrew Walrond