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