[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] Linking problems with gsl
From: |
Patrick Alken |
Subject: |
Re: [Help-gsl] Linking problems with gsl |
Date: |
Mon, 23 Apr 2007 10:24:39 -0600 |
User-agent: |
Mutt/1.4.2.2i |
> OK. To be honest I'm not too sure about how these aspects of UNIX work.
> Would this mean that only I can use the shared library, and that I can
> only access it from within the bash shell? Are there any more general
> means for telling the system, "Look in /usr/local/lib as well as /usr/lib"?
>
Put /usr/local/lib in /etc/ld.so.conf and run "ldconfig". Then type
"ldconfig -v | grep gsl" and make sure its got an entry for libgsl -
if it does, gcc ... -lgsl -lgslcblas should work fine from any shell.
Re: [Help-gsl] Linking problems with gsl, Jordi Gutierrez Hermoso, 2007/04/23