
When I try to build numpy (or PIL) on MacOS, I get this error: "gcc: cannot specify -o with -c or -S and multiple compilations"
Assuming at least one of you is using numpy on MacOS, how did you get around that?
Thanks.

Anton Sherwood wrote:
When I try to build numpy (or PIL) on MacOS, I get this error: "gcc: cannot specify -o with -c or -S and multiple compilations"
Assuming at least one of you is using numpy on MacOS, how did you get around that?
I don't get that error for either package.

I think that error went away when I used the latest developer tools from Apple, and made sure I was using gcc4.
Take a look at:
http://www.scipy.org/Installing_SciPy/Mac_OS_X
Vincent
On 4/12/07 1:19 AM, "Anton Sherwood" bronto@pobox.com wrote:
When I try to build numpy (or PIL) on MacOS, I get this error: "gcc: cannot specify -o with -c or -S and multiple compilations"
Assuming at least one of you is using numpy on MacOS, how did you get around that?
Thanks.

Anton Sherwood wrote:
When I try to build numpy (or PIL) on MacOS, I get this error: "gcc: cannot specify -o with -c or -S and multiple compilations"
Assuming at least one of you is using numpy on MacOS, how did you get around that?
by installing a binary from:
pythonmac.org/packages
Otherwise, you'll need to tell us more aobut your build environment:
python version (what build, where did you get it?)
OS version
compiler version. (I'd use the latest Xcode distro.)
-Chris

Anton Sherwood wrote (Apr 11):
When I try to build numpy (or PIL) on MacOS, I get this error: "gcc: cannot specify -o with -c or -S and multiple compilations"
Assuming at least one of you is using numpy on MacOS, how did you get around that?
Christopher Barker wrote:
by installing a binary from: pythonmac.org/packages [...]
Thanks, that did the trick!
Vincent Nijs wrote:
I think that error went away when I used the latest developer tools from Apple, and made sure I was using gcc4.
Take a look at: http://www.scipy.org/Installing_SciPy/Mac_OS_X
Thanks for that too.
participants (4)
-
Anton Sherwood
-
Christopher Barker
-
Robert Kern
-
Vincent Nijs