This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]