Graham Dumpleton
graham.dumpleton at gmail.com
Wed Oct 3 19:08:22 EDT 2007
You will probably have to find the file lib/pythonX.Y/config/Makefile (replace X.Y with your actual Python version) in where your Python is installed and edit the definitions in there to remove the i386 flag. Fix up any other definitions in there as well at the same time if it is pointing at wrong locations. Graham On 04/10/2007, Juan Pablo Claude <jpclaude66 at mac.com> wrote: > Hello all: > > I am trying to build mod_python 3.3.1 on a G4 Mac running OS X > 10.3.9 (Panther) server. In can run ./configure just fine, but when I > try to run make, the building fails because it is trying to compile > for ppc and i386 architectures. Panther and Xcode 1.5 know nothing of > intel Macs. Also it is trying to use the 10.4.u SDK, which is not in > my version of Xcode. > > I have been unable to find information about configuration options > or compiler flags. Can someone help me out? > > Thanks > > Juan-Pablo > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python >
|