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

Daniel Wheeler daniel.wheeler2 at gmail.com
Wed Jul 29 14:33:34 EDT 2009


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<cournape at gmail.com> wrote:
> On Wed, Jul 29, 2009 at 2:38 AM, Daniel
> Wheeler<daniel.wheeler2 at gmail.com> 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 right there: your compiler is broken. What happens
> if you call gcc by yourself on a trivial C program ?
>
> David
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>



-- 
Daniel Wheeler



More information about the NumPy-Discussion mailing list