Newsgroups: comp.parallel.pvm
From: Saghir Ahmed Shaikh <shaikh@ece.utexas.edu>
Subject: Compiling an application on SUNMP
Organization: Univ. of Texas at Austin
Date: 9 Jan 1996 01:16:35 GMT
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <4csflj$p6e@geraldo.cc.utexas.edu>

Dear Friends:

I have a small application whichI was able to compile on SUN workstation and
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'
/home/ccwf/if/ifam/shaikh/pvm3/lib/SUNMP/libpvm3.a(lpvmpack.o): In function
`enc
_xdr_step':
lpvmpack.o(.text+0x498): undefined reference to `xdrmem_create'
lpvmpack.o(.text+0x558): undefined reference to `xdrmem_create'
lpvmpack.o(.text+0x5fc): undefined reference to `xdr_short'
lpvmpack.o(.text+0x628): undefined reference to `xdr_short'
......(Stuff deleted)
/home/ccwf/if/ifam/shaikh/pvm3/lib/SUNMP/libpvm3.a(lpvmpack.o): In function
`dec
_xdr_step':/home/ccwf/if/ifam/shaikh/pvm3/lib/SUNMP/libpvm3.a(lpvmshmem.o): In
function `prodpvmd':
lpvmshmem.o(.text+0x264): undefined reference to `socket'
lpvmshmem.o(.text+0x2a0): undefined reference to `connect'

lpvmpack.o(.text+0xde4): undefined reference to `xdrmem_create'
lpvmpack.o(.text+0xf1c): undefined reference to `xdrmem_create'
lpvmpack.o(.text+0xfb4): undefined reference to `xdr_short'
lpvmpack.o(.text+0xfe0): undefined reference to `xdr_short'
lpvmpack.o(.text+0x1084): undefined reference to `xdr_int'
....(stuff deleted)

Do you have any idea why is it happening. Thanks..My email is
saghir@mail.utexas.edu.

--
peace, saghir
-------------------------------------------------------------------+
Saghir A. Shaikh		     |Email: saghir@mail.utexas.edu|
The University of Texas at Austin    |Address(Res.): 306 W 45th St.|
Computer Engineering Research Center |     	  Austin, TX 78751 |
ENS424				     |Tel. (Res.)  : (512) 453-7310|
Austin, TX 78712		     |Tel. (Work)  : (512) 471-6903|
Other Emails: shaikh@ece.utexas.edu  |Fax. (Work): (512) 471-3652  |
	  shaikh@ccwf.cc.utexas.edu  |Campus Mail Code: CERC C8800 |
-------------------------------------------------------------------+


