Query
Ian Lance Taylor
ian@airs.com
Thu Dec 30 15:42:00 GMT 2004
"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
More information about the Libstdc++
mailing list