Compile and link simple programs

We strongly recommend use of D0 utilities for compiling and linking. This is especially important for programs using D0 libraries, and requiring libtest/nolibtest functionality.


Most compilers make compile and load steps, unless instructed otherwise. Necessary object libraries are passed as the xxx.a files to the compiler.

The resulting linked program is by default stored in a file a.out. Directive -o filename will send the resulting program to the requested file.

The following compilers are available on Silicon Graphics systems (on other systems the compiler names may vary, consult the man pages):


Links to other D0 pages

  • D0 UNIX Page
  • D0 home Page

  • Last updated September 10, 1995.
    A.P.