^
Gontc manpage

1  NAME

gontc - compile and link Gont files

2  SYNOPSIS

gontc [ OPTIONS ] files...

3  DESCRIPTION

gontc is used to compile source Gont intro binaries, and then linking them together. It uses concept of module in managing compilation. Module consists of interface (in *.gi source file), and implementation (in *.g source file). In order to compile implementation compiler has to be able to find compiled interface for module being compiled, and all modules it depends on.

Typical compilation involves running, for each module in project, gontc -c module.gi to compile interfaces, then gontc -c module.g to compile implementation, and finally gontc -o prog mod1.xgo mod2.xgo...

4  OPTIONS

gontc recognizes following options:

5  WARNING OPTIONS

gontc also recognizes several options for dealing with turning on/off various warnings. Each of these options can be preceded with ``no-'' to reverse its meaning. For example -Wno-labeled can be used to turn off warning about unlabeled breaks.

Warning options defaults to ``-Wall -Wverbose -Wno-ignored-retval''

6  FILES

gontc recognizes type of input file based on extension. Following rules apply:

7  AUTHOR

This manpage was written by Michal Moskal <malekith/at/pld-linux.org>.

^
Gontc manpage
This document was translated from LATEX by HEVEA.
And then touched with Perl a bit ;^)   Best view with any browser.