soma-config

Langue: en

Version: 113571 (mandriva - 01/05/08)

Section: 1 (Commandes utilisateur)

NAME

soma-config - Get information about a soma installation

SYNOPSIS

soma-config [options]

DESCRIPTION

soma-config displays information about a previous soma installation.

OPTIONS

--prefix
Show the prefix path of soma
--version
Show the version of soma
--cflags
Set of compiler options (CFLAGS) to use when compiling files that use soma.
--libs
Shows the complete set of libs and other linker options you will need in order to link your application with soma.
--ssl
Return 0 if soma has not ssl support, 1 if soma is compiled with libssl.

EXAMPLES

What linker options do I need when I link with soma?


  soma-config --libs

What compiler options do I need when I compile using soma functions?


  soma-config --cflags

SEE ALSO

somad(1)

AUTHOR

This manual page was written by Andrea Marchesini <bakunin@autistici.org>.