[ADOL-C] Problem with adolc + colpack on Fedora 17
Brad Bell
bradbell at seanet.com
Fri Oct 26 10:08:47 EDT 2012
Thanks:
The following worked for the colpack install
rm aclocal.m4 ltmain.sh
libtoolize
autoreconf --force
echo_exec ./configure --prefix=$prefix --libdir=$prefix/lib64
The really strange thing is that, if I leave out the libtoolize command,
I get the error
configure.ac:33: required file `./ltmain.sh' not found
where configure.ac:33 is
AC_PROG_LIBTOOL
But reading the documentation for autoreconf
http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/autoreconf-Invocation.html
it states that
'autoreconf runs autoconf, autoheader, aclocal, automake,
libtoolize, and autopoint (when appropriate)' ...
so I do not understand why I have to run libtoolize before autoreconf.
On 10/25/2012, Kshitij Kulshreshtha wrote:
If you are using Fedora, how did you get libtool 2.4
Debian-2.4-2ubuntu1? Is this the official Fedora RPM, or a locally
installed version of libtool/autotools? In any case it looks like your
autotools are misconfigured. You should also try deleting aclocal.m4 and
ltmain.sh and then calling
autoreconf --force --install
If this does not help check installation of autotools/libtool.
Regards.
Kshitij.
On 10/25/2012 05:10 AM, Brad Bell wrote:
> The ADOL-C-2.3.0 configure.ac file has the following text:
> COLPACK_LIBDIR="$colpack/${_lib}"
> and ${_lib} is lib64 on my Fedora-17 system.
>
> But ColPack-1.0.9 (as distributed) installs the libraries to
> $colpack/lib
> on my Fedora-17 system.
>
> Furthermore, if I do an
> autoreconf --force
> for ColPack-1.0.9 on my system and then
> make install
> I get the error message below:
>
> libtool: Version mismatch error. This is libtool 2.4
> Debian-2.4-2ubuntu1, but the
> libtool: definition of this LT_INIT comes from libtool 2.4.2.
> libtool: You should recreate aclocal.m4 with macros from libtool 2.4
> Debian-2.4-2ubuntu1
> libtool: and run autoconf again.
> make[1]: *** [install-libLTLIBRARIES] Error 63
> make[1]: Leaving directory `/home/bradbell/install/ColPack-1.0.9'
> make: *** [install-am] Error 2
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/adol-c/attachments/20121026/3c7d9d33/attachment.html>
More information about the ADOL-C
mailing list