man tao-config (Commandes) - Display TAO Library Configuration

NAME

tao-config - Display TAO Library Configuration

SYNOPSIS

tao-config OPTION [ OPTION ... ] [ LIBRARY ]

DESCRIPTION

tao-config is a script that is used to display what compiler flags and libraries were used when TAO was built.

OPTIONS

--version
TAO version information
--help
display help message and exit
--cxx
C++ compiler used for compiling
--cxxflags
C++ pre-processor and compiler flags
--libs
library linking information
--libs-only-L
the -L/-R part of --libs
--libs-only-l
the -l part of --libs

LIBRARY

LIBRARY refers to the library for which the specified configuration is desired. Valid libraries are:

orbsvcs
the TAO ORB services library
tao
the TAO library Additional TAO related library configuration information.

BUGS

None.

AUTHOR

Ossama Othman <othman@cs.wustl.edu>

SEE ALSO