Newsgroups: comp.parallel.pvm
From: wjiang@cs.utk.edu (weicheng jiang)
Subject: Re: Compiling an application on SUNMP
Organization: CS Department, University of Tennessee, Knoxville
Date: 15 Jan 1996 10:59:56 -0500
Message-ID: <4ddtlsINNirp@thud.cs.utk.edu>

In article <4csflj$p6e@geraldo.cc.utexas.edu> Saghir Ahmed Shaikh <shaikh@ece.utexas.edu> writes:
>were using PVM Libraries (PVM_ARCH=SUN4). Well I have ported the application on
>SUN Sparc 2000 (PVM_ARCH = SUNMP) which uses probbaly shared memory. I
>recompiled and istalled PVM. It seems to be installed OK. But when I recompile
>my application I get follwoing compiling errors...
>
>/home/ccwf/if/ifam/shaikh/pvm3/lib/SUNMP/libpvm3.a(lpvmpack.o): In function
>`byt
>eupk':
>lpvmpack.o(.text+0x3e0): undefined reference to `xdrmem_create'

You need to link your application with -lnsl -lsocket -lthread. Refer to
the examples/SUNMP/Makefile for details.

Hope this helps,

-Weicheng Jiang
PVM Specialist
Hewlett Packard Co.

