1ginac-config(1) The GiNaC Group ginac-config(1)
2
3
4
6 ginac-config - script to get information about the installed version of
7 GiNaC
8
10 [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs]
11 [--cppflags]
12
14 ginac-config is a tool that is used to determine the compiler and
15 linker flags that should be used to compile and link programs that use
16 GiNaC. It is also used internally to the .m4 macros for GNU autoconf
17 that are included with GiNaC.
18
20 --version
21 Print the currently installed version of GiNaC on the standard
22 output.
23
24 --libs Print the linker flags that are necessary to link a GiNaC pro‐
25 gram.
26
27 --cppflags
28 Print the compiler flags that are necessary to compile a GiNaC
29 program.
30
31 --prefix=PREFIX
32 If specified, use PREFIX instead of the installation prefix that
33 GiNaC was built with when computing the output for the
34 --cppflags and --libs options. This option is also used for the
35 exec prefix if --exec-prefix was not specified. This option must
36 be specified before any --libs or --cppflags options.
37
38 --exec-prefix=PREFIX
39 If specified, use PREFIX instead of the installation exec prefix
40 that GiNaC was built with when computing the output for the
41 --cppflags and --libs options. This option must be specified
42 before any --libs or --cppflags options.
43
45 The GiNaC Group:
46 Christian Bauer <Christian.Bauer@uni-mainz.de>
47 Alexander Frink <Alexander.Frink@uni-mainz.de>
48 Richard Kreckel <Richard.Kreckel@uni-mainz.de>
49 Jens Vollinga <vollinga@thep.physik.uni-mainz.de>
50
52 GiNaC Tutorial - An open framework for symbolic computation within the
53 C++ programming language
54
56 Copyright © 1999-2005 Johannes Gutenberg Universität Mainz, Germany
57
58 This program is free software; you can redistribute it and/or modify it
59 under the terms of the GNU General Public License as published by the
60 Free Software Foundation; either version 2 of the License, or (at your
61 option) any later version.
62
63 This program is distributed in the hope that it will be useful, but
64 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
65 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
66 Public License for more details.
67
68 You should have received a copy of the GNU General Public License along
69 with this program; if not, write to the Free Software Foundation, Inc.,
70 675 Mass Ave, Cambridge, MA 02139, USA.
71
72
73
74GiNaC 1.3.6 November, 2000 ginac-config(1)