Matthew Brett <matthew.brett@gmail.com> wrote:The C runtime cannot be statically linked. It would mean that we get
> 2) Static linking - Carl's toolchain does full static linking
> including C runtimes
multiple copies of errno and multiple malloc heaps in the process – one of
each static CRT. We must use the same C runtime DLL as Python. But loading
it is not a problem because Python has done that before NumPy is imported.
Sturla
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion