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
redland-config(1) FreeBSD General Commands Manual redland-config(1)

redland-config - script to get information about the installed version of Redland

redland-config [--cflags] [--help] [--libs] [--libtool-libs] [--prefix[=DIR]] [--private-libs] [--version-decimal] [--version]

redland-config is a tool that is used to determine the compile and linker flags that should be used to compile and link programs that use the Redland RDF library.

redland-config accepts the following options:
--version
Print the currently installed version of redland on the standard output.
--version-decimal
Print the currently installed version of redland as a decimal integer.
--libs
Print the linker flags that are necessary to link a redland program. This excludes linker arguments used to build the librdf shared library.
--libtool-libs
Print the flags that are necessary to link a redland program with libtool.
--private-libs
Print the linker flags that are necessary to build the librdf shared library. This option is not usually needed because the librdf shared library has already been dynamically linked against these libs.
--cflags
Print the compiler flags that are necessary to compile a redland program.
--prefix=PREFIX
If specified, use PREFIX instead of the installation prefix that redland was built with when computing the output for the --cflags and --libs options. This option must be specified before any --libs or --cflags options.

redland(3),

Dave Beckett - http://www.dajobe.org/
2008-09-07

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.