GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
YATE-CONFIG(8) Telephony Engine YATE-CONFIG(8)

yate-config - retrieve metainformation about the YATE telephony engine

yate-config [options]

The yate-config program is used to retrieve information about the installed YATE engine. It is typically used to compile and link modules against the engine's library.

Here is a typical usage scenario in a Makefile:

module.yate: module.cpp g++ `yate-config --c-all --ldflags` module.cpp `yate-config --libs`

--version
Reports the installed YATE version (in x.y.z format)
--release
Reports the installed YATE code status (if not release) and release number
--config
Returns the configuration files directory
--modules
Returns the modules directory
--share
Returns the base shared directory
--scripts
Returns the scripts directory
--skins
Returns the base skins directory

--cflags
Various C++ compiler flags
--includes
Include option and path to the header files
--c-all
All compiler options - the above two concatenated

--ldflags
Various linker flags
--libs
Library option and libraries names
--ld-all
All linker options - the above two concatenated

Paul Chitescu <paulc@voip.null.ro>
Diana Cionoiu <diana@voip.null.ro>

yate(8), pkg-config(1)
September 2007 YATE

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.