octave-maintainers
[Top][All Lists]
Advanced

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

Re: GSL in octave


From: Tatsuro MATSUOKA
Subject: Re: GSL in octave
Date: Wed, 27 Jul 2016 19:13:59 +0900 (JST)

> Thank you.  configure properly locates your copy of GSL but perhaps 

> mkoctfile make actually uses another copy?
> 
> Could you please confirm using: ldd gsl_sf.oct |grep gsl after the build?


Solved!

ldd gsl_sf.oct |grep gsl
libgsl.so.0 => /usr/lib/libgsl.so.0 (0x00007ff78f072000)
is not valid.

My setting LD_LIBRARY_PATH is wrong.
After correcting this, 
pkg install of gsl package went well with gsl-2.1 (on 4.0.3 and 4.1.0+).

Sorry for the noise and I appreciate for your help.

Tatsuro



reply via email to

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