Stumbling through compiling Standalone ZODB for Mac OS X
Just in case this wasn't common knowledge, it seems there's a bit of a boo-boo in Jaguar's installation of Python that sticks it head up when one tries to compile extentions (like, oh say, the Standalone ZODB).
Line 62 of /usr/lib/python2.2/config/Makefile
reads:
LDFLAGS= -arch i386 -arch ppc
But, I think should read:
LDFLAGS= -arch ppc
Making this change appears to have gotten the thing compiling, though it may also cause my iBook to eventually self-format since I barely understand everything involved.
Ugh, though now that everything's compiled without hitch, the test script goes belly up with a bus error. Time to go back googling to find a solution or somewhere to whine. I may also swap back into Java, since I like Jena better than anything I've found in Python for RDF support.
shortname=ooocgb
Archived Comments