This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
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
- References:
- Query
- From: Kumar S, Sudhir (Sudhir)