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, http://www.ogre.nu/ "How'd ya like to climb this high *without* no mountain?" --Porky Pine
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. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco
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 -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception Chris.Barker@noaa.gov
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. -- Anton Sherwood, http://www.ogre.nu/ "How'd ya like to climb this high *without* no mountain?" --Porky Pine
participants (4)
-
Anton Sherwood
-
Christopher Barker
-
Robert Kern
-
Vincent Nijs