From: Chris Marcellin <axion@faceprint.com>
Newsgroups: comp.parallel.pvm
Subject: /tmp/cca128591.o(.text+0x23): undefined reference to `pvm_mytid'
    etc....
Date: Sat, 27 Feb 1999 19:42:54 +0000
Message-Id: <36D84ABE.C2612085@paulvi.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Xref: ukc comp.parallel.pvm:8068


obviously, I am having a problem compiling just my first hello world pvm
program.  I am using linux, and my commands range from:

gcc -lpvm3 -lgpvm3 pvm_hello.c -o pvm_hello           to
gcc pvm_hello.c

nothing works.

the full error message is:

/tmp/cca128591.o: In function `main':
/tmp/cca128591.o(.text+0x23): undefined reference to `pvm_mytid'
/tmp/cca128591.o(.text+0x2d): undefined reference to `pvm_parent'
/tmp/cca128591.o(.text+0x93): undefined reference to `pvm_spawn'
/tmp/cca128591.o(.text+0xd3): undefined reference to `pvm_initsend'
/tmp/cca128591.o(.text+0xe4): undefined reference to `pvm_pkstr'
/tmp/cca128591.o(.text+0x10d): undefined reference to `pvm_send'
/tmp/cca128591.o(.text+0x152): undefined reference to `pvm_recv'
/tmp/cca128591.o(.text+0x163): undefined reference to `pvm_upkstr'
/tmp/cca128591.o(.text+0x185): undefined reference to `pvm_exit'


if anyone knows how to remedy my situation, I would appreciate an email
message to chrism@paulvi.net

thanx
chris

