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 <rep...@bugs.python.org>
<http://bugs.python.org/issue18096>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to