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 "Ipopt-3.6.0.tgz" and installed Cygwin as explained on this page "<a href="http://www.coin-or.org/Ipopt/documentation/node24.html">http://www.coin-or.org/Ipopt/documentation/node24.html</a>".<br>
<br>Then I typed "./configure", "make" and "make install" in the bash of Cygwin which all appeared to work correctly. But after typing "make test" I got the following error:<br><br>
.<br>.<br>.<br>Running unitTests...<br><br>Testing AMPL Solver Executable...<br><br> ---- 8< ---- Start of test program output ---- 8< ----<br><br>==> Warning: Treating 1 binary and 1 integer variables as continous.<br>
<br>Exception of type: OPTION_INVALID in file "IpAlgBuilder.cpp" at line 275:<br> Exception message: Selected linear solver MA27 not available.<br>Tried to obtain MA27 from shared library "libhsl.dll", but the following error o<br>
ccured:<br>Windows error while loading dynamic library libhsl.dll<br><br>EXIT: Invalid option encountered.<br> ---- 8< ---- End of test program output ---- 8< ----<br><br> ******** Test FAILED! ********<br>Output of the test program is above.<br>
Testing C++ Example...<br><br> ---- 8< ---- Start of test program output ---- 8< ----<br>Exception of type: OPTION_INVALID in file "IpAlgBuilder.cpp" at line 275:<br> Exception message: Selected linear solver MA27 not available.<br>
Tried to obtain MA27 from shared library "libhsl.dll", 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< ---- End of test program output ---- 8< ----<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>
> tmpfile 2>&1<br><br> ---- 8< ---- Start of test program output ---- 8< ----<br> ---- 8< ---- End of test program output ---- 8< ----<br><br> ******** Test FAILED! ********<br>Output of the test program is above.<br>
Testing Fortran Example...<br><br> ---- 8< ---- Start of test program output ---- 8< ----<br>Exception of type: OPTION_INVALID in file "IpAlgBuilder.cpp" at line 275:<br> Exception message: Selected linear solver MA27 not available.<br>
Tried to obtain MA27 from shared library "libhsl.dll", 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< ---- End of test program output ---- 8< ----<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'<br>
make[1]: *** [unitTest] Error 2<br>make[1]: Leaving directory `/home/Johannes/CoinIpopt/Ipopt'<br>make: *** [test] Error 2<br><br><br>I hope somebody knows a solution.<br>Thanks in advance!<br><br>Johannes<br>