From: Jeremy Hylton Date: Mon, 9 Oct 2000 18:34:12 +0000 (+0000) Subject: added better description of BeOS changes from Donn Cave X-Git-Tag: v2.0c1~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=109212037ba63f9176cbdb717670a2d4dcc30917;p=python added better description of BeOS changes from Donn Cave --- diff --git a/Misc/NEWS b/Misc/NEWS index 2183e42be2..287b50c728 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.