[issue6163] [HP-UX] ld: Unrecognized argument: +s -L<dir>

Michael Haubenwallner report at bugs.python.org
Mon Jul 20 11:29:08 CEST 2009


Michael Haubenwallner <michael.haubenwallner at salomon.at> added the comment:

Ohw, indeed, this line was copied from 3 lines below, sorry!
The actual patch I'm using does not do { compiler[:3] == 'gcc' }, but {
compiler.find("gcc") }, to also work when CC=gcc-version, but this is a
different problem independent of hp-ux.

But exactly, his should be 'if', being gcc on hp-ux.

----------

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


More information about the Python-bugs-list mailing list