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

libprelude-config - helper script for building with libprelude

libprelude-config [options]

libprelude-config is a simple shell script used to determine the compiler and linker flags that should be used to compile and link programs that use the libprelude library.

--prefix=dir
If specified, use dir instead of the installation prefix that the library was built with, when computing the output for the --cflags and --libs options. This option must be specified before any --libs or --cflags options. This option is also used for the exec prefix if the --exec-prefix option is not specified.
--exec-prefix=dir
If specified, use dir instead of the exec installation prefix that the library was built with, when computing the output for the --cflags and --libs options. This option must be specified before any --libs or --cflags options.
--config-prefix
Print the directory prefix where libprelude configuration is installed on the standard output.
--version
Print the currently installed version of the library on the standard output.
--c++
If specified, indicate that the linkage will be done with a C++ library
--libs
Print the linker flags that are necessary to link with the specified library.
--ldflags
Print the LDflags that are necessary to compile a program using the specified library.
--cflags
Print the compiler flags that are necessary to compile a program using the specified library.
--pthread-cflags
Print the pthread compiler flags that are necessary to compile a program using the specified library.

This man page has been written by CS GROUP - France
2 May 2016

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.