Mercurial > hg > octave-lyh
comparison doc/interpreter/install.txi @ 5196:cd5cc2a80589
[project @ 2005-03-09 15:22:58 by jwe]
author | jwe |
---|---|
date | Wed, 09 Mar 2005 15:25:36 +0000 |
parents | 91638098904a |
children | 14992092ab06 |
comparison
equal
deleted
inserted
replaced
5195:5208182e2e62 | 5196:cd5cc2a80589 |
---|---|
426 | 426 |
427 In any case, please report this as a bug since it might be possible to | 427 In any case, please report this as a bug since it might be possible to |
428 modify Octave's configuration script to automatically determine the | 428 modify Octave's configuration script to automatically determine the |
429 proper thing to do. | 429 proper thing to do. |
430 | 430 |
431 @item | |
432 After installing the binary distribution of Octave in an alternate | |
433 directory, the Emacs command @code{run-octave} doesn't work. Emacs | |
434 hangs in @code{accept-process-output} in @code{inferior-octave-startup}. | |
435 | |
436 This seems to be a problem with executing a shell script using the | |
437 comint package. You can avoid the problem by changing the way Octave is | |
438 installed to eliminate the need for the shell script. You can either | |
439 compile and install Octave using the source distribution, reinstall the | |
440 binary distribution in the default directory, or copy the commands in | |
441 the octave shell script wrapper to your shell startup files (and the | |
442 shell startup files for anyone else who is using Octave) and then | |
443 rename the file @file{octave.bin} to be @file{octave}. | |
444 @end itemize | 431 @end itemize |