This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Dynamic class loading


> 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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]