gcc, glibc build from source

Jonathan Wakely jwakely.gcc@gmail.com
Tue Dec 27 15:06:00 GMT 2016


On 26 December 2016 at 16:17, steve_g wrote:
> 6. libstdc++-v3
>
> Its part of gcc tarball, so
>
> cd gcc-5.3.0/libstdc++-v3
>
> mkdir -v build
>
> cd build
>
> ../configure --prefix=/opt/Compiler
>
> make all
>
> make install
>
> cd /root/distr

This is not how to build libstdc++, it is done as part of building
gcc, you should not build it separately (but that still has nothing to
do with GLIBC_ symbols).



More information about the Libstdc++ mailing list