This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/52226] New: Trunk fails to bootstrap on Mac OS X.
- From: "manphiz at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 13 Feb 2012 09:23:19 +0000
- Subject: [Bug bootstrap/52226] New: Trunk fails to bootstrap on Mac OS X.
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52226
Bug #: 52226
Summary: Trunk fails to bootstrap on Mac OS X.
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: manphiz@gmail.com
Trunk (last tested with revision 184145) has been failing to bootstrap for some
time (last checked last Tuesday) on my macbook with Snow Leopard. The configure
options are:
${SOURCE_PATH}/configure \
--prefix=${PREFIX} \
--with-gmp=${PREFIX} \
--with-mpfr=${PREFIX} \
--with-mpc=${PREFIX} \
--with-ppl=${PREFIX} \
--with-cloog=${PREFIX} \
--enable-cloog-backend=isl \
--program-suffix=-${VERSION} \
--enable-languages=c,c++,objc,obj-c++,fortran \
--disable-nls \
--disable-werror \
--with-system-zlib \
--enable-__cxa_init \
--enable-concept-checks \
--enable-decimal-float \
--enable-full-dynamic-string \
--enable-libstdcxx-debug \
--enable-libstdcxx-time \
--enable-multilib \
--enable-plugin \
--enable-static \
--enable-shared \
--enable-threads \
--enable-version-specific-runtime-libs
And the build log is attached. Please let me know if more information is
needed.