| Store | Cart

Python 2.4.1 build (configure) ?

From: Skip Montanaro <s...@pobox.com>
Wed, 30 Mar 2005 21:45:06 -0600
    Venkat> When I checked the .py sources (in Lib folder) thru grep for
    Venkat> 'ipv6', I see the same references I'd see, if I ran the
    Venkat> configure command without the --enable-ipv6 option.  Is that
    Venkat> normal or is there an issue I need to address here.

Yes, it's normal.  Configure settings affect the compilation of the C code.
Grep the C source for "ENABLE_IPV6".

Skip

Recent Messages in this Thread
Venkat B Mar 31, 2005 01:23 am
Skip Montanaro Mar 31, 2005 03:45 am
Messages in this thread