jluna icon indicating copy to clipboard operation
jluna copied to clipboard

I got an error of "Unable to load dependent library C:\soft_using\julia-1.9.4\bin\../bin/libjulia-codegen.dll"

Open mingtaoli opened this issue 5 months ago • 0 comments

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.

mingtaoli avatar Mar 07 '24 01:03 mingtaoli