Diff for /embedaddon/pcre/doc/html/pcre-config.html between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:05:52 version 1.1.1.2, 2012/02/21 23:50:25
Line 23  man page, in case the conversion went wrong. Line 23  man page, in case the conversion went wrong.
 <br><a name="SEC1" href="#TOC1">SYNOPSIS</a><br>  <br><a name="SEC1" href="#TOC1">SYNOPSIS</a><br>
 <P>  <P>
 <b>pcre-config  [--prefix] [--exec-prefix] [--version] [--libs]</b>  <b>pcre-config  [--prefix] [--exec-prefix] [--version] [--libs]</b>
<b>[--libs-posix] [--cflags] [--cflags-posix]</b><b>[--libs16] [--libs-cpp] [--libs-posix] [--cflags]</b>
 <b>[--cflags-posix]</b>
 </P>  </P>
 <br><a name="SEC2" href="#TOC1">DESCRIPTION</a><br>  <br><a name="SEC2" href="#TOC1">DESCRIPTION</a><br>
 <P>  <P>
 <b>pcre-config</b> returns the configuration of the installed PCRE  <b>pcre-config</b> returns the configuration of the installed PCRE
libraries and the options required to compile a program to use them.libraries and the options required to compile a program to use them. Some of
 the options apply only to the 8-bit or 16-bit libraries, respectively, and are
 not available if only one of those libraries has been built. If an unavailable
 option is encountered, the "usage" information is output.
 </P>  </P>
 <br><a name="SEC3" href="#TOC1">OPTIONS</a><br>  <br><a name="SEC3" href="#TOC1">OPTIONS</a><br>
 <P>  <P>
Line 50  output. Line 54  output.
 <P>  <P>
 <b>--libs</b>  <b>--libs</b>
 Writes to the standard output the command line options required to link  Writes to the standard output the command line options required to link
with PCRE (<b>-lpcre</b> on many systems).with the 8-bit PCRE library (<b>-lpcre</b> on many systems).
 </P>  </P>
 <P>  <P>
   <b>--libs16</b>
   Writes to the standard output the command line options required to link
   with the 16-bit PCRE library (<b>-lpcre16</b> on many systems).
   </P>
   <P>
   <b>--libs-cpp</b>
   Writes to the standard output the command line options required to link with
   PCRE's C++ wrapper library (<b>-lpcrecpp</b> <b>-lpcre</b> on many
   systems).
   </P>
   <P>
 <b>--libs-posix</b>  <b>--libs-posix</b>
 Writes to the standard output the command line options required to link with  Writes to the standard output the command line options required to link with
the PCRE posix emulation library (<b>-lpcreposix</b> <b>-lpcre</b> on manyPCRE's POSIX API wrapper library (<b>-lpcreposix</b> <b>-lpcre</b> on many
 systems).  systems).
 </P>  </P>
 <P>  <P>
Line 67  many systems). Line 82  many systems).
 <P>  <P>
 <b>--cflags-posix</b>  <b>--cflags-posix</b>
 Writes to the standard output the command line options required to compile  Writes to the standard output the command line options required to compile
files that use the PCRE posix emulation library (this may include some <b>-I</b>files that use PCRE's POSIX API wrapper library (this may include some <b>-I</b>
 options, but is blank on many systems).  options, but is blank on many systems).
 </P>  </P>
 <br><a name="SEC4" href="#TOC1">SEE ALSO</a><br>  <br><a name="SEC4" href="#TOC1">SEE ALSO</a><br>
Line 77  options, but is blank on many systems). Line 92  options, but is blank on many systems).
 <br><a name="SEC5" href="#TOC1">AUTHOR</a><br>  <br><a name="SEC5" href="#TOC1">AUTHOR</a><br>
 <P>  <P>
 This manual page was originally written by Mark Baker for the Debian GNU/Linux  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.system. It has been subsequently revised as a generic PCRE man page.
 </P>  </P>
 <br><a name="SEC6" href="#TOC1">REVISION</a><br>  <br><a name="SEC6" href="#TOC1">REVISION</a><br>
 <P>  <P>
Last updated: 18 April 2007Last updated: 01 January 2012
 <br>  <br>
 <p>  <p>
 Return to the <a href="index.html">PCRE index page</a>.  Return to the <a href="index.html">PCRE index page</a>.

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>