rmol-config

Langue: en

Version: 146324 (fedora - 04/07/09)

Section: 1 (Commandes utilisateur)

NAME

rmol-config - script to get version number and compiler flags of the installed RMOL library

SYNOPSIS

rmol-config [--prefix] [--version] [--libs] [--cflags]

DESCRIPTION

rmol-config 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 RMOL. It is also used internally to the .m4 macros for GNU autoconf that are included with RMOL.

OPTIONS

rmol-config accepts the following options:
--version
Print the currently installed version of RMOL on the standard output.
--libs
Print the linker flags that are necessary to link a RMOL program, with cblas
--cflags
Print the compiler flags that are necessary to compile a RMOL program.
--prefix
Show the RMOL installation prefix.

SEE ALSO

gtk-config(1), gnome-config(1) Copyright © 2007 Denis Arnaud

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.