Re: [Numpy-discussion] npy_log2 undefined on Linux

2014-10-25 Thread David Cournapeau
Not exactly: if you build numpy with mingw (as is the official binary), you need to build everything that uses numpy C API with it. On Sun, Oct 26, 2014 at 1:22 AM, Matthew Brett wrote: > On Sat, Oct 25, 2014 at 2:15 PM, Matthew Brett > wrote: > > On Fri, Oct 24, 2014 at 6:04 PM, Matthew Brett

Re: [Numpy-discussion] npy_log2 undefined on Linux

2014-10-25 Thread Matthew Brett
On Sat, Oct 25, 2014 at 2:15 PM, Matthew Brett wrote: > On Fri, Oct 24, 2014 at 6:04 PM, Matthew Brett > wrote: >> Hi, >> >> We (dipy developers) have a hit a new problem trying to use the >> ``npy_log`` C function in our code. >> >> Specifically, on Linux, but not on Mac or Windows, we are gett

Re: [Numpy-discussion] npy_log2 undefined on Linux

2014-10-25 Thread Matthew Brett
On Fri, Oct 24, 2014 at 6:04 PM, Matthew Brett wrote: > Hi, > > We (dipy developers) have a hit a new problem trying to use the > ``npy_log`` C function in our code. > > Specifically, on Linux, but not on Mac or Windows, we are getting > errors of form: > > ImportError: /path/to/extension/distance