<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    In reply to your post, I experienced the same problem and Juanjo
    provided a patch (attached) that solved the problem.<br>
    <br>
    Paul<br>
    <br>
    -------- Original Message --------
    <table class="moz-email-headers-table" border="0" cellpadding="0"
      cellspacing="0">
      <tbody>
        <tr>
          <th align="RIGHT" nowrap="nowrap" valign="BASELINE">Subject: </th>
          <td>Re: [Ecls-list] Build problem</td>
        </tr>
        <tr>
          <th align="RIGHT" nowrap="nowrap" valign="BASELINE">Date: </th>
          <td>Wed, 21 Dec 2011 19:15:58 +0100</td>
        </tr>
        <tr>
          <th align="RIGHT" nowrap="nowrap" valign="BASELINE">From: </th>
          <td>Juan Jose Garcia-Ripoll
            <a class="moz-txt-link-rfc2396E" href="mailto:juanjose.garciaripoll@googlemail.com"><juanjose.garciaripoll@googlemail.com></a></td>
        </tr>
        <tr>
          <th align="RIGHT" nowrap="nowrap" valign="BASELINE">To: </th>
          <td>Paul Bowyer <a class="moz-txt-link-rfc2396E" href="mailto:pbowyer@olynet.com"><pbowyer@olynet.com></a></td>
        </tr>
        <tr>
          <th align="RIGHT" nowrap="nowrap" valign="BASELINE">CC: </th>
          <td><a class="moz-txt-link-abbreviated" href="mailto:ecls-list@lists.sourceforge.net">ecls-list@lists.sourceforge.net</a></td>
        </tr>
      </tbody>
    </table>
    <br>
    <br>
    <div class="gmail_quote">On Tue, Dec 20, 2011 at 11:11 PM, Paul
      Bowyer <span dir="ltr"><<a moz-do-not-send="true"
          href="mailto:pbowyer@olynet.com">pbowyer@olynet.com</a>></span>
      wrote:<br>
      <blockquote class="gmail_quote" style="margin:0 0 0
        .8ex;border-left:1px #ccc solid;padding-left:1ex">
        <br>
        Condition of type: SIMPLE-ERROR<br>
        Cannot find out entry point for binary file
        BUILD:CLX;SHAPE.O.NEWEST<br>
        No restarts available.</blockquote>
    </div>
    <br>
    Together with the code for inlining functions I added some checks to
    prevent inlining recursive functions. The check was incorrect, as it
    did not consider the possibility that the arguments to the function
    contained further references. The patch attached solves this problem
    -- it will take some days until I can upload fixes.
    <div>
      <br>
    </div>
    <div>Juanjo<br clear="all">
      <div><br>
      </div>
      -- <br>
      Instituto de Física Fundamental, CSIC<br>
      c/ Serrano, 113b, Madrid 28006 (Spain) <br>
      <a moz-do-not-send="true"
        href="http://juanjose.garciaripoll.googlepages.com"
        target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>
    </div>
  </body>
</html>