Re: [Pythonmac-SIG] python23 under leopard (intel mac)

2008-01-22 Thread Jack Jansen
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

Re: [Pythonmac-SIG] python23 under leopard (intel mac)

2008-01-22 Thread Ronald Oussoren
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

Re: [Pythonmac-SIG] python23 under leopard (intel mac)

2008-01-22 Thread j47
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

Re: [Pythonmac-SIG] python23 under leopard (intel mac)

2007-12-07 Thread Yves Serrano
> > 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

Re: [Pythonmac-SIG] python23 under leopard (intel mac)

2007-12-07 Thread Ronald Oussoren
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

[Pythonmac-SIG] python23 under leopard (intel mac)

2007-12-06 Thread Yves Serrano
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,