help-octave
[Top][All Lists]
Advanced

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

one mistake while installing octave about lapack library


From: Victor
Subject: one mistake while installing octave about lapack library
Date: Fri, 19 Aug 2011 01:48:09 +0800 (CST)

Hello,

I want to install octave-3.4.2 in my computer (Red hat 4.1.2-50, Gcc 4.1.2), but one problem appears.

Firstly, I installed blas with the below commands:
for x in ./BLAS/*.f; do g77 –O3 –c $x; done
ar r ./libblas.a *.o

Then, I installed lapack-3.3.1 by running make lapacklib;

At last, I installing octave-3.4.2 by running
./configure - -prefix=/**/octave - -with-blas=/**/blas/libblas.a - -with-lapack=/**/lapack/liblapack.a

One mistake message tells me:

Checking for cheev_ in /**/lapack/liblapack.a… no
checking for cheev_... no
checking for cheev_ in -llapack… no
checking for cheev_ in -llapack_es6k… no
configure: error: You are required to have BLAS and LAPACK libraries

Could you please give me some advice for this problem? Thank you very much!

Victor




reply via email to

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