NumPy on Mac OS 10.1.5
![](https://secure.gravatar.com/avatar/fc0c1d9eeeba77007a9a8ed1c687ab21.jpg?s=120&d=mm&r=g)
Hi, when I try to install NumPy on Mac OS X.1.5, it fails on this error: .... cc -bundle -undefined suppress build/temp.darwin-5.5-Power Macintosh- 2.1/_numpymodule.o build/temp.darwin-5.5-Power Macintosh-2.1/ arrayobject.o build/temp.darwin-5.5-Power Macintosh-2.1/ufuncobject.o - o build/lib.darwin-5.5-Power Macintosh-2.1/_numpy.so /usr/bin/ld: -undefined error must be used when -twolevel_namespace is in effect error: command 'cc' failed with exit status 1 ~/Python/Numeric-21.3 % cc cc: No input files I had thought to submit this to the developers section of the list but could not find the way to subscribe to it ;-) If somehow had a running version of NumPy with for Mac OSX http://tony.lownds.com/macosx, I would appreciate it. Thanks everyone for their help! Regards, Thomas __________________________________________________ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com
![](https://secure.gravatar.com/avatar/c1fa2baaf9b8993173d268805cc0ccad.jpg?s=120&d=mm&r=g)
Thomas Biesinger wrote:
Hi Thomas, sorry I don't have the expertise to help you with your question. I am wondering if you are using one of Apple's new G4 machines? I'm curious about the floating point performance of those chips. If you ever get Numpy working, I have a routine that I use for a benchmark, a Norton-Summerfeld ground (antenna) simulation routine that I could send to you. The record for me is 120s on a P4 1.8Ghz at work, but I'm sure the new Xeons would beat that, and maybe the new Athlons. My 1.2Ghz DDR Athlon is much slower than the P4, but the clock speeds are so much different. Rob. -- ----------------------------- The Numeric Python EM Project www.pythonemproject.com
![](https://secure.gravatar.com/avatar/fd856c233c4a3d091f420ad70733880f.jpg?s=120&d=mm&r=g)
On vrijdag, juli 19, 2002, at 10:12 , Thomas Biesinger wrote:
Thomas, as of MacOSX 10.1 the link step needs either the -flat_namespace option, or the -bundle_loader option. But: this has been fixed in both Python 2.2.1 and Python 2.3a0 (the CVS tree). Are you by any chance still running Python 2.2 (which predates OSX 10.1, and therefore two-level namespaces, and therefore the right linker invocations, which distutils reads from Python's own Makefile). If you're running 2.2: please upgrade and try again. If you're running 2.2.1 or later: let me know and I'll try and think of what questions I should ask you to debug this:-) -- - Jack Jansen <Jack.Jansen@oratrix.com> http://www.cwi.nl/~jack - - If I can't dance I don't want to be part of your revolution -- Emma Goldman -
![](https://secure.gravatar.com/avatar/c1fa2baaf9b8993173d268805cc0ccad.jpg?s=120&d=mm&r=g)
Thomas Biesinger wrote:
Hi Thomas, sorry I don't have the expertise to help you with your question. I am wondering if you are using one of Apple's new G4 machines? I'm curious about the floating point performance of those chips. If you ever get Numpy working, I have a routine that I use for a benchmark, a Norton-Summerfeld ground (antenna) simulation routine that I could send to you. The record for me is 120s on a P4 1.8Ghz at work, but I'm sure the new Xeons would beat that, and maybe the new Athlons. My 1.2Ghz DDR Athlon is much slower than the P4, but the clock speeds are so much different. Rob. -- ----------------------------- The Numeric Python EM Project www.pythonemproject.com
![](https://secure.gravatar.com/avatar/fd856c233c4a3d091f420ad70733880f.jpg?s=120&d=mm&r=g)
On vrijdag, juli 19, 2002, at 10:12 , Thomas Biesinger wrote:
Thomas, as of MacOSX 10.1 the link step needs either the -flat_namespace option, or the -bundle_loader option. But: this has been fixed in both Python 2.2.1 and Python 2.3a0 (the CVS tree). Are you by any chance still running Python 2.2 (which predates OSX 10.1, and therefore two-level namespaces, and therefore the right linker invocations, which distutils reads from Python's own Makefile). If you're running 2.2: please upgrade and try again. If you're running 2.2.1 or later: let me know and I'll try and think of what questions I should ask you to debug this:-) -- - Jack Jansen <Jack.Jansen@oratrix.com> http://www.cwi.nl/~jack - - If I can't dance I don't want to be part of your revolution -- Emma Goldman -
participants (3)
-
Jack Jansen
-
rob
-
Thomas Biesinger