On 27 Dec 2004, at 15:53, John Ochiltree wrote:
On 27 Dec 2004, at 11:51, Enrico Franchi wrote:
Thanks, but where do I set these CFLAG values? Do I have to edit Modules/Setup? Sorry to be so dumb!John Ochiltree wrote:
. I rebuilt python (adding --enable-readline , although I understand I should no longer have to do this) but still no success in python.
I specified in CFLAGS where are the libs and includes (-L and -I for gcc).
I used readline from darwinports, so i set CFLAGS to -L/opt/local/lib -I/opt/local/include
and it worked.
_______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig
Doh!! Set CFLAGS as an environment variable and everything worked fine. Thanks
_______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig