[Pythonmac-SIG] Building 2.3.3 on 10.2 from source

Pascal Oberndoerfer p.oberndoerfer at urheberrecht.org
Fri Jan 2 15:27:10 EST 2004


I tried to build and install Python 2.3.3 as a Framework
on MacOS X 10.2.8 from source. Starting with the usual
'./configure --enable-framework' I saw this unexpected line:

> checking LINKCC... ld: Undefined symbols:
> ___gxx_personality_v0
> $(PURIFY) $(CXX)

The following 'make' and 'make test' went fine.

The 'make frameworkinstall' first gave me this SyntaxError:

> ...
> Compiling 
/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/__
init__.py ...
>   File 
"/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/_
_init__.py", line 118
>     class site-packages(Standard_Suite_Events,
>               ^
> SyntaxError: invalid syntax
> ...

and then wouldn't continue even before attempting to install
all the nice stuff into /Applications/MacPython-2.3 on this line:

> Compiling 
/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/ro
man.py ...
> make: *** [libinstall] Error 1

Any suggestions for me? Thanks!

Pascal


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/pythonmac-sig/attachments/20040102/b340865e/attachment.html


More information about the Pythonmac-SIG mailing list