<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Apologies for forgetting about the dependencies - it's a while since
    I did it this way myself as we have a new system in place for the
    next release of IPOPT.<br>
    <br>
    You need to concatenate ddeps.f file with the ma57d.f file to get
    the ma57ad.f file.<br>
    <br>
    Jonathan.<br>
    <br>
    On 14/05/12 17:05, Juan Ignacio Laiglecia wrote:
    <blockquote cite="mid:COL120-W229FEA1A785191960959C9BE1A0@phx.gbl"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
      <div dir="ltr">
        Thanks to all for answer quickly.<br>
        &nbsp;<br>
        Jonathan I need other depencies files&nbsp;for MA57 ?<br>
        &nbsp;<br>
        Many thanks!<br>
        Juan<br>
        <br>
        &nbsp;<br>
        <div>
          &gt; From: <a class="moz-txt-link-abbreviated" href="mailto:ipopt-request@list.coin-or.org">ipopt-request@list.coin-or.org</a><br>
          &gt; Subject: Ipopt Digest, Vol 89, Issue 7<br>
          &gt; To: <a class="moz-txt-link-abbreviated" href="mailto:ipopt@list.coin-or.org">ipopt@list.coin-or.org</a><br>
          &gt; Date: Mon, 14 May 2012 12:00:01 -0400<br>
          &gt; <br>
          &gt; Send Ipopt mailing list submissions to<br>
          &gt; <a class="moz-txt-link-abbreviated" href="mailto:ipopt@list.coin-or.org">ipopt@list.coin-or.org</a><br>
          &gt; <br>
          &gt; To subscribe or unsubscribe via the World Wide Web, visit<br>
          &gt; <a class="moz-txt-link-freetext" href="http://list.coin-or.org/mailman/listinfo/ipopt">http://list.coin-or.org/mailman/listinfo/ipopt</a><br>
          &gt; or, via email, send a message with subject or body 'help'
          to<br>
          &gt; <a class="moz-txt-link-abbreviated" href="mailto:ipopt-request@list.coin-or.org">ipopt-request@list.coin-or.org</a><br>
          &gt; <br>
          &gt; You can reach the person managing the list at<br>
          &gt; <a class="moz-txt-link-abbreviated" href="mailto:ipopt-owner@list.coin-or.org">ipopt-owner@list.coin-or.org</a><br>
          &gt; <br>
          &gt; When replying, please edit your Subject line so it is
          more specific<br>
          &gt; than "Re: Contents of Ipopt digest..."<br>
          &gt; <br>
          &gt; <br>
          &gt; Today's Topics:<br>
          &gt; <br>
          &gt; 1. Re: IPOPT configuration on Windows (Jonathan Hogg)<br>
          &gt; <br>
          &gt; <br>
          &gt;
          ----------------------------------------------------------------------<br>
          &gt; <br>
          &gt; Message: 1<br>
          &gt; Date: Mon, 14 May 2012 15:21:26 +0100<br>
          &gt; From: Jonathan Hogg <a class="moz-txt-link-rfc2396E" href="mailto:jonathan.hogg@stfc.ac.uk">&lt;jonathan.hogg@stfc.ac.uk&gt;</a><br>
          &gt; To: <a class="moz-txt-link-rfc2396E" href="mailto:ipopt@list.coin-or.org">&lt;ipopt@list.coin-or.org&gt;</a><br>
          &gt; Subject: Re: [Ipopt] IPOPT configuration on Windows<br>
          &gt; Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:4FB114E6.2090309@stfc.ac.uk">&lt;4FB114E6.2090309@stfc.ac.uk&gt;</a><br>
          &gt; Content-Type: text/plain; charset="iso-8859-1";
          Format="flowed"<br>
          &gt; <br>
          &gt; Hi Juan,<br>
          &gt; <br>
          &gt; You need to unzip the files and copy the src/ma27d.f file
          to ma27ad.f in <br>
          &gt; the IPOPT/ThirdParty/HSL directory (similarly for ma57).<br>
          &gt; <br>
          &gt; Jonathan.<br>
          &gt; <br>
          &gt; On 14/05/12 14:54, Juan Ignacio Laiglecia wrote:<br>
          &gt; &gt;<br>
          &gt; &gt; Hello everybody,<br>
          &gt; &gt;<br>
          &gt; &gt; I am configuring the IPOPT solver on Window.<br>
          &gt; &gt;<br>
          &gt; &gt; I have downloaded the 3.10.1 IPOPT version and also
          downloaded the <br>
          &gt; &gt; corresponding Third Parties.<br>
          &gt; &gt;<br>
          &gt; &gt; I followed the next commands:<br>
          &gt; &gt;<br>
          &gt; &gt; 1-Create a directory where you want to compile
          IPOPT, for example<br>
          &gt; &gt; $ mkdir $IPOPTDIR/build<br>
          &gt; &gt; and go into this direcrory<br>
          &gt; &gt; $ cd $IPOPTDIR/build<br>
          &gt; &gt;<br>
          &gt; &gt; 2-Run the configure script<br>
          &gt; &gt; $ ../configure<br>
          &gt; &gt;<br>
          &gt; &gt; I have different problems, when I execute the step 2
          with MA27 linear <br>
          &gt; &gt; solver, I obtained a message error that this is not
          the thread safe <br>
          &gt; &gt; (newer) version. I do not know because this happen
          if I have obtained <br>
          &gt; &gt; the last version from HSL web page (I contacted with
          the HSL team and <br>
          &gt; &gt; also they told me that they do not distribute the
          thread non-safe <br>
          &gt; &gt; version, so I should get the one I need.).<br>
          &gt; &gt;<br>
          &gt; &gt; I resigned to compile the solver with MA27, then I
          choosed MA57. When <br>
          &gt; &gt; I run the step 2, I obtained in the last output line
          of the script <br>
          &gt; &gt; ``configure: Main configuration of Ipopt
          successful''.<br>
          &gt; &gt;<br>
          &gt; &gt; But when continue with the step 3 (build the code
          $'make') I obtained <br>
          &gt; &gt; an error message (last lines were):<br>
          &gt; &gt;<br>
          &gt; &gt; Error: Non-numeric character in statement label at
          (1)<br>
          &gt; &gt;<br>
          &gt; &gt; ../../../ThridParty/HSL/ma57ad.f:1.2:<br>
          &gt; &gt;<br>
          &gt; &gt;
          /x1F/x8B/x08/x18/xEEdN/x03/xEC&lt;/xFDw/xE2/Xb6/xB2/xFD5/xFE+T/xCAiB<br>
          &gt; &gt;<br>
          &gt; &gt; Error: Invalid character in name at (1)<br>
          &gt; &gt;<br>
          &gt; &gt; make[2]: *** [ma57ad.lo] Error 1<br>
          &gt; &gt;<br>
          &gt; &gt; make[2]: Leaving directory <br>
          &gt; &gt; '/home/jlaiglecia/Ipopt-3.10.1/build/ThridParty/HSL'<br>
          &gt; &gt;<br>
          &gt; &gt; make[1]: *** [all] Error 2<br>
          &gt; &gt;<br>
          &gt; &gt; make[1]: Leaving directory <br>
          &gt; &gt; '/home/jlaiglecia/Ipopt-3.10.1/build/ThridParty/HSL'<br>
          &gt; &gt;<br>
          &gt; &gt; make: *** [all-recursive] Error 1<br>
          &gt; &gt;<br>
          &gt; &gt; I do not know because this happens with the HSL
          subroutines...<br>
          &gt; &gt;<br>
          &gt; &gt; Thanks<br>
          &gt; &gt;<br>
          &gt; &gt; Juan<br>
          &gt; &gt;<br>
          &gt; &gt;<br>
          &gt; &gt;<br>
          &gt; &gt; _______________________________________________<br>
          &gt; &gt; Ipopt mailing list<br>
          &gt; &gt; <a class="moz-txt-link-abbreviated" href="mailto:Ipopt@list.coin-or.org">Ipopt@list.coin-or.org</a><br>
          &gt; &gt; <a class="moz-txt-link-freetext" href="http://list.coin-or.org/mailman/listinfo/ipopt">http://list.coin-or.org/mailman/listinfo/ipopt</a><br>
          &gt; <br>
          &gt; <br>
          &gt; -- <br>
          &gt; Scanned by iCritical.<br>
          &gt; -------------- next part --------------<br>
          &gt; An HTML attachment was scrubbed...<br>
          &gt; URL:
<a class="moz-txt-link-rfc2396E" href="http://list.coin-or.org/pipermail/ipopt/attachments/20120514/6c297a2b/attachment-0001.html">&lt;http://list.coin-or.org/pipermail/ipopt/attachments/20120514/6c297a2b/attachment-0001.html&gt;</a><br>
          &gt; <br>
          &gt; ------------------------------<br>
          &gt; <br>
          &gt; _______________________________________________<br>
          &gt; Ipopt mailing list<br>
          &gt; <a class="moz-txt-link-abbreviated" href="mailto:Ipopt@list.coin-or.org">Ipopt@list.coin-or.org</a><br>
          &gt; <a class="moz-txt-link-freetext" href="http://list.coin-or.org/mailman/listinfo/ipopt">http://list.coin-or.org/mailman/listinfo/ipopt</a><br>
          &gt; <br>
          &gt; <br>
          &gt; End of Ipopt Digest, Vol 89, Issue 7<br>
          &gt; ************************************<br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Ipopt mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Ipopt@list.coin-or.org">Ipopt@list.coin-or.org</a>
<a class="moz-txt-link-freetext" href="http://list.coin-or.org/mailman/listinfo/ipopt">http://list.coin-or.org/mailman/listinfo/ipopt</a>
</pre>
    </blockquote>
    <br>
  
<br>
<p>-- 
<BR>Scanned by iCritical.
</p><br>
</body>
</html>