Mail Archives: pgcc/1999/04/19/09:37:10
Hi,
i work on Linux-2.0.36 libc5.
I wanted to bootstrap pgcc-1.1.2 with my working egcs-1.1.2.
I am not on this list, so please cc me any response.
Thanks in advance,
Martin.
This is my build script:
mkdir obj
cd obj
../pgcc-1.1.2/configure --prefix=/sw/pgcc --enable-shared
gmake LANGUAGES='c c++ f77 proto' bootstrap-lean
and these were the last lines of the build process:
gmake CC="stage1/xgcc -Bstage1/" CFLAGS=" -O2 -g -O2" LDFLAGS="" libdir=/sw/pgcc/lib STAGE_PREFIX=stage1/ LANGUAGES="c c++ f77 proto"
gmake[2]: Entering directory `/sw/local_l/kahlert/obj/gcc'
stage1/xgcc -Bstage1/ -DIN_GCC -DUSE_GNULIBC_1 -O2 -g -O2 -DHAVE_CONFIG_H -DHAIFA -I. -I../../pgcc-1.1.2/gcc -I../../pgcc-1.1.2/gcc/config \
-DGCC_INCLUDE_DIR=\"/sw/pgcc/lib/gcc-lib/i686-pc-linux-gnulibc1/pgcc-2.91.66/include\" \
-DGPLUSPLUS_INCLUDE_DIR=\"/sw/pgcc/include/g++\" \
-DOLD_GPLUSPLUS_INCLUDE_DIR=\"/sw/pgcc/lib/g++-include\" \
-DLOCAL_INCLUDE_DIR=\"/usr/local/include\" \
-DCROSS_INCLUDE_DIR=\"/sw/pgcc/i686-pc-linux-gnulibc1/sys-include\" \
-DTOOL_INCLUDE_DIR=\"/sw/pgcc/i686-pc-linux-gnulibc1/include\" \
-c `echo ../../pgcc-1.1.2/gcc/cccp.c | sed 's,^\./,,'`
stage1/xgcc -Bstage1/ -DIN_GCC -DUSE_GNULIBC_1 -O2 -g -O2 -DHAVE_CONFIG_H -DHAIFA -I. -I../../pgcc-1.1.2/gcc -I../../pgcc-1.1.2/gcc/config -c ../../pgcc-1.1.2/gcc/cexp.c
../../pgcc-1.1.2/gcc/haifa-sched.c:8259: Internal compiler error in function update_flow_info
gmake[2]: *** [cexp.o] Error 1
gmake[2]: Leaving directory `/sw/local_l/kahlert/obj/gcc'
gmake[1]: *** [bootstrap-lean] Error 2
gmake[1]: Leaving directory `/sw/local_l/kahlert/obj/gcc'
gmake: *** [bootstrap-lean] Error 2
- Raw text -