This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Hang when compiling gcc/libgcc2.c
- From: larsbj at gullik dot net (Lars Gullik Bjønnes)
- To: gcc at gcc dot gnu dot org
- Date: Mon, 13 Sep 2004 16:06:51 +0200
- Subject: Hang when compiling gcc/libgcc2.c
- Organization: LyX Developer http://www.lyx.org/
When boostrapping CVS the compilation of gcc/libgcc2.c never
terminates. I have tried with gcc (GCC) 3.3.3 20040412 (Red Hat Linux
3.3.3-7) and gcc (GCC) 3.5.0 20040907 (experimental) as bootstrapping
compilers.
This is on a AMD 2400 XP running Linux Fedora Core 2.
Gcc config as follows:
../configure --prefix=/opt/gcc-head --enable-languages=c,c++ --disable-checking
This is the line where everything stops (except CPU usage):
./xgcc -B./ -B/opt/gcc-head/i686-pc-linux-gnu/bin/ -isystem
/opt/gcc-head/i686-pc-linux-gnu/include -isystem
/opt/gcc-head/i686-pc-linux-gnu/sys-include
-L/home/larsbj/Development/local/gcc/build/gcc/../ld -O2 -DIN_GCC
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -isystem ./include -fPIC -g
-DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I.
-I../../gcc -I../../gcc/. -I../../gcc/../include
-I../../gcc/../libcpp/include -DL_cmpdi2 -c ../../gcc/libgcc2.c -o
libgcc/./_cmpdi2.o
Have anybody else seen this problem?
--
Lgb