MAN page from RedHat Other XITE-3.3-3.i386.rpm
CXITE
Section: User Commands (1)
Updated: 16 Mar 1998
Index
NAME
cxite - Compile and link XITE-dependent source code
SYNTAX
cxite [<option>...] [<cc-option>...] <sourcefile>
DESCRIPTION
This program is used to compile and link sourcefiles which usefunctions and definitions from XITE (X-based Image ProcessingTools and Environment).
You don't need to specify where the XITE header files andlibrary are.
OPTIONS
- -c
- Compile only
- -cx
- Compile only. The program uses X11 functions.
- -g
- Prepare for debugging, turn off optimization.
- -gnu
- Use GNU gcc instead of cc.
- -gw
- If using gcc, then add lots of gcc warning options.
- -h(elp)
- Write a usage message and explain the purpose of this program.
- -I<dir>
- Add <dir>to the list of directories in which to search for#include files.
- -L<dir>
- Add <dir>to the list of directories to be searched forobject libraries specified by -l<lib>.
- -l<lib>
- Search a standard list of directories for the objectlibrary given by <lib>,and link with this library.
- -o <file>
- The name of the file where the compiled and linked result isplaced.
- -q
- Be quiet, don't echo the command used.
- -x
- Compile and link with various X11 libraries in additionto the XITE library.
and <cc-option>is
- -cc <string>
- where <string>is passed unchanged as option(s) to thecompiler/linker.
AUTHOR
Svein Bøe, Ifi, UiO (sveinAATTifi.uio.no)
ID
$Id: cxite.sh,v 1.19 1997/09/02 15:29:45 svein Exp $
Index
- NAME
- SYNTAX
- DESCRIPTION
- OPTIONS
- AUTHOR
- ID
This document was created byman2html,using the manual pages.