From bug-request at octave dot org Mon Mar 20 19:45:19 2006 Subject: Re: [Pkg-octave-devel] Update for mkoctfile manpage From: "Keith Goodman" To: "John W. Eaton" Cc: "octave bug mailing list" Date: Mon, 20 Mar 2006 17:43:30 -0800 ------=_Part_7790_6375267.1142905410758 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 3/20/06, John W. Eaton wrote: > On 18-Mar-2006, Keith Goodman wrote: > | How do you compile a stand-alone application? In Da Coda Al Fine I see > | > | mkoctfile --link-stand-alone > | > | but that's not mentioned in mkoctfile's info file. Are there any other > | options that are not mentioned? > > You'll have to compare the script and the docs. Here's a patch that adds --link-stand-alone to the doc strings of mkoctfile.m and mkoctfile.1. It also fixes a typo in mkoctfile.1. ------=_Part_7790_6375267.1142905410758 Content-Type: application/octet-stream; name=mkoctfile_patch Content-Transfer-Encoding: 7bit X-Attachment-Id: f_el1kb3em Content-Disposition: attachment; filename="mkoctfile_patch" 2006-03-21 Keith Goodman * miscellaneous/mkoctfile.m: Doc string fix. 2006-03-21 Keith Goodman * interpreter/mkoctfile.1: Doc string fix. Index: doc/interpreter/mkoctfile.1 =================================================================== RCS file: /cvs/octave/doc/interpreter/mkoctfile.1,v retrieving revision 1.5 diff -u -r1.5 mkoctfile.1 --- doc/interpreter/mkoctfile.1 15 Mar 2006 17:15:02 -0000 1.5 +++ doc/interpreter/mkoctfile.1 21 Mar 2006 01:34:50 -0000 at @ -63,6 +63,9 @@ FFLAGS .RE .TP 8 +.B \-\-link-stand-alone +Link a stand-alone executable file. +.TP 8 .B \-s|--strip Strip the output file. .TP 8 at @ -70,7 +73,7 @@ Echo commands as they are executed. .TP 8 .B file -Compile or linke file. Recognised file types are +Compile or link file. Recognised file types are .RS .c C source .cc C++ source Index: scripts/miscellaneous/mkoctfile.m =================================================================== RCS file: /cvs/octave/scripts/miscellaneous/mkoctfile.m,v retrieving revision 1.3 diff -u -r1.3 mkoctfile.m --- scripts/miscellaneous/mkoctfile.m 20 Mar 2006 18:52:46 -0000 1.3 +++ scripts/miscellaneous/mkoctfile.m 21 Mar 2006 01:34:55 -0000 at @ -79,6 +79,9 @@ ## FFLAGS ## at end example ## +## at item --link-stand-alone +## Link a stand-alone executable file. +## ## at item| -s -s|--strip ## Strip the output file. ## ------=_Part_7790_6375267.1142905410758-- ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------