|
From: ralph e. <ral...@gm...> - 2015-03-16 12:14:01
|
libgcc_s_seh-1.dll means the needed libraries are from the mingw64 packages but as far as i know gcc-4.6 newer had seh exceptions so which version of gcc are you using ?. You can get the version from a cmd or bash shell by doing gcc -v. Ralph Engels Den 16-03-2015 kl. 06:15 skrev Xi Shen: > 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 > > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for all > things parallel software development, from weekly thought leadership blogs to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > > > _______________________________________________ > MinGW-users mailing list > Min...@li... > > This list observes the Etiquette found at > http://www.mingw.org/Mailing_Lists. > We ask that you be polite and do the same. Disregard for the list etiquette may cause your account to be moderated. > > _______________________________________________ > You may change your MinGW Account Options or unsubscribe at: > https://lists.sourceforge.net/lists/listinfo/mingw-users > Also: mailto:min...@li...?subject=unsubscribe |