Home > Linux, Tech > The joy of libstdc++

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.

Nigel Stewart Linux, Tech ,

  1. No comments yet.
  1. No trackbacks yet.
You must be logged in to post a comment.