help-octave
[Top][All Lists]
Advanced

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

Re: Octave installation problem


From: Alexander Barth
Subject: Re: Octave installation problem
Date: Thu, 21 Dec 2006 10:43:13 -0500
User-agent: Thunderbird 1.5.0.7 (X11/20060913)

John W. Eaton wrote:
> On 21-Dec-2006, J. Vervoorst wrote:
> 
> | Hi,
> | thanks for the help! I solved the first problem, readline-devel is 
> | installed! I also installed GotoBLAS and LAPACK and SuiteSparse, but when I 
> | try to configure octave now, it runs into several problems:
> | - it can't find the function 'cheev_' in lapack.a. Well, it isn't there, 
> | only 'cheev'! What's going on there, do I need a different lapack version? 
> | This is lapack-3.1.0
> | - Furthermore, it says it can't find UMFPACK, COLAMD, CCOLAMD, CHOLMOD, 
> | CXSpares, ZLIB. I found some info on the mailing list on how to fix that, 
> | but I have no idea what's going on with 'cheev_'!
> | Any help is greatly appreciated! Thanks, Jan
> 
> Octave is written to use a Fortran interface to lapack and blas.
> 
> jwe
> 
In case it is helpful, here is my configure line of Suse 10.0 for the sparse 
matrix libraries
compiled from source. Can you test if you have the rpm package of zlib-devel 
installed?

rpm -q zlib-devel

The configure script didn't find cheev either on my system. But it wasn't a 
"hard error" though.

Alex


 ./configure F77=gfortran CPPFLAGS="-I$HOME/Download/UFconfig 
-I$HOME/Download/AMD/Include
-I$HOME/Download/UMFPACK/Include -I$HOME/Download/CHOLMOD/Include 
-I$HOME/Download/COLAMD
-I$HOME/Download/CCOLAMD -I$HOME/Download/CXSparse/Source " CFLAGS=-fPIC 
CXXFLAGS=-fPIC FFLAGS=-fPIC
LDFLAGS="-L$HOME/Download/AMD/Lib -L$HOME/Download/UMFPACK/Lib 
-L$HOME/Download/CHOLMOD/Lib
-L$HOME/Download/COLAMD -L$HOME/Download/CCOLAMD 
-L$HOME/Download/CXSparse/Source -lg2c -lpthread"
--enable-shared --enable-dl --disable-static --prefix=$HOME/local64/octave-2.9.9
--with-blas=$HOME/Download/GotoBLAS/libgoto.a


-- 
_______________________________________________________________

  Alexander Barth

  Ocean Circulation Group
  University of South Florida
  College of Marine Science
  140 Seventh Avenue South
  St. Petersburg, Florida  33701
  USA

  Phone: +1-727-553-3508     FAX:   +1-727-553-1189

_______________________________________________________________


reply via email to

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