Hello,<br><br>I am trying to install Ipopt under Windows Vista to use it with Matlab.<br>First of all I got the tarball &quot;Ipopt-3.6.0.tgz&quot; and installed Cygwin as explained on this page &quot;<a href="http://www.coin-or.org/Ipopt/documentation/node24.html">http://www.coin-or.org/Ipopt/documentation/node24.html</a>&quot;.<br>
<br>Then I typed &quot;./configure&quot;, &quot;make&quot; and &quot;make install&quot; in the bash of Cygwin which all appeared to work correctly. But after typing &quot;make test&quot; I got the following error:<br><br>
.<br>.<br>.<br>Running unitTests...<br><br>Testing AMPL Solver Executable...<br><br> ---- 8&lt; ---- Start of test program output ---- 8&lt; ----<br><br>==&gt; Warning: Treating 1 binary and 1 integer variables as continous.<br>
<br>Exception of type: OPTION_INVALID in file &quot;IpAlgBuilder.cpp&quot; at line 275:<br> Exception message: Selected linear solver MA27 not available.<br>Tried to obtain MA27 from shared library &quot;libhsl.dll&quot;, but the following error o<br>
ccured:<br>Windows error while loading dynamic library libhsl.dll<br><br>EXIT: Invalid option encountered.<br> ---- 8&lt; ----  End of test program output  ---- 8&lt; ----<br><br>    ******** Test FAILED! ********<br>Output of the test program is above.<br>
Testing C++ Example...<br><br> ---- 8&lt; ---- Start of test program output ---- 8&lt; ----<br>Exception of type: OPTION_INVALID in file &quot;IpAlgBuilder.cpp&quot; at line 275:<br> Exception message: Selected linear solver MA27 not available.<br>
Tried to obtain MA27 from shared library &quot;libhsl.dll&quot;, but the following error o<br>ccured:<br>Windows error while loading dynamic library libhsl.dll<br><br>EXIT: Invalid option encountered.<br><br><br>*** The problem FAILED!<br>
 ---- 8&lt; ----  End of test program output  ---- 8&lt; ----<br><br>    ******** Test FAILED! ********<br>Output of the test program is above.<br>Testing C Example...<br>./run_unitTests: line 69:  3708 Segmentation fault      (core dumped) ./hs071_c<br>
&gt; tmpfile 2&gt;&amp;1<br><br> ---- 8&lt; ---- Start of test program output ---- 8&lt; ----<br> ---- 8&lt; ----  End of test program output  ---- 8&lt; ----<br><br>    ******** Test FAILED! ********<br>Output of the test program is above.<br>
Testing Fortran Example...<br><br> ---- 8&lt; ---- Start of test program output ---- 8&lt; ----<br>Exception of type: OPTION_INVALID in file &quot;IpAlgBuilder.cpp&quot; at line 275:<br> Exception message: Selected linear solver MA27 not available.<br>
Tried to obtain MA27 from shared library &quot;libhsl.dll&quot;, but the following error o<br>ccured:<br>Windows error while loading dynamic library libhsl.dll<br><br>EXIT: Invalid option encountered.<br><br> An error occoured.<br>
 The error code is  -12<br><br> ---- 8&lt; ----  End of test program output  ---- 8&lt; ----<br><br>    ******** Test FAILED! ********<br>Output of the test program is above.<br>make[2]: *** [test] Error 255<br>make[2]: Leaving directory `/home/Johannes/CoinIpopt/Ipopt/test&#39;<br>
make[1]: *** [unitTest] Error 2<br>make[1]: Leaving directory `/home/Johannes/CoinIpopt/Ipopt&#39;<br>make: *** [test] Error 2<br><br><br>I hope somebody knows a solution.<br>Thanks in advance!<br><br>Johannes<br>