From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Green To: apbianco@redhat.com Cc: rhug-rhats@sources.redhat.com Subject: gcj -C bug Date: Sat, 06 Oct 2001 17:34:00 -0000 Message-id: <200110070034.RAA17859@fencer.cygnus.com> X-SW-Source: 2001-10/msg00002.html Hey Alex - I had to work around once bug in "gcj -C" with the following hack... upstream/src/org/mozilla/javascript/regexp/NativeRegExp.class: upstream/src/org/mozilla/javascript/regexp/NativeRegExp.java unzip -p $(srcdir)/upstream/js.jar org/mozilla/javascript/regexp/NativeRegExp.class > $@ gcj -C hangs on compiling NativeRegExp.java otherwise. Thanks! AG