Larry wrote: > I thought libstdc++.so.6 was included with gcc3.4? What's up? > Is it not? Where do I need to get libstdc++.so.6? Yes, libstdc++.so.6 is built as part of GCC 3.4 and later versions as part of the C++ language support. You haven't said how you upgraded: if you built gcc yourself (assuming you built the C++ components) then you'll find it in the lib directory of the prefix you installed it to (/usr/local/lib by default) or you may be able to fish it out of the build tree. If you upgraded using a binary package for your OS then you may need a separate package for libstdc++. Can you build any simple C++ programs with g++? Rup. ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________