[issue25340] libraries variable in setup.py ignore for multiprocessing module

2016-02-26 Thread Davin Potts
Davin Potts added the comment: Closing as the original reporter has not responded to requests for additional information after 4.5 months. -- resolution: -> out of date stage: -> resolved status: pending -> closed ___ Python tracker

[issue25340] libraries variable in setup.py ignore for multiprocessing module

2015-10-11 Thread Davin Potts
Davin Potts added the comment: Can you provide more relevant information to help others reproduce this? What operating system, did you install Python yourself or did it come with the operating system, what Python package you are trying to install (the package supplying the setup.py you're try

[issue25340] libraries variable in setup.py ignore for multiprocessing module

2015-10-08 Thread Guillaume DAVY
New submission from Guillaume DAVY: Around line 1455 in setup.py the "libraries" variable is assigned but seems to be ignored when the Extension object for multiprocessing is created. This leads to a linking error on my system : "undefined symbol: clock_gettime" -- components: Installat