help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: reg problem in executing octave command


From: David Bateman
Subject: Re: reg problem in executing octave command
Date: Thu, 14 Jun 2007 10:16:50 +0200
User-agent: Thunderbird 1.5.0.7 (X11/20060921)

lokesh rajendran wrote:
> dear all,
> i use the following octave version,
> GNU Octave, version 2.1.73 (i586-mandriva-linux-gnu).
> Copyright (C) 2006 John W. Eaton.
>
> i'm not able to execute 'help menu' in my konsole while working on
> octave.the following was the error message:
>
> octave:7> help -i multiple plot
> sh: info: command not found
> error: help: unable to find info
> error: help: you need info 2.18 or later (texinfo 3.12)
>
> however ordinary 'help' command is working.

"help" uses "makeinfo" to parse the texinfo help strings, while "help
-i" calls "info" to open the manual. The two cases are different. I
suspect that you don't have the mandrake package containing info
installed and the RPM you used to install octave had this as a missing
dependency.. On my mandriva 2006 machine I get the follwoing


% urpmf `which info`
ncurses:/usr/bin/infocmp
ncurses:/usr/bin/infotocap
netpbm:/usr/bin/infotopam
info:/usr/bin/info
info:/usr/bin/infokey
sc68:/usr/bin/info68
emboss:/usr/bin/infoalign
emboss:/usr/bin/infoseq

So try running "urpmi info".. That is if you have urpmi setup correctly.
Otherwise go to www.pbone.net and find and install the package with "rpm
-Uvh"..

D.

-- 
David Bateman                                address@hidden
Motorola Labs - Paris                        +33 1 69 35 48 04 (Ph) 
Parc Les Algorithmes, Commune de St Aubin    +33 6 72 01 06 33 (Mob) 
91193 Gif-Sur-Yvette FRANCE                  +33 1 69 35 77 01 (Fax) 

The information contained in this communication has been classified as: 

[x] General Business Information 
[ ] Motorola Internal Use Only 
[ ] Motorola Confidential Proprietary



reply via email to

[Prev in Thread] Current Thread [Next in Thread]