Re: [Numpy-discussion] Problem Building Numpy with Python 2.7.1 and OS X 10.7.3

2012-02-28 Thread Ralf Gommers
On Mon, Feb 27, 2012 at 1:47 AM, Patrick Armstrong patri...@uvic.ca wrote: Hi, On 2012-02-25, at 5:14 AM, Ralf Gommers wrote: Since you're using pip, I assume that gcc-4.2 is llvm-gcc. As a first step, I suggest using plain gcc and not using pip (so just python setup.py install). Also make

Re: [Numpy-discussion] Problem Building Numpy with Python 2.7.1 and OS X 10.7.3

2012-02-26 Thread Samuel John
Hi The plain gcc (non-llvm) is no longer there, if you install Lion and directly Xcode 4.3. Only, if you have the old Xcode 4.2 or lower, then you may have a non-llvm gcc. For Xcode 4.3, I recommend installing the Command Line Tools for Xcode from the preferences of Xcode. Then you'll have the

Re: [Numpy-discussion] Problem Building Numpy with Python 2.7.1 and OS X 10.7.3

2012-02-26 Thread Patrick Armstrong
Hi, On 2012-02-25, at 5:14 AM, Ralf Gommers wrote: Since you're using pip, I assume that gcc-4.2 is llvm-gcc. As a first step, I suggest using plain gcc and not using pip (so just python setup.py install). Also make sure you follow the recommendations in version specific notes at

Re: [Numpy-discussion] Problem Building Numpy with Python 2.7.1 and OS X 10.7.3

2012-02-25 Thread Ralf Gommers
On Thu, Feb 23, 2012 at 11:28 PM, Patrick Armstrong patri...@uvic.cawrote: Hi there, I'm having a problem building NumPy on Python 2.7.1 and OS X 10.7.3. Here is my build log: https://gist.github.com/1895377 Does anyone have any idea what might be happening? I get a very similar error

[Numpy-discussion] Problem Building Numpy with Python 2.7.1 and OS X 10.7.3

2012-02-23 Thread Patrick Armstrong
Hi there, I'm having a problem building NumPy on Python 2.7.1 and OS X 10.7.3. Here is my build log: https://gist.github.com/1895377 Does anyone have any idea what might be happening? I get a very similar error when compiling with clang. Installing a binary really isn't an option for me due