Hi,<br><br>I have downloaded the last version of ADOL-C, and I am trying to compile and link and see the examples. <br><br>In the manual, subsection 8.2 says: one must configure the adol-c package to enable  the compilation of examples by supplying appropiate options. available options are:<br>
--with-docexa <br>--with-addexa<br><br>I execute : ./configure  --with-docexa --with-addexa  , and then make to compile, from subdirectory examples and it gives me some errors:<br><br>error: adouble.h : file does not exist <br>
error: drivers/drivers.h: file does not exist <br>speelpenning.cpp: In function ‘int main()’:<br>speelpenning.cpp:33: error: ‘STAT_SIZE’ was not declared in this scope<br>speelpenning.cpp:41: error: ‘adouble’ was not declared in this scope<br>
<br>and so on, does anybody know what is the problem?<br><br>thanks a lot,<br><br>Borja<br>