This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cfr
Recipients cfr, hdiogenes, janssen, loewis, pipping
Date 2008-08-13.11:51:33
SpamBayes Score 4.0578843e-06
Marked as misclassified No
Message-id <1218628295.82.0.179077870421.issue1099@psf.upfronthosting.co.za>
In-reply-to
Content
Still fails for me on OS X 10.4.11 with latest available xcode (2.5).
This is on PPC with the current stable release of python (2.5.2).

---configure script---
../configure \
        --enable-framework \
        LDFLAGS=-L/usr/local/lib \
        CFLAGS=-I/usr/local/include \
        CPPFLAGS=-I/usr/local/include \
        --with-pydebug \

---error from make---
if test ""; then \
        gcc -o Python.framework/Versions/2.5/Python -arch i386 -arch ppc
-dynamiclib \
                -isysroot "" \
                -all_load libpython2.5.a -Wl,-single_module \
                -install_name
/Library/Frameworks/Python.framework/Versions/2.5/Python \
                -compatibility_version 2.5 \
                -current_version 2.5; \
        else \
        /usr/bin/libtool -o Python.framework/Versions/2.5/Python
-dynamic  libpython2.5.a \
                 -lSystem -lSystemStubs -arch_only ppc -install_name
/Library/Frameworks/Python.framework/Versions/2.5/Python
-compatibility_version 2.5 -current_version 2.5 ;\
fi
ld: Undefined symbols:
___eprintf
/usr/bin/libtool: internal link edit command failed
make: *** [Python.framework/Versions/2.5/Python] Error 1
History
Date User Action Args
2008-08-13 11:51:36cfrsetrecipients: + cfr, loewis, janssen, hdiogenes, pipping
2008-08-13 11:51:35cfrsetmessageid: <1218628295.82.0.179077870421.issue1099@psf.upfronthosting.co.za>
2008-08-13 11:51:34cfrlinkissue1099 messages
2008-08-13 11:51:33cfrcreate