RE: shared libraries
On 08-Sep-2000 Robert Kerr wrote:
> Hi all,
> I'm working at compiling a program under slink and keep getting the error
> (when trying to run it) that it can't find the
> libstdc++-libc6.1-2.so.3. Of course, that happens for a very good
> reason--the version on slink is libc6.0. How can I find out what part of
> my code is referencing that library? ldd tells me that the executable is
> trying to reference it, but nothing more than that.
>
the culprit is the libstdc++.so. It links to that I bet.
Reply to: