From: Srinidhi <kgsnidhi@cdsp.neu.edu>
Newsgroups: comp.parallel.pvm
Subject: Re: error when compile PVM on Linux
Date: Fri, 25 Sep 1998 13:38:26 -0400
Organization: Northeastern Univ.
Message-Id: <360BD512.DA94E4A0@cdsp.neu.edu>
References: <6ufgkg$a1i$1@nnrp1.dejanews.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


tiwac@zdnetmail.com wrote:

> I try to compile PVM on  a linux system.
> When I 'make' tt stopped and show these errors.
>
> ../hoster.c: In function 'pl_startup':
> ../hoster.c:345: storage size of 'rfds' isn't known
> make[1]:***[hoster.o] Error1
>
> how should I solve this problem.?
>
> <Tiwa>

Open hoster.c and you should see "struct  fd_set rfds", change it to
"fd_set rfds" and it should
work right away. However you're likely to get into troublem with some of
the files like
"lpvm.c" ( I think) which complains about conflicts between
/usr/include/time.h and /usr/include/linux/time.h

I hear this is because of incompatibility between RedHat 5.1 and
PVM3.3.11. Try installiing 3.4 it shoudl be a breeze.

Good luck,
-Srinidhi

