Blob Blame History Raw
.TH GSL 1 "22 May 2001"
.SH NAME
gsl-config - script to get version number and compiler flags of the installed GSL library
.SH SYNOPSIS
.B gsl-config
[\-\-prefix]  [\-\-version] [\-\-libs] [\-\-libs\-without\-cblas] [\-\-cflags]
.SH DESCRIPTION
.PP
\fIgsl-config\fP is a tool that is used to configure to determine
the compiler and linker flags that should be used to compile
and link programs that use \fIGSL\fP. It is also used internally
to the .m4 macros for GNU autoconf that are included with \fIGSL\fP.
.
.SH OPTIONS
\fIgsl-config\fP accepts the following options:
.TP 8
.B  \-\-version
Print the currently installed version of \fIGSL\fP on the standard output.
.TP 8
.B  \-\-libs
Print the linker flags that are necessary to link a \fIGSL\fP program, with cblas
.TP 8
.B  \-\-libs\-without\-cblas
Print the linker flags that are necessary to link a \fIGSL\fP program, without cblas
.TP 8
.B  \-\-cflags
Print the compiler flags that are necessary to compile a \fIGSL\fP program.
.TP 8
.B  \-\-prefix
Show the GSL installation prefix.
.SH SEE ALSO
.BR gtk-config (1),
.BR gnome-config (1)
.SH COPYRIGHT
Copyright \(co  2001 Christopher R. Gabriel

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation.