The joy of libstdc++
October 15th, 2008
[C++] Linking libstdc++ statically.
Making C++ binaries that will work properly in different Linux distributions is somewhat painful. The problem is not so much linking libstdc++ statically – it is just a library, after all – but the runtime support required by C++ code in general, to enable features like RTTI and exception handling.