1 .TH ginac-config 1 "November, 2000" "GiNaC @VERSION@" "The GiNaC Group"
3 ginac-config \- script to get information about the installed version of GiNaC
5 [\-\-prefix\fI[=DIR]\fP] [\-\-exec\-prefix\fI[=DIR]\fP] [\-\-version] [\-\-libs] [\-\-cppflags]
9 is a tool that is used to determine the compiler and linker flags that
10 should be used to compile and link programs that use GiNaC. It is also used
11 internally to the .m4 macros for GNU autoconf that are included with GiNaC.
15 Print the currently installed version of GiNaC on the standard output.
18 Print the linker flags that are necessary to link a GiNaC program.
21 Print the compiler flags that are necessary to compile a GiNaC program.
24 If specified, use PREFIX instead of the installation prefix that GiNaC was
25 built with when computing the output for the \-\-cppflags and \-\-libs
26 options. This option is also used for the exec prefix if \-\-exec\-prefix was
27 not specified. This option must be specified before any \-\-libs or
30 .B \-\-exec\-prefix=PREFIX
31 If specified, use PREFIX instead of the installation exec prefix that GiNaC
32 was built with when computing the output for the \-\-cppflags and \-\-libs
33 options. This option must be specified before any \-\-libs or \-\-cppflags
39 Christian Bauer <Christian.Bauer@uni-mainz.de>
41 Alexander Frink <Alexander.Frink@uni-mainz.de>
43 Richard Kreckel <Richard.Kreckel@uni-mainz.de>
45 GiNaC Tutorial \- An open framework for symbolic computation within the
46 C++ programming language
48 Copyright \(co 1999-2003 Johannes Gutenberg Universit\(:at Mainz, Germany
50 This program is free software; you can redistribute it and/or modify
51 it under the terms of the GNU General Public License as published by
52 the Free Software Foundation; either version 2 of the License, or
53 (at your option) any later version.
55 This program is distributed in the hope that it will be useful,
56 but WITHOUT ANY WARRANTY; without even the implied warranty of
57 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
58 GNU General Public License for more details.
60 You should have received a copy of the GNU General Public License
61 along with this program; if not, write to the Free Software
62 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.