man beepcore-c-config (Commandes) - script to get information about the installed version of beepcore-c

NAME

beepcore-c-config - script to get information about the installed version of beepcore-c

SYNOPSIS

beepcore-c-config [OPTIONS]

DESCRIPTION

beepcore-c-config is used to determine the compiler and linker flags that should be used to compile and link programs that use beepcore-c.

OPTIONS

beepcore-c-config accepts the following options:

--version


Print the currently installed version of beepcore-c on the standard output.
--cflags


Print the compiler flags that are necessary to compile a beepcore-c program.
--tls-cflags


Print the compiler flags that are necessary to compile a program that uses the TLS profile.
--cyrus-cflags


Print the compiler flags that are necessary to compile a program that uses the Cyrus SASL profiles.
--libs


Print the linker flags that are necessary to link a beepcore-c program.
--tls-libs


Print the linker flags that are necessary to link the TLS profile into your program.
--cyrus-libs


Print the linker flags that are necessary to link the Cyrus SASL profiles into your program.