我正在尝试在 tine core(小型 Linux)上安装类路径,但是当我这样做时,我看到了这个错误:
tc@box:/mnt/sda1/tce/optional/classPath/classpath-0.98$ make
Making all in lib
make[1]: Entering directory `/mnt/sda1/tce/optional/classPath/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/classpath-0.98/lib'
make: *** [all-recursive] Error 1
我该如何解决这个问题?
非常感谢。
尝试安装 build-essential 包。 classpath-0.98 也需要
1) gtk2 >= 2.8
2) 程序库
因此请检查您是否安装了依赖项。
编辑:我找到了一个 ready to install package .所以你可以直接使用“installpkg”而跳过从源代码编译。
我是一名优秀的程序员,十分优秀!