------- Comment #2 from bero at arklinux dot org 2005-11-06 15:32 ------- An alternative way of building that doesn't trigger this error:
cd build/bin find -name '*.java' >filelist gcj -C @filelist That compiles all classes without complaining, but I suspect it of generating broken code (will open a new bug for that) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24441