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
I have been able to build with mingw-w64. with cmake -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release -DNO_AMPL_BINDINGS=1 -DBUILD_SHARED_LIBS=ON ../../gsl
I need the dll to use it with gsl-shell but it says: cannot resolve symbol gsl_complex_exp. (I have also checked with Dependencies.exe) Perhaps GSL_VAR is missing in the header? How can this be solved?
Also would like to know how to link OpenBlas with gsl.
Best Regards
Victor Bombi
The text was updated successfully, but these errors were encountered:
Hi,
I have been able to build with mingw-w64. with
cmake -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release -DNO_AMPL_BINDINGS=1 -DBUILD_SHARED_LIBS=ON ../../gsl
I need the dll to use it with gsl-shell but it says: cannot resolve symbol gsl_complex_exp. (I have also checked with Dependencies.exe) Perhaps
GSL_VAR
is missing in the header? How can this be solved?Also would like to know how to link OpenBlas with gsl.
Best Regards
Victor Bombi
The text was updated successfully, but these errors were encountered: