| 7 |
Generic instructions for the PCRE C library |
Generic instructions for the PCRE C library |
| 8 |
The C++ wrapper functions |
The C++ wrapper functions |
| 9 |
Building for virtual Pascal |
Building for virtual Pascal |
| 10 |
|
Stack size in Windows environments |
| 11 |
Comments about Win32 builds |
Comments about Win32 builds |
| 12 |
Building under Windows with BCC5.5 |
Building under Windows with BCC5.5 |
| 13 |
Building PCRE on OpenVMS |
Building PCRE on OpenVMS |
| 145 |
for use with VP/Borland: makevp_c.txt, makevp_l.txt, makevp.bat, pcregexp.pas. |
for use with VP/Borland: makevp_c.txt, makevp_l.txt, makevp.bat, pcregexp.pas. |
| 146 |
|
|
| 147 |
|
|
| 148 |
|
STACK SIZE IN WINDOWS ENVIRONMENTS |
| 149 |
|
|
| 150 |
|
The default processor stack size of 1Mb in some Windows environments is too |
| 151 |
|
small for matching patterns that need much recursion. In particular, test 2 may |
| 152 |
|
fail because of this. Normally, running out of stack causes a crash, but there |
| 153 |
|
have been cases where the test program has just died silently. See your linker |
| 154 |
|
documentation for how to increase stack size if you experience problems. The |
| 155 |
|
Linux default of 8Mb is a reasonable choice for the stack, though even that can |
| 156 |
|
be too small for some pattern/subject combinations. There is more about stack |
| 157 |
|
usage in the "pcrestack" documentation. |
| 158 |
|
|
| 159 |
|
|
| 160 |
COMMENTS ABOUT WIN32 BUILDS |
COMMENTS ABOUT WIN32 BUILDS |
| 161 |
|
|
| 162 |
There are two ways of building PCRE using the "configure, make, make install" |
There are two ways of building PCRE using the "configure, make, make install" |