Newsgroups: comp.parallel.pvm
From: Roberto Hortal <rhortal@ravel.abo.fi>
Subject: Re: PVM-ATM
Organization: Abo Akademi University
Date: Wed, 17 Jan 1996 12:46:59 +0200
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Message-ID: <Pine.SOL.3.91.960117124354.7032A-100000@ravel.abo.fi>

On Tue, 16 Jan 1996, USERID wrote:

> Greetings,
>  
> Has anyone upgraded their PVM-ATM to run with PVM 3.3.9?  I just tried a 
> make with PVM 3.3.9 and get the following error
>  
>          cc -O -I../../include -I/usr/local/fore/include 
>  -DARCHCLASS=\"SGI5\" -DIMA_SGI5 -DATM_TYPE_AAL5 -c ../pvmdatm.c 
>  -L/usr/local/fore/lib  -latm -lm
> 
>  cfe: Error: ../pvmdatm.c, line 1887: 'PF_STARTED' undefined; 
>  reoccurrences will not be reported.
>                  if (!(pp->pk_flag & PF_STARTED)) {
>                  --------------------^
>  *** Error code 1 (bu21)
>  *** Error code 1 (bu21)
>  
> The UMN folks told me that their funding ran out at PVM V3.3.2. 
> 
>  
>  ----> Chuck Rothauser
>  
I have had similar problems with cc and other applications.
Semms that cc doesn't manage too well with macros defined in other files.

Do you have a version of gcc running in your system? If you do try it, 
maybe the problem is solved (I encountered this problem compiling in 
systems that doesn't use gcc, with code that I had previously compiled 
with gcc in other machines).

If you don't have gcc try to find the definition for the macro PF_STARTED 
and redefine it inside the module that uses it.

Hope it helps

    _I_
  _I)___I_      
  )_)__)__)     		MADE     IN     SPAIN
 \)_)__)__) \   
 _\I I )I\)_--  
 |________/     
+-+-+-+-+-+-+-+   De la mar el mero, y de la tierra el CONEJO.
			

	Roberto.                rhortal@abo.fi
				rhortal@ceratonia.eui.upv.es
				http://www.abo.fi/~rhortal

