Brett Cannon <br...@python.org> added the comment: Still fails because you are now no longer compiling against CoreFoundation. Probably need both CoreFoundation and intl:
gcc -L/Users/brett/usr/lib -L/Users/brett/.local/lib -L/unix/lib -L/unix/macports/lib -L/Developer/usr/lib -lintl -o python.exe \ Modules/python.o \ libpython3.1.a -ldl Undefined symbols: "_CFStringConvertEncodingToIANACharSetName", referenced from: _mac_getscript in libpython3.1.a(_localemodule.o) "_CFStringGetSystemEncoding", referenced from: _mac_getscript in libpython3.1.a(_localemodule.o) "_CFStringGetCStringPtr", referenced from: _mac_getscript in libpython3.1.a(_localemodule.o) ld: symbol(s) not found collect2: ld returned 1 exit status ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6154> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com