[issue7352] pythonx.y-config --ldflags out of /usr and missing -L

2015-10-18 Thread koobs
koobs added the comment: To clarify, the bug remains in all branches including default, but only 3.4+ use the .sh script, leaving 3.3, 3.2, 2.7 using the python implementation. -- versions: +Python 3.6 ___ Python tracker

[issue7352] pythonx.y-config --ldflags out of /usr and missing -L

2015-10-18 Thread koobs
koobs added the comment: The attached patch courtesy of Jan Beich @ FreeBSD minimally mimics (in the python version), the --ldflags output of the shell version of python-config(.sh). The ideal scenario of course would be to use the shell script across all versions, as per revision c0370730b36

[issue7352] pythonx.y-config --ldflags out of /usr and missing -L

2015-10-07 Thread Maxim Egorushkin
Maxim Egorushkin added the comment: I encountered this issue when compiling gdb against my own build of Python 2.7 in a non-standard location. gdb could not locate libpython2.7.so. The solution is to configure Python with LINKFORSHARED variable which contains additional linker flags required t

[issue7352] pythonx.y-config --ldflags out of /usr and missing -L

2015-06-14 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue7352] pythonx.y-config --ldflags out of /usr and missing -L

2015-06-14 Thread koobs
Changes by koobs : -- components: +Build keywords: +needs review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7352] pythonx.y-config --ldflags out of /usr and missing -L

2015-04-02 Thread koobs
koobs added the comment: @doko, as per the original report by Joel, the issue is: * Reproducible with --enable-shared (most downstream OS's / packages use this) Additionally: * in the python script, not the shell script (by default used by < 3.4) * Is reproducible in all branches (including de

[issue7352] pythonx.y-config --ldflags out of /usr and missing -L

2015-03-07 Thread Matthias Klose
Matthias Klose added the comment: this seems to work for me: $ python-config --ldflags -L/usr/lib/python2.7/config-x86_64-linux-gnu -L/usr/lib -lpython2.7 -lpthread -ldl -lutil -lm -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions the patch is incomplete, no patch for the shell scrip

[issue7352] pythonx.y-config --ldflags out of /usr and missing -L

2015-03-07 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: -terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue7352] pythonx.y-config --ldflags out of /usr and missing -L

2015-03-07 Thread koobs
koobs added the comment: +nosy doko on ned_deily's advice -- nosy: +doko ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue7352] pythonx.y-config --ldflags out of /usr and missing -L

2015-03-07 Thread koobs
koobs added the comment: Still an issue on 2.7, 3.2, 3.3. Updating Versions to reflect this fact and assist downstreams in backporting a forthcoming fix to those versions that won't get it due to security-fix only branches. See Also: Issue: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=19

[issue7352] pythonx.y-config --ldflags out of /usr and missing -L

2015-03-07 Thread koobs
Changes by koobs : -- nosy: +koobs ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailm

[issue7352] pythonx.y-config --ldflags out of /usr and missing -L

2010-08-16 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- title: python2.6-config --ldflags out of /usr and missing -L -> pythonx.y-config --ldflags out of /usr and missing -L versions: +Python 3.2 -Python 2.7 ___ Python tracker