DOKK / manpages / debian 12 / libecasoundc-dev / libecasoundc-config.1.en
ecasoundc-config(1) Debian GNU/Linux ecasoundc-config(1)

libecasoundc-config - get information about installed ecasoundc library

ecasoundc-config [--libs] [--libs_debug] [--cflags] [--version]

libecasoundc-config is a tool that is used to determine the compiler and linker flags used to compile programs using the ecasoundc liberary. It is meant to be used like

gcc `libecasoundc-config --libs --cflags` some-code.c

returns the linker options.
returns the linker options for debug libraries.
returns include options.
returns the version of ecasoundc library.

This manpage has been written by Junichi Uekawa <dancer@debian.org> for Debian GNU/Linux system.

ecasound(1), "Ecasound Programmer's Manual".

28 February 2001 ecasound