[Pythonmac-SIG] Framework build with readline - question

bear bear42 at code-bear.com
Fri Apr 21 01:58:54 CEST 2006


I'm trying to do a framework build of Python 2.4.2 and need to have 
Python use a local install of readline 5.0 but the configure step seems 
to be ignoring my --with-readline

configure is run like this:

./configure --prefix=/home/bear/test
                   --enable-framework=/home/bear/test/Library/Frameworks
                   --with-readline=/home/bear/test
                   --disable-ipv6


I've confirmed that at /home/bear/test there is include/readline/* and 
lib/readline/*

Before I go digging into configure and related files I figure I would 
ask here.

thanks,

bear



More information about the Pythonmac-SIG mailing list