[kaffe] Kaffe 1.1.7 Build error (F: Command not found) - any suggestions?

Ulysses Owen Ulysses.Owen at lefthandnetworks.com
Wed Jan 24 15:46:43 PST 2007


Hey guys,
 
I'm trying to build kaffe 1.1.7 and I'm getting an error during the
make. I've run ./configure and it worked fine (I think!).
 
Here is the make output (I've removed the top portion):
 
`test -f 'dostime.c' || echo './'`dostime.c; \
then mv -f ".deps/fastjar-dostime.Tpo" ".deps/fastjar-dostime.Po"; else
rm -f ".deps/fastjar-dostime.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.  -I. -I. -I./../zlib/ -I./../include
-DWITH_SHIFT_DOWN  -I./../../../replace -I./../../../replace -g -O2
-Wall -W -Wextra -pthread -pedantic -Wstrict-prototypes
-Wmissing-prototypes -Wwrite-strings -MT fastjar-compress.o -MD -MP -MF
".deps/fastjar-compress.Tpo" -c -o fastjar-compress.o `test -f
'compress.c' || echo './'`compress.c; \
then mv -f ".deps/fastjar-compress.Tpo" ".deps/fastjar-compress.Po";
else rm -f ".deps/fastjar-compress.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.  -I. -I. -I./../zlib/ -I./../include
-DWITH_SHIFT_DOWN  -I./../../../replace -I./../../../replace -g -O2
-Wall -W -Wextra -pthread -pedantic -Wstrict-prototypes
-Wmissing-prototypes -Wwrite-strings -MT fastjar-pushback.o -MD -MP -MF
".deps/fastjar-pushback.Tpo" -c -o fastjar-pushback.o `test -f
'pushback.c' || echo './'`pushback.c; \
then mv -f ".deps/fastjar-pushback.Tpo" ".deps/fastjar-pushback.Po";
else rm -f ".deps/fastjar-pushback.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.  -I. -I. -I./../zlib/ -I./../include
-DWITH_SHIFT_DOWN  -I./../../../replace -I./../../../replace -g -O2
-Wall -W -Wextra -pthread -pedantic -Wstrict-prototypes
-Wmissing-prototypes -Wwrite-strings -MT fastjar-shift.o -MD -MP -MF
".deps/fastjar-shift.Tpo" -c -o fastjar-shift.o `test -f 'shift.c' ||
echo './'`shift.c; \
then mv -f ".deps/fastjar-shift.Tpo" ".deps/fastjar-shift.Po"; else rm
-f ".deps/fastjar-shift.Tpo"; exit 1; fi
shift.c: In function `shift_up':
shift.c:84: warning: comparison between signed and unsigned
shift.c: In function `shift_down':
shift.c:153: warning: comparison between signed and unsigned
/bin/sh ./libtool --tag=CC --mode=link gcc -I./../../../replace
-I./../../../replace -g -O2 -Wall -W -Wextra -pthread -pedantic
-Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings   -o fastjar
fastjar-jartool.o fastjar-dostime.o fastjar-compress.o
fastjar-pushback.o fastjar-shift.o ./../zlib/libz.la
./../../../replace/libreplace.la
mkdir .libs
gcc -I./../../../replace -I./../../../replace -g -O2 -Wall -W -Wextra
-pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -o
fastjar fastjar-jartool.o fastjar-dostime.o fastjar-compress.o
fastjar-pushback.o fastjar-shift.o  -pthread ./../zlib/.libs/libz.a
./../../../replace/.libs/libreplace.a -lpthread
cp -p ./fastjar.1 ./fastjar.1
cp: `./fastjar.1' and `./fastjar.1' are the same file
make[4]: [stamp-geninsrc] Error 1 (ignored)
cp -p ./fastjar.info ./fastjar.info
cp: `./fastjar.info' and `./fastjar.info' are the same file
make[4]: [stamp-geninsrc] Error 1 (ignored)
touch stamp-geninsrc
make[4]: Leaving directory `/ulysses/kaffe-1.1.7/external/gcc/fastjar'
make[3]: Leaving directory `/ulysses/kaffe-1.1.7/external/gcc/fastjar'
make[3]: Entering directory `/ulysses/kaffe-1.1.7/external/gcc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/ulysses/kaffe-1.1.7/external/gcc'
make[2]: Leaving directory `/ulysses/kaffe-1.1.7/external/gcc'
make[2]: Entering directory `/ulysses/kaffe-1.1.7/external'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/ulysses/kaffe-1.1.7/external'
make[1]: Leaving directory `/ulysses/kaffe-1.1.7/external'
Making all in libraries/javalib
make[1]: Entering directory `/ulysses/kaffe-1.1.7/libraries/javalib'
Making all in .
make[2]: Entering directory `/ulysses/kaffe-1.1.7/libraries/javalib'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/ulysses/kaffe-1.1.7/libraries/javalib'
Making all in external/classpath
make[2]: Entering directory
`/ulysses/kaffe-1.1.7/libraries/javalib/external/classpath'
Making all in lib
make[3]: Entering directory
`/ulysses/kaffe-1.1.7/libraries/javalib/external/classpath/lib'
mkdir -p ../java/util
../scripts/generate-locale-list.sh > ../java/util/LocaleData.java
true
top_builddir=.. top_srcdir=.. /bin/sh ./gen-classlist.sh standard
Adding java source files from srcdir '..'.
Adding java source files from VM directory
/ulysses/kaffe-1.1.7/libraries/javalib/vmspecific
F  -bootclasspath '' -extdirs '' -sourcepath '' --classpath
/ulysses/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
`/ulysses/kaffe-1.1.7/libraries/javalib/external/classpath/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/ulysses/kaffe-1.1.7/libraries/javalib/external/classpath'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/ulysses/kaffe-1.1.7/libraries/javalib'
make: *** [all-recursive] Error 1

 
So the issues seems to be something about command F not found.
Any help or suggestions from the comunity would be great,
Ulysses
 
  <http://www.lefthandnetworks.com/>  	  	
.	

*	Ulysses Owen
*	Senior Software Engineer
*	Main: 303.449.4100
*	Direct: 303.217.9031

*	Ulysses.Owen at lefthandnetworks.com
*	www.lefthandnetworks.com <http://www.lefthandnetworks.com/> 

 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://kaffe.org/pipermail/kaffe/attachments/20070124/601a6de9/attachment-0004.htm 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 2874 bytes
Desc: email_logo2.gif
Url : http://kaffe.org/pipermail/kaffe/attachments/20070124/601a6de9/attachment-0008.gif 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 434 bytes
Desc: email_rt.gif
Url : http://kaffe.org/pipermail/kaffe/attachments/20070124/601a6de9/attachment-0009.gif 


More information about the kaffe mailing list