From: Robert K. <rob...@gm...> - 2006-11-12 23:15:08
|
Abhishek Roy wrote: > --- Robert Kern <rob...@gm...> wrote: >> Are your ATLAS libraries shared or static (i.e., are they libatlas.so or >> libatlas.a)? ldd(1) only lists the shared libraries that are linked. ATLAS is >> usually installed as static libraries. > They are static. Thanks, I was mindlessly copying a suggestion I saw elsewhere. > >> Does that module import? > I got, > ImportError: /usr/lib/python2.4/site-packages/numpy/linalg/lapack_lite.so: > undefined symbol: s_cat Also add g2c to your library list, then. It is g77's FORTRAN runtime library. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco |