[plug] C++ errors

James Devenish devenish at guild.uwa.edu.au
Sun Jun 1 18:44:04 WST 2003


In message <1054462838.1531.9.camel at abbey>
on Sun, Jun 01, 2003 at 06:20:43PM +0800, Andrew Pamment wrote:
> * libtool: link: cannot find the library
> `/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2/libstdc++.la'
[...]
> /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/libstdc++.la

What goes `gcc -v` say? (Does the "specs" line make sense?) Are you
*sure* it is not linking against any libraries that require 3.2.2's
libstdc++? You might need to check the dependencies of your app. (Also,
have a look at the `ldd` tool).

PS. If you have compiled apps using 3.2.2 and now try to run them after
uninstalling 3.2.2's libstdc++.so, you may find that the apps don't run
any more.




More information about the plug mailing list