1itpp-config(1) General Commands Manual itpp-config(1)
2
3
4
6 itpp-config - script to get information about intalled IT++ library
7 prefix, compiler flags and its version
8
9
11 itpp-config [--prefix] [--exec-prefix] [--debug] [--static]
12 [--cflags] [--libs] [--help] [--version]
13
14
16 itpp-config is a tool that can be used to determine the compiler and
17 linker flags required for compiling and linking programs that use IT++.
18 It can be also used for checking the intalled libitpp library version.
19
20
22 itpp-config accepts the following options:
23
24
25 --prefix
26 output libitpp installation prefix
27
28 --exec-prefix
29 output libitpp installation exec prefix
30
31 --debug
32 use debugging pre-processor, compiler and linker flags (needs to
33 be used in front of --cflags and --libs)
34
35 --static
36 use static linker flags (needs to be used in front of --libs)
37
38 --cflags
39 output pre-processor and compiler flags
40
41 --libs output linker flags
42
43 --help display brief help and exit
44
45 --version
46 output version number
47
48
50 This manual page was written by Adam Piatyszek <ediap@users.source‐
51 forge.net> as a text file, then converted to man format by txt2tags.
52
53
55 Copyright (C) 1995-2008 IT++ (see AUTHORS file for a list of contribu‐
56 tors)
57
58
59 This program is free software; you can redistribute it and/or modify it
60 under the terms of the GNU General Public License as published by the
61 Free Software Foundation; either version 2 of the License, or (at your
62 option) any later version.
63
64
65 This program is distributed in the hope that it will be useful, but
66 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
67 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
68 Public License for more details.
69
70
71 You should have received a copy of the GNU General Public License along
72 with this program; if not, write to the Free Software Foundation, Inc.,
73 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
74
75
76
77
78IT++ 4.0.6 October 2008 itpp-config(1)