Commit d4493429 authored by Guido van Rossum's avatar Guido van Rossum

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.
parent af5add46
This is Python release 1.5.2a2 This is Python version 1.5.2b1 -- released Dec 22, 1998
============================== =======================================================
What's new in this release? What's new in this release?
...@@ -242,7 +242,7 @@ NeXT: To build fat binaries, use the --with-next-archs switch ...@@ -242,7 +242,7 @@ NeXT: To build fat binaries, use the --with-next-archs switch
QNX: Chris Herborth (chrish@qnx.com) writes: QNX: Chris Herborth (chrish@qnx.com) writes:
configure works best if you use GNU bash; a port is available on configure works best if you use GNU bash; a port is available on
ftp.qnx.com in /usr/free. I used the following process to build, ftp.qnx.com in /usr/free. I used the following process to build,
test and install Python 1.5 under QNX: test and install Python 1.5.x under QNX:
1) CONFIG_SHELL=/usr/local/bin/bash CC=cc RANLIB=: \ 1) CONFIG_SHELL=/usr/local/bin/bash CC=cc RANLIB=: \
./configure --verbose --without-gcc --with-libm="" ./configure --verbose --without-gcc --with-libm=""
...@@ -256,11 +256,7 @@ QNX: Chris Herborth (chrish@qnx.com) writes: ...@@ -256,11 +256,7 @@ QNX: Chris Herborth (chrish@qnx.com) writes:
_locale, math, md5, new, operator, parser, pcre, _locale, math, md5, new, operator, parser, pcre,
posix, pwd, readline, regex, reop, rgbimg, rotor, posix, pwd, readline, regex, reop, rgbimg, rotor,
select, signal, socket, soundex, strop, struct, select, signal, socket, soundex, strop, struct,
syslog, termios, time, timing, zlib syslog, termios, time, timing, zlib, audioop, imageop, rgbimg
Newly compiled/tested in 1.5.1:
audioop, imageop, rgbimgmodule
3) make SHELL=/usr/local/bin/bash 3) make SHELL=/usr/local/bin/bash
...@@ -270,12 +266,6 @@ QNX: Chris Herborth (chrish@qnx.com) writes: ...@@ -270,12 +266,6 @@ QNX: Chris Herborth (chrish@qnx.com) writes:
4) make SHELL=/usr/local/bin/bash test 4) make SHELL=/usr/local/bin/bash test
The socket test might fail in the test harness; going
through it by hand shows that they work.
A good exercise for the reader: make this work "out of the
box".
Using GNU readline 2.2 seems to behave strangely, but I Using GNU readline 2.2 seems to behave strangely, but I
think that's a problem with my readline 2.2 port. :-\ think that's a problem with my readline 2.2 port. :-\
...@@ -290,8 +280,7 @@ QNX: Chris Herborth (chrish@qnx.com) writes: ...@@ -290,8 +280,7 @@ QNX: Chris Herborth (chrish@qnx.com) writes:
BeOS: Chris Herborth (chrish@qnx.com) writes: BeOS: Chris Herborth (chrish@qnx.com) writes:
See BeOS/README for notes about compiling/installing Python on See BeOS/README for notes about compiling/installing Python on
BeOS R3 or later. Note that only the PowerPC platform is BeOS R3 or later. Note that only the PowerPC platform is
supported at this time, but feel free to try building it on supported for R3; both PowerPC and x86 are supported for R4.
x86.
Cray T3E: Konrad Hinsen writes: Cray T3E: Konrad Hinsen writes:
1) Don't use gcc. It compiles Python/graminit.c into something 1) Don't use gcc. It compiles Python/graminit.c into something
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment