<div dir="ltr">I'm trying to insatll Ipopt on windows with msvc according to <a href="http://www.coin-or.org/Ipopt/documentation/node15.html">Installation with Cygwin using the MSVC++ compiler</a>. I followed the instructions first install Cygwin with necessary components, and download the external codes including:<div><ul><li>downloading BLAS, LAPACK, ASL, Mumps and Metis with "./get.BLAS", "./get.LAPACK", "./get.ASL", "./get.Mumps" and "./get.Metis".<br></li><li>downloading HSL source <i>coinhsl-2014.01.10.zip </i>from <a name="tex2html50" href="http://hsl.rl.ac.uk/ipopt" style="font-size:medium;font-family:monospace">http://hsl.rl.ac.uk/ipopt</a>, and unzip it to CoinIpopt/ThirdParty/HSL/coinhsl<br></li></ul>Then I add following 2 lines to Cygwin.bat</div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">call "D:\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"<br>call D:\IntelSWTools\compilers_and_libraries_2016.3.207\windows\bin\ifortvars.bat -arch ia32_intel64 vs2013 -platform linux</blockquote><div><br></div><div>And then in Cygwin command line, I enter </div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span style="color:rgb(0,0,0);font-family:monospace;font-size:medium">./configure -enable-doscompile=msvc</span></blockquote><div> </div><div>After a while, errors comes out says:</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">configure: for BLAS in MKL (32bit) using C linkage<br>checking for daxpy... no<br>configure: for BLAS in MKL (64bit) using C linkage<br>checking for daxpy... no<br>checking whether -lblas has BLAS... no<br>checking for COIN-OR package Blas... skipped check via pkg-config, redirect to fallback<br>checking for COIN-OR package Blas (fallback)... no, dependency coinblas not available<br>configure: error: Required package BLAS not found.<br>configure: error: /bin/sh './configure' failed for Ipopt</blockquote><div>The full configure output information is in the attachment.</div><div> </div><div>It seems that complier cannot find the BLAS, but I indeed download it to CoinIpopt/ThirdPart/BLAS.</div><div>Does anyone know what is wrong and how to fix it?</div></div>