^
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.go mod2.go...

4   OPTIONS

gontc recognizes following options:

5   FILES

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

6   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.