[Python-Dev] [ANN] Python 2.3.7 and 2.4.5, release candidate 1
Fred Drake
fdrake at acm.org
Mon Mar 3 01:52:50 CET 2008
On Mar 2, 2008, at 7:43 PM, Fred Drake wrote:
> 2.4.5 won't build for me from the svn checkout on Mac OS X 10.5.2:
Neither does 2.3.7 now that I've tried that:
gcc -u __dummy -u _PyMac_Error -framework System -framework
CoreServices -framework Foundation -o python.exe \
Modules/python.o \
libpython2.3.a -ldl
Undefined symbols:
"__dummy", referenced from:
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [python.exe] Error 1
Of course, I wasn't using an earlier 2.3.x version on this box. I
would really like to be able to use 2.4.5, since I've been using 2.4.4
for work for a while now.
-Fred
--
Fred Drake <fdrake at acm.org>
More information about the Python-Dev
mailing list