<div dir="ltr"><div><div>Virginia,<br><br></div>it depends on what you set with the --prefix option in configure, if you used it. If you want to have the executable in $HOME/bin, then you should give the option <br><br>--prefix=$HOME<br>
<br></div><div>Otherwise, the executable should be in Couenne/src/main/couenne, from the directory where you launched the make command.<br></div><div><br></div>Regards,<br>Pietro<br></div><div class="gmail_extra"><br><br>
<div class="gmail_quote">On Tue, Aug 13, 2013 at 7:05 PM, Virginia Costa <span dir="ltr">&lt;<a href="mailto:virscosta@gmail.com" target="_blank">virscosta@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Hi again,<div><br></div><div>Now, I try to install Couenne with --without-scip confguration option. There was no more erros. So, I executed &quot;make install&quot;. But, when I look inside the bin directory, there&#39;s no couenne binary file.<br>

Do you know what I did wrong? <br>Many Thanks.<span class="HOEnZb"><font color="#888888"><br>Virginia. </font></span></div></div><div class="gmail_extra"><div><div class="h5"><br><br><div class="gmail_quote">2013/8/13 Stefan Vigerske <span dir="ltr">&lt;<a href="mailto:stefan@math.hu-berlin.de" target="_blank">stefan@math.hu-berlin.de</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<div><br>
<br>
On 08/13/2013 07:42 PM, Virginia Costa wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Stefan,<br>
<br>
Thanks for your answer. I have another question: what about SCIP? Does<br>
couenne need it to run?<br>
After your answer, I try to build again the package with --without-glpk<br>
configure option. There&#39;s no more error with amd.h, but, now, scip is<br>
returning some errors.<br>
Do you know if scip is necessary to install Couenne?<br>
</blockquote>
<br></div>
No, SCIP may only used in the feaspump heuristic, which is off by default.<br>
<br>
Stefan<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>
Thanks one more time.<br>
Virginia.<br>
<br>
<br>
2013/8/13 Stefan Vigerske &lt;<a href="mailto:stefan@math.hu-berlin.de" target="_blank">stefan@math.hu-berlin.de</a>&gt;<br>
<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>
Hi,<br>
<br>
your Glpk installation does not seem to bring the amd.h that usually comes<br>
with Glpk. Clp assumes that if it has Glpk, then also amd.h will be<br>
available.<br>
However, Couenne does not make any use of Glpk, there is no need to<br>
include it.<br>
Further, if you have blas and lapack installed in your system, then it<br>
should be picked up by configure automatically.<br>
<br>
Stefan<br>
<br>
<br>
<br>
On 08/13/2013 04:04 AM, Virginia Costa wrote:<br>
<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>
Hello everybody,<br>
I&#39;m a new user of Couenne and I&#39;d like to install this package in my<br>
machine, which has Ubuntu 13.04. I tried to install it so many times, but,<br>
   unfortunately, I didn&#39;t get it.<br>
<br>
I downloaded the Couenne package by svn, as follows:<br></div>
svn co <a href="https://projects.coin-or.org/**svn/Couenne/stable/0.4" target="_blank">https://projects.coin-or.org/*<u></u>*svn/Couenne/stable/0.4</a>&lt;<a href="https://projects.coin-or.org/svn/Couenne/stable/0.4" target="_blank">https:<u></u>//projects.coin-or.org/svn/<u></u>Couenne/stable/0.4</a>&gt;Couenne<div>

<br>
<br>
In the operation system, I have glpk, zlib, blas and lapack installed. I<br>
also installed soplex 1.7.0 in the ThirdParty  directory and I installed<br>
the packages Metis, SCIP and Mumps by using the get.XXXX script, avaiable<br>
inside the Couenne package.<br>
<br>
After all, I configure the package as following:<br>
<br>
#!/bin/bash<br>
GLPKLIB=&quot;/usr/lib&quot;<br>
GLPKINC=&quot;/usr/include&quot;<br>
BLASLIB=&quot;/usr/lib/libblas&quot;<br>
LAPACKLIB=&quot;/usr/lib/lapack&quot;<br>
<br>
../configure -C --with-glpk-lib=${GLPKLIB} --with-glpk-incdir=${GLPKINC}<br>
--with-blas-lib=${BLASLIB} --with-lapack-lib=${LAPACKLIB} --without-asl<br>
--with-gnu-ld<br>
<br>
And I got the output showed in the file attached.<br>
<br>
When I try to buid the package, It&#39;s returns the following error:<br>
<br>
(...)<br>
<br>
   g++ -DHAVE_CONFIG_H -I. -I../../../Clp/src<br></div>
-I/home/virscosta/coinor/**<u></u>Couenne/ThirdParty/Mumps/**<u></u>MUMPS/libseq<br>
-I/home/virscosta/coinor/**<u></u>Couenne/ThirdParty/Mumps/**<u></u>MUMPS/include<br>
-I/home/virscosta/coinor/**<u></u>Couenne/ThirdParty/Metis/**<u></u>metis-4.0/Lib<br>
-I/usr/include -I/home/virscosta/coinor/**<u></u>Couenne/CoinUtils/src<br>
-I/home/virscosta/coinor/**<u></u>Couenne/build/CoinUtils/src -DCOIN_HAS_CLP -O3<div><br>
-pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual<br>
-Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas<br>
-Wno-long-long -DCLP_BUILD -MT ClpCholeskyUfl.lo -MD -MP -MF<br></div>
.deps/ClpCholeskyUfl.Tpo -c ../../../Clp/src/**<u></u>ClpCholeskyUfl.cpp  -fPIC<br>
-DPIC -o .libs/ClpCholeskyUfl.o<br>
../../../Clp/src/**<u></u>ClpCholeskyUfl.cpp:13:17: fatal error: amd.h: No such<div><br>
file<br>
or directory<br>
compilation terminated.<br>
make[4]: ** [ClpCholeskyUfl.lo] Erro 1<br></div>
make[4]: Saindo do diretório `/home/virscosta/coinor/**<div><br>
Couenne/build/Clp/src&#39;<br>
make[3]: ** [all-recursive] Erro 1<br></div>
make[3]: Saindo do diretório `/home/virscosta/coinor/**<div><br>
Couenne/build/Clp/src&#39;<br>
make[2]: ** [all] Erro 2<br></div>
make[2]: Saindo do diretório `/home/virscosta/coinor/**<div><br>
Couenne/build/Clp/src&#39;<br>
make[1]: ** [all-recursive] Erro 1<br></div>
make[1]: Saindo do diretório `/home/virscosta/coinor/**<u></u>Couenne/build/Clp&#39;<div><br>
make: ** [all-recursive] Erro 1<br>
<br>
<br>
Could somebody help me please?<br>
<br>
Thanks for advance.<br>
<br>
Virginia Costa<br>
<br>
<br>
<br></div>
______________________________<u></u>**_________________<br>
Couenne mailing list<br>
<a href="mailto:Couenne@list.coin-or.org" target="_blank">Couenne@list.coin-or.org</a><br>
<a href="http://list.coin-or.org/**mailman/listinfo/couenne" target="_blank">http://list.coin-or.org/**<u></u>mailman/listinfo/couenne</a>&lt;<a href="http://list.coin-or.org/mailman/listinfo/couenne" target="_blank">http:<u></u>//list.coin-or.org/mailman/<u></u>listinfo/couenne</a>&gt;<br>


<br>
<br>
</blockquote>
<br>
</blockquote>
<br>
<br>
</blockquote>
<br>
</blockquote></div><br><br clear="all"><div><br></div></div></div><div class="im">-- <br><div>Programa de Engenharia de Sistemas e Computação</div>PESC/COPPE/UFRJ<br>Visite nossa página web (<a href="http://www.cos.ufrj.br" target="_blank">http://www.cos.ufrj.br</a>)<div>

Skype: virscosta</div>
</div></div>
<br>_______________________________________________<br>
Couenne mailing list<br>
<a href="mailto:Couenne@list.coin-or.org">Couenne@list.coin-or.org</a><br>
<a href="http://list.coin-or.org/mailman/listinfo/couenne" target="_blank">http://list.coin-or.org/mailman/listinfo/couenne</a><br></blockquote></div><br></div>