[issue22045] Python make issue

2014-07-23 Thread Shannon Kerr
Changes by Shannon Kerr : -- type: compile error -> behavior ___ Python tracker <http://bugs.python.org/issue22045> ___ ___ Python-bugs-list mailing list Un

[issue22045] Python make issue

2014-07-23 Thread Shannon Kerr
Changes by Shannon Kerr : -- type: -> compile error ___ Python tracker <http://bugs.python.org/issue22045> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue22045] Python make issue

2014-07-23 Thread Shannon Kerr
New submission from Shannon Kerr: If you execute the following commands on a system that doesn’t already have Python 2.7.X installed on it, it will result in bloated libs that statically link libpythyon2.7.a instead of the locally built libpython2.7.so: ./configure make sudo make install