12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <html lang="en">
- <head>
- <title>Other Diagnostics and Warnings - avram - a virtual machine code interpreter</title>
- <meta http-equiv="Content-Type" content="text/html">
- <meta name="description" content="avram - a virtual machine code interpreter">
- <meta name="generator" content="makeinfo 4.13">
- <link title="Top" rel="start" href="index.html#Top">
- <link rel="up" href="Diagnostics.html#Diagnostics" title="Diagnostics">
- <link rel="prev" href="Configuration-Related-Errors.html#Configuration-Related-Errors" title="Configuration Related Errors">
- <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
- <meta http-equiv="Content-Style-Type" content="text/css">
- <style type="text/css"><!--
- pre.display { font-family:inherit }
- pre.format { font-family:inherit }
- pre.smalldisplay { font-family:inherit; font-size:smaller }
- pre.smallformat { font-family:inherit; font-size:smaller }
- pre.smallexample { font-size:smaller }
- pre.smalllisp { font-size:smaller }
- span.sc { font-variant:small-caps }
- span.roman { font-family:serif; font-weight:normal; }
- span.sansserif { font-family:sans-serif; font-weight:normal; }
- --></style>
- </head>
- <body>
- <div class="node">
- <a name="Other-Diagnostics-and-Warnings"></a>
- <p>
- Previous: <a rel="previous" accesskey="p" href="Configuration-Related-Errors.html#Configuration-Related-Errors">Configuration Related Errors</a>,
- Up: <a rel="up" accesskey="u" href="Diagnostics.html#Diagnostics">Diagnostics</a>
- <hr>
- </div>
- <h4 class="subsection">1.6.7 Other Diagnostics and Warnings</h4>
- <dl>
- <dt><code>avram: multiple -.EXT options; all but last ignored</code><dd><a name="index-g_t_0040code_007bmultiple-_002d_002eEXT-options_007d-108"></a><a name="index-extensions-109"></a><a name="index-file-extensions-110"></a><a name="index-extensions-111"></a><a name="index-file-name-extensions-112"></a><a name="index-file-name-suffixes-113"></a>This message is written when more than one default extension is given as
- a command line parameter. At most one default extension is allowed. If
- more than one is given, only the last one is used. The error is
- non-fatal and <code>avram</code> will try to continue. If you need more
- than one default extension, consider using the hard coded default
- extensions of <samp><span class="file">.fun</span></samp> and <samp><span class="file">.avm</span></samp>, or hacking the shell script
- in which the <code>avram</code> command line appears.
- <br><dt><var>application name</var><code>: empty operator</code><dd>This message probably means that the virtual code file is corrupt or
- invalid.
- <br><dt>usage summary<dd><a name="index-g_t_0040code_007bhelp_007d-command-line-option-114"></a>For any errors in usage not covered by other diagnostics, such as
- incompatible combinations of options, <code>avram</code> prints a message to
- standard error giving a brief summary of options, similar to the output
- from <kbd>avram --help</kbd>. (See <a href="General-Options.html#General-Options">General Options</a>.)
- </dl>
- </body></html>
|