You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use gsl_multifit.h library for fitting I get the error ./newnew: symbol lookup error: /usr/local/lib/libgsl.so.27: undefined symbol: cblas_dcopy
Help me trouble shooting the issue. I use pop-os 22.04 os and gsl-2.7
The text was updated successfully, but these errors were encountered:
Are you using the GSL library that you installed on your operating system or did you build the GSL library from the source code in this repository using CMake? If it is the first case, you may need to report the issue at: https://www.gnu.org/software/gsl/#mailinglists. In this repository we just provide CMake infrastructure to build GSL.
When I use
gsl_multifit.h
libraryfor
fitting I get the error./newnew: symbol lookup error: /usr/local/lib/libgsl.so.27: undefined symbol: cblas_dcopy
Help me trouble shooting the issue. I use pop-os 22.04 os and gsl-2.7
The text was updated successfully, but these errors were encountered: