* Stephen Cartwright wrote on Fri, Jun 23, 2006 at 08:17:35PM CEST: > > Sorry I forgot to put the GNU utilities in the path. Here is > output using GNU make etc.
> libtool3: running libtoolize --version > libtoolize (GNU libtool) 1.3.5 > libtool3: running gcc --version Current Libtool release is 1.5.22. The one you have is so old that I couldn't tell you anything useful about it. This is the cause for all but one of the failures you are seeing. The remaining one is java.test: > make[1]: Entering directory > `/scratch2/sgcartwr/src/automake-1.9.6/tests/testSubDir/java-1.0/_build' > CLASSPATH=.:../.:$CLASSPATH javac -d . ../a.java ../b.java > could not allocate code space. Please try the -Xcode option: Invalid > argument, file ./srcjava/sys/alpha/md.c, line 370 > make[1]: *** [classdist_java.stamp] Error 1 > make[1]: Leaving directory > `/scratch2/sgcartwr/src/automake-1.9.6/tests/testSubDir/java-1.0/_build' > make: *** [distcheck] Error 2 > FAIL: java.test I don't know enough about javac to understand this off-hand. Cheers, Ralf