Re: Newbie question. Pyexpat fails on make

2005-11-18 Thread Fredrik Lundh
[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

Newbie question. Pyexpat fails on make

2005-11-18 Thread Matt
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