On Friday 11 March 2005 20:04, Hyoungki Park wrote: > I am trying to compile ESPRESSO with SGI, and during the compilation I > get a lot of this warning messages. > ---------------------------------------------------- > f90 -mips4 -64 -O2 -r10000 -r8 -I. -I../include -I../Modules > -I../PW -I../PH -cpp -D__SGI -D__SGI64 -D__ORIGIN -D__MPI -D__PARA > -D__FFTW -D__USE_INTERNAL_FFTW -c vloc_psi.f90 > "../include/f_defs.h", line 319: warning(1047): macro redefined differently > # define ZGEMM zgemm3m > [...] > And finally at the end of the compilation I get this error message. > [...] > ld64: ERROR 33 : Unresolved text symbol "zgemm3m_" -- 1st referenced > by add_vuspsi.o.
remove the line # define ZGEMM zgemm3m from include/f_defs.h and recompile. Paolo
