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]

gcc(0614 cvs) compile error on solaris 8


on solaris 8 for x86, I tried to compile gcc...(source from cvs)

i configured with following options...
../configure --prefix=/export/home/imyaman/local --enable-shared
--enable-threads=pthread --enable-languages=java,objc --enable-libgcj
--enable-nls 

and typed make bootstrap

./xgcc -B./ -B/export/home/imyaman/local/i386-pc-solaris2.8/bin/ -isystem
/export/home/imyaman/local/i386-pc-solaris2.8/include -O2   -DIN_GCC    -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/config -I../../gcc/../include -fexceptions -c
../../gcc/unwind-dw2.c -o libgcc/./unwind-dw2.o
In file included from ../../gcc/gthr.h:98,
                 from ../../gcc/unwind-dw2.c:27:
gthr-default.h:1:27: gthr-pthreads.h: No such file or directory
../../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'
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

please help me~~~



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