From 280934fb22c9b5ae605b288670e28eccd8e8861f Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Sat, 20 Apr 2002 21:15:46 +0000 Subject: [PATCH] Bump the release number. Remove text about -fexceptions for use with C++; that is added automatically now. --- expat/README | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/expat/README b/expat/README index f8a3789e..6fca9014 100644 --- a/expat/README +++ b/expat/README @@ -1,5 +1,5 @@ - Expat, Release 1.95.2 + Expat, Release 1.95.3 This is expat, a C library for parsing XML, written by James Clark. Expat is a stream-oriented XML parser. This means that you register @@ -43,13 +43,6 @@ things and "make install" will install things into their proper location. Note that you need to have write permission into the directories into which things will be installed. -When building for use with C++, you may need to add additional -compiler flags to support proper interaction with exceptions. This -can be done by setting the CFLAGS environment variable. For example, -when using GCC, you can use: - - CFLAGS=-fexceptions ./configure - Note for Solaris users: The "ar" command is usually located in "/usr/ccs/bin", which is not in the default PATH. You will need to add this to your path for the "make" command, and probably also switch