|
From: Xi S. <dav...@gm...> - 2015-03-16 05:16:02
|
Hi, I need to use the library, https://github.com/fommil/netlib-java, which depends on OpenBLAS which depends on several DLLs from mingw. They ar: - libgfortran-1-3.dll - libquadmath-0.dll - libgcc_s_seh-1.dll It is possible the given name are outdated, but should have some replacement. I just installed the 0.6.2-beta mingw, and have installed a couple of packages I think should be relevant. But I could only find some DLLs with similar name: - libgfortran-3.dll - libquadmath-0.dll - libgcc_s_dw2-1.dll I would like to know if the DLLs in the bottom list compatible with the ones in the upper list. How to find those exactly matches? Thanks, David |