Change by Omer Ozarslan :
--
nosy: +ozars
___
Python tracker
<https://bugs.python.org/issue22543>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Omer Ozarslan :
distutils honors some environment variables during extension build, however,
LDFLAGS is appended before declaring object files. This causes undefined
symbols during importing an extension built with some static libraries using
this environment variable
Omer Ozarslan added the comment:
Attached a better example. Run make
(static_example|shared_example|working_shared_example).
--
Added file: https://bugs.python.org/file48506/python-issue-2.tar.gz
___
Python tracker
<https://bugs.python.