The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Operating Systems > AIX
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 06-22-2009
pauli pauli is offline
Registered User
  
 

Join Date: Mar 2007
Location: Singapore
Posts: 14
Smile LAPACK compilation error on ibm-aix5.2

Hi all,

I am trying to compile LAPACK 3.2.1 on powerpc-ibm-aix5.2.0.0--Xlf but I am getting the following mesage??

"Makefile", line 362: make: 1254-055 Dependency line needs colon or double colon operator.
"Makefile", line 364: make: 1254-055 Dependency line needs colon or double colon operator.

This referred to the following lines of the Makefile in the SRC directory:

ifdef USEXBLAS
ALLXOBJ=$(SXLASRC) $(DXLASRC) $(CXLASRC) $(ZXLASRC) $(ALLXAUX)
endif

Any help in dealing with this would be greatly appreciated.


Many thanks,

pauli