[issue8441] Framework build broken in 3.2 brunk

Ronald Oussoren report at bugs.python.org
Sun Apr 18 16:09:04 CEST 2010


New submission from Ronald Oussoren <ronaldoussoren at mac.com>:

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 <report at bugs.python.org>
<http://bugs.python.org/issue8441>
_______________________________________


More information about the Python-bugs-list mailing list