Thank for the information, David.

> I think the right solution is to build our own libgfortran, but
> against the MSVC C runtime instead of the mingw runtime. THis is not
> as crazy as it sounds because scipy does not rely so much on the
> fortran runtime. Just faking the library (by putting functions which
> do nothing),

That might work for building SciPy, but not for arbitrary Fortran 95 code.

So the options are to use another compiler or run gfortran code in a
spawned subprocess.

Sturla

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to