<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>

<META content=text/html;charset=iso-8859-1 http-equiv=Content-Type>
<META content='"MSHTML 4.72.2106.6"' name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>I think my problems stem from an incomplete Makefile.in 
file.&nbsp; When I untar kaffe (tar xvf kaffe-0_10_1_tar) notice that that it 
stops at Makefile.in as you can see from the following listing:&gt;</FONT></DIV>
<DIV><FONT size=2>kaffe-0.10.1/test/HelloWorldApp.java<BR>&gt; 
kaffe-0.10.1/test/Makefile.in&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;------------It stops here<BR>&gt; tar: End of archive volume 1 
reached<BR>&gt; tar: ustar vol 1, 567 files, 2211840 bytes read.<BR>&gt; 
<BR>&gt; ATTENTION! tar archive volume change required.<BR>&gt; Ready for 
archive volume: 2<BR>&gt; Input archive name or &quot;.&quot; to quit 
tar.<BR>&gt; Archive name &gt;<BR>&gt; <BR>As I mentioned earlier I don't know 
what to do so I press &quot;.&quot; and it tells me I am ending the process 
prematurily.&nbsp; When I look at the Makefile.in before running configure it 
looks like the following:</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 size=2># Base level Makefile.in for kaffe.<BR>#<BR># 
Copyright (c) 1996, 1997<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Transvirtual 
Technologies, Inc.&nbsp; All rights reserved.<BR>#<BR># See the file 
&quot;license.terms&quot; for information on usage and redistribution<BR># of 
this file.</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 size=2>@VPATHOPT@=&nbsp;&nbsp;&nbsp;&nbsp; 
@srcdir@</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 
size=2>subdirs=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; @subdirs@</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 
size=2>all:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; @for i in $(subdirs); 
do (cd $$i &amp;&amp; $(MAKE)) || exit 1 ; done</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 size=2>test:&nbsp;&nbsp; 
DUMMY<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; @(cd test &amp;&amp; $(MAKE) 
test)</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 
size=2>clean:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; @for i in 
$(subdirs); do (cd $$i &amp;&amp; $(MAKE) clean) ; done</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 
size=2>distclean:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; @for i in 
$(subdirs); do (cd $$i &amp;&amp; $(MAKE) distclean) ; done<BR>&nbsp;rm -f 
ENVIRONMENT ENVIRONMENT.BAT 
Makefile<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rm -f config.cache 
config.log config.status<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rm -f 
.depend<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -rmdir 
@subdirs@</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 
size=2>depend:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; @for i in 
$(subdirs); do (cd $$i &amp;&amp; $(MAKE) depend) ; done</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 
size=2>install:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; @for i in 
$(subdirs); do (cd $$i &amp;&amp; $(MAKE) install) || exit 1 ; done</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 
size=2>DUMMY:<BR></FONT>*******************************************</DIV>
<DIV><FONT size=2>Notice there is nothing after &quot;DUMMY&quot; .&nbsp; Is 
there suppose to be?&nbsp; If I look at my Makefile after running </FONT></DIV>
<DIV><FONT size=2>configure --prefix=/usr/home/project/kaffevm&nbsp; it ends 
just like the above listing.</FONT></DIV>
<DIV><FONT size=2></FONT><FONT color=#000000 
size=2>****************************************************</FONT></DIV>
<DIV><FONT size=2># Base level Makefile.in for kaffe.<BR>#<BR># Copyright (c) 
1996, 1997<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Transvirtual Technologies, 
Inc.&nbsp; All rights reserved.<BR>#<BR># See the file &quot;license.terms&quot; 
for information on usage and redistribution<BR># of this file.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>@VPATHOPT@=&nbsp;&nbsp;&nbsp;&nbsp; @srcdir@</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>subdirs=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
@subdirs@</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>all:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; @for i in 
$(subdirs); do (cd $$i &amp;&amp; $(MAKE)) || exit 1 ; done</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>test:&nbsp;&nbsp; 
DUMMY<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; @(cd test &amp;&amp; $(MAKE) 
test)</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>clean:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; @for i in 
$(subdirs); do (cd $$i &amp;&amp; $(MAKE) clean) ; done</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>distclean:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; @for 
i in $(subdirs); do (cd $$i &amp;&amp; $(MAKE) distclean) ; done</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rm -f ENVIRONMENT 
ENVIRONMENT.BAT Makefile<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rm -f 
config.cache config.log 
config.status<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rm -f 
.depend<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -rmdir 
@subdirs@</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>depend:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; @for i 
in $(subdirs); do (cd $$i &amp;&amp; $(MAKE) depend) ; done</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>install:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; @for i 
in $(subdirs); do (cd $$i &amp;&amp; $(MAKE) install) || exit 1 ; 
done</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>DUMMY:<BR>travel2: {165} %</FONT></DIV>
<DIV><FONT size=2></FONT><FONT color=#000000 
size=2>*********************</FONT></DIV>
<DIV><FONT size=2>What is the make file suppose to look?&nbsp; Does the problem 
lie with incorrectly untarring the file or am I barking up the wrong tree.&nbsp; 
If it is untarring what switch am I suppose use or archive name am I suppose to 
type.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Thanks in advance</FONT></DIV>
<DIV><FONT size=2>Fazel H</FONT></DIV>
<DIV><FONT size=2></FONT><FONT size=2><A 
href="mailto:fah_tam@istar.ca">fah_tam@istar.ca</A><BR></FONT></DIV></BODY></HTML>