OS X Trick: a bug in the Python makefile in Jaguar

This is present at least in Python < 2.2.3; in /usr/lib/python2.2/config/Makefile, the architecture flag

LDFLAGS= -arch i386 -arch ppc

should be replaced with

LDFLAGS= -arch ppc

or compilation of some libraries (matplotlib comes to mind) will fail.

May 20, 2004

python-compile-bug (/osxtricks)
2004-05-20, 14:16 [edit]

  Login:   Password:   [rss] [cc] [w3] [css]