help-octave
[Top][All Lists]
Advanced

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

Re: Octave installation problem


From: J. Vervoorst
Subject: Re: Octave installation problem
Date: Thu, 21 Dec 2006 03:31:27 +0100

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


----- Original Message ----- From: "Alexander Barth" <address@hidden>
To: "Jan Vervoorst" <address@hidden>
Cc: <address@hidden>
Sent: Monday, December 18, 2006 12:38 AM
Subject: Re: Octave installation problem


Hi Jan,
I installed Octave 2.9.9 on a Suse 10.0 machine without problems. Your error message is suspicious because configure looks for the readline libraries in /usr/local/lib instead of /usr/lib. Are you sure that you have installed the system readline libraries? Can you send us the output of:
rpm -q readline-devel
rpm -ql readline-devel
If readline-devel is indeed installed, you can try to move /usr/local/lib/libreadline.so out of the
way, to make sure that configure picks the library in /usr/lib.
Cheers,
Alex



reply via email to

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