Bug#361806: java-gcj-compat-dev: Can't build with javac

2006-04-24 Thread Matthias Klose
Arnaud Vandyck writes: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Matthias Klose wrote: > > Arnaud Vandyck writes: > >>I confirm this bug. autotools can't find javac! This is impossible to > >>build packages that use java-gcj-compat-dev. > > > > where does javac point to? > > ecj. You

Bug#361806: java-gcj-compat-dev: Can't build with javac

2006-04-24 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matthias Klose wrote: > wait, and where does ecj point to? do you have ecj-bootstrap-gcj > installed? /usr/bin/ecj -> /etc/alternatives/ecj /etc/alternatives/ecj -> /usr/bin/ecj-bootstrap-gcj $ /usr/bin/ecj-bootstrap-gcj Hello.java - -- 1. ER

Bug#361806: java-gcj-compat-dev: Can't build with javac

2006-04-24 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matthias Klose wrote: > Arnaud Vandyck writes: >>I confirm this bug. autotools can't find javac! This is impossible to >>build packages that use java-gcj-compat-dev. > > where does javac point to? ecj. You are right, the bug should be reassigned to e

Bug#361806: java-gcj-compat-dev: Can't build with javac

2006-04-24 Thread Matthias Klose
Arnaud Vandyck writes: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi all, > > I confirm this bug. autotools can't find javac! This is impossible to > build packages that use java-gcj-compat-dev. where does javac point to? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#361806: java-gcj-compat-dev: Can't build with javac

2006-04-24 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I confirm this bug. autotools can't find javac! This is impossible to build packages that use java-gcj-compat-dev. Cheers, - -- .''`. : :' :rnaud `. `' `- Java Trap: http://www.gnu.org/philosophy/java-trap.html -BEGIN PGP SIGNATUR

Bug#361806: java-gcj-compat-dev: Can't build with javac

2006-04-10 Thread Mike Hommey
Package: java-gcj-compat-dev Severity: important [EMAIL PROTECTED]:/tmp# cat hello.java class HelloWorldApp { public static void main(String[] args) { System.out.println("Hello World!"); //Display the string. } } [EMAIL PROTECTED]:/tmp# javac hello.java -- 1. ERROR in hello