LAPACK compilation error on ibm-aix5.2


 
Thread Tools Search this Thread
Operating Systems AIX LAPACK compilation error on ibm-aix5.2
# 1  
Old 06-22-2009
Bug 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
# 2  
Old 06-23-2009
Upgrade, AIX 5.2 is past the end of service date.
# 3  
Old 06-25-2009
Check whether your package wants you to use GNU "make", rather than AIX "make". Try downloading the GNU make package from here:
IBM AIX Toolbox download information
(See links on top right of page.)
# 4  
Old 06-26-2009
Thanks guys for the replys, was indeed wanting gmake rather than make!! Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

compilation problem on powerpc-ibm-aix5.2.0.0--Xlf

Dear all, I am not sure whether I am in the right forum, but... I am trying to compile a program on aix5.2.0.0 which requires the use of blas, lapack, blacs scalapack. I am getting the following error msg whcih I can't get rid off! ld: 0711-317 ERROR: Undefined symbol: .zhegvx ld: 0711-317... (2 Replies)
Discussion started by: pauli
2 Replies

2. Programming

Compilation Error

I am getting the below given errors for the following program though all the variables have been declared and used appropriately. Please Help. The environment is AIX. Error: ------ "gbsizeprofile.c", line 67.4: 1506-275 (S) Unexpected text 'void' encountered. "gbsizeprofile.c", line 67.10:... (2 Replies)
Discussion started by: yschd
2 Replies

3. AIX

Compiling netcdf-3.6.2 on powerpc-ibm-aix5.2.0.0

Hi, I am trying to compile a package netcdf-3.6.2 on an ibm aix machine called IBM Regatta P690. The script i am using is:#!/usr/bin/bash -f export CC=xlc_r export CXX=xlC_r export F77=xlf_r export FC=xlf90_r export CFLAGS=-q64 export CXXFLAGS=-q64 export FFLAGS='-q64 -qextname'... (0 Replies)
Discussion started by: samrat_rao
0 Replies

4. AIX

How to upgrade AIX5.3TL6-07 to AIX5.3TL8-04?

Hello All, After creating lpp_source/spot from AIX 5.3TL6-07 DVD on the NIM(AIX6.1), I went online and download the fix pack for reaching TL8-04. (it was less than 200Mgegs total) then I did define a newer lpp_source530TL8-04 via a copy from the older lpp_source530TL6-07 (I diduse a command... (2 Replies)
Discussion started by: sangers
2 Replies

5. Programming

Compilation error : Please help

state_field state_abvr = { "AL","ALABAMA", "AK","ALASKA", "AZ","ARIZONA", "AR","ARKANSAS", "CA","CALIFORNIA", "CO","COLORADO", "CT","CONNECTICUT", "DE","DELAWARE", "DC","DISTRICT-OF-COLUMBIA", "FL","FLORIDA", "GA","GEORGIA", "HI","HAWAII", "ID","IDAHO", "IL","ILLINOIS",... (1 Reply)
Discussion started by: jagan_kalluri
1 Replies

6. HP-UX

compilation error

hello everyone, here i am attempting to compile a c++ submodule.OS is HP-UX. here i am getting the following error. ====================================== "Make: Don't know how to make compile. Stop." =================================== could you pls somebody suggest why this error is... (2 Replies)
Discussion started by: mannam srinivas
2 Replies

7. Linux

c++ compilation error

Hello every one, here i am attempting to compile a c++ module using gcc.it is throwing a error . error: ==== > make -S dummyCHARGP /usr/local/bin/gcc -g -DDEBUG -DMAT -I. -I/swtemp/usbs/cc/unix-ce/root/subsys/lib/Linux/ -I/opt/dce/include -I/opt/dce/include/dce ... (12 Replies)
Discussion started by: mannam srinivas
12 Replies

8. Programming

Compilation error

I am compiling a software xchm on solaris 10. First i run './configure' There is no error. But when i start compiling using 'gmake' following error shown /usr/local/include/wx-2.6/wx/x11/brush.h: In copy constructor `wxBrush::wxBrush(const wxBrush&)':... (3 Replies)
Discussion started by: mansoorulhaq
3 Replies

9. Programming

Regarding compilation error.

Hi All, I facing the following compilation error; when I implementing the following logic. ostrstream ostr; ostr << (( scAxsm.getRecord( i ).getField( 2 ).getShort())%12)!=0?(( scAxsm.getRecord( i ).getField( 2 ).getShort())/12+1) : (( scAxsm.getRecord( i ).getField( 2 ).getShort())/12) <<... (1 Reply)
Discussion started by: sweta
1 Replies
Login or Register to Ask a Question