From: Srinidhi <srinidhi@ece.neu.edu>
Newsgroups: comp.parallel.pvm
Subject: Re: Can't compile pvm-3.11 under RedHat 5.1
Date: Fri, 06 Nov 1998 12:02:38 -0500
Organization: Northeastern University, Boston, MA. 02115, USA
Message-Id: <36432BAE.2DD94C3E@ece.neu.edu>
References: <3642A9EA.2AD53CB9@forrest.cz> <3642C73B.F8C2C4EB@synaps-ing.de>
Reply-To: srinidhi@ece.neu.edu
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


Alternatively, try to install pvm 3.4, it should install without a problem
on RH 5.1. I ran into further problems when installing pvm 3.11 on RH 5.1.

Dr. Olaf Frommann wrote:

> salk wrote:
> >
> > I can't compile pvm 3.11 under RH 5.1. Compiling of the same source is
> >
> > under RH 4.2 without problems.
> >
> > Here are all messages:
> >
> > building in src
> > cd src; ../lib/aimk install
> > making in LINUX/ for LINUX
> > make[1]: Entering directory `/home/pvm/pvm3/src/LINUX'
> > cc -O -DCLUMP_ALLOC -I../../include -DARCHCLASS=\"LINUX\" -DIMA_LINUX
> > -DSYSVSIGNAL -DNOWAIT3 -DNOUNIXDOM -DRSHCOMMAND=\"/usr/bin/rsh\"
> > -DNEEDENDIAN -c ../hoster.c
> > ../hoster.c: In function `pl_startup':
> > ../hoster.c:345: storage size of `rfds' isn't known
>
> Just remove the keyword struct in front of `rfds'
>
> Regards,
>
> Olaf

