Scroll to navigation

RUN_THEME_D_PROGRAM_M(1) Run Theme-D program RUN_THEME_D_PROGRAM_M(1)

NAME

run-theme-d-program-m - run a modularly linked Theme-D program

SYNOPSIS

run-theme-d-program-m [ METAARG ] ... PROGRAMFILE [ PROGRAMARG ] ...

DESCRIPTION

Command run-theme-d-program-m runs Theme-D program PROGRAMFILE linked modulary into Guile bytecode. The METAARG arguments are handled by the run-theme-d-program-m script itself and the PROGRAMARG arguments are passed to the Theme-D program.

OPTIONS

Set the target library path.
No verbose information about errors (exceptions).
Display backtrace on runtime error.
Display pretty printed backtrace on error. This options works only if you have linked your Theme-D program with option --runtime-pretty-backtrace.
Display backtrace on runtime error.

ENVIRONMENT

If this variable is defined its value is used as the Theme-D configuration file instead of the default configuration file.
List of Guile bytecode files to be loaded before the Theme-D program is run. The filenames shall be separated with colons.

FILES

/etc/theme-d-config
The Theme-D configuration file.
~/.theme-d-config
The Theme-D configuration file. This file should be normally present only if you use Theme-D in local mode.

SEE ALSO

run-theme-d-program(1), theme-d-compile(1), theme-d-link(1), setup-theme-d-test-env(1), /usr/share/doc/theme-d-doc/theme-d-user-guide.pdf.gz

2025-08-18 GNU