Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

gsl-config (1)

Name

gsl-config - script to get version number and compiler flags of the installed GSL library

Synopsis

gsl-config  [--prefix]   [--version]  [--libs]   [--libs-without-cblas]
[--cflags]

Description

GSL(1)                      General Commands Manual                     GSL(1)



NAME
       gsl-config  -  script  to  get version number and compiler flags of the
       installed GSL library

SYNOPSIS
       gsl-config  [--prefix]   [--version]  [--libs]   [--libs-without-cblas]
       [--cflags]

DESCRIPTION
       gsl-config  is  a  tool that is used to configure to determine the com-
       piler and linker flags that should be used to compile and link programs
       that  use  GSL.  It  is  also used internally to the .m4 macros for GNU
       autoconf that are included with GSL.

OPTIONS
       gsl-config accepts the following options:

       --version
               Print the currently installed version of GSL  on  the  standard
               output.

       --libs  Print  the  linker  flags that are necessary to link a GSL pro-
               gram, with cblas

       --libs-without-cblas
               Print the linker flags that are necessary to link  a  GSL  pro-
               gram, without cblas

       --cflags
               Print  the  compiler  flags that are necessary to compile a GSL
               program.

       --prefix
               Show the GSL installation prefix.


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+-----------------------+
       |ATTRIBUTE TYPE |   ATTRIBUTE VALUE     |
       +---------------+-----------------------+
       |Availability   | library/libgsl        |
       +---------------+-----------------------+
       |Stability      | Pass-through volatile |
       +---------------+-----------------------+

SEE ALSO
       gtk-config(1), gnome-config(1)

COPYRIGHT
       Copyright (C)  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, pro-
       vided that the above copyright notice appear in  all  copies  and  that
       both  that  copyright  notice and this permission notice appear in sup-
       porting documentation.



NOTES
       Source code for open source software components in Oracle  Solaris  can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This    software    was    built    from    source     available     at
       https://github.com/oracle/solaris-userland.    The  original  community
       source was downloaded from  https://ftp.gnu.org/gnu/gsl/gsl-2.4.tar.gz.

       Further information about this software can be found on the open source
       community website at https://www.gnu.org/software/gsl.



                                  22 May 2001                           GSL(1)