From: "B. Lee" <bslee@pvmcube4.snu.ac.kr>
Newsgroups: comp.parallel.pvm
Subject: Re: error compiling pvm-3.3.11-11.i386.rpm
Date: Sat, 05 Sep 1998 13:20:50 +0900
Organization: ETRI/Super Computer Center
Message-Id: <35F0BC22.7F6E@pvmcube4.snu.ac.kr>
References: <35F07566.C12FAA49@cybertrails.com>
Reply-To: bslee@pvmcube4.snu.ac.kr
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


Nathan Alan Haney wrote:
> 
> Ok, I'm new to this whole game, just starting out. First off, I started
> with 11-11, which doesn't have aimk. I force the install of 11-2, then
> rpm -ivh version 11-11. I set the path environment variables, and then
> run make. It spits out about a dozen lines of compiling stuff then this
> error:
> 
> ../hoster.c: In function `pl_startup':
> ../hoster.c:345: storage size of `rfds' isn't known
> make[1]: *** [hoster.o] Error 1
> make[1]: Leaving directory `/home/pvm/pvm3/src/LINUX'
> make: *** [s] Error 2
> 
> Where do I make the storage size of rfds "known"?
> 
> Thanks for assisting an parallel processing newbie :-)
> --
It's the problem of RedHat5.x. In RedHat5.x, glibc is installed
insteady of old libc which is installed in the previous version
of Linux.
But pvm3.4 is successfully installed in Redhat5.x.
If you want to use pvm3.3.11 in Linux, then degrade Redhat version
or compile pvm3.4 on RedHat 5.x

In my experience, glibc which installed in Redhat5.x, has some
compatibility problems, so I removed redhat5.1 and reinstall 4.2 at
yesterday. In malloc, glibc is less tolerable than libc.
So, if you have minor mistakes in your code, it can't be run!

+++++++++++++++++++++++++++++++++++++++++++
Bo-sung Lee
ETRI Super Computer Center, Korea
mailto:bslee@pvmcube4.snu.ac.kr
mailto:bslee@linuxsvr.seri.re.kr (<- It is RedHat4.2 from 5.1)
http://www.bslee.home.ml.org
+++++++++++++++++++++++++++++++++++++++++++

