summaryrefslogtreecommitdiff
path: root/NON-UNIX-USE
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-06-13 14:55:18 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-06-13 14:55:18 +0000
commita24e9c9aff88d3b9f6022cbdfee49d758cfde0f7 (patch)
tree4de4657d9375cf1e559de3023115a3304db665ce /NON-UNIX-USE
parent4a2dd57d1f0434eec752230fe745d046e5da5eb2 (diff)
downloadpcre-a24e9c9aff88d3b9f6022cbdfee49d758cfde0f7.tar.gz
Documentation update preparatory to release.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@181 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'NON-UNIX-USE')
-rw-r--r--NON-UNIX-USE8
1 files changed, 6 insertions, 2 deletions
diff --git a/NON-UNIX-USE b/NON-UNIX-USE
index 2518285..f2ead00 100644
--- a/NON-UNIX-USE
+++ b/NON-UNIX-USE
@@ -165,7 +165,11 @@ On both MinGW and Cygwin, PCRE should build correctly using:
./configure && make && make install
This should create two libraries called libpcre and libpcreposix, and, if you
-have enabled building the C++ wrapper, a third one called libpcrecpp.
+have enabled building the C++ wrapper, a third one called libpcrecpp. These are
+independent libraries: when you like with libpcreposix or libpcrecpp you must
+also link with libpcre, which contains the basic functions. (Some earlier
+releases of PCRE included the basic libpcre functions in libpcreposix. This no
+longer happens.)
If you want to statically link your program against a non-dll .a file, you must
define PCRE_STATIC before including pcre.h, otherwise the pcre_malloc() and
@@ -280,5 +284,5 @@ $! Locale could not be set to fr
$!
=========================
-Last Updated: 11 June 2007
+Last Updated: 13 June 2007
****