Newsgroups: comp.parallel.pvm
From: weisz@ww.edvz.tuwien.ac.at (Willy Weisz)
Reply-To: weisz@edvz.tuwien.ac.at
Subject: Re: linking-problems with pvm-libs on SGI
Organization: Vienna University of Technology, Austria
Date: 3 Feb 1995 08:56:11 GMT
Message-ID: <3gsr3b$fg4@news.tuwien.ac.at>

In article <1995Feb1.131207.27577@reks.uia.ac.be>, alsenoy@sch2.uia.ac.be (Kris.VanAlsenoy) writes:

|> This is the error messsage I get : 
|> 	f77 -o brabo.x -bloadmap:brabo.map \
|> 	brabo.o leit.o index2.o  index1.o  ind2ex.o fndex2.o kermit.o indhulpdm.o \
|> 	-L. -lbrabo   -lblas    -L/usr/people/alsenoy/pvm/pvm3/lib/SGI  -lpvm3 -lfpvm3 
|> /usr/bin/ld:
|> Undefined:
|> mp_numthreads_
|> __mp_simple_sched_
|> pvm_exit
|> pvm_delhosts
|> pvm_mytid
|> pvm_tidtohost
|> pvm_config
|> .. and a bunch of others..
|> pvm_upkshort
|> *** Error code 1
|> 
Dear Kris,

the sequence of the libraries on the f77 command is wrong: first -lfpvm3, then -lpvm3 !!!!

I hope this helps

Willy

