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 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 sure yo

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 ht

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

2012-02-26 Thread Ralf Gommers
On Sun, Feb 26, 2012 at 4:38 PM, Samuel John wrote: > 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 T

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 th

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

[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 t