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

objfw-config - print flags required for compiling with ObjFW

objfw-config [options]

objfw-config is a program which outputs various flags needed to compile software using ObjFW.

Outputs all flags + libs.
Outputs the required OBJCFLAGS to use ARC.
Outputs the required CFLAGS.
Outputs the required CPPFLAGS.
Outputs the required CXXFLAGS.
Outputs the required LIBS, preferring frameworks.
Prints the help.
Outputs the required LDFLAGS.
Outputs the required LIBS.
Outputs CFLAGS for building a library.
Outputs LDFLAGS for building a library.
Outputs the prefix for libraries.
Outputs the suffix for libraries.
Outputs the OBJC used to compile ObjFW. It is required to use the same OBJC that was used to compile ObjFW.
Outputs the required OBJCFLAGS.
Additionally outputs the flags for the specified package.
Outputs the directory where flags for packages are stored.
Outputs CFLAGS for building a plugin.
Outputs LDFLAGS for building a plugin.
Outputs the suffix for plugins.
Outputs the suffix for binaries.
Outputs LDFLAGS to reexport ObjFW.
Outputs LDFLAGS for using rpath.
Outputs the required LIBS to link ObjFW statically.
Outputs the installed ObjFW version.

Print OBJCFLAGS and CPPFLAGS:

objfw-config --objcflags --cppflags

Print LIBS and LDFLAGS for ObjFW and ObjFWTLS:

objfw-config --libs --ldflags --package ObjFWTLS

objfw-compile(1)


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.