Running GT.M

This release of GT.M has three modes: compiler, direct, and auto-start. Invoke these modes by using the mumps command issued with an appropriate argument.

When executing M programs, any called programs are incrementally linked. For example, the command

    GTM> d ^TEST
    

links the object file TEST.o and executes it; if the TEST program calls other M routines, those are automatically compiled and linked.

[Note]

Depending on the platform, the format of M object modules may not be the standard object file format, so you may not be able to use the UNIX ld utility to link all M .o files together. GT.M, however, automatically links and executes these files.