This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
cannot build libjava
- To: gcc-bugs at gcc dot gnu dot org
- Subject: cannot build libjava
- From: Per Bothner <per at bothner dot com>
- Date: 27 Feb 2001 15:13:26 -0800
- Cc: java at gcc dot gnu dot org
Is anyone else seeing this problem?
make[3]: Entering directory `/home/bothner/GNU/linux-gcc/i686-pc-linux-gnu/libjava'
/home/bothner/GNU/linux-gcc/gcc/gcj -B/home/bothner/GNU/linux-gcc/i686-pc-linux-gnu/libjava/ -B/home/bothner/GNU/linux-gcc/gcc/ --encoding=UTF-8 -C -L/home/bothner/GNU/linux-gcc/i686-pc-linux-gnu/libjava -g -classpath /home/bothner/GNU/linux-gcc/i686-pc-linux-gnu/libjava:/home/bothner/GNU/gcc/libjava -d /home/bothner/GNU/linux-gcc/i686-pc-linux-gnu/libjava java/lang/ConcreteProcess.java
<built-in>:0: storage size of `_ZTVN4java4lang5ClassE' isn't known
/home/bothner/GNU/linux-gcc/gcc/gcj -B/home/bothner/GNU/linux-gcc/i686-pc-linux-gnu/libjava/ -B/home/bothner/GNU/linux-gcc/gcc/ --encoding=UTF-8 -C -L/home/bothner/GNU/linux-gcc/i686-pc-linux-gnu/libjava -g -classpath /home/bothner/GNU/linux-gcc/i686-pc-linux-gnu/libjava:/home/bothner/GNU/gcc/libjava -d /home/bothner/GNU/linux-gcc/i686-pc-linux-gnu/libjava gnu/classpath/Configuration.java
<built-in>:0: storage size of `_ZTVN4java4lang5ClassE' isn't known
make[3]: *** [java/lang/ConcreteProcess.class] Error 1
This is on a PC running RedHat 7.0, bootstrapping using the default compiler,
after doing a cvs update this afternoon.
--
--Per Bothner
per@bothner.com http://www.bothner.com/~per/