Blame doc/gsl-config.1

Packit 67cb25
.TH GSL 1 "22 May 2001"
Packit 67cb25
.SH NAME
Packit 67cb25
gsl-config - script to get version number and compiler flags of the installed GSL library
Packit 67cb25
.SH SYNOPSIS
Packit 67cb25
.B gsl-config
Packit 67cb25
[\-\-prefix]  [\-\-version] [\-\-libs] [\-\-libs\-without\-cblas] [\-\-cflags]
Packit 67cb25
.SH DESCRIPTION
Packit 67cb25
.PP
Packit 67cb25
\fIgsl-config\fP is a tool that is used to configure to determine
Packit 67cb25
the compiler and linker flags that should be used to compile
Packit 67cb25
and link programs that use \fIGSL\fP. It is also used internally
Packit 67cb25
to the .m4 macros for GNU autoconf that are included with \fIGSL\fP.
Packit 67cb25
.
Packit 67cb25
.SH OPTIONS
Packit 67cb25
\fIgsl-config\fP accepts the following options:
Packit 67cb25
.TP 8
Packit 67cb25
.B  \-\-version
Packit 67cb25
Print the currently installed version of \fIGSL\fP on the standard output.
Packit 67cb25
.TP 8
Packit 67cb25
.B  \-\-libs
Packit 67cb25
Print the linker flags that are necessary to link a \fIGSL\fP program, with cblas
Packit 67cb25
.TP 8
Packit 67cb25
.B  \-\-libs\-without\-cblas
Packit 67cb25
Print the linker flags that are necessary to link a \fIGSL\fP program, without cblas
Packit 67cb25
.TP 8
Packit 67cb25
.B  \-\-cflags
Packit 67cb25
Print the compiler flags that are necessary to compile a \fIGSL\fP program.
Packit 67cb25
.TP 8
Packit 67cb25
.B  \-\-prefix
Packit 67cb25
Show the GSL installation prefix.
Packit 67cb25
.SH SEE ALSO
Packit 67cb25
.BR gtk-config (1),
Packit 67cb25
.BR gnome-config (1)
Packit 67cb25
.SH COPYRIGHT
Packit 67cb25
Copyright \(co  2001 Christopher R. Gabriel
Packit 67cb25
Packit 67cb25
Permission to use, copy, modify, and distribute this software and its
Packit 67cb25
documentation for any purpose and without fee is hereby granted,
Packit 67cb25
provided that the above copyright notice appear in all copies and that
Packit 67cb25
both that copyright notice and this permission notice appear in
Packit 67cb25
supporting documentation.