Dynamic class loading
Glenn Chambers
GChambers@provsol.com
Sat Apr 1 00:00:00 GMT 2000
> Nope. Last I heard there were some problems building the latest gcc,
> though. I think you have to bootstrap with -fno-builtin. You might
> want to check the recent java-discuss archives. Bummer.
As of a few nights ago, I was able to get things to work by using
the latest CVS of both EGCS and LIBGCJ, with one sick little hack:
1. Update CVS as normal
2. make bootstrap (no 'special' switches)
3. make install
4. delete egcs/gcc/tree.o
5. make CFLAGS=-fno-builtin
6. make install
Doing the entire bootstrap with '-fno-builtin' doesn't work as
of the last CVS download I did.
More information about the Java
mailing list