Re: [Numpy-discussion] Building NumPy on Mac OS X without Apple GCC

2007-11-29 Thread Joshua Lippai
> Joshua Lippai wrote: > > > > Thanks, it worked perfectly. I'd hate to be a little off topic in the > > NumPy discussion and bug you, but when I try to compile the latest > > scipy, I get: > > > > g++: unrecognized option '-no-cpp-precomp' > > cc1plus: error: unrecognized command line option "-arc

Re: [Numpy-discussion] Building NumPy on Mac OS X without Apple GCC

2007-11-29 Thread David Cournapeau
Joshua Lippai wrote: > > Thanks, it worked perfectly. I'd hate to be a little off topic in the > NumPy discussion and bug you, but when I try to compile the latest > scipy, I get: > > g++: unrecognized option '-no-cpp-precomp' > cc1plus: error: unrecognized command line option "-arch" > cc1plus: er

Re: [Numpy-discussion] Building NumPy on Mac OS X without Apple GCC

2007-11-29 Thread Joshua Lippai
> > > Thanks for the reply. Well, I built my Python stuff, including NumPy > > previously, before I changed to the higher GCC version. Do you know if > > there's an option I can toggle that will specify Apple's GCC to be > > used? > > $ CC=/usr/bin/gcc python setup.py build > > -- > > Robert Kern >

Re: [Numpy-discussion] Building NumPy on Mac OS X without Apple GCC

2007-11-28 Thread Robert Kern
Joshua Lippai wrote: > Thanks for the reply. Well, I built my Python stuff, including NumPy > previously, before I changed to the higher GCC version. Do you know if > there's an option I can toggle that will specify Apple's GCC to be > used? $ CC=/usr/bin/gcc python setup.py build -- Robert Ker

Re: [Numpy-discussion] Building NumPy on Mac OS X without Apple GCC

2007-11-28 Thread Joshua Lippai
> Joshua Lippai wrote: > > I updated my GCC to a more recent version a day ago, since Apple's > > Xcode Tools only provide GCC 4.0 and the current release of GNU's GCC > > is 4.2. I successfully achieved this, but now I run into a problem > > when trying to build NumPy: > > > > gcc: unrecognized op

Re: [Numpy-discussion] Building NumPy on Mac OS X without Apple GCC

2007-11-28 Thread Robert Kern
Joshua Lippai wrote: > I updated my GCC to a more recent version a day ago, since Apple's > Xcode Tools only provide GCC 4.0 and the current release of GNU's GCC > is 4.2. I successfully achieved this, but now I run into a problem > when trying to build NumPy: > > gcc: unrecognized option '-no-cpp

[Numpy-discussion] Building NumPy on Mac OS X without Apple GCC

2007-11-28 Thread Joshua Lippai
I updated my GCC to a more recent version a day ago, since Apple's Xcode Tools only provide GCC 4.0 and the current release of GNU's GCC is 4.2. I successfully achieved this, but now I run into a problem when trying to build NumPy: gcc: unrecognized option '-no-cpp-precomp' cc1: error: unrecognize