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]

compiling code for other system -> GLIBCXX_3.4.9 not found


Hi!

I have to deliver a binary package. But when I try to install it on the target computer I get the following error:
MM: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by MM)

>From objdump -T /usr/lib/libstdc++.so.6 (and some "grepping") I assume that the target platform's glibc version is 3.4.8 ("GLIBCXX_3.4.8").

How can I solve this issue with minimum effort and by _not_ compiling the code on the target platform? I currently only need to support this exact target platform.

As a compiler I use g++ 4.1.2 with ld 2.17.50. (Ubuntu 8.04...) Thanks in advance!

Best, Philip
-- 
Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger01


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