[Pw_forum] Re: Compilation Problem

Paolo Giannozzi giannozz at nest.sns.it
Thu Dec 7 10:48:45 CET 2006


On Dec 7, 2006, at 3:03 , Fengjie Ma wrote:
>
> ld: Warning: size of symbol `MODULE$control_flags_1' changed from  
> 196 to 492 in ../Modules/control_flags.o
> ld: Warning: size of symbol `MODULE$reciprocal_vectors_1' changed  
> from 352 to 1016 in ../Modules/recvec.o

these warning have always been present in v.7 of the intel
compiler and shoukld be harmless

> ../Modules/berry_phase.o(.text+0xd2): undefined reference to  
> `ln_alloc_'
> ../Modules/berry_phase.o(.text+0x212): undefined reference to  
> `ln_set_'
> ../Modules/berry_phase.o(.text+0x232): undefined reference to  
> `ln_activate_'
> ../Modules/berry_phase.o: In function `berry_phase$$ln_closeup_':
> ../Modules/berry_phase.o(.text+0x322): undefined reference to  
> `ln_dealloc_'
> ../Modules/berry_phase.o(.text+0x61c2): undefined reference to  
> `ln_ind_'

in include/c_defs.h, there are two lines that look like:

#define F77_FUNC(name,NAME) name ## _
#define F77_FUNC_(name,NAME) name ## __

or something like this. Set the correct number of underscores
at the end and recompile. The module "berry_phase" is not
actually used.

Paolo
---
Paolo Giannozzi, Democritos and University of Udine, Italy





More information about the users mailing list