165 |
./configure && make && make install |
./configure && make && make install |
166 |
|
|
167 |
This should create two libraries called libpcre and libpcreposix, and, if you |
This should create two libraries called libpcre and libpcreposix, and, if you |
168 |
have enabled building the C++ wrapper, a third one called libpcrecpp. |
have enabled building the C++ wrapper, a third one called libpcrecpp. These are |
169 |
|
independent libraries: when you like with libpcreposix or libpcrecpp you must |
170 |
|
also link with libpcre, which contains the basic functions. (Some earlier |
171 |
|
releases of PCRE included the basic libpcre functions in libpcreposix. This no |
172 |
|
longer happens.) |
173 |
|
|
174 |
If you want to statically link your program against a non-dll .a file, you must |
If you want to statically link your program against a non-dll .a file, you must |
175 |
define PCRE_STATIC before including pcre.h, otherwise the pcre_malloc() and |
define PCRE_STATIC before including pcre.h, otherwise the pcre_malloc() and |
284 |
$! |
$! |
285 |
========================= |
========================= |
286 |
|
|
287 |
Last Updated: 11 June 2007 |
Last Updated: 13 June 2007 |
288 |
**** |
**** |