OSX build under universal python fails

Eric Firing <efiring@...83...> writes:

Chris,

Based on recent emails, this looks like a problem attributed to the gcc
version, not the python version. Suggested solutions are compile with
the -Os flag or use gcc 4.2.

Hmm. The problem with using gcc 4.2 is that numpy does not seem to
like it. I am also leery about using a developer preview of *anything* to
build packages for distribution. I think universal builds may have to
wait for another day, when gcc 4.2 is ready for prime time.