Re: [Distutils] Solaris and distutils: Need to pass LIBDIR explicitly with -L when building extensions?

2009-02-02 Thread Dave Peterson
Tarek Ziade wrote: 2009/1/31 Floris Bruynooghe floris.bruynoo...@gmail.com: I'm leaning more and more toward this is actually a bug with the distutils source on Solaris. Yes, I agree now that it is a bug in distutils and I agree with your fix. The if statement should check both that

Re: [Distutils] Solaris and distutils: Need to pass LIBDIR explicitly with -L when building extensions?

2009-02-02 Thread Tarek Ziadé
On Mon, Feb 2, 2009 at 7:29 PM, Dave Peterson dpeter...@enthought.com wrote: Hi Tarek, It isn't clear to me if you fixed it already or were waiting for my patch, but I just added issue 5132 to the Python issue tracker to document the issue and provide a patch file. I was waiting for that,

Re: [Distutils] Solaris and distutils: Need to pass LIBDIR explicitly with -L when building extensions?

2009-02-02 Thread Dave Peterson
Tarek Ziadé wrote: On Mon, Feb 2, 2009 at 7:29 PM, Dave Peterson dpeter...@enthought.com wrote: Hi Tarek, It isn't clear to me if you fixed it already or were waiting for my patch, but I just added issue 5132 to the Python issue tracker to document the issue and provide a patch file.

Re: [Distutils] Solaris and distutils: Need to pass LIBDIR explicitly with -L when building extensions?

2009-02-02 Thread Tarek Ziadé
On Mon, Feb 2, 2009 at 8:01 PM, Dave Peterson dpeter...@enthought.com wrote: Tarek Ziadé wrote: On Mon, Feb 2, 2009 at 7:29 PM, Dave Peterson dpeter...@enthought.com wrote: Hi Tarek, It isn't clear to me if you fixed it already or were waiting for my patch, but I just added issue 5132 to

Re: [Distutils] Solaris and distutils: Need to pass LIBDIR explicitly with -L when building extensions?

2009-02-02 Thread zooko
On Feb 2, 2009, at 12:01 PM, Dave Peterson wrote: I noticed you removed the Python 2.5 version specification. I wasn't aware there were no further planned maintenance releases for the 2.5 branch. A few of the libs we use still seem to have problems building on 2.6. Guess it is just

Re: [Distutils] Solaris and distutils: Need to pass LIBDIR explicitly with -L when building extensions?

2009-02-02 Thread David Cournapeau
zooko wrote: On Feb 2, 2009, at 12:01 PM, Dave Peterson wrote: I noticed you removed the Python 2.5 version specification. I wasn't aware there were no further planned maintenance releases for the 2.5 branch. A few of the libs we use still seem to have problems building on 2.6. Guess

Re: [Distutils] Solaris and distutils: Need to pass LIBDIR explicitly with -L when building extensions?

2009-02-01 Thread Tarek Ziade
2009/1/31 Floris Bruynooghe floris.bruynoo...@gmail.com: I'm leaning more and more toward this is actually a bug with the distutils source on Solaris. Yes, I agree now that it is a bug in distutils and I agree with your fix. The if statement should check both that it is SunOS and that it is

Re: [Distutils] Solaris and distutils: Need to pass LIBDIR explicitly with -L when building extensions?

2009-01-30 Thread Robert Kern
On 2009-01-30 17:08, Floris Bruynooghe wrote: Hi Dave On Mon, Jan 26, 2009 at 06:48:06PM -0600, Dave Peterson wrote: I am trying to build a number of projects that use Python extensions on Solaris 10 and I've discovered that nothing with extensions will link unless I explicitly pass in a

Re: [Distutils] Solaris and distutils: Need to pass LIBDIR explicitly with -L when building extensions?

2009-01-30 Thread Dave Peterson
Floris Bruynooghe wrote: Hi Dave On Mon, Jan 26, 2009 at 06:48:06PM -0600, Dave Peterson wrote: I am trying to build a number of projects that use Python extensions on Solaris 10 and I've discovered that nothing with extensions will link unless I explicitly pass in a