Scott David Daniels wrote: > I musunderstood you. I thought you were advocating that Python itself > be built on gcc, obviating many compiler access issues. That wouldn't > work because gcc cannot, by itself (as I understand it) get to all the > nooks and crannies a windows developer may need to traverse. I know I > just repeated my argument here against a strawman, but that was really > for other readers, not for you.
Even that is incorrect. Python 2.x can be built fully with gcc. It's PythonWin that includes a lot of C++ and MFC code that won't compile with gcc. That doesn't preclude to use gcc for Python 2.x compilation, as long as a msvcrt is selected that can work together with some version of MFC and the MS C++ RTL. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list