Re: gcj cannot find ecj any more, on m68k

2012-05-14 Thread Andrew Haley
On 05/14/2012 04:57 PM, Thorsten Glaser wrote: > Andrew Haley dixit: > >> >Is this box reachable? > https://wiki.debian.org/Aranym/Quick can get you a VM that > behaves the same (it’s one of these). > >> >Does it have a working gdb? > I think so. Andreas

Re: gcj cannot find ecj any more, on m68k

2012-05-14 Thread Andrew Haley
On 05/14/2012 02:21 PM, Thorsten Glaser wrote: > With that, “gcj-4.6 -c x.java” produces… > x.o: ELF 32-bit MSB relocatable, Motorola 68020, version 1 (SYSV), not > stripped > > Ugh. So, now what. God only knows. Your system is behaving in such a bizarre way that I can't imagine what it's doing

Re: gcj cannot find ecj any more, on m68k

2012-05-14 Thread Andrew Haley
On 05/12/2012 04:59 PM, Thorsten Glaser wrote: > Andrew Haley dixit: > >> Oh, gosh. As you say, it looks like strace isn't working. I can't > > I managed to get further by usine -o but *not* -f (or -ff), since > using -o with -ff showed a child pro

Re: gcj cannot find ecj any more, on m68k

2012-05-10 Thread Andrew Haley
On 05/10/2012 06:08 PM, Thorsten Glaser wrote: > Andrew Haley dixit: > >> Hmm. Well, I think we're very close and it would be a shame to stop > > Oh, ok. > >> now. If you do an "strace -f -etrace=file" you should be able to see >> what classes

Re: gcj cannot find ecj any more, on m68k

2012-05-10 Thread Andrew Haley
On 05/09/2012 07:55 PM, Thorsten Glaser wrote: > Andrew Haley dixit: > >> gcj has an evil bug. Sometimes, when it has an unresolved reference, it >> reports a ClassNotFoundException for the referring class, not the >> referred. So, you now need to > > Oh, ok. >

Re: gcj cannot find ecj any more, on m68k

2012-05-09 Thread Andrew Haley
On 05/09/2012 05:15 PM, Thorsten Glaser wrote: > Andrew Haley dixit: > >>> >> OK: >>> >> >>> >> gij-4.6 -verbose:class -classpath /usr/share/java/eclipse-ecj.jar >>> >> org.eclipse.jdt.internal.compiler.batch.GCCMain x.java

Re: gcj cannot find ecj any more, on m68k

2012-05-09 Thread Andrew Haley
On 05/09/2012 12:58 PM, Thorsten Glaser wrote: > Andrew Haley dixit: > >> On 05/06/2012 03:56 PM, Thorsten Glaser wrote: >>> If someone has an idea how to debug this, you’re welcome. >> >> Try running ecj1 like this: >> >> gij -verbose:cla

Re: gcj cannot find ecj any more, on m68k

2012-05-09 Thread Andrew Haley
On 05/06/2012 03:56 PM, Thorsten Glaser wrote: > If someone has an idea how to debug this, you’re welcome. Try running ecj1 like this: gij -verbose:class -classpath /usr/share/java/eclipse-ecj.jar org.eclipse.jdt.internal.compiler.batch.GCCMain \ Hello.java -g1 -fbootclasspath=./:/usr/share/java