cblas on centos6 cannot be linked -


here ldconfig

$ ldconfig -p | grep blas libptf77blas.so.3 (libc6,x86-64) => /usr/lib64/atlas/libptf77blas.so.3 libptcblas.so.3 (libc6,x86-64) => /usr/lib64/atlas/libptcblas.so.3 libf77blas.so.3 (libc6,x86-64) => /usr/lib64/atlas/libf77blas.so.3 libcblas.so.3 (libc6,x86-64) => /usr/lib64/atlas/libcblas.so.3 libblas.so.3 (libc6,x86-64) => /usr/lib64/libblas.so.3 libblas.so (libc6,x86-64) => /usr/lib64/libblas.so 

when try compile cblas, here error:

gcc -std=c99 -g -wall -o0 -i../include -l../bin -i../externals/cxsparse/include    example_als_mcmc.c  -lfastfm -l../externals/cxsparse/lib -lcxsparse -lblas -lm -lcblas -o example_als_mcmc 

/usr/bin/ld: cannot find -lcblas collect2: ld returned 1 exit status make: *** [example_als_mcmc] error 1

i have cblas in ldconfig, why make cannot find it? thank help.


Popular posts from this blog

php - How should I create my API for mobile applications (Needs Authentication) -

5 Reasons to Blog Anonymously (and 5 Reasons Not To)

Google AdWords and AdSense - A Dynamic Small Business Marketing Duo