help-octave
[Top][All Lists]
Advanced

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

./configure fails to detect atlas (blas) lib on Solaris


From: John W. Eaton
Subject: ./configure fails to detect atlas (blas) lib on Solaris
Date: Fri, 4 Feb 2005 11:12:38 -0600

On  4-Feb-2005, Fredrik Lingvall <address@hidden> wrote:

| The octave configure script fails to detect the ATLAS blas lib on a 64 
| bit Solaris machine.
| The scripts reports:
| ...
| 
| checking for sgemm_ in 
| /ifi/einmyria/p02/fl/sun64/usr/local/lib/atlas.so... no
| checking for sgemm_... no
| checking for ATL_xerbla in -latlas... no
| checking for sgemm_ in -framework vecLib... no
| checking for sgemm_ in -lblas... no
| checking for sgemm_ in -lcxml... no
| checking for sgemm_ in -ldxml... no
| checking for sgemm_ in -lscs... no
| checking for sgemm_ in -lcomplib.sgimath... no
| checking for sgemm_ in -lblas... (cached) no
| checking for sgemm_ in -lblas... (cached) no
| checking for cheev_ in 
| /ifi/einmyria/p02/fl/sun64/usr/local/lib/liblapack_SOLARIS_64.so... noblas
| ...
| 
| eventhough
| 
| nm /ifi/einmyria/p02/fl/sun64/usr/local/lib/atlas.so | grep sgemm_
| 
| gives
| 
| 00743bc4 T atl_f77wrap_sgemm_
| 007429a0 T sgemm_
| 
| so the symbol is in the lib. Likewise,
| 
| nm /ifi/einmyria/p02/fl/sun64/usr/local/lib/liblapack_SOLARIS_64.so | 
| grep cheev_
| 
| gives
| 
| 00090ff0 T cheev_
| 
| Anyone got an idea why ./configure fails?

No, but you can look in config.log to find more details.  If that
doesn't help you, then post the details here and someone might be able
to suggest a solution.

jwe



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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