Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > b38d2da330d1936e5ab1307c039c4941 > files > 43

octave-doc-3.6.4-3.mga4.noarch.rpm

<html lang="en">
<head>
<title>Common problems - Frequently asked questions about Octave (with answers)</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Frequently asked questions about Octave (with answers)">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="prev" href="Installation.html#Installation" title="Installation">
<link rel="next" href="Using-Octave.html#Using-Octave" title="Using Octave">
<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="Common-problems"></a>
<p>
Next:&nbsp;<a rel="next" accesskey="n" href="Using-Octave.html#Using-Octave">Using Octave</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="Installation.html#Installation">Installation</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="index.html#Top">Top</a>
<hr>
</div>

<h2 class="chapter">9 Common problems</h2>

<p>This list is probably far too short.  Feel free to suggest additional
questions (preferably with answers!)

     <ul>
<li>Octave takes a long time to find symbols.

     <p>Octave uses the <code>genpath</code> function to recursively add directories
to the list of directories searched for function files.  Check the list
of directories with the <code>path</code> command. If the path list is very
long check your use of the <code>genpath</code> function.

     <li>When plotting Octave occasionally gives me errors like &lsquo;<samp><span class="samp">gnuplot&gt; 9
0.735604 line 26317: invalid command</span></samp>&rsquo;.

     <p>There is a known bug in gnuplot 4.2 that can cause an off by one error
while piping data to gnuplot. It has been fixed in gnuplot 4.4.

     <p>If you have obtained your copy of Octave from a distribution please file
a bug report requesting that the fix reported in the above bug report be
included.

     <li>I cannot install a package. Octave complains about a missing
<code>mkoctfile</code>.

     <p>Most distributions split Octave into several packages. The script
<code>mkoctfile</code> is then part of a separate package:
          <ul>
<li>Debian/Ubuntu

          <!-- This will work once we upload the Octave packages without a version -->
          <!-- in their name to Debian. -->
          <p><code>aptitude install octave-headers</code>

          <li>Fedora

          <p><code>yum install octave-devel</code>

     </ul>
     </ul>

   </body></html>