This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc(0614 cvs) compile error on solaris 8
- To: Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>
- Subject: Re: gcc(0614 cvs) compile error on solaris 8
- From: vergence <imyaman at account dot kouf dot org>
- Date: Fri, 15 Jun 2001 11:45:25 +0900 (KST)
- cc: gcc at gcc dot gnu dot org
Thank you.
Hehe...
In this time, I used this option.
../configure --prefix=/export/home/imyaman/local --enable-shared
--enable-threads=posix --enable-languages=java,objc --enable-libgcj
--enable-nls
and got following error messages...
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
./xgcc -B./ -B/export/home/imyaman/local/i386-pc-solaris2.8/bin/ -isystem
/expor
t/home/imyaman/local/i386-pc-solaris2.8/include -O2 -DIN_GCC -W -Wall
-Wwri
te-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include
-fPIC -g
1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I.
-I../../gcc
-I../../gcc/. -I../../gcc/config -I../../gcc/../include -fexceptions -c
../../g
cc/unwind-dw2.c -o libgcc/./unwind-dw2.o
../../gcc/unwind-dw2.c: In function `execute_stack_op':
../../gcc/unwind-dw2.c:300: warning: `result' might be used uninitialized
in this function
../../gcc/unwind-dw2.c: In function `execute_cfa_program':
../../gcc/unwind-dw2.c:775: warning: implicit declaration of function
`alloca'
../../gcc/unwind-dw2.c: In function `uw_install_context_1':
../../gcc/unwind-dw2.c:1088: warning: missing braces around initializer
../../gcc/unwind-dw2.c:1088: warning: (near initialization for
`once_regsizes.__pthread_once_pad')
Assembler: unwind-dw2.c
"/var/tmp//ccc70rEO.s", line 4263 : Illegal subtraction
"/var/tmp//ccc70rEO.s", line 4286 : Illegal subtraction
"/var/tmp//ccc70rEO.s", line 4317 : Illegal subtraction
"/var/tmp//ccc70rEO.s", line 4344 : Illegal subtraction
"/var/tmp//ccc70rEO.s", line 4381 : Illegal subtraction
"/var/tmp//ccc70rEO.s", line 4416 : Illegal subtraction
"/var/tmp//ccc70rEO.s", line 4459 : Illegal subtraction
"/var/tmp//ccc70rEO.s", line 4498 : Illegal subtraction
"/var/tmp//ccc70rEO.s", line 4533 : Illegal subtraction
"/var/tmp//ccc70rEO.s", line 4562 : Illegal subtraction
"/var/tmp//ccc70rEO.s", line 4597 : Illegal subtraction
"/var/tmp//ccc70rEO.s", line 4628 : Illegal subtraction
"/var/tmp//ccc70rEO.s", line 4671 : Illegal subtraction
"/var/tmp//ccc70rEO.s", line 4714 : Illegal subtraction
"/var/tmp//ccc70rEO.s", line 4751 : Illegal subtraction
"/var/tmp//ccc70rEO.s", line 4786 : Illegal subtraction
"/var/tmp//ccc70rEO.s", line 4829 : Illegal subtraction
make[3]: *** [libgcc/./unwind-dw2.o] Error 1
make[3]: Leaving directory `/export/home/imyaman/tmp/gcc/vobj/gcc'
make[2]: *** [libgcc.a] Error 2
make[2]: Leaving directory `/export/home/imyaman/tmp/gcc/vobj/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/export/home/imyaman/tmp/gcc/vobj/gcc'
make: *** [bootstrap] Error 2