Re: umath import error for Numpy builds on OSX 10.6

2009-12-12 Thread hardcoreUFO
On Dec 12, 5:44 pm, Robert Kern wrote: > On 2009-12-11 20:55 PM, hardcoreUFO wrote: > > > > > > > On Dec 11, 5:47 pm, Robert Kern  wrote: > > >> Right, when the -lnpymath stuff got checked in. Looking at the build log > >> you > >> posted to numpy-discusson, it does appear that the $LDFLAGS is >

Re: umath import error for Numpy builds on OSX 10.6

2009-12-11 Thread Robert Kern
On 2009-12-11 20:55 PM, hardcoreUFO wrote: On Dec 11, 5:47 pm, Robert Kern wrote: Right, when the -lnpymath stuff got checked in. Looking at the build log you posted to numpy-discusson, it does appear that the $LDFLAGS is obliterating the intended flags. Please post a build log without setting

Re: umath import error for Numpy builds on OSX 10.6

2009-12-11 Thread hardcoreUFO
On Dec 12, 3:55 pm, hardcoreUFO wrote: > Here is the log from a build without the LDFLAGS set.  Having a quick > look, all I can see are a few warnings and a CAPI version mismatch > message. Any insight most appreciated. The build still gives the same > umath error. Sorry, forgot to post the log:

Re: umath import error for Numpy builds on OSX 10.6

2009-12-11 Thread hardcoreUFO
On Dec 11, 5:47 pm, Robert Kern wrote: > Right, when the -lnpymath stuff got checked in. Looking at the build log you > posted to numpy-discusson, it does appear that the $LDFLAGS is obliterating > the > intended flags. Please post a build log without setting those flags to > numpy-discussion. A

Re: umath import error for Numpy builds on OSX 10.6

2009-12-10 Thread Robert Kern
On 2009-12-10 17:41 PM, hardcoreUFO wrote: On Dec 11, 12:29 pm, Robert Kern wrote: Don't specify LDFLAGS if you don't have to. It is obliterating the -l flag for the npy_math library that numpy builds internally and tries to link with. Unfortunately, that did not eliminate the error. I though

Re: umath import error for Numpy builds on OSX 10.6

2009-12-10 Thread Robert Kern
On 2009-12-10 17:33 PM, hardcoreUFO wrote: Thanks Robert. I was not able to solve the problem on the Numpy list, so I had to broaden the search.Will try what you suggest, though. There's no one here who can help you with this who isn't on the numpy list. -- Robert Kern "I have come to believ

Re: umath import error for Numpy builds on OSX 10.6

2009-12-10 Thread hardcoreUFO
On Dec 11, 12:29 pm, Robert Kern wrote: > Don't specify LDFLAGS if you don't have to. It is obliterating the -l flag for > the npy_math library that numpy builds internally and tries to link with. Unfortunately, that did not eliminate the error. I thought it was something that was changed in Nump

Re: umath import error for Numpy builds on OSX 10.6

2009-12-10 Thread hardcoreUFO
On Dec 11, 12:29 pm, Robert Kern wrote: > On 2009-12-10 17:09 PM, hardcoreUFO wrote: > > > For the past several weeks, I have been unable to build numpy from > > source, at least nothing that works. The issue is that symbols appear > > to be missing from umath. When numpy is imported, I get the fo

Re: umath import error for Numpy builds on OSX 10.6

2009-12-10 Thread Robert Kern
On 2009-12-10 17:09 PM, hardcoreUFO wrote: For the past several weeks, I have been unable to build numpy from source, at least nothing that works. The issue is that symbols appear to be missing from umath. When numpy is imported, I get the following: You will want to ask numpy questions on the

umath import error for Numpy builds on OSX 10.6

2009-12-10 Thread hardcoreUFO
For the past several weeks, I have been unable to build numpy from source, at least nothing that works. The issue is that symbols appear to be missing from umath. When numpy is imported, I get the following: In [1]: import numpy Tracebac