[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Automake 1.9.6 - 13 tests failed
From: |
Ralf Wildenhues |
Subject: |
Re: Automake 1.9.6 - 13 tests failed |
Date: |
Fri, 23 Jun 2006 20:40:56 +0200 |
User-agent: |
Mutt/1.5.11+cvs20060403 |
* 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