octave-maintainers
[Top][All Lists]
Advanced

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

Re: GSL in octave


From: Julien Bect
Subject: Re: GSL in octave
Date: Wed, 27 Jul 2016 13:25:58 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.1.0

Le 27/07/2016 à 12:13, Tatsuro MATSUOKA a écrit :
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+).

Well, I don't know... perhaps is it our configure / Makefile.in that is to blame?

Could you please describe what you were doing when it was going wrong, and what you did then to make it right?

I believe that the proper way to handle this would be to have configure options such as --with-gsl-libdir and --with-gsl-includedir, don't you think?


reply via email to

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