On Fri, Apr 22, 2011 at 8:12 AM, Barry Smith <span dir="ltr"><<a href="mailto:bsmith@mcs.anl.gov">bsmith@mcs.anl.gov</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
  Matt,<br>
<br>
   In the test for isinf() the compile warns about lack of prototype. BuildSystem should stop at this point and NOT set HAVE_ISINF. Could you please fix this?<br></blockquote><div><br></div><div>Are you sure? It linked just fine. If you still want to signal an error, we can do it by looking for that string.</div>
<div><br></div><div>  Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
    Thanks<br>
<br>
     Barry<br>
<br>
<br>
<br>
sh: gcc -c -o conftest.o  -Wall -Wwrite-strings -Wno-strict-aliasing -g3  conftest.c<br>
Executing: gcc -c -o conftest.o  -Wall -Wwrite-strings -Wno-strict-aliasing -g3  conftest.c<br>
sh:<br>
Possible ERROR while running compiler: error message = {conftest.c: In function 'main':<br>
conftest.c:6: warning: implicit declaration of function 'isinf'<br>
conftest.c:6: warning: unused variable 'a'<br>
}<br>
Source:<br>
#include "confdefs.h"<br>
#include "conffix.h"<br>
#include <math.h><br>
<br>
int main() {<br>
double b = 2.0; int a = isinf(b);<br>
;<br>
  return 0;<br>
}<br>
                Pushing language C<br>
                Popping language C<br>
sh: gcc  -o conftest    -Wall -Wwrite-strings -Wno-strict-aliasing -g3  conftest.o -L/opt/local/lib/gcc/sparc-sun-solaris2.10/4.4.1 -L/opt/local/lib/gcc -L/usr/ccs/lib -L/opt/local/lib -ldl -lgcc_eh -ldl  -lsocket -lnsl<br>

Executing: gcc  -o conftest    -Wall -Wwrite-strings -Wno-strict-aliasing -g3  conftest.o -L/opt/local/lib/gcc/sparc-sun-solaris2.10/4.4.1 -L/opt/local/lib/gcc -L/usr/ccs/lib -L/opt/local/lib -ldl -lgcc_eh -ldl  -lsocket -lnsl<br>

sh:<br>
        Defined "HAVE_ISINF" to "1"<br>
<br>
</blockquote></div><br><br clear="all"><br>-- <br>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener<br>