[ADOL-C] Building ADOL-C 2.2.1 with MinGW
Kshitij Kulshreshtha
kshitij at math.upb.de
Tue Sep 20 11:16:08 EDT 2011
Hello,
As on 2011-09-20 15:37, Eckhard Arnold did write:
> Hi,
>
> I tried to build ADOL-C on a Windows system using MinGW (gcc 4.5.2,
> autoconf 2.67, automake 1.11.2, make GNU make 3.81 (msys)).
> Everything works fine for ADOL-C 2.1.5 (and earlier versions).
> But with ADOL-C 2.2.1 (or versions starting from 2.1.6) the 'make'
> process was interrupted with the following error message:
>
> $ ./configure --enable-docexa
> $ make
> Making all in ADOL-C
> cp: omitting directory `../ADOL-C/src'
> make[1]: *** [../ADOL-C/adolc/adolc.h] Error 1
> make: *** [all-recursive] Error 1
It seems that MinGW does not provide the correct $(LN_S) command. What
does config.log say about 'ln -s'?
As a workaround you may use the Windows junction, linkd or mklink
commands before running make to create a link ADOL-C/adolc pointing to
ADOL-C/src.
--
Dr. Kshitij Kulshreshtha
Institut für Mathematik,
Universität Paderborn,
Warburger Straße 100,
33098 Paderborn.
Büro: A3.235
Privatanschrift:
Arnikaweg 62
33100 Paderborn.
More information about the ADOL-C
mailing list