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: Multiple libstdc++ versions


It is for the dynamic linking case.
Previously I thought it's determined at link time (especially seeing
'ldd' return a full path), but now I see that it's determined as a
filename and RPATH.
so I suppose I need to always include an RPATH for the newer libstdc++.

Thanks for your answer.


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