This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
libstdc++ breaks bootstrap (at least on x86_64-darwin11, maybe more)
- From: FX <fxcoudert at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 8 Nov 2011 09:10:34 +0100
- Subject: libstdc++ breaks bootstrap (at least on x86_64-darwin11, maybe more)
I've filed PR 51026 (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51026). In the meantime, how do I build "the old way", with just a C compiler? I tried to configure with "--enable-languages=c,fortran --disable-build-with-cxx", but the configure script still says:
> The following languages will be built: c,c++,fortran
Thanks!
FX