octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Configure failure on Mac OS 10.6


From: Michael D. Godfrey
Subject: Configure failure on Mac OS 10.6
Date: Thu, 24 Dec 2009 09:06:22 -0800
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.5) Gecko/20091130 Thunderbird/3.0

I made a first try at compiling on my 10.6 system with
current Xcode and recent unix tools and gfortran 4.5.
Using BLAS and LAPACK from Xcode and this gfortran
fails.  I get:
checking for sgemm_ in /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/veclib.framework/Versions/A/libBLAS.dylib... yes
checking whether LSAME is called correctly from Fortran... no
checking whether ISAMAX is called correctly from Fortran... yes
checking whether SDOT is called correctly from Fortran... yes
checking whether DDOT is called correctly from Fortran... yes
checking whether CDOTU is called correctly from Fortran... no
checking whether ZDOTU is called correctly from Fortran... yes
checking whether the integer size is correct... yes
=========================================

This result sets acx_blas_ok = no.
But, the script only produces an error at:
as_fn_error "You are required to have BLAS and LAPACK libraries" "$LINENO" 5... It took a bit of study to find that BLAS had really been found, but then turned
off due to the gfortran problem.

It would be more informative to generate an as_fn_error at the point where
acx_blas_ok is turned off. After this, the configure is going to fail anyhow.

Anyhow,  does any one know if the Xcode BLAS and LAPACK are usable
with any available Fortran, or in any case, what is a working BLAS, LAPACK,
fortran combination?

Michael




reply via email to

[Prev in Thread] Current Thread [Next in Thread]