[Pythonmac-SIG] Python 2.4 on OS X 10.3.7
Gravy
gravylovingslut at blueyonder.co.uk
Mon Dec 27 21:12:01 CET 2004
On 27 Dec 2004, at 15:53, John Ochiltree wrote:
>
> On 27 Dec 2004, at 11:51, Enrico Franchi wrote:
>
>> 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.
>>
>>
> Thanks, but where do I set these CFLAG values? Do I have to edit
> Modules/Setup? Sorry to be so dumb!
>
> _______________________________________________
> Pythonmac-SIG maillist - Pythonmac-SIG at python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig
>
>
Doh!! Set CFLAGS as an environment variable and everything worked fine.
Thanks
More information about the Pythonmac-SIG
mailing list