How do I install libstdc++-v3?
Complete instructions are not given here (this is a FAQ, not an installation document), but the tools required are few: • A 3.x release of GCC. Note that building GCC is much easier and more automated than building the GCC 2.[78] series was. If you are using GCC 2.95, you can still build earlier snapshots of libstdc++. • GNU Make is recommended, but should not be required. • The GNU Autotools are needed if you are messing with the configury or makefiles. The file documentation.html provides a good overview of the steps necessary to build, install, and use the library. Instructions for configuring the library with new flags such as –enable-threads are there also, as well as patches and instructions for working with GCC 2.95. The top-level install.html and RELEASE-NOTES files contain the exact build and installation instructions. You may wish to browse those files over CVSweb ahead of time to get a feel for what’s required. RELEASE-NOTES is located in the “…/docs/17_intro/” directory