Difficulty in installing threads

Sandor Lengyel x5786 (slengy@calcomp.com)
Wed, 21 Sep 94 08:48:45 PDT

Threads does not install form me on the suno5.
Change Setup to
# Thread module -- works on SGI IRIX and on SunOS 5.x (SOLARIS) only.
# Note that you must have configured (and built!) Python with the
# --with-thread option passed to the configure script for this to work.

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