<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256">
<meta name="GENERATOR" content="MSHTML 8.00.6001.19154">
<style id="owaParaStyle">P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
</style>
</head>
<body fPStyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">
<p>Hello,</p>
<p>&nbsp;</p>
<p>I am doing a build of Ipopt and this went very smoothly.&nbsp; Unfortunately I forgot to build MA27, so I download it, run configure and then make.&nbsp; This procedure only produced a static library and not the libhsl.so that I need for Ipopt.</p>
<p>&nbsp;</p>
<p>Next, I went to the ThirdParty directory and read the file INSTALL.HSL which has some instructions for building a shared library.&nbsp; Well, in the MA27 source directory, though it has a configure --enable-loadable-library is not a recognized option.&nbsp; The ThirdParty
 directory will recognize this option as well as --enable-shared, but it appears that nothing is being happening (this occured after placing ma27d.f and ma27s.f in the ThirdParty directory):&nbsp;
</p>
<p>&nbsp;</p>
<p>[melrobin@melrobin HSL]$ make<br>
cd . &amp;&amp; /bin/sh ./config.status config.h<br>
config.status: creating config.h<br>
config.status: config.h is unchanged<br>
make&nbsp; all-am<br>
make[1]: Entering directory `/home/melrobin/Ipopt-3.10.1/ThirdParty/HSL'<br>
cd . &amp;&amp; /bin/sh ./config.status config.h<br>
config.status: creating config.h<br>
config.status: config.h is unchanged<br>
make[1]: Leaving directory `/home/melrobin/Ipopt-3.10.1/ThirdParty/HSL'<br>
</p>
<p>Can you give me a little start on how I can generate libhsl.so?</p>
</div>
</body>
</html>