|
| From: | Kai Torben Ohlhus |
| Subject: | [Octave-bug-tracker] [bug #59081] [MXE Octave] Octave binary cannot be found by of-image |
| Date: | Tue, 8 Sep 2020 09:50:00 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36 |
Follow-up Comment #4, bug #59081 (project octave):
Thank you John for looking into this 🙂
Would of-image be compiled to the mxe built "octave" and "mkoctfile", if the
block from
https://sourceforge.net/p/octave/image/ci/default/tree/src/configure.ac
was removed and the variables OCTAVE and MKOCTFILE are properly set by
mxe-octave?
AC_PATH_PROG([OCTAVE], [octave])
if test -z "$OCTAVE"; then
AC_MSG_ERROR([*** 'octave' not found.])
fi
AC_PATH_PROG([MKOCTFILE], [mkoctfile])
if test -z "$MKOCTFILE"; then
AC_MSG_ERROR([*** 'mkoctfile' not found.])
fi
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?59081>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |