# HG changeset patch # User Thomas Weber # Date 1224009296 14400 # Node ID 518789a0539db871e29fb8e7aee7b4974602b977 # Parent 263261b2124fbc0f55ecf4b8bfcd347035bb9a37 FAQ entry about split development packages in distributions diff -r 263261b2124f -r 518789a0539d doc/faq/Octave-FAQ.texi --- a/doc/faq/Octave-FAQ.texi Tue Oct 14 13:26:09 2008 -0400 +++ b/doc/faq/Octave-FAQ.texi Tue Oct 14 14:34:56 2008 -0400 @@ -649,6 +649,24 @@ 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. + +@item +I cannot install a package. Octave complains about a missing @code{mkoctfile}. + +Most distributions split Octave into several packages. The script +@code{mkoctfile} is then part of a separate package: +@itemize @minus +@item +Debian/Ubuntu + +@code{aptitude install octave3.0-headers} + +@item +Fedora + +@code{yum install octave-devel} + +@end itemize @end itemize @node How do I ...?