Re: cannot build with gcj on amd64

2007-05-31 Thread Marcus Better
Michael Koch wrote: > Is this an amd64 machine with a 32-bit Debian version installed and > 64-bit kernel running? No, this is pure amd64. Marcus -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: cannot build with gcj on amd64

2007-05-31 Thread Michael Koch
On Thu, May 31, 2007 at 04:20:50PM +0200, Marcus Better wrote: > Suddenly I get the infamous "java.lang.Object cannot be resolved" when > building on amd64. Any ideas? > > I'm not using any chroots or anything. > > ~$ /usr/lib/jvm/java-gcj/bin/javac Test.java > -- > 1. ERROR in Test.java

Re: cannot build with gcj on amd64

2007-05-31 Thread tony mancill
FWIW, I'm also seeing something like this, building inside a pbuilder environment on x86 for a package that uses java-gcj-compat-dev. ... javadoc: [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] WARNING: -classpath option could not be passed to the VM. Faking it with [ja

cannot build with gcj on amd64

2007-05-31 Thread Marcus Better
Suddenly I get the infamous "java.lang.Object cannot be resolved" when building on amd64. Any ideas? I'm not using any chroots or anything. ~$ /usr/lib/jvm/java-gcj/bin/javac Test.java -- 1. ERROR in Test.java (at line 1) public class Test ^ The type java.lang.Object cann