Re: [Numpy-discussion] installation issue with a non-standard location of a python build

2009-07-29 Thread Daniel Wheeler
Oh dear. I'd changed some environment variables when I switched to using python 2.6 and was accidentally using a local version of gcc, which evidently doesn't work correctly. Everything builds fine now. Thanks and sorry for the wasted time. On Tue, Jul 28, 2009 at 7:57 PM, David Cournapeau wrote:

Re: [Numpy-discussion] installation issue with a non-standard location of a python build

2009-07-28 Thread David Cournapeau
On Wed, Jul 29, 2009 at 2:38 AM, Daniel Wheeler wrote: > -Wall -Wstrict-prototypes -fPIC > > compile options: '-c' > gcc: _configtest.c > gcc: error trying to exec 'cc1': execvp: No such file or directory > gcc: error trying to exec 'cc1': execvp: No such file or directory That's your problem righ

Re: [Numpy-discussion] installation issue with a non-standard location of a python build

2009-07-28 Thread Daniel Wheeler
On Tue, Jul 28, 2009 at 12:02 PM, David Cournapeau wrote: > On Wed, Jul 29, 2009 at 12:38 AM, Daniel > Can you post the full output of python setup.py build ? Here it is: Running from numpy source directory. non-existing path in 'numpy/distutils': 'site.cfg' F2PY Version 2 blas_opt_info: blas_mkl

Re: [Numpy-discussion] installation issue with a non-standard location of a python build

2009-07-28 Thread David Cournapeau
On Wed, Jul 29, 2009 at 12:38 AM, Daniel Wheeler wrote: > Hi, > > I'm having an installation issue building numpy 1.3.0 using python > 2.6.2 which has been built in my local area in a non-standard place > and was configured with --prefix=/users/wd15/usr/i686/4.0. When I run > numpy's config ("pytho

[Numpy-discussion] installation issue with a non-standard location of a python build

2009-07-28 Thread Daniel Wheeler
Hi, I'm having an installation issue building numpy 1.3.0 using python 2.6.2 which has been built in my local area in a non-standard place and was configured with --prefix=/users/wd15/usr/i686/4.0. When I run numpy's config ("python setup.py config") everything seems to be fine. However, when I ru