Re: [Fink-users] python 2.6 configuration

2009-08-12 Thread Stephen Langer
On Jul 27, 2009, at 3:08 PM, Daniel Macks wrote: > On Mon, Jul 27, 2009 at 10:31:57AM -0400, Stephen Langer wrote: >> Hi -- >> >> I've just found that fink's python 2.5 and python 2.6 are built with >> different values of LDSHARED, and this is (probably) what's >> preventing my python extension

Re: [Fink-users] python 2.6 configuration

2009-07-28 Thread Martin Costabel
Daniel Macks wrote: [] >> % /sw/bin/python2.5 -c 'from distutils import sysconfig; print >> sysconfig.get_config_var("LDSHARED")' >> gcc -L/sw/lib -bundle -undefined dynamic_lookup >> % /sw/bin/python2.6 -c 'from distutils import sysconfig; print >> sysconfig.get_config_var("LDSHARED")' >> gcc

Re: [Fink-users] python 2.6 configuration

2009-07-27 Thread Daniel Macks
On Mon, Jul 27, 2009 at 10:31:57AM -0400, Stephen Langer wrote: > Hi -- > > I've just found that fink's python 2.5 and python 2.6 are built with > different values of LDSHARED, and this is (probably) what's > preventing my python extension from building properly under 2.6. > LDSHARED cont

Re: [Fink-users] python 2.6 configuration

2009-07-27 Thread Alexander Hansen
Stephen Langer wrote: > Hi -- > > I've just found that fink's python 2.5 and python 2.6 are built with > different values of LDSHARED, and this is (probably) what's > preventing my python extension from building properly under 2.6. > LDSHARED contains linker arguments, and when building an

[Fink-users] python 2.6 configuration

2009-07-27 Thread Stephen Langer
Hi -- I've just found that fink's python 2.5 and python 2.6 are built with different values of LDSHARED, and this is (probably) what's preventing my python extension from building properly under 2.6. LDSHARED contains linker arguments, and when building an extension, the value of LDSHAR