Re: Python 1.2 on NeXTSTEP

Hadar Pedhazur (ubs!hadar@uunet.uu.net)
19 Apr 1995 12:43:01 GMT

[Stuff about NEXTSTEP posix etc., deleted]

I have successfully build Python on NS3.3 Developer (acutally the GAMMA
release of 3.3) for both HP and Motorola (fat). It compiles cleanly with
the exception of one warning (which unfortunately I do not recall!).

It does use the -posix flag as I did not change any of the configuration
parameters except for adding the -arch flags and also changing the ar command
to libtool to make fat libs!

Here is the result of listdir:

amazon 16 /tmp: python
Python 1.2 (Tue Apr 11 1995) [GCC NeXT DevKit-based CPP 3.1]
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> import os
>>> print os.listdir('.')
['.', '..', 'port.prices', 'console.log', 'hadar', '.X11-unix', 'OmniWeb', 'O_CollagistPro_v']
>>>

If you need a built version emailed to you please email and I will build you
one and send it ...