This is the mail archive of the gcc-bugs@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]

libjava does not bootstrap on i686 (mainstream)



With current CVS sources I get on i686-linux-gnu:

/builds/gcc/gcc-3.1-devel/gcc/g++ -B/builds/gcc/gcc-3.1-devel/gcc/ -nostdinc++ -nostdinc++ -I/builds/gcc/gcc-3.1-devel/i686-pc-linux-gnu/libstdc++-v3/include -I/cvs/gcc/libstdc++-v3/include -I/cvs/gcc/libstdc++-v3/include/std -I/cvs/gcc/libstdc++-v3/include/c_std -I/cvs/gcc/libstdc++-v3/libsupc++ -I/cvs/gcc/libstdc++-v3/libio -I/cvs/gcc/libstdc++-v3/testsuite -I/cvs/gcc/libstdc++-v3/include/backwards -I/cvs/gcc/libstdc++-v3/include/ext -L/builds/gcc/gcc-3.1-devel/i686-pc-linux-gnu/libstdc++-v3/src -L/builds/gcc/gcc-3.1-devel/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/opt/gcc-3.1-devel/i686-pc-linux-gnu/bin/ -B/opt/gcc-3.1-devel/i686-pc-linux-gnu/lib/ -isystem /opt/gcc-3.1-devel/i686-pc-linux-gnu/include -DHAVE_CONFIG_H -I. -I/cvs/gcc/libjava -I./include -I./gcj -I/cvs/gcc/libjava -Iinclude -I/cvs/gcc/libjava/include -I/cvs/gcc/libjava/../boehm-gc/include -DLINUX_THREADS=1 -D_REENTRANT=1 -DSILENT=1 -DNO_SIGNALS=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -I/cvs/gcc/libjava/libltdl -I/cvs/gcc/libjava/libltdl -I/cvs/gcc/libjava/./../gcc -I/../libffi/include -I../libffi/include -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -D__NO_MATH_INLINES -ffloat-store -I/usr/X11R6/include -W -Wall -D_GNU_SOURCE -DPREFIX=\"/opt/gcc-3.1-devel\" -g -O2 -D_GNU_SOURCE -Wp,-MD,.deps/exception.pp -c /cvs/gcc/libjava/exception.cc  -fPIC -DPIC -o .libs/exception.o
In file included from /cvs/gcc/libjava/exception.cc:107:
/cvs/gcc/gcc/unwind-pe.h: In function `unsigned int 
   size_of_encoded_value(unsigned char)':
/cvs/gcc/gcc/unwind-pe.h:76: `abort' undeclared in namespace `std'
/cvs/gcc/gcc/unwind-pe.h:77: warning: control reaches end of non-void function
/cvs/gcc/gcc/unwind-pe.h: In function `_Unwind_Ptr 
   base_of_encoded_value(unsigned char, _Unwind_Context*)':
/cvs/gcc/gcc/unwind-pe.h:104: `abort' undeclared in namespace `std'
/cvs/gcc/gcc/unwind-pe.h:105: warning: control reaches end of non-void function
/cvs/gcc/gcc/unwind-pe.h: In function `const unsigned char* 
   read_encoded_value_with_base(unsigned char, unsigned int, const unsigned 
   char*, _Unwind_Ptr*)':
/cvs/gcc/gcc/unwind-pe.h:207: `abort' undeclared in namespace `std'
/cvs/gcc/gcc/unwind-pe.h:127: warning: `_Unwind_Ptr result' might be used 
   uninitialized in this function
make[3]: *** [exception.lo] Error 1
make[3]: Leaving directory `/builds/gcc/gcc-3.1-devel/i686-pc-linux-gnu/libjava'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/builds/gcc/gcc-3.1-devel/i686-pc-linux-gnu/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/builds/gcc/gcc-3.1-devel'
make: *** [bootstrap] Error 2

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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