This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Powermac G5 vs g77


Hello,
   Has anyone successfully built gcc 3.4
on a Powermac G5 using Darwin 6.8.5 and the
Apple Aug 2003 devtool update? On fink we are
seeing failures on G5's at...

sed -e s/TARGET_GETGROUPS_T/gid_t/ \
 deduced.h ../../gcc-3.4-20030827/gcc/sys-protos.h > tmp-fixtmp.c
mv tmp-fixtmp.c fixtmp.c
./xgcc -B./ -B/sw/powerpc-apple-darwin6.8.5/bin/ -isystem
/sw/powerpc-apple-darwin6.8.5/include -isystem
/sw/powerpc-apple-darwin6.8.5/sys-include
-L/sw/src/g77-3.4-20030827/darwin/gcc/../ld fixtmp.c -w -U__SIZE_TYPE__
-U__PTRDIFF_TYPE__ -U__WCHAR_TYPE__ -E \
| sed -e 's/  / /g' -e 's/ *(/ (/g' -e 's/ [ ]*/ /g' -e 's/( )/()/' \
|  ./gen-protos >xsys-protos.hT
gen-protos: 1346 entries 340 collisions
mv xsys-protos.hT xsys-protos.h
rm -rf fixtmp.c
stage2/xgcc -Bstage2/ -B/sw/powerpc-apple-darwin6.8.5/bin/ -c   -g
-O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Werror -fno-common
-DHAVE_CONFIG_H -DGENERATOR_FILE -I/sw/include   -I. -I.
-I../../gcc-3.4-20030827/gcc -I../../gcc-3.4-20030827/gcc/.
-I../../gcc-3.4-20030827/gcc/../include
../../gcc-3.4-20030827/gcc/fix-header.c -o fix-header.o
make[4]: stage2/xgcc: Command not found
make[4]: *** [fix-header.o] Error 127
make[3]: *** [stage3_build] Error 2
make[2]: *** [quickstrap] Error 2
make[1]: *** [all-gcc] Error 2
make: *** [bootstrap-lean] Error 2
### execution of /var/tmp/tmp.2.UBsR2J failed, exit code 2
Failed: compiling g77-3.4-20030827 failed

It appears that non-G5 builds are all successful.
Thanks in advance for any information.
                  Jack


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]