![](https://secure.gravatar.com/avatar/5c9fb379c4e97b58960d74dcbfc5dee5.jpg?s=120&d=mm&r=g)
Oct. 20, 2010
8:48 a.m.
On Wed, Oct 20, 2010 at 04:41:38PM +0900, David wrote:
- ldd /volatile/varoquau/dev/numpy/numpy/linalg/lapack_lite.so: does it load the libraries you think are you loading ?
For the dynamic libraries, it seems so. I am using static libraries for atlas/blas (.a)
- nm atlas_libraries | grep zgesdd_ for every library in atlas (I don't know how the recent ones work, but this function should normally be in libf77blas.so)
Nothing. That's clearly my problem, but I don't know how to fix it. Thanks for your suggestions, G