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]

mixing version of libstdc++


Hi,
I've got a little issue: I've build a plugin with gcc 4.1.3, linked against
libstc++.so.6.0.9 but the main program uses libstdc++.so.6.0.8 (the
libstdc++ so file comes with this program). When the main program tries to
load the plugin I've got the following error:

libstdc++.so.6: version `GLIBCXX_3.4.9' not found

which is normal because libstdc++.so.6.0.8 (coming with the main program)
does not have this tag.
If I do a ldd command on the plugin I've got no error because ldd use the
correct libstdc++ file.

So I would like to know if and how it is possible to fix this ?

Thanks!
-- 
View this message in context: http://www.nabble.com/mixing-version-of-libstdc%2B%2B-tp19391876p19391876.html
Sent from the gcc - libstdc++ mailing list archive at Nabble.com.


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