Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d449342

Browse files
committed
Optimistically, we label this as ready to go today.
Also commit several improvements in the descriptions of the QNX and BeOS port, both by Chris Herborth.
1 parent af5add4 commit d449342

1 file changed

Lines changed: 5 additions & 16 deletions

File tree

README

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
This is Python release 1.5.2a2
2-
==============================
1+
This is Python version 1.5.2b1 -- released Dec 22, 1998
2+
=======================================================
33

44

55
What's new in this release?
@@ -242,7 +242,7 @@ NeXT: To build fat binaries, use the --with-next-archs switch
242242
QNX: Chris Herborth ([email protected]) writes:
243243
configure works best if you use GNU bash; a port is available on
244244
ftp.qnx.com in /usr/free. I used the following process to build,
245-
test and install Python 1.5 under QNX:
245+
test and install Python 1.5.x under QNX:
246246

247247
1) CONFIG_SHELL=/usr/local/bin/bash CC=cc RANLIB=: \
248248
./configure --verbose --without-gcc --with-libm=""
@@ -256,11 +256,7 @@ QNX: Chris Herborth ([email protected]) writes:
256256
_locale, math, md5, new, operator, parser, pcre,
257257
posix, pwd, readline, regex, reop, rgbimg, rotor,
258258
select, signal, socket, soundex, strop, struct,
259-
syslog, termios, time, timing, zlib
260-
261-
Newly compiled/tested in 1.5.1:
262-
263-
audioop, imageop, rgbimgmodule
259+
syslog, termios, time, timing, zlib, audioop, imageop, rgbimg
264260

265261
3) make SHELL=/usr/local/bin/bash
266262

@@ -270,12 +266,6 @@ QNX: Chris Herborth ([email protected]) writes:
270266

271267
4) make SHELL=/usr/local/bin/bash test
272268

273-
The socket test might fail in the test harness; going
274-
through it by hand shows that they work.
275-
276-
A good exercise for the reader: make this work "out of the
277-
box".
278-
279269
Using GNU readline 2.2 seems to behave strangely, but I
280270
think that's a problem with my readline 2.2 port. :-\
281271

@@ -290,8 +280,7 @@ QNX: Chris Herborth ([email protected]) writes:
290280
BeOS: Chris Herborth ([email protected]) writes:
291281
See BeOS/README for notes about compiling/installing Python on
292282
BeOS R3 or later. Note that only the PowerPC platform is
293-
supported at this time, but feel free to try building it on
294-
x86.
283+
supported for R3; both PowerPC and x86 are supported for R4.
295284

296285
Cray T3E: Konrad Hinsen writes:
297286
1) Don't use gcc. It compiles Python/graminit.c into something

0 commit comments

Comments
 (0)