Bump the release number.

Remove text about -fexceptions for use with C++; that is added automatically
now.
This commit is contained in:
Fred L. Drake, Jr. 2002-04-20 21:15:46 +00:00
parent 16b90ab627
commit 280934fb22

View File

@ -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