This is the mail archive of the java@gcc.gnu.org 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]
Other format: [Raw text]

PR 8138 replaces PR 8063


Adam Megacz writes:
 > 
 > I've resubmitted PR 8063 as PR 8138.  The new PR includes instructions
 > on how to reproduce the error no matter which gcc you used to compile
 > gcj.  The old PR would only work if you used 2.95 to comple 3.x.
 > 
 > Could somebody delete/close the old PR?
 > 
 > If you couldn't reproduce the old PR, could you please try the
 > instructions in the new one and let me know if they work?  Thanks!

$ tar xzf ~/src.tgz
$ gcj -fCLASSPATH= -Isrc/ -O3 -c src/org/xwt/HTTP.java -o HTTP.o
$ gcj -fCLASSPATH= -Isrc/ -O3 -c src/org/xwt/Trap.java -o Trap.o
$  gcj --version
gcj (GCC) 3.3 20020927 (experimental)
$ 

Andrew.


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