Scroll to navigation

POLYORB-CONFIG(1) PolyORB documentation POLYORB-CONFIG(1)

NAME

polyorb-config - script to get information about the installed version of PolyORB.

SYNOPSIS

polyorb-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version|-v] [--config] [--libs] [--cflags] [--idls] [--help]

DESCRIPTION

polyorb-config is a tool that is used to determine the compiler and linker flags that should be used to compile and link programs that use PolyORB.

OPTIONS

polyorb-config accepts the following options:


Output the directory in which PolyORB architecture-independent files are installed, or set this directory to DIR.


Output the directory in which PolyORB architecture-dependent files are installed, or set this directory to DIR.
Print the currently installed version of PolyORB on the standard output.
Print the configuration of the currently installed version of PolyORB on the standard output.
Print the linker flags that are necessary to link a PolyORB program.
Print the compiler flags that are necessary to compile a PolyORB program.
Print the flags to set up path to CORBA's IDL for idlac.
Restrict output to only those flags relevant to the listed applicative personalities.
Restrict output to only those flags relevant to the listed protocol personalities.
Restrict output to only those flags relevant to the listed services.
Print help message.

AUTHORS

The PolyORB team, polyorb-devel@lists.adacore.com.

SEE ALSO

The PolyORB WWW page, http://libre.adacore.com/polyorb/

April 26, 2007 PolyORB team