Re: Can't link atlas or cblas libraries

2010-09-02 Thread Henrik Mannerström
On 09/02/2010 11:02 PM, Rick Stevens wrote: > On 09/02/2010 06:25 AM, Jussi Lehtola wrote: > >> On Thu, 02 Sep 2010 09:55:58 +0300 >> Henrik Mannerström wrote: >> >>> Hello, >>> >>> On my Fedora 11, when I try to compile a program that uses BLAS the >>> linking fails: >>>> /usr/bi

Re: Can't link atlas or cblas libraries

2010-09-02 Thread Michael Schwendt
On Thu, 02 Sep 2010 13:02:14 -0700, Rick wrote: > > You need to pass the linker option -L/usr/lib64/atlas so that the > > linker finds the libraries. > > The OP should also check /etc/ld.so.conf.d and verify that there is > an atlas-x86_64.conf file in there. If not: > > # echo "/usr/lib6

Re: Can't link atlas or cblas libraries

2010-09-02 Thread Rick Stevens
On 09/02/2010 06:25 AM, Jussi Lehtola wrote: > On Thu, 02 Sep 2010 09:55:58 +0300 > Henrik Mannerström wrote: > >> Hello, >> >> On my Fedora 11, when I try to compile a program that uses BLAS the >> linking fails: >> > /usr/bin/ld: cannot find -lcblas >> >> I have packages blas, blas-devel, atl

Re: Can't link atlas or cblas libraries

2010-09-02 Thread Jussi Lehtola
On Thu, 02 Sep 2010 09:55:58 +0300 Henrik Mannerström wrote: > Hello, > > On my Fedora 11, when I try to compile a program that uses BLAS the > linking fails: > > /usr/bin/ld: cannot find -lcblas > > I have packages blas, blas-devel, atlas and atlas-devel installed. > There exists a symlink f

Can't link atlas or cblas libraries

2010-09-01 Thread Henrik Mannerström
Hello, On my Fedora 11, when I try to compile a program that uses BLAS the linking fails: > /usr/bin/ld: cannot find -lcblas I have packages blas, blas-devel, atlas and atlas-devel installed. There exists a symlink for libcblas.so: /usr/lib64/atlas/libcblas.so -> ./libcblas.so.3.0 but 'ld