This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: egcs/gcc/gcj bombs during build in stage1
- To: warrenl at cygnus dot com (Warren Levy)
- Subject: Re: egcs/gcc/gcj bombs during build in stage1
- From: Godmar Back <gback at cs dot utah dot edu>
- Date: Wed, 20 Oct 1999 15:38:18 -0600 (MDT)
- Cc: tromey at cygnus dot com, gback at cs dot utah dot edu, java-discuss at sourceware dot cygnus dot com
>
> On Tue, 19 Oct 1999, Tom Tromey wrote:
>
> > >>>>> "Godmar" == Godmar Back <gback@cs.utah.edu> writes:
> >
> > Godmar> this should probably be submitted to the gcc bug database, but
> > Godmar> it may reflect a glitch in the CVS tree, or it may ring a bell
> > Godmar> with anybody else on this (all frequent gcc builders, I
> > Godmar> assume)
> >
> > I haven't seen this one. I haven't updated in a few days, either.
> > I forwarded it to the gcc bug list.
>
> FWIW, I ran into it too yesterday. I didn't know the cause so I just
> rolled back to the 991013 snapshot. That one seems to build ok.
Thanks,
I just updated gcc, and it has been fixed. But libgcj still doesn't work.
I'm getting:
# gcj HelloWorldApp.java
/usr/lib/crt1.o(.text+0x36): undefined reference to `main'
/opt/local/lib/libgcj.so: undefined reference to `_Jv_Compiler_Properties'
collect2: ld returned 1 exit status
Inspection reveals that _Jv_Compiler_Properties in defined in gij.cc,
which is somehow treated differently by Makefile.am.
I suspect it's not included in the library that's being built, but
I wouldn't know since it's automake stuff.
- Godmar