Cannot Successfully map soname libstdc++
Toon Knapen
toon.knapen@fft.be
Fri Sep 10 05:43:00 GMT 2004
Toon Knapen wrote:
> 138196:a.out: rld: Fatal Error: Cannot Successfully map soname
> 'libstdc++.so.6' under any of the filenames
> /soft/sdrc/ideas10m1/orbix/shlib/libstdc++.so.6:/soft/sdrc/ideas10m1/orbix/shlib/default/libstdc++.so.6:/soft/sdrc/ideas9/orbix/lib/libstdc++.so.6:/usr/lib32/libstdc++.so.6:/usr/lib32/internal/libstdc++.so.6:/opt/lib32/libstdc++.so.6
>
>
> The funy thing is that the libstdc++.so.6 that comes with the gcc
> (installed in /usr/local/gcc-3.3.4) is not listed although
> LD_LIBRARY_PATH contains /usr/local/gcc-3.3.4/lib (followed by the paths
> to the /soft/sdrc....).
(Replying to myself)
I found out that IRIX does not use LD_LIBRARY_PATH but rather
LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH to find its shared libs.
So setting these paths, I succeed in running my executable.
More information about the Gcc-help
mailing list