Newsgroups: comp.parallel.pvm
From: ib09@ttk28.ciw.uni-karlsruhe.de (Dipl.-Ing. A.Tack)
Subject: Re: PVM/Linux fd_set problem
Organization: ITTK - Universitaet Karlsruhe (TH)
Date: 31 Jul 1996 08:48:06 GMT
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Message-ID: <4tn6k6$e14@nz12.rz.uni-karlsruhe.de>

Benjamin C. Craft, III (bcraft@unix1.sncc.lsu.edu) wrote:
: hello all,
:   i am trying to set up pvm on a small group of linux boxes.
: the file src/hoster.c will not compile.  the offending line is:
: 
: struct fd_set rfds;
: 
: the resulting gcc error message indicates that the size of
: rfds cannot be determined.  has anyone found a work-around
: for this?
: 
: thanks in advance,
: ben craft.

Change   struct fd_set   into   fd_set. That does the trick. Works
without problems ;-)

Andreas
-- 
Andreas Tack                     Real-time-Voice-Connect: +49 (0)721 608 2326 
ib09@ttk1.ciw.uni-karlsruhe.de                       FAX: +49 (0)721 607102  
      http://ttk1.ciw.uni-karlsruhe.de/mitarbeiter/ib09/ib09.html 

