WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: no make on classpath  (Read 1616 times)

Offline jjreina

  • Jr. Member
  • **
  • Posts: 66
no make on classpath
« 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.
« Last Edit: November 07, 2011, 06:13:48 AM by jjreina »

Offline jjreina

  • Jr. Member
  • **
  • Posts: 66
Re: no make on classpath
« Reply #1 on: November 07, 2011, 07:39:48 AM »
Thanks, i have find a classpath package and I have installed it and jamvm work fine.

« Last Edit: November 07, 2011, 07:41:45 AM by jjreina »