Newsgroups: comp.parallel.pvm
From: "Benjamin C. Craft, III" <bcraft@unix1.sncc.lsu.edu>
Subject: PVM/Linux fd_set problem
Organization: LSU-CAMD
Date: Tue, 30 Jul 1996 14:38:32 -0500
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <31FE64B8.7BA40C82@unix1.sncc.lsu.edu>

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.

