Newsgroups: comp.parallel.pvm
Path: ukc!uknet!EU.net!howland.reston.ans.net!usenet.ins.cwru.edu!magnus.acs.ohio-state.edu!math.ohio-state.edu!cs.utexas.edu!swrinde!ringer!hyang
From: hyang@ringer.cs.utsa.edu (Haixu Yang)
Subject: How to compile the examples on ipsc/860
Message-ID: <1994Jan6.182302.3448@ringer.cs.utsa.edu>
Organization: University of Texas at San Antonio
Date: Thu, 6 Jan 1994 18:23:02 GMT
Lines: 22


I trying to compile the examples of pvm3.2 on ipsc/860
cross compiler, I have compile libpvm3pe.a susessfuly,
but when I compile the example programms ,
I have the following error:



$ make PVM_ARCH=CUBE 
make PVM_ARCH=I860 slave spmd 
icc -O -I../../include -o slave1 ../slave1.c  ../../lib/I860/libpvm3pe.a -node
/usr/local/delta/pgi/i860/bin.sun4/ld860: Error: undefined symbol '__myhost'
/usr/local/delta/pgi/i860/bin.sun4/ld860: Fatal: no output file created

*** Error code 3

Why __myhost is not defined, it should be a function call in libnode.a,
Can some one tell me who to comiles these programms correctly?


Thanks in advance


