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

objfw-compile - compile simple projects using ObjFW

objfw-config [options] -o outname sources

objfw-compile is a program to compile simple projects using ObjFW.

Specify the output name (not the file name!).
Use automatic reference counting.
Compile a static library (with the specified version) instead of an application.
Compile a plugin instead of an application.
Use the specified package.
Place built objects into the specified directory.
Pass the specified define to the compiler.
Pass the specified -framework argument to the linker (macOS / iOS only).
Pass the specified -f flag to the compiler.
Pass the specified -F flag to the linker (macOS / iOS only).
Pass the specified -g flag to the compiler.
Pass the specified -I flag to the compiler.
Pass the specified -l flag to the linker.
Pass the specified -L flag to the linker.
Pass the specified -m flag to the compiler.
Pass the specified -O flag to the compiler.
Pass -pthread to the compiler and linker.
Pass the specified -std= flag to the compiler.
Pass the specified -Wl, flag to the linker.
Pass the specified -W flag to the compiler.
Show the help.

Compile a program with two source files:

objfw-compile -o myprog MyProg.m SomeClass.m

Compile a library with library version 1.0:

objfw-compile --lib 1.0 -o mylib Class1.m Class2.m

objfw-config(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.