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]

can anybody confirm this?


If I can get somebody else to confirm that this happens for them too,
I'll file a PR.

Execute these three commands with a recent copy of gcj from CVS:

   wget http://www.megacz.com/src.tgz

   tar xvzf src.tgz

   CLASSPATH= /usr/local/gcc/lib/gcc-lib/i686-pc-linux-gnu/3.3/jc1 \
       src/org/xwt/HTTP.java -auxbase-strip -quiet -O9 -Isrc/

And you should get this error:

   gnu/gcj/runtime/StringBuffer.java:0: fatal error: reading class
   gnu.gcj.runtime.StringBuffer for the second time from
   /usr/local/gcc/share/java/libgcj-3.3.jar

  - a


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