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‘m trying to install NLopt with Intel fortran on windows but failed... I wonder are there any guidance?
Now I tried it as follows:
download “NLopt.v2.6.1.x86_64-w64-mingw32.tar.gz (64-bit)” on the "NLopt on Windows" page and extract it
add file "lib\libnlopt.dll.a" to “linker-input-Additional Dependencies” in Visual Studio.
copy file "lib\libnlopt.dll.a" and "include/nlopt.f" to the program directory.
Run the example program "t_fortran.f90"
The program can debug successfully, but the ".exe" can't work because "libgcc_s_seh-1.dll" is lost in computer.
Could you please tell me whether my installation progress is right and what I should do next?
Thanks very much.
The text was updated successfully, but these errors were encountered:
I‘m trying to install NLopt with Intel fortran on windows but failed... I wonder are there any guidance?
Now I tried it as follows:
The program can debug successfully, but the ".exe" can't work because "libgcc_s_seh-1.dll" is lost in computer.
Could you please tell me whether my installation progress is right and what I should do next?
Thanks very much.
The text was updated successfully, but these errors were encountered: