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