Newsgroups: comp.parallel.pvm
From: bmanchek@ens-lyon.fr (Bob Manchek)
Subject: Re: PVM 3.3.4 on Stardent?
Organization: Ecole Normale Superieure de Lyon
Date: 21 Sep 1994 08:19:22 GMT
Message-ID: <35oqaa$8d0@cri.ens-lyon.fr>

In article 200994170107@kdvmac.gatech.edu, keith.vaughn@gtri.gatech.edu (Keith D. Vaughn) writes:
> Has anyone compiled PVM 3.3.4 on a Stardent?
> I have a system running TitanOS 4.2. When the compile reaches the
> console dir, it can't compile "cons.c" since the Stardent does have
> fd_set.
> I've set "-DFDSETPATCH" in the flags, but I don't see where cons.c uses
> this info. Any patches or workarounds.

It worked at one time, maybe a year ago.  How did the compile make it past
src/pvmd.c, which also uses fd_sets?  Try including <bsd/types.h> in cons.c.

b
---
/ Robert Manchek                University of Tennessee     /
/                               Computer Science Department /
/ (615)974-8295                 Ayres Hall #104             /
/ manchek@CS.UTK.EDU.           Knoxville TN  37996-1301    /
/     http://www.netlib.org/utk/people/BobManchek.html      /



