Next Previous Contents

4.1 Help and verbosity options

A good option to start with is the --help or -h The IDL compiler dumps a long usage message to standard output and then just exits.

The -v option makes the compiler verbose: it reports its version number and shows (on standard error) various pieces of information as to what's happening.

If you're just interested in the compiler version number, the --version option prints out a one-line string containing the requested info.


Next Previous Contents