bug-gsl
[Top][All Lists]
Advanced

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

Re: [Bug-gsl] interpo


From: Raymond Rogers
Subject: Re: [Bug-gsl] interpo
Date: Sun, 1 Nov 2015 17:48:52 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

Yes that was the problem. ldconfig did not fix it either; so I looked into it.

Attached is a new script.   (very lazy one) with  tab=bat
Here is
 ldconfig -p |egrep libgsl
    libgslcblas.so.0 (libc6,x86-64) => /usr/local/lib/libgslcblas.so.0
    libgslcblas.so.0 (libc6,x86-64) => /usr/lib/libgslcblas.so.0
    libgslcblas.so (libc6,x86-64) => /usr/local/lib/libgslcblas.so
    libgslcblas.so (libc6,x86-64) => /usr/lib/libgslcblas.so
    libgsl.so.0 (libc6,x86-64) => /usr/local/lib/libgsl.so.0
    libgsl.so.0 (libc6,x86-64) => /usr/lib/libgsl.so.0
    libgsl.so (libc6,x86-64) => /usr/local/lib/libgsl.so
    libgsl.so (libc6,x86-64) => /usr/lib/libgsl.so

All of the /usr/lib/   are old old dec 2013  --
The /usr/local/lib are current

I have forgotten (if I ever knew) why the xxx.a files instead of xxx.so ?
Ray


On 11/01/2015 04:12 PM, Patrick Alken wrote:
gcc -v -g -Wall -o interp2d interp2d.c /path/to/new/libgsl.a -lgslcblas -lm

--
 Two views on life:
life is an art not to be learned by observation.
George Santayana:Interpretations of Poetry and Religion
It's kinda nice to participate in your life
Raymond Rogers

Attachment: interp2d-1.tab
Description: Text document


reply via email to

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