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 -

Re: python & development

2007-03-13 Thread Samuel Thibault
Hi, Jason Tishler, le Mon 12 Mar 2007 20:58:34 -0500, a écrit : > > Ah, yes, but it seems to usually just _not_ use -lpython2.4 actually. > > AFAICT, it does when building a shared extension. For example, from > python-ldap, we have the following: > > gcc -shared -Wl,--enable-auto-image-bas

Re: python & development

2007-03-12 Thread Jason Tishler
Samuel, On Mon, Mar 12, 2007 at 11:10:21PM +0100, Samuel Thibault wrote: > Jason Tishler, le Mon 12 Mar 2007 10:46:01 -0500, a ?crit : > > > Maybe not moving it, but doing like in Linux: providing it in > > > /usr/lib too? > > > > I'm willing to symlink or copy libpython2.4.dll.a to /usr/lib, if

Re: python & development

2007-03-12 Thread Jason Tishler
Samuel, On Tue, Mar 13, 2007 at 12:27:07AM +0100, Samuel Thibault wrote: > Jason Tishler, le Mon 12 Mar 2007 10:46:01 -0500, a ?crit : > > On Mon, Mar 12, 2007 at 02:40:15PM +0100, Samuel Thibault wrote: > > > Jason Tishler, le Mon 12 Mar 2007 08:19:32 -0500, a ?crit : > > > > On Mon, Mar 12, 2007

Re: python & development

2007-03-12 Thread Samuel Thibault
Jason Tishler, le Mon 12 Mar 2007 10:46:01 -0500, a écrit : > On Mon, Mar 12, 2007 at 02:40:15PM +0100, Samuel Thibault wrote: > > Jason Tishler, le Mon 12 Mar 2007 08:19:32 -0500, a ?crit : > > > On Mon, Mar 12, 2007 at 01:54:46AM +0100, Samuel Thibault wrote: > > > > I'd need to use pyrexc for bu

Re: python & development

2007-03-12 Thread Samuel Thibault
Hi, Jason Tishler, le Mon 12 Mar 2007 10:46:01 -0500, a écrit : > > Maybe not moving it, but doing like in Linux: providing it in /usr/lib > > too? > > I'm willing to symlink or copy libpython2.4.dll.a to /usr/lib, if it is > determined to be the best solution. Would you be willing to do the leg

Re: python & development

2007-03-12 Thread Jason Tishler
On Mon, Mar 12, 2007 at 02:40:15PM +0100, Samuel Thibault wrote: > Jason Tishler, le Mon 12 Mar 2007 08:19:32 -0500, a ?crit : > > On Mon, Mar 12, 2007 at 01:54:46AM +0100, Samuel Thibault wrote: > > > I'd need to use pyrexc for building python bindings, is there any > > > plans for including it in

Re: python & development

2007-03-12 Thread Samuel Thibault
Hi, Jason Tishler, le Mon 12 Mar 2007 08:19:32 -0500, a écrit : > On Mon, Mar 12, 2007 at 01:54:46AM +0100, Samuel Thibault wrote: > > I'd need to use pyrexc for building python bindings, is there any > > plans for including it in the cygwin distribution? (the upstream tgz > > currently installs

Re: python & development

2007-03-12 Thread Jason Tishler
Samuel, On Mon, Mar 12, 2007 at 01:54:46AM +0100, Samuel Thibault wrote: > I'd need to use pyrexc for building python bindings, is there any > plans for including it in the cygwin distribution? (the upstream tgz > currently installs just fine). Would you like to contribute this package? > And a

python & development

2007-03-11 Thread Samuel Thibault
Hi, I'd need to use pyrexc for building python bindings, is there any plans for including it in the cygwin distribution? (the upstream tgz currently installs just fine). And about python, there's something odd with libpython2.4.dll.a: it is located in /usr/lib/python2.4/config/, unlike Linux whe