From help-request at octave dot org Mon Dec 20 13:29:27 2004 Subject: Re: DOCSTRINGS up to date From: "John W. Eaton" To: Per Persson Cc: help at octave dot org Date: Mon, 20 Dec 2004 14:30:21 -0500 On 20-Dec-2004, Per Persson wrote: | | On Dec 20, 2004, at 10:07, Samir Sharshar wrote: | | > g++ -fast -mdynamic-no-pic -o munge-texi munge-texi.cc | > making arith.texi from arith.txi | > make[3]: *** [arith.texi] Error 138 | > make[2]: *** [interpreter] Error 2 | > make[1]: *** [doc] Error 2 | > make: *** [all] Error 2 | | Have you tried compiling munge-texi without the -fast flag? | cd doc/interpreter/ | g++ -o munge-texi munge-texi.cc | make | | In my case, -fast broke munge-texi: Any idea why this might be happening? The munge-texi file is fairly simple C++ program that should only rely on standard C++ features. What does -fast do? jwe ------------------------------------------------------------- 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 -------------------------------------------------------------