octave-maintainers
[Top][All Lists]
Advanced

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

Re: [octave-forge] (parallel) request help for testing at Windows


From: Nicholas Jankowski
Subject: Re: [octave-forge] (parallel) request help for testing at Windows
Date: Mon, 25 Nov 2019 10:18:40 -0500

Do I understand it correctly that Octave didn't return to the prompt
after this? Even after hitting ENTER?

correct. had to kill octave from the task manager.
 
Anyway, the problem seems to be that the default name of the Octave
executable file or the path to this file is wrong. It occurs to me now
that I didn't consider the '.exe' postfix of Windows... But for the
case that it is not so simple, could you give me the following
information, still:

- From the Octave prompt, what das 'getenv("OCTAVE_BINDIR")' print out
  (if anything)?

 octave:1> getenv("OCTAVE_BINDIR")
ans =
octave:2>


- From the shell, what does  'octave-config -p BINDIR' say? (Maybe you
  must give the path to octave-config.)

not surprisingly 
"'octave-config' is not recognized as an internal or external command,
operable program or batch file."

a search below the Octave main folder for octave-config* only found:

C:\Programs\Octave\octave-5.1.0-w64\mingw64\share\man\man1\octave-config.1
C:\Programs\Octave\octave-5.1.0-w64\mingw64\include\octave-5.1.0\octave\octave-config.h


- In the directories, if any, printed out by the above, what are the
  filenames of the Octave executables? Is there an 'octave-cli.exe'?

obviously no output from above, but octave-cli* finds:
C:\Programs\Octave\octave-5.1.0-w64\mingw64\bin\octave-cli.exe
C:\Programs\Octave\octave-5.1.0-w64\mingw64\bin\octave-cli-5.1.0.exe



reply via email to

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