Re: [Numpy-discussion] numpy.distutils and shared libraries

2009-01-30 Thread Brian Granger
>> I am using config.add_library to build a c++ library that I will link >> into some Cython extensions. This is working fine and generating a .a >> library for me. However, I need a shared library instead. Is this >> possible with numpy.distutils or will I need something like numscons? > > nums

Re: [Numpy-discussion] numpy.distutils and shared libraries

2009-01-30 Thread Robert Kern
On Fri, Jan 30, 2009 at 18:13, Brian Granger wrote: > Hi, > > 2 ?'s about numpy.distutils: > > 1. > > I am using config.add_library to build a c++ library that I will link > into some Cython extensions. This is working fine and generating a .a > library for me. However, I need a shared library i

[Numpy-discussion] numpy.distutils and shared libraries

2009-01-30 Thread Brian Granger
Hi, 2 ?'s about numpy.distutils: 1. I am using config.add_library to build a c++ library that I will link into some Cython extensions. This is working fine and generating a .a library for me. However, I need a shared library instead. Is this possible with numpy.distutils or will I need someth