This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Failed attempt to compile gcc-3.2 on Darwin6.0 (Mac OS 10.2)
- From: bfkelly at afterlife dot ncsc dot mil
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 28 Aug 2002 15:04:56 -0400 (EDT)
- Subject: Failed attempt to compile gcc-3.2 on Darwin6.0 (Mac OS 10.2)
I just tried to compile gcc-3.2 on a powerpc-apple-darwin6.0
machine (the recently released OS 10.2). The attempt
failed at the following point:
../stage1/xgcc -B../stage1/ [...stuff delelted ...] \
../../../gcc-3.2/gcc/intl/dcigettext.c -o dcigettext.o
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
If any wise person has some suggestions as to how to proceed,
I would appreciate hearing them.
Blair Kelly