Unix and Linux Discussions Tagged with posix |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
6,713 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
32,970 |
OS X (Apple) |
|
|
|
6 |
9,444 |
Shell Programming and Scripting |
|
|
|
2 |
7,825 |
Shell Programming and Scripting |
|
|
|
6 |
10,070 |
Shell Programming and Scripting |
|
|
|
3 |
9,900 |
Shell Programming and Scripting |
|
|
|
1 |
22,425 |
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,255 |
UNIX for Advanced & Expert Users |
|
|
|
17 |
6,267 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
176,878 |
OS X (Apple) |
|
|
|
3 |
2,666 |
Shell Programming and Scripting |
|
|
|
2 |
16,805 |
Linux |
|
|
|
6 |
5,716 |
UNIX for Advanced & Expert Users |
|
|
|
25 |
7,695 |
Shell Programming and Scripting |
|
|
|
2 |
1,748 |
Solaris |
|
|
|
12 |
16,512 |
Shell Programming and Scripting |
|
|
|
1 |
5,347 |
Programming |
|
|
|
3 |
3,378 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
51,047 |
Shell Programming and Scripting |
|
|
|
2 |
8,108 |
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,367 |
Ubuntu |
|
|
|
2 |
6,974 |
Programming |
|
|
|
4 |
11,993 |
Programming |
|
|
|
11 |
23,000 |
Programming |
|
|
|
8 |
11,295 |
Programming |
|
|
|
2 |
4,352 |
OS X (Apple) |
|
|
|
0 |
11,399 |
Programming |
|
|
|
7 |
45,311 |
Linux |
|
|
|
3 |
10,308 |
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: 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 (e.g. /usr) to standard output.
--exec-prefix
Writes the directory prefix used in the PCRE installation for architecture dependent files (normally the same as --prefix) to
standard output.
--version Writes the version of PCRE installed to standard output.
--libs Writes to standard output the command line options required to link with PCRE (e.g. -lpcre).
--libs-posix
Writes to standard output the command line options required to link with the PCRE POSIX emulation library (e.g. -lpcreposix
-lpcre).
--cflags Writes to standard output the command line options required to compile files that use PCRE (this often includes some -I options,
but is blank on debian systems).
--cflags-posix
Writes to standard output the command line options required to compile files that use the PCRE POSIX emulation library (this
often includes some -I options, but is blank on debian systems). Suppress printing of filenames when searching multiple files.
AUTHOR
This manual page was written by Mark Baker <mark@mnb.org.uk>, for the Debian GNU/Linux system (but may be used by others).
SEE ALSO
pcre(3)
PCRE-CONFIG(1)