Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: jjreina on November 07, 2011, 05:43:20 AM

Title: no make on classpath
Post by: jjreina on November 07, 2011, 05:43:20 AM
Hi all., i'm trying to install classpath 0.98, steps:
Code: [Select]
./configure --enable-jni --disable-gtk-peer --disable-gconf-peer --disable-plugin
and no show error, but when i tip make:
Code: [Select]
Making all in lib
make[1]: Entering directory `/mnt/sda1/tce/optional/classpath-0.98/lib'
true
top_builddir=.. top_srcdir=.. /bin/sh ./gen-classlist.sh standard
Adding java source files from srcdir '..'.
Adding java source files from VM directory ../vm/reference
javac -Xlint:unchecked,cast,divzero,empty,finally,overrides  -J-Xmx768M -source 1.5 -target 1.5 -bootclasspath '' -classpath ../vm/reference:..:../external/w3c_dom:../external/sax:../external/relaxngDatatype:../external/jsr166:.:: -d . @classes
make[1]: *** [compile-classes] Killed
make[1]: Leaving directory `/mnt/sda1/tce/optional/classpath-0.98/lib'
make: *** [all-recursive] Error 1

How can i fix it?

Thanks you very much.
Title: Re: no make on classpath
Post by: jjreina on November 07, 2011, 07:39:48 AM
Thanks, i have find a classpath package and I have installed it and jamvm work fine.