another problem building python 0.9.9 on AIX 3.2.2

Steven D. Majewski (sdm7g@elvis.med.virginia.edu)
Tue, 7 Sep 1993 12:32:22 -0400

Well - I got timemodule to compile.
The entire build process completes without any errors, and I have
an executable python 0.9.9 image, but when I try to import posix
it get:
ImportError: no module named posix

I can't run the regression tests because of the error, but
other things that don't import posix appear to work.
( I was building 0.9.9 so I could use some of the new Class
features, and I was playing around with these for an evening
before I decided to run the tests before trying to rebuild
with X11 and GL support. )

posixmodule.c compiles without any error messages and
it is linked into the image.

my ADDCFLAGS are:
ADDCFLAGS= -DHAVE_STDLIB -DNOALTTZ -DOLDTZ -DAIX

( The AIX is defined for my kludge to get timemodule to compile -
see previous message. )

- Steve Majewski