I am still without a working solution. I have tried unsuccesfully three different methods:<br><br><b>1) Trying to compile on MinGw ADOL-C 2.2.1:</b><br><br><span style="font-family:courier new,monospace">config.status: executing libtool commands</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">Making all in ADOL-C</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">Making all in src</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">Making all in drivers</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">mv: cannot stat `.deps/drivers.Tpo&#39;: No such file or directory</span><br>

<br>Any how, I&#39;d like to be able to compile the latest version of ADOL-C/ColPack if possible<br><br><b>2) Setting AC_LIBTOOL_WIN32_DLL in ColPack-1.0.8/<a href="http://configure.ac">configure.ac</a></b><br><br>My new <a href="http://configure.ac">configure.ac</a> looks like:<br>

<br><span style="font-family:courier new,monospace">AC_PROG_CXX</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">AC_CONFIG_FILES(Makefile)</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">AC_LIBTOOL_WIN32_DLL</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">AC_PROG_LIBTOOL</span><br><br>However, even after <span style="font-family:courier new,monospace">autoconf,</span> <span style="font-family:courier new,monospace">autoreconf --force --install</span> and <span style="font-family:courier new,monospace">./configure --prefix=/usr --enable-shared</span> the make command doesn&#39;t produce any shared library.<br>

<br><b>3) Manually compilation of the shared library</b><br><br>I manually compiled the ColPack shared library, using some info from the 1.0.4 makefile:<br><br><span style="font-family:courier new,monospace">g++ -shared -Wl,-soname,libColPack.so -o libColPack.so &lt;list of object files&gt;</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">/bin/install -c libColPack.so /usr/lib/libColPack.so</span><br><br>I obtain the libColPack.so, but then still ADOL-C gives me the error that it can&#39;t compile the static library and it would need the dynamic library. Maybe now it is just a point on where I should place the libColPack.so file ???<br>

<br><br>Antonello<br><br>-- <br>Antonello Lobianco<br>INRA, Laboratoire d&#39;Economie Forestière<br>14 Rue Girardet - 54000 Nancy, France<br>Tel: +33.652392310<br>Email: <a href="mailto:antonello.lobianco@nancy-engref.inra.fr" target="_blank">antonello.lobianco@nancy-engref.inra.fr</a><br>

<a href="http://antonello.lobianco.org/" target="_blank">http://antonello.lobianco.org</a><br>