Re: Status of Free Java Environment?

1999-12-17 Thread Per Bothner
John Goerzen <[EMAIL PROTECTED]> writes: > This program is free software; you can redistribute it and/or modify it > under the terms of the GNU General Public License as published by the > Free Software Foundation; either version 2, or (at your option) any > later version. > > Where is th

Re: Archive of this thread? [was Re: Status of Free Java Environment?]

1999-12-17 Thread John Goerzen
Douglas Bates <[EMAIL PROTECTED]> writes: > archives at the Debian web site were last updated on 19:25 GMT Wed Dec > 15. > > Could someone tell me how frequently the archives are updated. Daily, I believe. -- John

gcj doesn't work at all

1999-12-17 Thread John Goerzen
OK, I have this code: public class Test { public static void main(String[] args) { System.out.println("Hi."); } } Saved in Test.java of course. Works fine with javac/java. Watch gcj: erwin ~$ gcj --main=Test Test.java /tmp/ccabvlAqmain.o: In function `main': /tmp/ccglnVjDmain.i(.t

gcj doesn't work at all

1999-12-17 Thread Matthias Klose
... thought I fixed this. I will make a new upload this weekend. fix: in debian/rules.patch don't add gcj-backport to the list of patches.