[EMAIL PROTECTED] wrote:
> I want to build pyexpat and link it statically in Python. Im using
> Python 2.4.2. This is just a straight forward build using ./configure
> and then make
>
> I change *shared* to *static* and then uncoment these two lines:
>
> EXPAT_DIR=/usr/local/src/expat-1.95.2
> pye
Hi
I want to build pyexpat and link it statically in Python. Im using
Python 2.4.2. This is just a straight forward build using ./configure
and then make
I change *shared* to *static* and then uncoment these two lines:
EXPAT_DIR=/usr/local/src/expat-1.95.2
pyexpat pyexpat.c -DHAVE_EXPAT_H -I$(EX