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

Sridhar Ratnakumar report at bugs.python.org
Tue Sep 8 22:22:23 CEST 2009


Sridhar Ratnakumar <sridharr at activestate.com> added the comment:

> compiler.find("gcc") >= 0 or compiler.find("g++") >= 0

Why not `("gcc" in compiler or "g++" in compiler)`? Just curious.

----------

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


More information about the Python-bugs-list mailing list