[Pythonmac-SIG] Install problem
Marcelinus Prastawa
prastawa@cs.unc.edu
Sun, 4 Nov 2001 12:36:14 -0500
FYI, Numeric 20.2.1 is available. It fixes a problem with complex
eigenvalues.
I have no problems building NumPy with Python 2.2 on OS X 10.1. You might
want to consider switching to 2.2.
The compiler/linker complained because some symbols are undefined. I
noticed that the compiler uses the flag '-undefined suppress'. This won't
work unless you also use the flag '-flat_namespace'. OS X (starting from
10.1?) has two-level vs flat namespace for binaries. I don't really
understand dynamic loading / linking under OS X, somebody else could
probably give you a better idea.
Marcel