Re: [OMPI devel] trunk build failure on OpenBSD-5.0 [SOLVED/PATCH]

2012-02-20 Thread Jeffrey Squyres
Applied -- thanks! On Feb 20, 2012, at 12:31 AM, Paul H. Hargrove wrote: > The attachment adds the necessary (cached) check for aio.h before enabling > fbtl:posix. > -Paul > > On 2/17/2012 12:55 AM, Paul Hargrove wrote: >> OpenBSD lacks an aio.h header. >> configure knows this: >> $ grep aio.h

Re: [OMPI devel] trunk build failure on OpenBSD-5.0 [SOLVED/PATCH]

2012-02-20 Thread Paul H. Hargrove
The attachment adds the necessary (cached) check for aio.h before enabling fbtl:posix. -Paul On 2/17/2012 12:55 AM, Paul Hargrove wrote: OpenBSD lacks an aio.h header. configure knows this: $ grep aio.h configure.log checking aio.h usability... no checking aio.h presence... no

[OMPI devel] trunk build failure on OpenBSD-5.0

2012-02-17 Thread Paul Hargrove
OpenBSD lacks an aio.h header. configure knows this: > $ grep aio.h configure.log > checking aio.h usability... no > checking aio.h presence... no > checking for aio.h... no Yet fbtl/posix is enabled, despite needing aio.h: > checking if MCA component fbtl:posix can compile... yes I am guessi