Re: problem while compiling classpath-0.92

2008-10-27 Thread Mark Wielaard
On Mon, 2008-10-27 at 17:48 +0800, yinjia jia wrote: > thank you Mark ,do you mean that I should execute "make --debug " to > debug the Makefile? No, attach a debugger to the jikes process to see what it is doing while it is running. Cheers, Mark

Re: problem while compiling classpath-0.92

2008-10-27 Thread yinjia jia
thank you Mark ,do you mean that I should execute "make --debug " to debug the Makefile? this command give information as below : [sbox-gtk: ~/classpath-0.92] > make --debug GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions

Re: problem while compiling classpath-0.92

2008-10-27 Thread Mark Wielaard
Hi yinjia jia, On Mon, 2008-10-27 at 15:23 +0800, yinjia jia wrote: > /usr/local/bin/jikes +Pno-switchcheck +Pno-shadow +F -encoding UTF-8 > -bootclasspath '' -extdirs '' -sourcepath '' > --classpath > ../vm/reference:..:../external/w3c_dom:../external/sax:../external/relaxngDatatype:.:: > -d .

problem while compiling classpath-0.92

2008-10-27 Thread yinjia jia
hello everyone, I am an new commer to classpath and I try to cross-compile classpath. Now I am confused about the compiling process. I successfully configure the classpath with " ./configure --host=arm-linux --with-jikes --enable-jni --disable-plugin", but when I execute make ,it give the fell