This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: Query


"Kumar S, Sudhir \(Sudhir\)" <sudhir@lucent.com> writes:

> 	When I try to run my compiled C++ program, it says libgcc_s.so.1 not
> found eventhough the file is present 
> in the /usr/local/lib directory. I have also set this path in the .cshrc
> file. Please help.

This is not a libstdc++ issue.

If you set LD_LIBRARY_PATH to /usr/local/lib, the dynamic linker
should be able to find the library.  Or copy it into /usr/lib.

Ian


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