Ronald Oussoren <ronaldousso...@mac.com> added the comment:

Linking extensions to libpython with a static build of python will cause 
problems (as you described in your initial message).

The not very satisfactory response is "don't do that then".  Note that 
distutils won't link against libpython by default.

Longer term I want to look into "-bundle_loader ..." because that might allow 
us to drop "-undefined dynamic_lookup" from the linker flags and hence give a 
nicer development experience (build-time error instead of runtime error when 
symbols cannot be found).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42616>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to