I am using gcc v3.4.4 on a fedora core 3 system. The installation uses libstdc++.so.6.0.3. I have inherited some third-party libraries that were built with gcc v3.2.2 and reference libstdc++.so.5. Linking my application fails because of this mismatch. Short of installing gcc v3.2.?, is there any way to resolve this link issue? --