On Thu, 11 Mar 2010, Martin Helm wrote:

Am Donnerstag, 11. M?rz 2010 00:33:19 schrieb Bob Odom:
But then I tried to install the gsl package with the results:

octave:5> pkg install gsl-1.0.8.tar.gz
warning: load_path:
/home/odom/octave/gsl-1.0.8/x86_64-unknown-linux-gnu-api-v37: No such
file or directory
/usr/lib64/libgsl.so.0: undefined symbol: cblas_ctrmv
error: called from `gen_doc_cache>create_cache' in file
/usr/share/octave/3.2.4/m/help/gen_doc_cache.m near line 90, column 17
error: called from:
error:   /usr/share/octave/3.2.4/m/pkg/pkg.m at line 756, column 5
error:   /usr/share/octave/3.2.4/m/pkg/pkg.m at line 287, column 7

The installed gsl rpms are:

gsl-1.12-2.2.x86_64
gsl-devel-1.12-2.2.x86_64

Do I need an older version of gsl rpms?

Bob

Installs on my system

octave:7> pkg install gsl-1.0.8.tar.gz
warning:   coupling_3j
warning:   coupling_6j
warning:   coupling_9j
warning:   gsl_sf
warning:   legendre_sphPlm_array
octave:8>

(-verbose does also not show any errors)

with gsl (+devel) 1.12-2.2

can you check if the symlinks and files

mart...@sirius:~> ls -l /usr/lib64/libgsl*
lrwxrwxrwx 1 root root      20 11. M?r 00:52 /usr/lib64/libgslcblas.so ->
libgslcblas.so.0.0.0
lrwxrwxrwx 1 root root      20 21. Feb 16:22 /usr/lib64/libgslcblas.so.0 ->
libgslcblas.so.0.0.0
-rwxr-xr-x 1 root root  530512 24. Okt 06:24 /usr/lib64/libgslcblas.so.0.0.0
lrwxrwxrwx 1 root root      16 11. M?r 00:52 /usr/lib64/libgsl.so ->
libgsl.so.0.13.0
lrwxrwxrwx 1 root root      16 21. Feb 16:22 /usr/lib64/libgsl.so.0 ->
libgsl.so.0.13.0
-rwxr-xr-x 1 root root 3302016 24. Okt 06:24 /usr/lib64/libgsl.so.0.13.0


Martin,

I seem to have the same files and symlinks as you: The only thing that
strikes me as very odd is that your libgslcblas.so.0.0.0 and
libgsl.so.0.13.0 are much larger than the ones I show. Seems very of\dd
to me!

o...@starbuck:/usr/lib64> ls -l /usr/lib64/libgsl*
lrwxrwxrwx 1 root root      20 2010-03-10 15:18
/usr/lib64/libgslcblas.so -> libgslcblas.so.0.0.0*
lrwxrwxrwx 1 root root      20 2010-03-10 15:16
/usr/lib64/libgslcblas.so.0 -> libgslcblas.so.0.0.0*
-rwxr-xr-x 1 root root  223312 2010-02-19 18:14
/usr/lib64/libgslcblas.so.0.0.0*
lrwxrwxrwx 1 root root      16 2010-03-10 15:18 /usr/lib64/libgsl.so ->
libgsl.so.0.13.0*
lrwxrwxrwx 1 root root      16 2010-03-10 15:16 /usr/lib64/libgsl.so.0
-> libgsl.so.0.13.0*
-rwxr-xr-x 1 root root 2032256 2010-02-19 18:14
/usr/lib64/libgsl.so.0.13.0*

Do you have any other suggestions? I suppose I could give up on the
openSuSE rpms and compile my own from scratch.

Regards,

Bob
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to