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
|