<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Thanks:<br>
<br>
The following worked for the colpack install<br>
rm aclocal.m4 ltmain.sh<br>
libtoolize<br>
autoreconf --force<br>
echo_exec ./configure --prefix=$prefix --libdir=$prefix/lib64<br>
<br>
<br>
The really strange thing is that, if I leave out the libtoolize
command, I get the error<br>
configure.ac:33: required file `./ltmain.sh' not found<br>
where configure.ac:33 is<br>
AC_PROG_LIBTOOL<br>
<br>
But reading the documentation for autoreconf<br>
<a class="moz-txt-link-freetext" href="http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/autoreconf-Invocation.html">http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/autoreconf-Invocation.html</a><br>
it states that <br>
'<samp><span class="command">autoreconf</span></samp> runs <samp><span
class="command">autoconf</span></samp>, <samp><span
class="command">autoheader</span></samp>,
<samp><span class="command">aclocal</span></samp>, <samp><span
class="command">automake</span></samp>, <samp><span
class="command">libtoolize</span></samp>, and
<samp><span class="command">autopoint</span></samp> (when
appropriate)' ...<br>
so I do not understand why I have to run libtoolize before
autoreconf.<br>
<br>
<br>
<br>
<br>
<br>
On 10/25/2012, Kshitij Kulshreshtha wrote:<br>
<br>
If you are using Fedora, how did you get libtool 2.4<br>
Debian-2.4-2ubuntu1? Is this the official Fedora RPM, or a locally<br>
installed version of libtool/autotools? In any case it looks like
your<br>
autotools are misconfigured. You should also try deleting
aclocal.m4 and<br>
ltmain.sh and then calling<br>
autoreconf --force --install<br>
<br>
If this does not help check installation of autotools/libtool.<br>
<br>
Regards.<br>
Kshitij.<br>
<br>
<br>
On 10/25/2012 05:10 AM, Brad Bell wrote:<br>
</div>
<blockquote cite="mid:50892C20.3010608@seanet.com" type="cite">The
ADOL-C-2.3.0 configure.ac file has the following text:
<br>
COLPACK_LIBDIR="$colpack/${_lib}"
<br>
and ${_lib} is lib64 on my Fedora-17 system.
<br>
<br>
But ColPack-1.0.9 (as distributed) installs the libraries to
<br>
$colpack/lib
<br>
on my Fedora-17 system.
<br>
<br>
Furthermore, if I do an
<br>
autoreconf --force
<br>
for ColPack-1.0.9 on my system and then
<br>
make install
<br>
I get the error message below:
<br>
<br>
libtool: Version mismatch error. This is libtool 2.4
Debian-2.4-2ubuntu1, but the
<br>
libtool: definition of this LT_INIT comes from libtool 2.4.2.
<br>
libtool: You should recreate aclocal.m4 with macros from libtool
2.4 Debian-2.4-2ubuntu1
<br>
libtool: and run autoconf again.
<br>
make[1]: *** [install-libLTLIBRARIES] Error 63
<br>
make[1]: Leaving directory `/home/bradbell/install/ColPack-1.0.9'
<br>
make: *** [install-am] Error 2
<br>
<br>
<br>
<br>
<br>
</blockquote>
<br>
</body>
</html>