This is the command claw-config that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
claw-config — show information about installed libclaw libraries
SYNOPSIS
claw-config [library...] [--prefix] [--prefix=PREFIX] [--exec-prefix] [--exec-
prefix=EPREFIX] [--version] [--libs] [--cflags]
DESCRIPTION
This manual page documents briefly the claw-config command,
claw-config is a program that shows information about the installed libclaw libraries.
OPTIONS
The following options are supported:
library The library for which the information is displayed.
--prefix --prefix=PREFIX
Show the prefix libclaw was built with. The prefix may be overridden by passing
the argument PREFIX.
--exec-prefix --exec-prefix=EPREFIX
Show the executable prefix libclaw was built with. The executable prefix may be
overridden by passing the argument EPREFIX.
--version Show the version of the installed libclaw.
--libs Show the compiler flags for linking to the installed library.
--cflags Show the compiler flags for compiling against the installed library.
EXAMPLE
Display the libraries to link to in order to use the claw_graphic library.
claw-config graphic --libs
Display the compiler flags required to use all the libraries of libclaw.
claw-config all --cflags
Use claw-config online using onworks.net services