Hello,
I'm a total Mac newbie trying to migrate my programs from Windows and Linux - I have a python module which wraps a couple of gsl routines (gsl_sf_coupling_3j and gsl_sf_coupling_6j) and installs with distutils on Windows and Ubuntu Linux, but when I try to import it on my Mac, it complains:
Symbol not found: _cblas_caxpy
Referenced from: /usr/local/lib/libgsl.0.dylib
Expected in: dynamic lookup
I don't really understand what's going on. I can call the gsl routines from a C++ program importing the gsl libraries directly, so they're clearly working.
Any idea what might be wrong? I haven't found a lot of help on t'Internet.
Thanks,
xnn
I'm a total Mac newbie trying to migrate my programs from Windows and Linux - I have a python module which wraps a couple of gsl routines (gsl_sf_coupling_3j and gsl_sf_coupling_6j) and installs with distutils on Windows and Ubuntu Linux, but when I try to import it on my Mac, it complains:
Symbol not found: _cblas_caxpy
Referenced from: /usr/local/lib/libgsl.0.dylib
Expected in: dynamic lookup
I don't really understand what's going on. I can call the gsl routines from a C++ program importing the gsl libraries directly, so they're clearly working.
Any idea what might be wrong? I haven't found a lot of help on t'Internet.
Thanks,
xnn