|
|
在RHEL WS 3.0 Update 3下,LFS 5.1.1,编译gettext 0.14.1,执行到:
./configure --prefix=/tools
make
make步骤出现如下错误:
/bin/sh ../lib/javacomp.sh -d . ./gnu/gettext/GettextResource.java
libgcj-java-placeholder.sh
This script is a placeholder for the /usr/bin/java and /usr/bin/javac
master links required by jpackage.org conventions. libgcj's
rmiregistry, rmic and jar tools are now slave symlinks to these
masters, and are managed by the alternatives(8) system.
This change was necessary because the rmiregistry, rmic and jar tools
installed by previous versions of libgcj conflicted with symlinks
installed by jpackage.org JVM packages.
jar cf libintl.jar gnu/gettext/GettextResource*.class
gnu/gettext/GettextResource*.class: No such file or directory
Error adding gnu/gettext/GettextResource*.class to jar archive!
make[3]: *** [libintl.jar] Error 1
make[3]: Leaving directory `/mnt/lfs/sources/gettext-0.14.1/gettext-runtime/intl-java'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/mnt/lfs/sources/gettext-0.14.1/gettext-runtime'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/mnt/lfs/sources/gettext-0.14.1/gettext-runtime'
make: *** [all-recursive] Error 1
恳求帮助 |
|