1GSL(1) General Commands Manual GSL(1)
2
3
4
6 gsl-config - script to get version number and compiler flags of the
7 installed GSL library
8
10 gsl-config [--prefix] [--version] [--libs] [--libs-without-cblas]
11 [--cflags]
12
14 gsl-config is a tool that is used to configure to determine the com‐
15 piler and linker flags that should be used to compile and link programs
16 that use GSL. It is also used internally to the .m4 macros for GNU
17 autoconf that are included with GSL.
18
20 gsl-config accepts the following options:
21
22 --version
23 Print the currently installed version of GSL on the standard
24 output.
25
26 --libs Print the linker flags that are necessary to link a GSL pro‐
27 gram, with cblas
28
29 --libs-without-cblas
30 Print the linker flags that are necessary to link a GSL pro‐
31 gram, without cblas
32
33 --cflags
34 Print the compiler flags that are necessary to compile a GSL
35 program.
36
37 --prefix
38 Show the GSL installation prefix.
39
41 gtk-config(1), gnome-config(1)
42
44 Copyright © 2001 Christopher R. Gabriel
45
46 Permission to use, copy, modify, and distribute this software and its
47 documentation for any purpose and without fee is hereby granted, pro‐
48 vided that the above copyright notice appear in all copies and that
49 both that copyright notice and this permission notice appear in sup‐
50 porting documentation.
51
52
53
54 22 May 2001 GSL(1)