sed -e s/TARGET_GETGROUPS_T/gid_t/ \
deduced.h ../../gcc-3.4-20031015/gcc/sys-protos.h > tmp-fixtmp.c
mv tmp-fixtmp.c fixtmp.c
./xgcc -B./ -B/sw/powerpc-apple-darwin6.8/bin/ -isystem /sw/powerpc-apple-darwin6.8/include -isystem /sw/powerpc-apple-darwin6.8/sys-include -L/sw/src/g77-3.4-20031015/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/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-20031015/gcc -I../../gcc-3.4-20031015/gcc/. -I../../gcc-3.4-20031015/gcc/../include ../../gcc-3.4-20031015/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.qUHxat failed, exit code 2
Failed: compiling g77-3.4-20031015 failed
Curiously after running fink list, I found that the installed gcc is gcc2 2.9.5-1 [virtual package representing the gcc2 compiler] instead of the expected gcc-3.3 or 3.4 !!
Any ideas? Thanks
Guy
------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
