help-octave
[Top][All Lists]
Advanced

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

compiling octave and gotoblas


From: Luca Tagliacozzo
Subject: compiling octave and gotoblas
Date: Mon, 2 May 2011 13:55:23 +0200

Dear all, I am trying to install from source octave in order to use GotoBlas.
I have
1) downloaded the gotoblas lib and copiled it via
make arch=64 as explained in the readme file
2) downlaaded octave 3.4 and  tryied to configure it with

./configure  --with-lapack="-L/export/GotoBLAS2 -lgoto2_penrynp-r1.13"
 --with-blas="-L/export/GotoBLAS2 -lgoto2_penrynp-r1.13"
--prefix="/export/octave"

The configure scripts exits with the following error:

checking for sgemm_ in -L/export/GotoBLAS2 -lgoto2_penrynp-r1.13... yes
checking whether LSAME is called correctly from Fortran... yes
checking whether ISAMAX is called correctly from Fortran... yes
checking whether SDOT is called correctly from Fortran... no
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... no
checking whether the integer size is correct... no
configure: error: A BLAS library was detected but found incompatible
with your Fortran 77 compiler settings.



The GotoBlas library uses the following compiling options and uses gfortran

 -O2 -m128bit-long-double -Wall -m64  -o

GotoBLAS build complete.

 OS               ... Linux
 Architecture     ... x86_64
 BINARY           ... 64bit
 C compiler       ... GCC  (command line : gcc)
 Fortran compiler ... GFORTRAN  (command line : gfortran)
 Library Name     ... libgoto2_penrynp-r1.13.a (Multi threaded; Max
num-threads is 8)


if I write file libgoto2_penrynp-r1.13.so

libgoto2_penrynp-r1.13.so: ELF 64-bit LSB shared object, x86-64,
version 1 (SYSV), dynamically linked, not stripped,

what error am I doing?
Regards
Luca


reply via email to

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