https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58638

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Daniel Richard G. from comment #0)
> I built GCC 4.8.1 with "--disable-shared --with-pic" so that I can
> statically link libgcc/libstdc++ into executables,

Instead of building GCC with --disable-shared, why not just use
-static-libstdc++ when linking?

Reply via email to