Jussi Enkovaara wrote:
> Hi,
> I need to use numpy in an environment which does not support shared libraries.
> Previously, I have used the old Numeric where I created a Makefile to build a
> static Numeric library which was later on linked to the python interpreter.
> 
> As far as I understood, numpy uses sort of extended distutils. I was 
> wondering if
> this extended distutils enables building of static libraries or do I have to 
> go
> the cumbersome Makefile-way again?

Cumbersome Makefile, sorry.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
  that is made terrible by our own mad attempt to interpret it as though it had
  an underlying truth."
   -- Umberto Eco
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to