------- Additional Comments From bojan at antonovic dot com  2005-03-07 19:21 
-------
Compiling the .java files directly works:

working:
gcj -o bugtest --main=BugTest *.java */*.java
gcj --main=BugTest *.java */*.java */*/*.java

Compiling the code by gcj -C first instead with javac makes no difference.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20362

Reply via email to