<div>&nbsp;Hi,Dalibor Topic:<br>
&nbsp; <br>
&nbsp;Thank you very much,i now can use kaffe although the system clock error stills&nbsp; happenes.<br>&nbsp;Thanks
again,i have read Amit's GC docs,but whether there are other people who
are studying gc .how can i connect to the gc learner?and which topic
are you interested?<br>
<br>
<br>
&nbsp;Regards,<br>
&nbsp;Yanling.<br>

</div><div>&nbsp;</div><div>&nbsp;</div><span ></span><blockquote style="border-left: 2px solid rgb(160, 198, 229); padding-left: 5px; margin-left: 5px; margin-right: 0px;"><hr style="color: rgb(160, 198, 229);" size="1"><br>-----原始邮件-----<br>发件人:"Dalibor Topic" <br>发送时间:2006-07-10 19:05:00<br>收件人:"wxy_zyl" ,kaffe@kaffe.org<br>抄送:(无)<br>主题:Re:&nbsp;[kaffe]&nbsp;i&nbsp;can&nbsp;not&nbsp;compile&nbsp;and&nbsp;install&nbsp;kaffe&nbsp;1.1.&nbsp;7<br><br><br>
<pre style="width: 100%; white-space: normal;">On Mon, Jul 10, 2006 at 06:00:10PM +0800, wxy_zyl wrote:
&gt; 
&gt; Hi,All:
&gt; i encounter a problem with kaffe, i can not compile and install  kaffe 1.1.7.
&gt; 1.My os is:Linux version 2.6.9-5.EL (gcc version 3.4.3 20041212 (Red Hat 3.4.3-9.EL4)) 
&gt; when i unzip the kaffe-1.1.7.zip
&gt; run  ./configure
&gt; the output is :
&gt; ??????
&gt; configure: creating ./config.status
&gt; config.status: creating Makefile
&gt; config.status: creating config.h
&gt; config.status: config.h is unchanged
&gt; config.status: executing depfiles commands
&gt; 
&gt; 
&gt; run  make,the output is as follows:
&gt; bash-3.00$ make
&gt; make: Warning: File `Makefile' has modification time 6.7e+07 s in the future
&gt; Making all in replace
&gt; make[1]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/replace'
&gt; make[1]: Warning: File `.deps/semaphores.Plo' has modification time 6.7e+07 s in the future

Hi,

that's one problem: your system clock seems to be off, which confuses
make. 

&gt; make  all-am
&gt; make[2]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/replace'
&gt; make[2]: Warning: File `.deps/semaphores.Plo' has modification time 6.7e+07 s in the future
&gt; make[2]: Nothing to be done for `all-am'.
&gt; make[2]: warning:  Clock skew detected.  Your build may be incomplete.
&gt; make[2]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/replace'
&gt; make[1]: warning:  Clock skew detected.  Your build may be incomplete.
&gt; make[1]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/replace'
&gt; Making all in .
&gt; make[1]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7'
&gt; make[1]: Warning: File `Makefile' has modification time 6.7e+07 s in the future
&gt; make[1]: Nothing to be done for `all-am'.
&gt; make[1]: warning:  Clock skew detected.  Your build may be incomplete.
&gt; make[1]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7'
&gt; Making all in external
&gt; make[1]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/external'
&gt; make[1]: Warning: File `Makefile' has modification time 6.7e+07 s in the future
&gt; Making all in gcc
&gt; make[2]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/external/gcc'
&gt; make[2]: Warning: File `Makefile' has modification time 6.7e+07 s in the future
&gt; Making all in zlib
&gt; make[3]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/external/gcc/zlib'
&gt; make[3]: Warning: File `.deps/zutil.Plo' has modification time 6.5e+07 s in the future
&gt; make[3]: Nothing to be done for `all'.
&gt; make[3]: warning:  Clock skew detected.  Your build may be incomplete.
&gt; make[3]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/external/gcc/zlib'
&gt; Making all in fastjar
&gt; make[3]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/external/gcc/fastjar'
&gt; make[3]: Warning: File `.deps/fastjar-shift.Po' has modification time 6.5e+07 s in the future
&gt; make  all-am
&gt; make[4]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/external/gcc/fastjar'
&gt; make[4]: Warning: File `.deps/fastjar-shift.Po' has modification time 6.5e+07 s in the future
&gt; make[4]: warning:  Clock skew detected.  Your build may be incomplete.
&gt; make[4]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/external/gcc/fastjar'
&gt; make[3]: warning:  Clock skew detected.  Your build may be incomplete.
&gt; make[3]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/external/gcc/fastjar'
&gt; make[3]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/external/gcc'
&gt; make[3]: Warning: File `Makefile' has modification time 6.7e+07 s in the future
&gt; make[3]: Nothing to be done for `all-am'.
&gt; make[3]: warning:  Clock skew detected.  Your build may be incomplete.
&gt; make[3]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/external/gcc'
&gt; make[2]: warning:  Clock skew detected.  Your build may be incomplete.
&gt; make[2]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/external/gcc'
&gt; make[2]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/external'
&gt; make[2]: Warning: File `Makefile' has modification time 6.7e+07 s in the future
&gt; make[2]: Nothing to be done for `all-am'.
&gt; make[2]: warning:  Clock skew detected.  Your build may be incomplete.
&gt; make[2]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/external'
&gt; make[1]: warning:  Clock skew detected.  Your build may be incomplete.
&gt; make[1]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/external'
&gt; Making all in libraries/javalib
&gt; make[1]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/libraries/javalib'
&gt; make[1]: Warning: File `Makefile' has modification time 6.7e+07 s in the future
&gt; Making all in .
&gt; make[2]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/libraries/javalib'
&gt; make[2]: Warning: File `Makefile' has modification time 6.7e+07 s in the future
&gt; make[2]: Nothing to be done for `all-am'.
&gt; make[2]: warning:  Clock skew detected.  Your build may be incomplete.
&gt; make[2]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/libraries/javalib'
&gt; Making all in external/classpath
&gt; make[2]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/libraries/javalib/external/classpath'
&gt; make[2]: Warning: File `Makefile' has modification time 6.7e+07 s in the future
&gt; Making all in lib
&gt; make[3]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/libraries/javalib/external/classpath/lib'
&gt; make[3]: Warning: File `java.dep' has modification time 6.5e+07 s in the future
&gt; true
&gt; top_builddir=.. top_srcdir=.. /bin/sh ./gen-classlist.sh standard
&gt; Adding java source files from srcdir '..'.
&gt; Adding java source files from VM directory /home/yz201471/kaffe/kaffe-1.1.7/libraries/javalib/vmspecific
&gt; F  -bootclasspath '' -extdirs '' -sourcepath '' --classpath /home/yz201471/kaffe/kaffe-1.1.7/libraries/javalib/vmspecific:..:../external/w3c_dom:../external/sax:../external/relaxngDatatype:.: -d . @classes

That's another problem: you need to have jikes installed to compiler
Kaffe (or ecj and tell it you want to use ecj).

cheers,
dalibor topic

&gt; make[3]: F: Command not found
&gt; make[3]: *** [compile-classes] Error 127
&gt; make[3]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/libraries/javalib/external/classpath/lib'
&gt; make[2]: *** [all-recursive] Error 1
&gt; make[2]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/libraries/javalib/external/classpath'
&gt; make[1]: *** [all-recursive] Error 1
&gt; make[1]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/libraries/javalib'
&gt; make: *** [all-recursive] Error 1
&gt; bash-3.00$
&gt; 
&gt; 
&gt; 
&gt; what's the problem with the os and kaffe?what should i do ?
&gt; 2.My os is solaris 10, i failed again.
&gt; 
&gt; 
&gt; could someone help me? i am a new persion
&gt; 
&gt; 
&gt; Thanks,
&gt; Yanling.
&gt; _______________________________________________
&gt; kaffe mailing list
&gt; kaffe@kaffe.org
&gt; <a href="http://kaffe.org/cgi-bin/mailman/listinfo/kaffe" target="_new">http://kaffe.org/cgi-bin/mailman/listinfo/kaffe</a>

</pre>
<!-- CoreMail Version 2.5 Copyright (c) 2002-2006 www.mailtech.cn --></blockquote><br><!-- footer --><br><br><br><br><br><div style="border-bottom:1px solid #999"></div><br>

        <font color="black" style="font-size:14.8px">想 要 体 验 一 下 超 大 超 快 的 免 费 邮 箱 吗 ?</font>
        <br>
         <a href="http://www.126.com/" target="_blank" style="font-size:13px;line-height:160%;color:blue">网 易 3G 免 费 邮 ,抢 注 再 得 280 兆 大 容 量 网 盘 ,快 来 体 验 邮 箱 极 速 之 旅
</a>