s> Apparently the readline library in MacOSX isn't really readline.
s> It's a renamed libedit. Not having encountered this deception
s> before, Python's build procedure doesn't know to test the capability
s> of readline. I suggest you just comment out the readline checks in
s>
On 27-jan-2006, at 16:38, bear wrote:
Ronald Oussoren wrote:
On 27-jan-2006, at 4:22, bear wrote:
Ronald Oussoren wrote:
That part is easy enough. If you want a framework build you'll
have to patch Makefile.pre.in because it contains a hardcoded '-
arch ppc' in the section that builds th
Ronald Oussoren wrote:
>
> On 27-jan-2006, at 4:22, bear wrote:
>
>> Ronald Oussoren wrote:
>>> That part is easy enough. If you want a framework build you'll have
>>> to patch Makefile.pre.in because it contains a hardcoded '-arch ppc'
>>> in the section that builds that actual framework. Otherw
On Jan 27, 2006, at 12:06 AM, Ronald Oussoren wrote:
>
> On 27-jan-2006, at 4:02, Bob Ippolito wrote:
>
>>
>> On Jan 26, 2006, at 6:28 PM, Kevin Ollivier wrote:
>>
>>> On Jan 26, 2006, at 12:48 AM, Ronald Oussoren wrote:
>>>
>>> [snip]
>>>
I'm (very slowly) playing around with adding '-arch
On 27-jan-2006, at 8:46, Kevin Ollivier wrote:
Hi Bob,
On Jan 26, 2006, at 10:55 PM, Bob Ippolito wrote:
[snip]
Sorry, I wasn't really thinking about extensions. By Panther I
did mean building against the 10.3.9 SDK, which would give the
desired results for the Python binary itself, but
On 27-jan-2006, at 4:22, bear wrote:
Ronald Oussoren wrote:
That part is easy enough. If you want a framework build you'll
have to patch Makefile.pre.in because it contains a hardcoded '-
arch ppc' in the section that builds that actual framework.
Otherwise it should just build (assuming y
On 27-jan-2006, at 4:02, Bob Ippolito wrote:
On Jan 26, 2006, at 6:28 PM, Kevin Ollivier wrote:
On Jan 26, 2006, at 12:48 AM, Ronald Oussoren wrote:
[snip]
I'm (very slowly) playing around with adding '-arch ppc -arch i386'
to the build flags and building on an intel host. That way you wo