Newsgroups: comp.parallel.pvm
From: fliu@uci.edu (Feng Liu)
Subject: help with installing pvm3.3.11 on Redhat Linux
Organization: University of California, Irvine
Date: 25 Jun 1997 01:44:31 GMT
Message-ID: <5opt5v$pp8@news.service.uci.edu>

I am a PVM novice trying to install PVM3.3.11 on my Pentium Pro PC running
Redhat 4.1 Linux.
Following the instrutions from the distribution, I did
cd 
tar xvzf pvm3.3.11.tar.gz
cd pvm3
setenv PVM_ROOT $cwd
make

First of all, it complained the system is UNKNOWN. On changing
the one line in pvm3/lib/pvmgetarch from
        Linux,i[345]86 )        ARCH=LINUX ;;
to
        Linux,i[3456]86 )        ARCH=LINUX ;;
so that it will recognize the intel 686 arch, it starts to compile. But
then it balks giving:

c3po[15] make
building in src
cd src; ../lib/aimk install
making in LINUX/ for LINUX
make[1]: Entering directory `/home0/fliu/pvm3/src/LINUX'
cc -O -DCLUMP_ALLOC -I../../include -DARCHCLASS=\"LINUX\" -DIMA_LINUX  
-DSYSVSIGNAL -DNOWAIT3 -DNOUNIXDOM -DRSHCOMMAND=\"/usr/bin/rsh\"  
-DNEEDENDIAN -c ../ddpro.c
cc -O -DCLUMP_ALLOC -I../../include -DARCHCLASS=\"LINUX\" -DIMA_LINUX  
-DSYSVSIGNAL -DNOWAIT3 -DNOUNIXDOM -DRSHCOMMAND=\"/usr/bin/rsh\"  
-DNEEDENDIAN -c ../pvmfrag.c
cc -O -DCLUMP_ALLOC -I../../include -DARCHCLASS=\"LINUX\" -DIMA_LINUX  
-DSYSVSIGNAL -DNOWAIT3 -DNOUNIXDOM -DRSHCOMMAND=\"/usr/bin/rsh\"  
-DNEEDENDIAN -c ../host.c
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
make[1]: *** [hoster.o] Error 1
make[1]: Leaving directory `/home0/fliu/pvm3/src/LINUX'
make: *** [s] Error 2

Any help is appreciated.

