06-29-07 12:21 AM
On Thu, 28 Jun 2007 07:54:44 -0700 shahan.am@gmail.com wrote:
> libstdc++.so.6 (GLIBCXX_3.4) => (version not found)
> libstdc++.so.6 (CXXABI_1.3) => (version not found)
...
> libstdc++.so.6 (CXXABI_1.3) => (version not found)
> libstdc++.so.6 (GLIBCXX_3.4) => (version not found)
> libstdc++.so.6 (GLIBCXX_3.4) => (version not found)
> libstdc++.so.6 (CXXABI_1.3) => (version not found)
There's your problem. You need to set the runpath when you link.
-R for older versions of GNU ld and -runpath (I think) for newer
versions.
-frank
[ Post a follow-up to this message ]
|