Re: missing type in sys/types.h

2004-10-11 Thread Ralf Corsepius
On Mon, 2004-10-11 at 11:22, Siegmar Gross wrote: > Hi, > > I've just tried to build MPICH-1.2.6 on the current Cygwin release and > have had a problem because "bool_t" isn't defined in "sys/types.h" so that > "rpc/xdr.h" couldn't be compiled. Does mpich expect bool_t in sys/types.h? sys/types.h

missing type in sys/types.h

2004-10-11 Thread Siegmar Gross
Hi, I've just tried to build MPICH-1.2.6 on the current Cygwin release and have had a problem because "bool_t" isn't defined in "sys/types.h" so that "rpc/xdr.h" couldn't be compiled. After adding the line "typedef int bool_t;" to sys/types.h and adding "-lib=-lrpc" to mpich's "configure" (otherwi