| 11 |
-R/usr/local/lib -lpcre |
-R/usr/local/lib -lpcre |
| 12 |
|
|
| 13 |
Replace "/usr/local/include" and "/usr/local/lib" with wherever the include and |
Replace "/usr/local/include" and "/usr/local/lib" with wherever the include and |
| 14 |
library files for PCRE are installed on your system. Only some operating |
library files for PCRE are installed on your system. You don't need -I and -L |
| 15 |
|
if PCRE is installed in the standard system libraries. Only some operating |
| 16 |
systems (e.g. Solaris) use the -R option. |
systems (e.g. Solaris) use the -R option. |
| 17 |
*/ |
*/ |
| 18 |
|
|
| 19 |
|
|
|
#ifdef HAVE_CONFIG_H |
|
|
# include <config.h> |
|
|
#endif |
|
|
|
|
| 20 |
#include <stdio.h> |
#include <stdio.h> |
| 21 |
#include <string.h> |
#include <string.h> |
| 22 |
#include <pcre.h> |
#include <pcre.h> |