This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Multiple file compilation patch
[oops... didn't mean to hit send already]
Per Bothner wrote:
> If you can send me the application, I will try to take a look.
The two that I was struggling with today are:
- Beanshell - www.beanshell.org
- KopiSusu (kjc) - http://www.klomp.org/KopiSusu/
These may require some small modifications to work around other gcj
bugs/features, but both basically work before the multiple-file patch and
fail miserably with it applied.
You can get my BeanShell tree, modified to compile with gcj, from
http://waitaki.otago.ac.nz/~bryce/. The command to build it is something
like "cd src; gcj bsh/*.java bsh/classpath/*.java --main=bsh.Interpreter -o
beanshell". This modified tree definatly compiled fine with the gcc 3
branch a couple of weeks ago.
regards
[ bryce ]