Help: LD_LIBRARY_PATH needed for gcc to find libgcc_s.so.1

Andrew Walrond andrew@walrond.org
Tue May 25 14:25:00 GMT 2004


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



More information about the Gcc mailing list