help-octave
[Top][All Lists]
Advanced

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

Re: gsl package: undefined symbol: cblas_ctrmv


From: lo
Subject: Re: gsl package: undefined symbol: cblas_ctrmv
Date: Wed, 4 Aug 2010 20:50:17 +0200
User-agent: KMail/1.12.4 (Linux/2.6.31.12-0.2-desktop; KDE/4.3.5; x86_64; ; )

On Wednesday 04 August 2010 15:49:18 Jordi Gutiérrez Hermoso wrote:
> On 1 August 2010 13:42, lo <address@hidden> wrote:
> > under octave 3.3.51 on SuSe 11.2 I installed the gsl package 1.0.8;
> 
> How did you do this? From a SUSE rpm or directly from a 'Forge package?

from a 'Forge package'

> > I want to use the psi (=digamma) function;
> > but it fails and I got:
> >
> > error:
> > /usr/libexec/octave/packages/gsl-1.0.8/x86_64-unknown-linux-gnu-api-v39+/
> >gsl_sf.oct: failed to load: /usr/lib/libgsl.so.0: undefined symbol:
> > cblas_ctrmv
> 
> However that oct was created it didn't get linked to libgslcblas. I
> think it's better to fix that than to futz around with
> LD_AOUT_PRELOAD.
> 

I first sent an email to the gsl package maintener, Teemu Ikonen,
but he can no longer be reached under address@hidden;

I found a post of someone, Bob Odom,  who experienced something quite similar, 
using also SuSE:

http://www.mail-archive.com/address@hidden/msg03577.html

however, they used RPMs, and, for Martin Helm, it worked using gsl 1.12,
for Bob Odom, mysteriously, it failed, he had to install instead the gsl 1.11;
I for myself tried it using gsl 1.10, 1.12 and 1.14 (the latest stable); it 
always failed;
notice: I compiled and installed the gsl libs instead of relying on the RPMs.

since I do only need the psi (=digamma) function, I decided to code it using a 
brute-force approach,
i.e. simple finite difference;
in fact, it would be nice if this function were part of octave,
since it is also part of Matlab, but I refrain from opening a request since 
one could argue that there is an octave package for that;

regards,
Laurent



reply via email to

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