New submission from Ronald Oussoren <[email protected]>:
I cannot build a framework build of the 3.2 branch at the moment due to
unresolved references to "_Py_char2wchar" when linking the dylib that gets
placed into the framework:
Undefined symbols:
"__Py_char2wchar", referenced from:
_Py_Main in libpython3.2.a(main.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
Undefined symbols:
"__Py_char2wchar", referenced from:
_Py_Main in libpython3.2.a(main.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
This is because that symbol is defined in Modules/python.c which doesn't get
linked into the shared library.
----------
assignee: ronaldoussoren
components: Macintosh
messages: 103491
nosy: ronaldoussoren
priority: release blocker
severity: normal
status: open
title: Framework build broken in 3.2 brunk
versions: Python 3.2
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue8441>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com