PDA

View Full Version : mingw compiling fortran



Mickeysofine1972
January 28th, 2013, 12:33 PM
Hi All

I've notice that we have LAPACK dev libraries in the ubuntu repos but I was hoping to compile it for both ubuntu and windows using mingw.

my build system is hosted on ubuntu so I'd like to keep compiling on that server without having to send a build process to a windows machine so I was wondering if anyone here might know how I might do that?

The problem is that LAPACK needs a fortran compiler which is available when building for linux, but not when compiling with mingw, how can I get this included?

Thanks in advance!

Mike