posixmodule problems on aix

Steven D. Majewski (sdm7g@elvis.med.virginia.edu)
Mon, 8 Nov 1993 14:35:45 -0500

I looks like the set of flags I needed to get the timemodule to
compile correctly is what broke posixmodule for me. If neither unix or
msdos is defined, posix.listdir() falls of the end of the page and
core dumps. Compiling with -Dunix fixes posix.listdir() and it also
fixes incorrect action of posix.chmod which I had also noticed.
[But if I define -Dunix in the Makefile, timemodule.c will not build!]

Maybe this is also why some of the X/Motif demos core dump for me.

- Steve Majewski