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]

Problem with 3.2.2 build. -- JAVA Problem?


The exact same bootstrap but with pentium3 works ok?

war at war:~/source/gcc-3.2.2$ make BOOT_CFLAGS="-O3 -pipe -fomit-frame-pointer -funroll-loops -march=pentium4 -mcpu=pentium4 -mfpmath=sse -mmmx -msse -msse2" bootstrap

It fails here:

/home/war/source/gcc-3.2.2/gcc/xgcc -shared-libgcc -B/home/war/source/gcc-3.2.2/
gcc/ -nostdinc++ -L/home/war/source/gcc-3.2.2/i686-pc-linux-gnu/libstdc++-v3/src
-L/home/war/source/gcc-3.2.2/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/app/gc
c-3.2.2/i686-pc-linux-gnu/bin/ -B/app/gcc-3.2.2/i686-pc-linux-gnu/lib/ -isystem
/app/gcc-3.2.2/i686-pc-linux-gnu/include -DHAVE_CONFIG_H -I. -I. -I./include -I.
/gcj -I. -Iinclude -I./include -I./../boehm-gc/include -DGC_LINUX_THREADS=1 -D_R
EENTRANT=1 -DTHREAD_LOCAL_ALLOC=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISS
ION=1 -DALL_INTERIOR_POINTERS=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMI
C_UNCOLLECTABLE=1 -I./libltdl -I./libltdl -I./../.././libjava/../gcc -I./../zlib
-I./../libffi/include -I../libffi/include -fno-rtti -fnon-call-exceptions -fdol
lars-in-identifiers -D__NO_MATH_INLINES -ffloat-store -I/usr/X11R6/include -W -W
all -D_GNU_SOURCE -DPREFIX=\"/app/gcc-3.2.2\" -O3 -pipe -fomit-frame-pointer -fu
nroll-loops -march=pentium4 -mcpu=pentium4 -mfpmath=sse -mmmx -msse -msse2 -D_GN
U_SOURCE -Wp,-MD,.deps/defineclass.pp -c defineclass.cc -fPIC -DPIC -o .libs/de
fineclass.o
In file included from defineclass.cc:31:
java/lang/Double.h:43: `inf' was not declared in this scope
java/lang/Double.h:44: `inf' was not declared in this scope
java/lang/Double.h:45: `nan' was not declared in this scope
make[3]: *** [defineclass.lo] Error 1
make[3]: Leaving directory `/home/war/source/gcc-3.2.2/i686-pc-linux-gnu/libjava
'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/war/source/gcc-3.2.2/i686-pc-linux-gnu/libjava
'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/home/war/source/gcc-3.2.2'
make: *** [bootstrap] Error 2
Command exited with non-zero status 2
1601.57user 107.71system 1:14:17elapsed 38%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (8758009major+11381032minor)pagefaults 0swaps




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