: I'm on the case, I'll keep the group notified.
And its now complete, I will pass a zip file up to ftp.cwi.nl, and to
ftp-os2.nmsu.edu, this will contain the following:
python.exe - 32 bit OS2 program using the EMX 0.8h compiler.
Makefile - very small, dumb makefile.
config.h - general defines (including some new ones)
Parser/Makefile - very hacked makefile.
Objects/Makefile - ditto.
Python/Makefile - ditto.
Modules/Makefile - ditto.
Modules/posixmodule.c - remove some options.
Modules/pwdmodule.c - ditto.
Modules/socketmodule.c - ditto.
Modules/config.c - ditto.
These files can be overlaid onto the standard source tree (1.0.2) and then
run the build.cmd file. I have tried using the configure script bu the shell
I have for OS2 really doesnt like the scripts.
I havent included any other source/library files so as to keep the size down.
MODULE Sig;
FROM ICL IMPORT StdDisclaimer;
FROM Interests IMPORT Modula2, Modula3, Linux, OS2;
BEGIN
(* ------------------------------------------------------------------------.
|Simon K. Johnston - Development Engineer |ICL Retail Systems |
|------------------------------------------------------|3/4 Willoughby Road|
|Unix Mail : S.K.Johnston.bra0801@oasis.icl.co.uk |Bracknell, Berks |
|Telephone : +44 (0)344 476320 Fax: +44 (0)344 476084|United Kingdom |
|Internal : 7261 6320 OP Mail: S.K.Johnston@BRA0801|RG12 8TJ |
`------------------------------------------------------------------------ *)
END Sig.