<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: times new roman,new york,times,serif; font-size: 12pt; color: #000000'>Good morning, <br><br>I am trying to install IPOPT using HSL ma27 librarie in order to use it with the Matlab interface. <br>I followed the instructions provided within the README files, to build the ThirdParty solver, the Ipopt library and the Matlab interface. But it crashes telling me it needs libhsl.so whereas my buid created a lib called libcoinhsl.so<br><br>I'm on a linux-64 platform (ubuntu 12.04)<br>I'm running Matlab R2012a <br>I'm using gcc-4.4 g++-4.4 and gfortran-4.4 to compile all the parts of the source code. <br>I have BLAS ans LAPACK installed<br><br>here is the ./configure line i'm using : <br><br>./configure --prefix=$HOME/ipopt/install&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CXX=g++-4.4 CC=gcc-4.4 F77=gfortran-4.4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ADD_CXXFLAGS="-fPIC -fexceptions"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ADD_CFLAGS="-fPIC -fexceptions"&nbsp; ADD_FFLAGS="-fPIC -fexceptions"<br><br>I should mention that I tried changing the name of the ThirdParty build from libcoinhsl to libhsl but it couses matlab to crash.<br><br>I tried to use MUMPS instead but the same problem occurs.<br><br>Do you have any idea about what I'm doing wrong ? <br><br>Thank you very much <br>Jérémy Sinoir <br><br><br><br><br></div></body></html>