thankyou so much for your solution. My problem has been solved. This is my code before : CXX="g++ -m64" \ ./configure LDFLAGS="-L/c/Progra~1/JAGS/JAGS-4.3.0/x64/bin" CXXFLAGS="-I/c/Progra~1/JAGS/JAGS-4.3.0/include" make win64-install And this is the solution code : CXX="g++ -m64" \ ./configure --host=x86_64-w64-mingw32.static.posix LDFLAGS="-L/c/Progra~1/JAGS/JAGS-4.3.1/x64/bin" CXXFLAGS="-I/c/Progra~1/JAGS/JAGS-4.3.1/include" make win64-install After I run that code, it created the dll file
I use JAGS 4.3.1 msys in Rtools4.2 . I already compile paretoprior modules but also doesn't create any file .dll
Dear all, I try to add new modules into JAGS. When I compile it, there’s no error massage, but it doesn’t create any file .dll in sub-folder of modules , it’s only create file .a and .la . Do anyone know what happen? Thank you so much! -Syf.