1commoncpp-config(1)              GNU Telephony             commoncpp-config(1)
2
3
4

NAME

6       commoncpp-config - script to get information about common c++ library
7

SYNOPSIS

9       commoncpp-config   [--prefix[=DIR]]  [--exec-prefix[=DIR]]  [--version]
10       [--cflags] [--libs] [--includes]
11

DESCRIPTION

13       commoncpp-config is a tool that is used to configure to  determine  the
14       compiler  and linker flags that should be used to compile and link pro‐
15       grams that use the commonc++ library.  Note: commoncpp-config  is  pro‐
16       vided  for  compatibility  with legacy software only.  Current projects
17       should use pkg-config instead!
18

OPTIONS

20       --version
21              Print the currently installed version of common c++ on the stan‐
22              dard output.
23
24       --includes
25              Print the include directory for commonc++ headers
26
27       --libs Print the linker flags that are necessary to link a program with
28              commonc++
29
30       --cflags
31              Print the compiler flags that are necessary to compile a program
32              with commonc++
33
34       --prefix=PREFIX
35              If specified, use PREFIX instead of the installation prefix that
36              common c++ was built with when  computing  the  output  for  the
37              --cflags  and  --libs  options. This option is also used for the
38              exec prefix if --exec-prefix was not specified. This option must
39              be specified before any --libs or --cflags options.
40
41       --exec-prefix=PREFIX
42              If specified, use PREFIX instead of the installation exec prefix
43              that common c++ was built with when computing the output for the
44              --cflags  and  --libs  options.  This  option  must be specified
45              before any --libs or --cflags options.
46

SEE ALSO

48       pkg-config(1).
49

AUTHOR

51       commoncpp-config was written by David Sugar <dyfet@gnutelephony.org>.
52
54       Copyright © 2009 David Sugar, Tycho Softworks.
55       This is free software; see the source for copying conditions.  There is
56       NO  warranty;  not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
57       PURPOSE.
58
59
60
61
62GNU Common C++ Configuration       July 2009               commoncpp-config(1)
Impressum