<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3526.800" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Dear List,</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>I'm trying to compile the 1.3.0 version of PWscf on 
a SUN machine (based on SunFire F15K nodes), but at the linking stage I'm 
getting the following errors:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial 
size=2>Undefined                       
first 
referenced<BR> symbol                             
in 
file<BR>ln_set_                             
../Modules/berry_phase.o<BR>ln_dealloc_                         
../Modules/berry_phase.o<BR>ln_activate_                        
../Modules/berry_phase.o<BR>ln_alloc_                           
../Modules/berry_phase.o<BR>ln_ind_                             
../Modules/berry_phase.o<BR>ld: fatal: Symbol referencing errors. No output 
written to memory.x<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>I edited the cp.h in /clib, trying all the possible 
combinations of underscores and capital letters in the definition of the LN_* , 
but nothing changed.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Does anyone have a suggestion?</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Stefano</FONT></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>PS: my make.sys is:</FONT></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>OSHOME=/auto/users/sp344/PWfranklin<BR>#<BR># 
System-dependent Make definitions, SUN parallel (MPI) machines<BR># (Using 
sunperf library ) - contributed by Lazaro Caldarin<BR># <BR># To use fftw 
instead of the sunperf library fft subroutine<BR># add -D__FFTW 
-D__USE_INTERNAL_FFTW to CPPFLAGS</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2># Preprocessor<BR>#<BR>CPP = fpp<BR>CPPFLAGS = -P 
-DSUN -D__PARA -D__MPI -DHAS_ZHEGVX -I$(OSHOME)/include<BR># Fortran 
compiler:<BR>F90 = mpf90<BR>F77 = mpf77<BR>#<BR>F90FLAGS = -fast -xO3  
-xarch=v9b -stackvar -xlic_lib=sunperf<BR>F77FLAGS = -fast -xO3 -xarch=v9b 
-stackvar -xlic_lib=sunperf<BR>#F77FLAGS = -fast -xO3 -xchip=ultra3 -xarch=v9b 
-stackvar -xlic_lib=sunperf<BR>#<BR># This is needed to tell the compiler where 
modules are<BR>#<BR>MODULEFLAG=-M$(OSHOME)/Modules -M$(OSHOME)/PW 
-M$(OSHOME)/PH<BR>#<BR>#LIBS = -L/opt/SUNWhpc/lib 
\<BR>#       -R/opt/SUNWhpc/lib -lmvec 
-lmpi<BR>#<BR>LIBS = -lmvec<BR>LD=$(F90)<BR>LDFLAGS = $(OSHOME)/PW/ptools.a 
$(OSHOME)/PW/flib.a -fast \<BR>   -xarch=v9b -xlic_lib=sunperf  
$(LIBS) <BR>#<BR># ar:<BR>#<BR>AR = ar<BR>ARFLAGS = ruv<BR></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2> </DIV></FONT>
<DIV> </DIV></BODY></HTML>