This list is probably far too short. Feel free to suggest additional questions (preferably with answers!)
Octave uses the genpath
function to recursively add directories
to the list of directories searched for function files. Check the list
of directories with the path
command. If the path list is very
long check your use of the genpath
function.
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.
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.
mkoctfile
.
Most distributions split Octave into several packages. The script
mkoctfile
is then part of a separate package:
aptitude install octave-headers
yum install octave-devel