Newsgroups: comp.parallel.pvm
From: pavlicek@mahimahi.cis.ufl.edu (Richard F Pavlicek)
Subject: Report of Trouble...
Organization: Univ. of Florida CIS Dept.
Date: 26 Aug 1994 20:46:48 GMT
Message-ID: <33lkbo$3uu@sand.cis.ufl.edu>

This is what i get when i run the make:

.
.
.
cc -O -I../../include -DARCHCLASS=\"sun4\" -DIMA_sun4  -c ../pvmdabuf.c
cc -O -I../../include -DARCHCLASS=\"sun4\" -DIMA_sun4  -c ../pvmlog.c
cc -O -I../../include -DARCHCLASS=\"sun4\" -DIMA_sun4  -c ../sdpro.c
cc -O -I../../include -DARCHCLASS=\"sun4\" -DIMA_sun4  -c ../startup.c
cc -O -I../../include -DARCHCLASS=\"sun4\" -DIMA_sun4  -c ../task.c
cc -O -I../../include -DARCHCLASS=\"sun4\" -DIMA_sun4  -c ../tdpro.c
cc -O -I../../include -DARCHCLASS=\"sun4\" -DIMA_sun4  -c ../waitc.c
cc -O -I../../include -DARCHCLASS=\"sun4\" -DIMA_sun4  -o pvmd3 ddpro.o pvmfrag.o
 host.o imalloc.o  mesg.o nmdclass.o pkt.o pvmalloc.o pvmarchc.o  pvmcruft.o
 pvmd.o pvmdabuf.o pvmlog.o sdpro.o  startup.o task.o tdpro.o waitc.o 
ld: Undefined symbol 
   _pk_free 
   _pk_new 
*** Error code 2
make: Fatal error: Command failed for target `pvmd3'
Current working directory /amd/thunder/export/homes8/pavlicek/pvm/pvm3/src/sun4
*** Error code 1
make: Fatal error: Command failed for target `s'

Is there a fix for this? I should have the version with all the latest patches
from netlib.

