|
| From: | anonymous |
| Subject: | [Octave-bug-tracker] [bug #48671] Windows builds contain references to invalid paths |
| Date: | Tue, 2 Aug 2016 15:44:16 +0000 (UTC) |
| User-agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0 |
Follow-up Comment #7, bug #48671 (project octave):
@mtmiller: I use the shell of MSYS2 (which is based on mintty) and started it
from the link created by the msys2 installation.
Setting the environment variable OCTAVE_HOME changes the result of mkoctfile,
but after unsetting it returns the wrong path again.
$ export OCTAVE_HOME="D:\Octave-4.0.3"
$ /d/Octave-4.0.3/bin/mkoctfile -p OCTAVE_HOME
D:\Octave-4.0.3
$ /d/Octave-4.0.3/bin/mkoctfile -p OCTLIBDIR
D:\Octave-4.0.3\lib\octave\4.0.3
$ export OCTAVE_HOME=
$ /d/Octave-4.0.3/bin/mkoctfile -p OCTAVE_HOME
/scratch/jwe/mxe-octave/usr/i686-w64-mingw32
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?48671>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |