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 am running julia on windows. I can compiler the library and jluna_test.exe. However, when I started jluna_test.exe, I got an error "Unable to load dependent library C:\soft_using\julia-1.9.4\bin../bin/libjulia-codegen.dll". Here is the cmake command I used:
I am running julia on windows. I can compiler the library and jluna_test.exe. However, when I started jluna_test.exe, I got an error "Unable to load dependent library C:\soft_using\julia-1.9.4\bin../bin/libjulia-codegen.dll". Here is the cmake command I used:
cmake .. -G "MinGW Makefiles" -DCMAKE_CXX_COMPILER=g++ -DJULIA_BINDIR=C:/soft_using/julia-1.9.4/bin
thanks.
The text was updated successfully, but these errors were encountered: