-
Notifications
You must be signed in to change notification settings - Fork 207
cannot find -llibgsl #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
拉取一下最新版,我把gsl的lib也添加进来了 |
您好我昨天拉取了最新版本的项目,但是在配置过程中也出现了同样的问题,请问是否有办法解决呢 |
环境为 win10 5_12_9_MinGw_64 |
src/3rdParty/gsl/lib下是否有libgsl.lib和libgslcblas.lib文件,如果有,清理一下再重新编译 |
抱歉还是没有解决这个问题,请问确保lib文件存在的意思是指让libgsl.lib文件存在吗?如果是的话应该存在在哪个目录下呢 |
还有在项目运行的时候会出现丢失精度的报错: |
是的,应该存在src/3rdParty/gsl/lib/libgsl.lib和src/3rdParty/gsl/lib/libgslcblas.lib
把C风格的强制转换变为C++风格,如: m_id(reinterpret_cast(par)),m_id = reinterpret_cast(this); |
libgsl.dll和libgslcblas.dll 已放到bin_qt5.14.1_debug目录下,但编译时报错:
error: cannot find -llibgsl
什么原因?
我的环境:win10, Qt_5_14_1_MinGW_32
The text was updated successfully, but these errors were encountered: