Hi, I'm just following up on these instructions for 64-bit Windows. gfortran is availble in the mingw-w64 build of gcc from http://sourceforge.net/projects/mingw-w64
In the Makefile.in Joe describes for CBLAS, make all his changes and also change g77 to gfortran. I copied the cblas_WINDOWS.a file to my lapack directory, so the command for building lapack was: gfortran -mno-cygwin -shared -o blas.dll -O BLAS/SRC/*.f -Wl,--allow-multiple -definition -Wl,--whole-archive cblas_WINDOWS.a -Wl,--no-whole-archive The compiled 64bit blas.dll is available for download at http://factorcode.org/dlls/64/blas.dll Remember to chmod 755 blas.dll if you wget the file with Cygwin. Doug On Tue, Aug 5, 2008 at 9:58 PM, Eduardo Cavazos <[email protected]> wrote: > Joe Groff wrote: > >> Ed, here's how I built blas.dll (assuming you have mingw or cygwin with >> g77): > > Joe, > > I just tried out the 'blas.dll' on the Windows build machine and it works > perfectly. Everything loads and tests pass. Thanks! > > The 'blas.dll' can be downloaded from: > > http://factorcode.org/dlls/ > > Ed > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Factor-talk mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/factor-talk > ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
