Boost C++ Libraries: Ticket #2163: regression.py can't find bjam.exe under CygWin https://svn.boost.org/trac10/ticket/2163 <p> regression.py won't run under cygwin without this change in line 192: </p> <blockquote> <p> if sys.platform in ['win32', 'cygwin']: </p> </blockquote> <p> Was: </p> <blockquote> <p> if sys.platform == 'win32': </p> </blockquote> <p> It's right to consider cygwin to be unix, but cygwin names its executables with a .exe extension. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2163 Trac 1.4.3 Steven Watanabe Thu, 04 Dec 2008 16:57:45 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2163#comment:1 https://svn.boost.org/trac10/ticket/2163#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/50115" title="Use .exe extensions on cygwin. Fixes #2163">[50115]</a>) Use .exe extensions on cygwin. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2163" title="#2163: Bugs: regression.py can't find bjam.exe under CygWin (closed: fixed)">#2163</a> </p> Ticket