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 ronaldoussoren
Recipients ronaldoussoren
Date 2010-04-18.14:09:02
SpamBayes Score 8.272607e-05
Marked as misclassified No
Message-id <1271599744.14.0.685635086765.issue8441@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-04-18 14:09:04ronaldoussorensetrecipients: + ronaldoussoren
2010-04-18 14:09:04ronaldoussorensetmessageid: <1271599744.14.0.685635086765.issue8441@psf.upfronthosting.co.za>
2010-04-18 14:09:02ronaldoussorenlinkissue8441 messages
2010-04-18 14:09:02ronaldoussorencreate