On 22-Jan-2008, at 22:55 , Ronald Oussoren wrote:
>
> On 21 Jan, 2008, at 19:58, j47 wrote:
>
>>
>> I am also having trouble with Python 2.3.6 under Leopard (yes, I'm
>> stuck with
>> this version).
>
> That's too bad, this version is not supported on Leopard.
>>
>>
>> Tried everything as below
On 21 Jan, 2008, at 19:58, j47 wrote:
I am also having trouble with Python 2.3.6 under Leopard (yes, I'm
stuck with
this version).
That's too bad, this version is not supported on Leopard.
Tried everything as below. I still get:
Undefined symbols:
"__dummy", referenced from:
ld: symb
I am also having trouble with Python 2.3.6 under Leopard (yes, I'm stuck with
this version).
Tried everything as below. I still get:
Undefined symbols:
"__dummy", referenced from:
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [python.exe] Error 1
Any ideas?
Yves Serr
>
> On 7 Dec, 2007, at 2:12, Yves Serrano wrote:
>
>> Hi
>>
>> I can't get python2.3.6 to work in leopard on an intel mac.
>
> Try running configure with MACOSX_DEPLOYMENT_TARGET set to 10.5 in
> the environment. Python 2.5.1 also misconfigures (fixed in the
> repository and hance 2.5.2 whenev
On 7 Dec, 2007, at 2:12, Yves Serrano wrote:
> Hi
>
> I can't get python2.3.6 to work in leopard on an intel mac.
Try running configure with MACOSX_DEPLOYMENT_TARGET set to 10.5 in the
environment. Python 2.5.1 also misconfigures (fixed in the repository
and hance 2.5.2 whenever that is rel
Hi
I can't get python2.3.6 to work in leopard on an intel mac.
I tried it first with macports afterwards I tried to compile it
manually.
When I use "./configure --disable-tk --disable-toolbox-glue --disable-
framework"
and add the line "#define HAVE_BROKEN_POSIX_SEMAPHORES 1" to
pyconfig.h,