[ADOL-C] Installing ADOLC-2.2.0
Brad Bell
bradbell at seanet.com
Fri May 6 11:18:03 EDT 2011
When I execute the following script
#! /bin/bash -e
#
dir="ADOL-C-2.2.0"
if [ -e $dir ]
then
rm $dir
fi
tar -xzf $dir.tgz
cd $dir
#
./configure --prefix=$HOME/prefix/adolc
make install
I get the following error message:
... snip ...
Making install in drivers
CC drivers.o
CC driversf.o
CC odedrivers.o
CC odedriversf.o
CC taylor.o
LINK libdrivers.la
libtool: Version mismatch error. This is libtool 2.2.6b, but the
libtool: definition of this LT_INIT comes from libtool 2.2.10.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6b
libtool: and run autoconf again.
make[4]: *** [libdrivers.la] Error 63
make[3]: *** [install-recursive] Error 1
make[2]: *** [install-recursive] Error 1
make[1]: *** [install] Error 2
make: *** [install-recursive] Error 1
[bradbell at localhost install]$
More information about the ADOL-C
mailing list