<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">Hello, <br>
<br>
this problem actually is because of mismatch in version number of the build tools. You can call to following command:<br>
<br>
autoreconf -fi<br>
<br>
then<br>
./configure<br>
make<br>
<br>
Regards<br>
Kshitij<br>
<br>
--<br>
Dr. Kshitij Kulshreshtha<br>
<br>
Scribbled on an Android Tablet<br>
<br><br><div class="gmail_quote">Norman Goldstein &lt;normvcr@telus.net&gt; wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

    <div class="moz-cite-prefix">This might fix the problem:<br>
      <br>
      In the folder "build":<br>
      mv doltlibtool doltlibtool_orig<br>
      ln -s /usr/bin/libtool doltlibtool<br>
      <br>
      <br>
      <br>
      <br>
      On 08/21/2012 06:04 AM, behzad baghapour wrote:<br>
    </div>
    <blockquote
cite="mid:CA+jOtDLGxP3aYn4xe=Ahgp6vCu_R+t3Rzr=70md7hH9kg5xKcw@mail.gmail.com"
      type="cite">Dear all,<br>
      <br>
      I am trying to install ADOL-C on ubuntu, but receive the following
      error at the end of make process:<br>
      <br>
      libtool: Version mismatch error.&nbsp; This is libtool 2.4, but the<br>
      libtool: definition of this LT_INIT comes from libtool 2.2.6b.<br>
      libtool: You should recreate aclocal.m4 with macros from libtool
      2.4<br>
      libtool: and run autoconf again.<br>
      make[5]: *** [drivers.lo] Error 63<br>
      make[5]: Leaving directory `/home/baghapour/softs/ADOL-C-
      <div id=":132">2.3.0/ADOL-C/src/drivers'<br>
        make[4]: *** [all-recursive] Error 1<br>
        make[4]: Leaving directory
        `/home/baghapour/softs/ADOL-C-2.3.0/ADOL-C/src'<br>
        make[3]: *** [all] Error 2<br>
        make[3]: Leaving directory
        `/home/baghapour/softs/ADOL-C-2.3.0/ADOL-C/src'<br>
        make[2]: *** [all-recursive] Error 1<br>
        make[2]: Leaving directory
        `/home/baghapour/softs/ADOL-C-2.3.0/ADOL-C'<br>
        make[1]: *** [all] Error 2<br>
        make[1]: Leaving directory
        `/home/baghapour/softs/ADOL-C-2.3.0/ADOL-C'<br>
        make: *** [all-recursive] Error 1<br>
        <br>
        How should I handle this??<br>
        <br>
        Thanks alot,<br>
        BehZad</div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
ADOL-C mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ADOL-C@list.coin-or.org">ADOL-C@list.coin-or.org</a>
<a class="moz-txt-link-freetext" href="http://list.coin-or.org/mailman/listinfo/adol-c">http://list.coin-or.org/mailman/listinfo/adol-c</a></pre>
    </blockquote>
    <br>
  </blockquote></div></body>
</html>