Re: Cygwin gcc mingw python development environment configuration

2015-01-28 Thread Tony Kelman
- how to include gcc/mingw options when needed for python setup.py situations The Cygwin-hosted MinGW compilers are set up in a very similar way to cross- compilation from Linux. Python and most of its infrastructure for building C extensions do not support MinGW very well, from any host environ

Re: Cygwin gcc mingw python development environment configuration

2015-01-28 Thread Andrey Repin
Greetings, Matt Thomas! > I need to find references describing methods to configure: > - Cygwin gcc environment > - the Cygwin version of MingGW environment > - gcc or mingw configurations for python compilations > My questions are: > - how to include all needed gcc source paths (of many) > - how

Cygwin gcc mingw python development environment configuration

2015-01-28 Thread Matt Thomas
I need to find references describing methods to configure: - Cygwin gcc environment - the Cygwin version of MingGW environment - gcc or mingw configurations for python compilations My questions are: - how to include all needed gcc source paths (of many) - how to include all needed library paths -