[kaffe] i can not compile and install kaffe 1.1. 7

weihan zhang zhangweihan21 at yahoo.com.cn
Thu Mar 8 19:04:37 PST 2007


i encounter a problem with kaffe, i can not compile and install kaffe 1.1.7
when i unzip the kaffe-1.1.7.zip
run ./configure
the output is :
………
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
  
run make,the output is as follows:
bash-3.00$ make
make: Warning: File `Makefile' has modification time 6.7e+07 s in the future
Making all in replace
make[1]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/replace'
make[1]: Warning: File `.deps/semaphores.Plo' has modification time 6.7e+07 s in the future
make all-am
make[2]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/replace'
make[2]: Warning: File `.deps/semaphores.Plo' has modification time 6.7e+07 s in the future
make[2]: Nothing to be done for `all-am'.
make[2]: warning: Clock skew detected. Your build may be incomplete.
make[2]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/replace'
make[1]: warning: Clock skew detected. Your build may be incomplete.
make[1]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/replace'
Making all in .
make[1]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7'
make[1]: Warning: File `Makefile' has modification time 6.7e+07 s in the future
make[1]: Nothing to be done for `all-am'.
make[1]: warning: Clock skew detected. Your build may be incomplete.
make[1]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7'
Making all in external
make[1]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/external'
make[1]: Warning: File `Makefile' has modification time 6.7e+07 s in the future
Making all in gcc
make[2]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/external/gcc'
make[2]: Warning: File `Makefile' has modification time 6.7e+07 s in the future
Making all in zlib
make[3]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/external/gcc/zlib'
make[3]: Warning: File `.deps/zutil.Plo' has modification time 6.5e+07 s in the future
make[3]: Nothing to be done for `all'.
make[3]: warning: Clock skew detected. Your build may be incomplete.
make[3]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/external/gcc/zlib'
Making all in fastjar
make[3]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/external/gcc/fastjar'
make[3]: Warning: File `.deps/fastjar-shift.Po' has modification time 6.5e+07 s in the future
make all-am
make[4]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/external/gcc/fastjar'
make[4]: Warning: File `.deps/fastjar-shift.Po' has modification time 6.5e+07 s in the future
make[4]: warning: Clock skew detected. Your build may be incomplete.
make[4]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/external/gcc/fastjar'
make[3]: warning: Clock skew detected. Your build may be incomplete.
make[3]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/external/gcc/fastjar'
make[3]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/external/gcc'
make[3]: Warning: File `Makefile' has modification time 6.7e+07 s in the future
make[3]: Nothing to be done for `all-am'.
make[3]: warning: Clock skew detected. Your build may be incomplete.
make[3]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/external/gcc'
make[2]: warning: Clock skew detected. Your build may be incomplete.
make[2]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/external/gcc'
make[2]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/external'
make[2]: Warning: File `Makefile' has modification time 6.7e+07 s in the future
make[2]: Nothing to be done for `all-am'.
make[2]: warning: Clock skew detected. Your build may be incomplete.
make[2]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/external'
make[1]: warning: Clock skew detected. Your build may be incomplete.
make[1]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/external'
Making all in libraries/javalib
make[1]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/libraries/javalib'
make[1]: Warning: File `Makefile' has modification time 6.7e+07 s in the future
Making all in .
make[2]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/libraries/javalib'
make[2]: Warning: File `Makefile' has modification time 6.7e+07 s in the future
make[2]: Nothing to be done for `all-am'.
make[2]: warning: Clock skew detected. Your build may be incomplete.
make[2]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/libraries/javalib'
Making all in external/classpath
make[2]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/libraries/javalib/external/classpath'
make[2]: Warning: File `Makefile' has modification time 6.7e+07 s in the future
Making all in lib
make[3]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/libraries/javalib/external/classpath/lib'
make[3]: Warning: File `java.dep' has modification time 6.5e+07 s in the future
true
top_builddir=.. top_srcdir=.. /bin/sh ./gen-classlist.sh standard
Adding java source files from srcdir '..'.
Adding java source files from VM directory /home/yz201471/kaffe/kaffe-1.1.7/libraries/javalib/vmspecific
F -bootclasspath '' -extdirs '' -sourcepath '' --classpath /home/yz201471/kaffe/kaffe-1.1.7/libraries/javalib/vmspecific:..:../external/w3c_dom:../external/sax:../external/relaxngDatatype:.: -d . @classes
make[3]: F: Command not found
make[3]: *** [compile-classes] Error 127
make[3]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/libraries/javalib/external/classpath/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/libraries/javalib/external/classpath'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/libraries/javalib'
make: *** [all-recursive] Error 1
  what should i do ?
could someone help me? i am a new persion
  
Thanks,

 		
---------------------------------
 雅虎免费邮箱-3.5G容量,20M附件
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://kaffe.org/pipermail/kaffe/attachments/20070309/1ee63a57/attachment-0004.htm 


More information about the kaffe mailing list