User`s guide

mcc
-z path
to specify path to use for the compiler libraries and include files instead
of the path returned by
matlabroot.
-? Help Message
Display MATLAB Compiler help at the command prompt.
Linux mcc
Cache
Management
Command
Options
The Bourne shell front-end interface to the MATLAB Co m pile r u se s
a cache file to speed ex ecution. The cache file contains precomputed
values of critical e nvironment variables. The cache is autom atically
built whenever the back-end interface is calle d, providing th at the cache
file doesn’t already exist and the
-nocache option is not used. Later
executions of
mcc will use it unless overridden by -nocache.Special
command-line options are available to manage this cache, but they
can only be executed on L inux in standalone comm and-line mode (not
through MATLAB). The table summarizes these options.
Linux Command Option
Description
-cache
Prints the cache if used as the
only argument. Can b e used to
rebuild the cache when used with
other arguments in this table.
-arch architect ure
Assumes local host has
architecture specified by this
command. Rebuild s the cach e
unless
-nocache is specified.
-rmcache
Removes the cache.
-nocache
Ignores the cache.
Examples Make a standalone executable for myfun.m.
mcc -m myfun
11-28