This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Mainline bootstrap failure in libjava, i686-pc-linux-gnu
- To: Jeffrey Oldham <oldham at codesourcery dot com>
- Subject: Re: Mainline bootstrap failure in libjava, i686-pc-linux-gnu
- From: Richard Henderson <rth at redhat dot com>
- Date: Mon, 9 Apr 2001 17:16:14 -0700
- Cc: jsm28 at cam dot ac dot uk, java at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org
- References: <20010406193001.A1583@codesourcery.com>
On Fri, Apr 06, 2001 at 07:30:01PM -0700, Jeffrey Oldham wrote:
> /nfs/oz/home/oldham/gcc-install/gcc0/lib/gcc-lib/i686-pc-linux-gnu/3.1/../../../libgcj.so: undefined reference to `__eh_alloc@GCC_3.0'
It's hard to tell, but my only guess is that some files were
compliled with an installed compiler instead of the one in the
build tree. This symbol does not exist anymore in mainline.
> What is going wrong? Why do we have "@GCC_3.0" notations in gcc 3.1
> code?
That's an interface version string. It wouldn't be changed
until an incompatible change is made to the interface.
> When will bootstrapping gcc, any branch, any target, work
> consistently?
No telling. :-/
r~