This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: How do I select a version of libstdc+ to link against?


> For the third or fourth time, have you use ldd to see which library is being
> used by the runtime linker?  I am positive that will show you it's using the
> standard system libstdc++ in somewhere such as /usr/lib/libstdc++.so.6.x.x

My apologies, it is linking to:

/usr/lib/libstdc++.so.6.0.13

> You can use RPATH or $LD_LIBRARY_PATH to force a different lib to be used.

Thanks.


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