98 lines
2.8 KiB
HTML
98 lines
2.8 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of PCRE-CONFIG</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>PCRE-CONFIG</H1>
|
|
Section: User Commands (1)<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
pcre-config - program to return PCRE configuration
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<B>pcre-config</B>
|
|
|
|
[<B>--prefix</B>]
|
|
|
|
[<B>--exec-prefix</B>]
|
|
|
|
[<B>--version</B>]
|
|
|
|
[<B>--libs</B>]
|
|
|
|
[<B>--libs-posix</B>]
|
|
|
|
[<B>--cflags</B>]
|
|
|
|
[<B>--cflags-posix</B>]
|
|
|
|
<P>
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
<B>pcre-config</B> returns the configuration of the installed PCRE
|
|
libraries: the options required to compile a program to use them.
|
|
<P>
|
|
<A NAME="lbAE"> </A>
|
|
<H2>OPTIONS</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="1"><B>--prefix</B><DD>
|
|
Writes the directory prefix used in the PCRE installation for
|
|
architecture independent files (e.g. <I>/usr</I>) to standard output.
|
|
<DT id="2"><B>--exec-prefix</B><DD>
|
|
Writes the directory prefix used in the PCRE installation for
|
|
architecture dependent files (normally the same as <B>--prefix</B>)
|
|
to standard output.
|
|
<DT id="3"><B>--version</B><DD>
|
|
Writes the version of PCRE installed to standard output.
|
|
<DT id="4"><B>--libs</B><DD>
|
|
Writes to standard output the command line options required to link
|
|
with PCRE (e.g. <I>-lpcre</I>).
|
|
<DT id="5"><B>--libs-posix</B><DD>
|
|
Writes to standard output the command line options required to link
|
|
with the PCRE POSIX emulation library (e.g. <I>-lpcreposix -lpcre</I>).
|
|
<DT id="6"><B>--cflags</B><DD>
|
|
Writes to standard output the command line options required to compile
|
|
files that use PCRE (this often includes some <I>-I</I> options, but is blank
|
|
on debian systems).
|
|
<DT id="7"><B>--cflags-posix</B><DD>
|
|
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.
|
|
<DT id="8"><DD>
|
|
</DL>
|
|
<A NAME="lbAF"> </A>
|
|
<H2>AUTHOR</H2>
|
|
|
|
This manual page was written by Mark Baker <<A HREF="mailto:mark@mnb.org.uk">mark@mnb.org.uk</A>>,
|
|
for the Debian GNU/Linux system (but may be used by others).
|
|
<P>
|
|
<A NAME="lbAG"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?3+pcre">pcre</A>(3)
|
|
<P>
|
|
</B>
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="9"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="10"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="11"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="12"><A HREF="#lbAE">OPTIONS</A><DD>
|
|
<DT id="13"><A HREF="#lbAF">AUTHOR</A><DD>
|
|
<DT id="14"><A HREF="#lbAG">SEE ALSO</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:22 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|