<!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. 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:></FONT></DIV>
<DIV><FONT size=2>kaffe-0.10.1/test/HelloWorldApp.java<BR>>
kaffe-0.10.1/test/Makefile.in
<------------It stops here<BR>> tar: End of archive volume 1
reached<BR>> tar: ustar vol 1, 567 files, 2211840 bytes read.<BR>>
<BR>> ATTENTION! tar archive volume change required.<BR>> Ready for
archive volume: 2<BR>> Input archive name or "." to quit
tar.<BR>> Archive name ><BR>> <BR>As I mentioned earlier I don't know
what to do so I press "." and it tells me I am ending the process
prematurily. When I look at the Makefile.in before running configure it
looks like the following:</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT color=#000000 size=2># Base level Makefile.in for kaffe.<BR>#<BR>#
Copyright (c) 1996, 1997<BR># Transvirtual
Technologies, Inc. All rights reserved.<BR>#<BR># See the file
"license.terms" for information on usage and redistribution<BR># of
this file.</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT color=#000000 size=2>@VPATHOPT@=
@srcdir@</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT color=#000000
size=2>subdirs= @subdirs@</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT color=#000000
size=2>all:<BR> @for i in $(subdirs);
do (cd $$i && $(MAKE)) || exit 1 ; done</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT color=#000000 size=2>test:
DUMMY<BR> @(cd test && $(MAKE)
test)</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT color=#000000
size=2>clean:<BR> @for i in
$(subdirs); do (cd $$i && $(MAKE) clean) ; done</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT color=#000000
size=2>distclean:<BR> @for i in
$(subdirs); do (cd $$i && $(MAKE) distclean) ; done<BR> rm -f
ENVIRONMENT ENVIRONMENT.BAT
Makefile<BR> rm -f config.cache
config.log config.status<BR> rm -f
.depend<BR> -rmdir
@subdirs@</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT color=#000000
size=2>depend:<BR> @for i in
$(subdirs); do (cd $$i && $(MAKE) depend) ; done</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT color=#000000
size=2>install:<BR> @for i in
$(subdirs); do (cd $$i && $(MAKE) install) || exit 1 ; done</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT> </DIV>
<DIV><FONT color=#000000
size=2>DUMMY:<BR></FONT>*******************************************</DIV>
<DIV><FONT size=2>Notice there is nothing after "DUMMY" . Is
there suppose to be? If I look at my Makefile after running </FONT></DIV>
<DIV><FONT size=2>configure --prefix=/usr/home/project/kaffevm 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># Transvirtual Technologies,
Inc. All rights reserved.<BR>#<BR># See the file "license.terms"
for information on usage and redistribution<BR># of this file.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>@VPATHOPT@= @srcdir@</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>subdirs=
@subdirs@</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>all:<BR> @for i in
$(subdirs); do (cd $$i && $(MAKE)) || exit 1 ; done</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>test:
DUMMY<BR> @(cd test && $(MAKE)
test)</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>clean:<BR> @for i in
$(subdirs); do (cd $$i && $(MAKE) clean) ; done</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>distclean:<BR> @for
i in $(subdirs); do (cd $$i && $(MAKE) distclean) ; done</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2> rm -f ENVIRONMENT
ENVIRONMENT.BAT Makefile<BR> rm -f
config.cache config.log
config.status<BR> rm -f
.depend<BR> -rmdir
@subdirs@</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>depend:<BR> @for i
in $(subdirs); do (cd $$i && $(MAKE) depend) ; done</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>install:<BR> @for i
in $(subdirs); do (cd $$i && $(MAKE) install) || exit 1 ;
done</FONT></DIV>
<DIV><FONT size=2></FONT> </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? Does the problem
lie with incorrectly untarring the file or am I barking up the wrong tree.
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> </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>