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

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

[Octave-bug-tracker] [bug #45091] Problem with stk 2.2.1 install under o


From: Oliver Heimlich
Subject: [Octave-bug-tracker] [bug #45091] Problem with stk 2.2.1 install under octave 3.8.2 using MacPorts
Date: Sun, 17 May 2015 08:34:02 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.7.0

Follow-up Comment #2, bug #45091 (project octave):

The src/Makefile calls mkoctfile by its name and does not use $(MKOCTFILE),
which may be different if several Octave versions are installed.  Please fix
the Makefile as follows:


MKOCTFILE ?= mkoctfile

__%__.mex: %.c stk_mex.h
        $(MKOCTFILE) --mex --output $@ $<


On my system (GNU/Linux) this leads to memory access faults during compilation
of the package, because mkoctfile 3.8.2 is used for compiling a 4.0.0-rc4
version of the package.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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