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
comprex-config(1) comprex-config manual comprex-config(1)

comprex-config - Get information about a libcomprex installation

comprex-config [options]

comprex-config displays information about a previous libcomprex installation.

--help
Displays the available options.
--version
Outputs version information about the installed libcomprex.
--cflags
What set of CFLAGS that was used when libcomprex was built. This is mostly a debug option that serves no particular use to most people.
--libs
Shows the complete set of libs and other linker options you will need in order to link your application with libcomprex.
--prefix[=DIR]
If specified, use DIR instead of the installation prefix that libcomprex was built with when computing the output for the --cflags and --libs options. This option is also used for the exec prefix if --exec-prefix was not specified.
--exec-prefix[=DIR]
If specified, use DIR instead of the installation exec prefix that libcomprex was built with when computing the output for the --cflags and --libs options.

What is the path to the libcomprex header files?

echo `comprex-config --prefix`/include

What is the path to libcomprex?

echo `comprex-config --prefix`/lib

What other linker options do I need when I link with libcomprex?

comprex-config --libs

What's the installed libcomprex version?

comprex-config --version

17 May 2001 libcomprex

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

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