我正在尝试在tine内核(小型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我该如何解决这个问题呢?
非常感谢。
发布于 2011-11-02 21:41:18
尝试安装build-essential包。同样类路径-0.98需要
1) gtk2 >= 2.8
2) libxtst
因此,请检查您是否安装了依赖项。
编辑:我找到了一个ready to install package。所以你可以直接使用installpkg,跳过从源代码编译。
https://stackoverflow.com/questions/7981231
复制相似问题