Hi,<br><br>I have seen that examples of adol-c works, but I am trying to see how to compile the same example but into myfolder. I just copy and paste speelpenning example in to another folder. I try to compile and link with :<br>
<br>cd myfolder<br> g++ speelpenning.cpp -o speelpenning<br><br>Some errors are produced:<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>How do I compile and link? Is anything wrong? <br><br>Thanks,<br><br>Borja<br><br><div class="gmail_quote">2010/4/20 borja artamendi <span dir="ltr">&lt;<a href="mailto:borjartamendi@googlemail.com">borjartamendi@googlemail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">HI, <br><br>I did all the command instead of make test, now after searching in to the folders, i see that in folder /test are those test examples with their .o file. I execute them and all works :)<br>
<br>Thanks, <br><br>Borja<br>
<br><div class="gmail_quote">2010/4/20 Andrea Walther <span dir="ltr">&lt;<a href="mailto:andrea.walther@uni-paderborn.de" target="_blank">andrea.walther@uni-paderborn.de</a>&gt;</span><div><div></div><div class="h5"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Borja,<br>
<div><br>
&gt;<br>
&gt; I execute : ./configure  --with-docexa --with-addexa  , and then make to<br>
&gt; compile, from subdirectory examples and it gives me some errors:<br>
<br>
</div>if you unpack the ADOL-C package you should obtain a directory<br>
<br>
ADOL-C-2.1.5<br>
<br>
then you should go in this directory and execute the command<br>
<div><br>
./configure --with-docexa --with-addexa<br>
<br>
</div>then in the same directory you have to execute the commands<br>
<br>
make<br>
make test   (checking whether everything works)<br>
make install<br>
<br>
<br>
these commands are not executed in the examples directory but in the<br>
main ADOL-C directory.<br>
<br>
Hope this helps, otherwise just email again.<br>
<br>
Best,<br>
<font color="#888888"><br>
Andrea<br>
</font></blockquote></div></div></div><br>
</blockquote></div><br>