[issue5726] ld_so_aix does exit successfully even in case of failure

Floris Bruynooghe report at bugs.python.org
Thu Apr 9 11:54:44 CEST 2009


New submission from Floris Bruynooghe <floris.bruynooghe at gmail.com>:

ld_so_aix is used to invoke the linker correctly on AIX.  However when
the linking fails the script happily returns 0 and a Makefile using it
will assume all went well.

See the trivial patch attached.

----------
components: Build
files: ld_so_aix.diff
keywords: patch
messages: 85807
nosy: flub
severity: normal
status: open
title: ld_so_aix does exit successfully even in case of failure
type: compile error
versions: Python 2.5, Python 2.6, Python 2.7, Python 3.0, Python 3.1
Added file: http://bugs.python.org/file13661/ld_so_aix.diff

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


More information about the Python-bugs-list mailing list