octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #40381] MXE / MinGW - setenv does not work cor


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #40381] MXE / MinGW - setenv does not work correctly
Date: Fri, 01 Nov 2013 16:35:31 +0000
User-agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)

Follow-up Comment #28, bug #40381 (project octave):

I was running the windows (native compiled) version.

I have pulled since but still show the same issue.


$ hg id
ebb3ef964372 tip @

$ ./run-octave --eval "exp (1)"
$ octave:./.libs/lt-octave-gui.c:233: FATAL: couldn't find octave.

$ ./run-octave -f --eval "exp (1)"
octave:./.libs/lt-octave-gui.c:233: FATAL: couldn't find octave.

$ ./run-octave --no-gui-libs --eval "exp (1)"
octave:./.libs/lt-octave-cli.c:233: FATAL: couldn't find octave.



run-octave.in (and run-octave) have the following in their arg parsing:

  elif [ "x$1" = "x-cli" ]; then
    octave_executable="$builddir/src/octave-cli"
    shift
  fi


Running './run-octave -cli' still works.

Running others without the run-octave script:

$ ./src/octave
octave: failed to exec '\home\jdonoghue\mxe-octave\bin\octave-gui'
$ ./src/octave-gui.exe  (works)




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40381>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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