[Ipopt] Problem compiling ipopt with HSL

Stefan Vigerske stefan at math.hu-berlin.de
Sat Nov 30 12:00:16 EST 2013


Hi,

the compilation of deps90.f90, which seems to happen before 
hsl_mc68i_ciface.f90 in your log, should have created hsl_mc68_integer.mod.
Maybe try
   cd /home/Ram/CoinIpopt/build/ThirdParty/HSL
   make deps90.lo
and make sure this creates hsl_mc68_integer.mod.
Then call make for the rest again.

Stefan

On 11/30/2013 04:41 PM, Novalio Daratha wrote:
> Dear All,
>
> I am trying to compile ipopt with HSL using mingw64 installation as describein
>
> http://www.idsc.ethz.ch/Downloads/DownloadFiles/IPOPT_InstallMatlab/IPOPT_InstallWinMatlab_V0p1.pdf
>
> I was following the document up to step 9. Major different is that I
> put coinhsl source
> code also in my case.
>
> the configure command was
>
>
> ../configure --with-matlab-home=/c/Progra~1/MATLAB/R2012b
> ADD_FFLAGS="-static-libgcc" CDEFS="-
> DWITHOUT_PTHREAD=1"
>
>
> and was successful. Then I gave "make" command at the compilation stops
> with the following error message (in the lower part of text)
>
> https://gist.github.com/anonymous/7720554
>
> Would anyone help me on this matter?
>
> Thanking You,
>
> Novalio Daratha
>
>
>
> _______________________________________________
> Ipopt mailing list
> Ipopt at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/ipopt
>



More information about the Ipopt mailing list