egcs/gcc/gcj bombs during build in stage1
Godmar Back
gback@cs.utah.edu
Wed Oct 20 14:38:00 GMT 1999
>
> 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
More information about the Java
mailing list