On Tue, Feb 7, 2012 at 1:30 PM, Sturla Molden <stu...@molden.no> wrote:
> On 27.10.2011 15:02, David Cournapeau wrote:
>
>>    - we need to recompile atlas (but I can take care of it)
>>    - the biggest: it is difficult to combine gfortran with visual
>> studio (more exactly you cannot link gfortran runtime to a visual
>> studio executable).
>
> Why is that?
>
> I have used gfortran with Python on Windows a lot, never had a problem.

How did you link a library with mixed C and gfortran ?

> It's not like we are going to share CRT resources between C/Python and
> Fortran. That would be silly, regardless of compiler.

Well, that actually happens quite a bit in the libraries we depend on.
One solution could actually be removing any dependency on the fortran
runtime.

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

Reply via email to