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 'ldconfig-p' does not find it, only the so.3-file: libcblas.so.3 (libc6,x86-64) => /usr/lib64/atlas/libcblas.so.3 . What should I do to be able to compile programs with BLAS and LAPACK? Do I need to complete the installation of the devel-packages by hand? Best regards, Henrik Mannerström -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines