[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
help causes warning: delete: no such file: \octave-help-?????
From: |
Tatsuro MATSUOKA |
Subject: |
help causes warning: delete: no such file: \octave-help-????? |
Date: |
Tue, 3 Aug 2010 13:19:37 +0900 (JST) |
Hello
Recently I have noticed warning happens when help command is executed on own
build octave of the
development version downloaded from Mercurial archive.
(MinGW, gcc-4.5.0, on winodws XP professional and Home sp3)
octave.exe:1> help beta
warning: delete: no such file: \octave-help-JMkXDP
\input texinfo
I have a look at \octave-help-JMkXDP (drive D, ./run-octave is executed at
drive D)
***********************
@deftypefn {Mapping Function} {} beta (@var{a}, @var{b})
For real inputs, return the Beta function,
@tex
$$
B (a, b) = {\Gamma (a) \Gamma (b) \over \Gamma (a + b)}.
$$
@end tex
@ifnottex
@example
beta (a, b) = gamma (a) * gamma (b) / gamma (a + b).
@end example
@end ifnottex
@end deftypefn
@bye
***********
Perhaps the above is temporary file to display the help.
Have anyone seen similar behavior?
Regards
Tatsuro
--------------------------------------
Are you OK? Online Safety Special Site - Yahoo! JAPAN
http://pr.mail.yahoo.co.jp/security/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- help causes warning: delete: no such file: \octave-help-?????,
Tatsuro MATSUOKA <=