summaryrefslogtreecommitdiff
path: root/NON-UNIX-USE
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-04-05 09:17:28 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-04-05 09:17:28 +0000
commita7805cc251a2bf79bfd39753b09eb8bd9428a504 (patch)
tree92903f8df2e65cd0de6d6078f2f8fa668be5911b /NON-UNIX-USE
parent765b484a8ea8410faa15130c965d56b81eff29d6 (diff)
downloadpcre-a7805cc251a2bf79bfd39753b09eb8bd9428a504.tar.gz
Another buglet in pcretest for "any" newline and /g.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@146 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'NON-UNIX-USE')
-rw-r--r--NON-UNIX-USE9
1 files changed, 6 insertions, 3 deletions
diff --git a/NON-UNIX-USE b/NON-UNIX-USE
index e2009ac..13dbc97 100644
--- a/NON-UNIX-USE
+++ b/NON-UNIX-USE
@@ -157,10 +157,13 @@ The Cygwin home page (http://www.cygwin.com/) says this:
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.
-However, if you want to statically link your program against the .a file, you
-must define PCRE_STATIC before including pcre.h, otherwise the pcre_malloc()
-and pcre_free() exported functions will be declared __declspec(dllimport), with
+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
+pcre_free() exported functions will be declared __declspec(dllimport), with
unwanted results.
Using Cygwin's compiler generates libraries and executables that depend on