This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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: Cannot Successfully map soname libstdc++


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.




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