Is there some reason the Fortran part can't be separated out into a DLL? That's the C ABI Antoine was referring to, and most compilers can generate import libraries from binaries, even if the original compiler produced then in a different format.
Top-posted from my Windows Phone ________________________________ From: Sturla Molden<mailto:[email protected]> Sent: 10/11/2014 7:22 To: [email protected]<mailto:[email protected]> Subject: Re: [Python-Dev] Status of C compilers for Python on Windows Antoine Pitrou <[email protected]> wrote: > It sound like whatever MSVC produces should be the defacto standard > under Windows. Yes, and that is what Clang does on Windows. It is not as usable as MinGW yet, but soon it will be. Clang also suffers fronthe lack of a Fortran compiler, though. Sturla _______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/steve.dower%40microsoft.com
_______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
