<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>
      &nbsp;&nbsp;&nbsp; rm aclocal.m4 ltmain.sh<br>
      &nbsp;&nbsp;&nbsp; libtoolize<br>
      &nbsp;&nbsp;&nbsp; autoreconf --force<br>
      &nbsp;&nbsp;&nbsp; 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>
      &nbsp;&nbsp;&nbsp; configure.ac:33: required file `./ltmain.sh' not found<br>
      where configure.ac:33 is<br>
      &nbsp;&nbsp;&nbsp; AC_PROG_LIBTOOL<br>
      <br>
      But reading the documentation for autoreconf<br>
      &nbsp;&nbsp;&nbsp;
<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>
      &nbsp;&nbsp;&nbsp; '<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>
      &nbsp;&nbsp;&nbsp; <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>
      &nbsp;&nbsp; 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&nbsp;
      ADOL-C-2.3.0 configure.ac file has the following text:
      <br>
      &nbsp;&nbsp;&nbsp; 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>
      &nbsp;&nbsp;&nbsp; $colpack/lib
      <br>
      on my Fedora-17 system.
      <br>
      <br>
      Furthermore, if I do an
      <br>
      &nbsp;&nbsp;&nbsp; autoreconf --force
      <br>
      for ColPack-1.0.9 on my system and then
      <br>
      &nbsp;&nbsp;&nbsp; make install
      <br>
      I get the error message below:
      <br>
      <br>
      libtool: Version mismatch error.&nbsp; 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>