This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Failed 3.2 bootstrap on mac os x 10.2
- From: Jason Parsons <jparsons at saffron dot net>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 27 Aug 2002 02:20:09 -0400
- Subject: Failed 3.2 bootstrap on mac os x 10.2
Attempting to compile 3.2 on powerpc-apple-darwin6.0.
jparsons@darwin:~...powerpc-apple-darwin6.0% ../gcc-3.2/configure
--host=powerpc-apple-darwin6.0 --enable-shared
--enable-languages=c,c++,f77,objc
Make bootstrap first fails at:
In file included from ../../../gcc-3.2/gcc/intl/dcigettext.c:58:
../include/stdlib.h:84: syntax error before "rune_t"
make[3]: *** [dcigettext.o] Error 1
make[2]: *** [intl.all] Error 1
make[1]: *** [stage2_build] Error 2
make: *** [bootstrap] Error 2
Adding "#include <runetype.h>" to gcc/include/stdlib.h gets me past
this point. I'm not sure if that's a valid solution, but it seemed to
make the compilation continue.
Compilation finishes, but make fails at the bootstrap comparison:
Bootstrap comparison failure!
bitmap.o differs
errors.o differs
gencheck.o differs
genconstants.o differs
genflags.o differs
gengenrtl.o differs
gensupport.o differs
ggc-none.o differs
print-rtl.o differs
read-rtl.o differs
rtl.o differs
intl/bindtextdom.o differs
intl/explodename.o differs
intl/finddomain.o differs
intl/gettext.o differs
intl/l10nflist.o differs
intl/loadmsgcat.o differs
intl/localealias.o differs
intl/textdomain.o differs
make[1]: *** [compare] Error 1
make: *** [bootstrap] Error 2
jparsons@darwin:~...powerpc-apple-darwin6.0% uname -a
Darwin masala.saffron.org 6.0 Darwin Kernel Version 6.0: Sat Jul 27
13:18:52 PDT 2002; root:xnu/xnu-344.obj~1/RELEASE_PPC Power Macintosh
powerpc
jparsons@darwin:~...powerpc-apple-darwin6.0% cc -v
Reading specs from /usr/libexec/gcc/darwin/ppc/3.1/specs
Thread model: posix
Apple Computer, Inc. GCC version 1151, based on gcc version 3.1
20020420 (prerelease)
Help appreciated, otherwise, just wanted to log the failure.
- Jason Parsons