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:
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
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
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
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