Re: Python and OS/2 2.x

Simon Johnston (skj@oasis.icl.co.uk)
Thu, 2 Jun 1994 10:39:51 GMT

Simon Johnston (skj@oasis.icl.co.uk) wrote:
: Farzad Farid (faridf5@cti.ecp.fr) wrote:
: : Has Python been ported to OS/2 2.x or is someone currently doing a port?

: 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.