|
From: Xi S. <dav...@gm...> - 2015-03-16 23:51:03
|
I installed all the packages from http://win-builds.org/doku.php/download_and_installation_from_windows, and I found a copy of: libgcc_s_seh-1.dll libquadmath-0.dll But still no sight of libgfortran-1-3.dll... On Tue, Mar 17, 2015 at 10:38 AM Xi Shen <dav...@gm...> wrote: > Hi Ralph, > > I need 64bit gcc to work on 64bit Windows system. > > I think I found the problem. I get mingw from the installer from > http://www.mingw.org/, and it seems the installer can only install > mingw32-* packages which are all 32bit. > > I found a http://mingw-w64.sourceforge.net/, but it only provides 64bit > gcc...I looked through its package manager, but I could not find any > package related to fortran or math. > > Any idea I can get all these 64bit DLLs? Or I have to build myself? > > > Thanks, > David > > > On Mon, Mar 16, 2015 at 11:17 PM ralph engels <ral...@gm...> > wrote: > >> 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 lis...@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 <min...@li...?subject=unsubscribe> >> >> >> ------------------------------------------------------------ >> ------------------ >> 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=uns >> ubscribe > > |