Configuration-Related-Errors.html 6.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <html lang="en">
  2. <head>
  3. <title>Configuration Related Errors - avram - a virtual machine code interpreter</title>
  4. <meta http-equiv="Content-Type" content="text/html">
  5. <meta name="description" content="avram - a virtual machine code interpreter">
  6. <meta name="generator" content="makeinfo 4.13">
  7. <link title="Top" rel="start" href="index.html#Top">
  8. <link rel="up" href="Diagnostics.html#Diagnostics" title="Diagnostics">
  9. <link rel="prev" href="Application-Programming-Errors.html#Application-Programming-Errors" title="Application Programming Errors">
  10. <link rel="next" href="Other-Diagnostics-and-Warnings.html#Other-Diagnostics-and-Warnings" title="Other Diagnostics and Warnings">
  11. <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
  12. <meta http-equiv="Content-Style-Type" content="text/css">
  13. <style type="text/css"><!--
  14. pre.display { font-family:inherit }
  15. pre.format { font-family:inherit }
  16. pre.smalldisplay { font-family:inherit; font-size:smaller }
  17. pre.smallformat { font-family:inherit; font-size:smaller }
  18. pre.smallexample { font-size:smaller }
  19. pre.smalllisp { font-size:smaller }
  20. span.sc { font-variant:small-caps }
  21. span.roman { font-family:serif; font-weight:normal; }
  22. span.sansserif { font-family:sans-serif; font-weight:normal; }
  23. --></style>
  24. </head>
  25. <body>
  26. <div class="node">
  27. <a name="Configuration-Related-Errors"></a>
  28. <p>
  29. Next:&nbsp;<a rel="next" accesskey="n" href="Other-Diagnostics-and-Warnings.html#Other-Diagnostics-and-Warnings">Other Diagnostics and Warnings</a>,
  30. Previous:&nbsp;<a rel="previous" accesskey="p" href="Application-Programming-Errors.html#Application-Programming-Errors">Application Programming Errors</a>,
  31. Up:&nbsp;<a rel="up" accesskey="u" href="Diagnostics.html#Diagnostics">Diagnostics</a>
  32. <hr>
  33. </div>
  34. <h4 class="subsection">1.6.6 Configuration Related Errors</h4>
  35. <p>The source code distribution of <code>avram</code> incorporates a flexible
  36. configuration script allowing it to be installed on a variety of
  37. platforms. Not all platforms allow support for all features. It is also
  38. anticipated that new features may be added to <code>avram</code> from time to
  39. time. Some problems may therefore occur due to features not being
  40. supported at your site for either of these reasons. The following error
  41. messages are relevant to these situations.
  42. <dl>
  43. <dt><code>unsupported hook</code><dd><a name="index-g_t_0040code_007bunsupported-hook_007d-94"></a>If it's not simply due to an application programming error
  44. (<a href="Application-Programming-Errors.html#Application-Programming-Errors">Application Programming Errors</a>) this message may be the result of
  45. trying to use an application that requires a newer version of
  46. <code>avram</code> than the one installed, even though applications should
  47. avoid this problem by checking the version number at run time. If this
  48. is the reason, the solution would be to install the latest version.
  49. <br><dt><var>application-name</var><code>: I need avram linked with </code><var>foo</var><code>, </code><var>bar</var><code> and </code><var>baz</var><code>.</code><dd><a name="index-g_t_0040code_007bI-need-avram-linked-with_007d-95"></a>A message of the this form indicates that a new installation may be
  50. needed. At this writing (11/11/1), <code>avram</code> may report this message
  51. with respect to <code>libexpect5.32</code>, <code>tcl8.3</code>, and <code>libutil</code>
  52. if any of the <samp><span class="option">-i</span></samp>, <samp><span class="option">-t</span></samp>, or <samp><span class="option">-s</span></samp> options is used on a
  53. system where not all of these libraries were detected when <code>avram</code>
  54. was installed from a source distribution. (See <a href="Parameter-Mode-Options.html#Parameter-Mode-Options">Parameter Mode Options</a>.)
  55. Because <code>avram</code> is useful even without interactive applications,
  56. these libraries are not considered absolute prerequisites by the
  57. configuration script.
  58. <br><dt><code>avram: can't emulate version </code><var>version</var><dd><a name="index-g_t_0040code_007bcan_0027t-emulate-version_007d-96"></a><a name="index-g_t_0040code_007bemulation_007d-command-line-option-97"></a><a name="index-versions-98"></a><a name="index-backward-compatibility-99"></a>The <samp><span class="option">--emulation=</span><var>version</var></samp> option obviously won't work if
  59. the requested version is newer than the installed version, or if it is
  60. not a valid version number (<a href="General-Options.html#General-Options">General Options</a>). When that happens,
  61. this message is printed instead and <code>avram</code> terminates.
  62. <br><dt><code>avram: multiple version specifications</code><dd><a name="index-g_t_0040code_007bmultiple-version-specifications_007d-100"></a>The <samp><span class="option">--emulation=</span><var>version</var></samp> option can be used at most once
  63. on a command line. This message is printed if it is used more than
  64. once. If you only typed it once and got this message, check your aliases
  65. and wrapper scripts before reporting a bug.
  66. <br><dt><code>avram: unrecognized option: </code><var>option-name</var><dd><a name="index-g_t_0040code_007bunrecognized-option_007d-101"></a>may mean that a command line option has been misspelled, or may be another
  67. sign of an obsolete version of <code>avram</code>. This message will be followed
  68. by a usage summary similar to that of the <samp><span class="option">--help</span></samp> option.
  69. (<a href="General-Options.html#General-Options">General Options</a>).
  70. <br><dt><var>application-name</var><code>: warning: search paths not supported</code><dd><a name="index-search-paths-102"></a><a name="index-paths-103"></a><a name="index-environment-104"></a><a name="index-g_t_0040code_007bAVMINPUTS_007d-105"></a><a name="index-g_t_0040code_007bsearch-paths-not-supported_007d-106"></a><a name="index-g_t_0040file_007bargz_002eh_007d-107"></a>If the <samp><span class="file">argz.h</span></samp> header file was not detected during configuration,
  71. <code>avram</code> will not be able to support search paths in the
  72. <samp><span class="env">AVMINPUTS</span></samp> environment variable (<a href="Environment.html#Environment">Environment</a>). This message
  73. is a warning that the environment variable is being ignored. If the
  74. warning is followed by an i/o error
  75. (<a href="i_002fo-Errors.html#i_002fo-Errors">i/o Errors</a>), the latter may be due to a file being in a path that
  76. was not searched for this reason. A workaround is to specify the full
  77. path names of all input files outside the current working directory. If
  78. you don't need search paths, you can get rid of this message by
  79. undefining <samp><span class="env">AVMINPUTS</span></samp>.
  80. </dl>
  81. </body></html>