summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2000-10-09 18:34:12 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2000-10-09 18:34:12 (GMT)
commit109212037ba63f9176cbdb717670a2d4dcc30917 (patch)
tree8ea9c7579fb6da3482f7ae346102d32359c0ef55 /Misc
parented9e644793ab3b8fca645b41fa48bdb418c20e77 (diff)
downloadcpython-109212037ba63f9176cbdb717670a2d4dcc30917.zip
cpython-109212037ba63f9176cbdb717670a2d4dcc30917.tar.gz
cpython-109212037ba63f9176cbdb717670a2d4dcc30917.tar.bz2
added better description of BeOS changes from Donn Cave
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS9
1 files changed, 7 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2183e42..287b50c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -124,8 +124,13 @@ Build issues
- Darwin (Mac OS X): Initial support for static builds on this
platform.
-- BeOS: Many changes were made to support compilation on BeOS 4.5 and
- 5.0.
+- BeOS: A number of changes were made to the build and installation
+ process. ar-fake now operates on a directory of object files.
+ dl_export.h is gone, and its macros now appear on the mwcc command
+ line during build on PPC BeOS.
+
+ Platform directory in lib/python2.0 is "plat-beos5" (or
+ "plat-beos4", if building on BeOS 4.5), rather than "plat-beos".
- Cygwin: Support for shared libraries, Tkinter, and sockets.