Newsgroups: comp.parallel.pvm
From: Chris Humphres <chumphre@ee.duke.edu>
Subject: Re: Problem on using pvm_joingroup()
Organization: Duke University, Durham, NC, USA
Date: Wed, 09 Oct 1996 09:27:57 -0400
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <325BA85D.387D@ee.duke.edu>

Tom Chan wrote:
> 
> Hi,
> 
> I'm trying to create a group using pvm_joingroup() routine. However I got
> the following error when it is compiled.
> 
> ld:
> Unresolved:
> pvm_joingroup
> make: *** [control2] Error 1
> 
> I have already included pvm3.h in my program and all other pvm routines
> are working fine.
> 
> Does anyone know the reason? Thanks in advance.
> 
> Tom

Did you link in the PVM Group library (ie. compile with -lgpvm3)?

Chris

