This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
RE: Dynamic class loading
- To: 'Tom Tromey' <tromey at cygnus dot com>, Matt Welsh <mdw at cs dot berkeley dot edu>
- Subject: RE: Dynamic class loading
- From: Glenn Chambers <GChambers at provsol dot com>
- Date: Tue, 15 Feb 2000 07:51:00 -0500
- Cc: Bryce McKinlay <bryce at albatross dot co dot nz>, java-discuss at sourceware dot cygnus dot com
> 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.