Newsgroups: comp.parallel.pvm,comp.parallel
From: mjz2@nss2.cc.lehigh.edu (mjz2)
Subject: Compiling a PVM App
Organization: Wilkes University
Date: Sat, 4 Nov 1995 04:44:50 GMT
Message-ID: <47er42$1m13@fidoii.cc.lehigh.edu>

I'm a beginner PVM'er and I'm trying to compile the Fork Join example
given in the PVM Book. I have PVM installed and working. I can add
hosts and run the sample hello and hello_other example they include
with the distribution. But I'm having a problem compiling the fork-join
code.

I enter the following:

------------------------------------------------------------------------

cc -I$PVM_ROOT/include forkjoin.c -L$PVM_ROOT/lib/$PVM_ARCH -lfpvm3
-lgpvm3 -lpvm3
------------------------------------------------------------------------


and I get the following response:

------------------------------------------------------------------------

0706-317 ERROR: Unresolved or undefined symbols detected:
                 Symbols in error (followed by references) are
                 dumped to the load map.
                 The -bloadmap:<filename> option will create a load
map.
.pvm_error
------------------------------------------------------------------------

Does anyone have any suggestions on what I might be missing? Thanks.

-Matt (mjz2@lehigh.edu)


