[New-bugs-announce] [issue18096] bad library order returned by python-config.in

David Taylor report at bugs.python.org
Wed May 29 18:45:24 CEST 2013


New submission from David Taylor:

Misc/python-config.in returns a bad library order when given the --ldflags or --libs arguments.  A library should be listed *BEFORE* those libraries that it depends upon.  The python library depends upon all the other libraries listed, but it is listed last -- it should be first.

When linking with shared libraries, you can generally get away with the current behaviour.  When linking with static libraries, it fails

----------
components: Library (Lib)
files: xx
messages: 190319
nosy: taylor
priority: normal
severity: normal
status: open
title: bad library order returned by python-config.in
type: behavior
versions: Python 3.3
Added file: http://bugs.python.org/file30414/xx

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18096>
_______________________________________


More information about the New-bugs-announce mailing list