thread threadmodule.o
Do:
configure --with-thread
(Tryed also configure -with-thread)
( After which acconfig.h contains:
/* Define if you want to compile in rudimentary thread support */
#undef WITH_THREAD
do:
make (using gcc)
Get the following report:
ecad04% make
(cd Modules; make -f Makefile.pre Makefile)
/bin/sh ./makesetup Setup
for i in . Parser Objects Python Modules; do \
(echo $i; cd $i; make Makefile); \
done