Public bug reported:

$ lsb_release -rd
Description:    Ubuntu Natty (development branch)
Release:        11.04

$ apt-cache policy libatlas-dev
libatlas-dev:
  Installed: 3.8.3-29

Symbolic links for the following are missing:

libatlas.so
libcblas.so
libf77blas.so
liblapack_atlas.so

The result is that linking fails:

$ gcc -lcblas main.c
/usr/bin/ld: cannot find -lcblas
collect2: ld returned 1 exit status

Creating symlinks between lib*.so -> lib*.so.3gf fixes the problem.

On a related note, having two alternatives (one for .so and one for
.so.3gf) is confusing. It would be cleaner to have only one instead of
trying to keep them in sync (LP #769175).

Caleb

** Affects: atlas (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/769180

Title:
  missing symlinks /usr/bin/ld: cannot find -lcblas

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to