summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-10-19 14:38:48 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-10-19 14:38:48 +0000
commit6613bb987ce876549e6bfd94e62ce0d909879ff2 (patch)
treedb4118c102fb750976d5c2081a2c30e1a0dc2c7e /README
parent606118f31912c2fbd660221f878db223287d3c5a (diff)
downloadpcre-6613bb987ce876549e6bfd94e62ce0d909879ff2.tar.gz
Final doc and source tidies for 8.00
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@469 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 11 insertions, 1 deletions
diff --git a/README b/README
index c219676..c6156e2 100644
--- a/README
+++ b/README
@@ -479,6 +479,16 @@ running the "configure" script:
CXXLDFLAGS="-lstd_v2 -lCsup_v2"
+Using Sun's compilers for Solaris
+---------------------------------
+
+A user reports that the following configurations work on Solaris 9 sparcv9 and
+Solaris 9 x86 (32-bit):
+
+ Solaris 9 sparcv9: ./configure --disable-cpp CC=/bin/cc CFLAGS="-m64 -g"
+ Solaris 9 x86: ./configure --disable-cpp CC=/bin/cc CFLAGS="-g"
+
+
Using PCRE from MySQL
---------------------
@@ -786,4 +796,4 @@ The distribution should contain the following files:
Philip Hazel
Email local part: ph10
Email domain: cam.ac.uk
-Last updated: 05 October 2009
+Last updated: 19 October 2009