On Jan 10, 2006, at 12:15 PM, Ralf Wildenhues wrote:

* Greg Watson wrote on Tue, Jan 10, 2006 at 05:58:35PM CET:
Running configure from 1.0.2a3 on OSX 10.4.3:

configure: WARNING: net/if.h: present but cannot be compiled
configure: WARNING: net/if.h:     check for missing prerequisite
headers?

Yes.  The test is broken.  You need to
  #include <sys/socket.h>
first.  See

  info Autoconf "Header Portability"
under `net/if.h' for a complete description.

But as I understand it, this isn't anything we can do anything about, right? I mean, other than report it to the AC developers?

Brian

--
  Brian Barrett
  Open MPI developer
  http://www.open-mpi.org/


Reply via email to