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
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
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
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
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