Unix and Linux Discussions Tagged with posix |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
6,711 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
32,966 |
OS X (Apple) |
|
|
|
6 |
9,444 |
Shell Programming and Scripting |
|
|
|
2 |
7,824 |
Shell Programming and Scripting |
|
|
|
6 |
10,070 |
Shell Programming and Scripting |
|
|
|
3 |
9,899 |
Shell Programming and Scripting |
|
|
|
1 |
22,422 |
UNIX for Advanced & Expert Users |
|
|
|
16 |
5,016 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
12,651 |
Shell Programming and Scripting |
|
|
|
1 |
2,921 |
What is on Your Mind? |
|
|
|
15 |
5,254 |
UNIX for Advanced & Expert Users |
|
|
|
17 |
6,264 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
176,865 |
OS X (Apple) |
|
|
|
3 |
2,666 |
Shell Programming and Scripting |
|
|
|
2 |
16,805 |
Linux |
|
|
|
6 |
5,715 |
UNIX for Advanced & Expert Users |
|
|
|
25 |
7,694 |
Shell Programming and Scripting |
|
|
|
2 |
1,748 |
Solaris |
|
|
|
12 |
16,511 |
Shell Programming and Scripting |
|
|
|
1 |
5,345 |
Programming |
|
|
|
3 |
3,378 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
51,047 |
Shell Programming and Scripting |
|
|
|
2 |
8,107 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
3,974 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
6,348 |
UNIX for Advanced & Expert Users |
|
|
|
8 |
7,619 |
Programming |
|
|
|
2 |
3,624 |
Programming |
|
|
|
13 |
11,776 |
Shell Programming and Scripting |
|
|
|
0 |
3,559 |
OS X OpenSource RSS |
|
|
|
1 |
19,458 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
7,365 |
Ubuntu |
|
|
|
2 |
6,974 |
Programming |
|
|
|
4 |
11,990 |
Programming |
|
|
|
11 |
23,000 |
Programming |
|
|
|
8 |
11,292 |
Programming |
|
|
|
2 |
4,352 |
OS X (Apple) |
|
|
|
0 |
11,396 |
Programming |
|
|
|
7 |
45,310 |
Linux |
|
|
|
3 |
10,307 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
9,860 |
Programming |
PCRE-CONFIG(1) General Commands Manual PCRE-CONFIG(1)
NAME
pcre-config - program to return PCRE configuration
SYNOPSIS
pcre-config [--prefix] [--exec-prefix] [--version] [--libs]
[--libs-posix] [--cflags] [--cflags-posix]
DESCRIPTION
pcre-config returns the configuration of the installed PCRE libraries and the options required to compile a program to use them.
OPTIONS
--prefix Writes the directory prefix used in the PCRE installation for architecture independent files (/usr on many systems, /usr/local on
some systems) to the standard output.
--exec-prefix
Writes the directory prefix used in the PCRE installation for architecture dependent files (normally the same as --prefix) to the
standard output.
--version Writes the version number of the installed PCRE libraries to the standard output.
--libs Writes to the standard output the command line options required to link with PCRE (-lpcre on many systems).
--libs-posix
Writes to the standard output the command line options required to link with the PCRE posix emulation library (-lpcreposix -lpcre
on many systems).
--cflags Writes to the standard output the command line options required to compile files that use PCRE (this may include some -I options,
but is blank on many systems).
--cflags-posix
Writes to the standard output the command line options required to compile files that use the PCRE posix emulation library (this
may include some -I options, but is blank on many systems).
SEE ALSO
pcre(3)
AUTHOR
This manual page was originally written by Mark Baker for the Debian GNU/Linux system. It has been slightly revised as a generic PCRE man
page.
REVISION
Last updated: 18 April 2007
PCRE-CONFIG(1)