Tags: patch

The reason is that Octave does not ship versioned mkoctfile any longer
(since few release it seems).

A patch fixing this bug is attached.
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,7 @@
 # Octave - local install (e.g. compiled from sources) 
 OCTAVE_VERSION = -3.4.0
 INCOCTAVE = -I /usr/include/octave$(OCTAVE_VERSION)/octave 
-OCT           = mkoctfile$(OCTAVE_VERSION)
+OCT           = mkoctfile
 ##########################################################
 
 ##########################################################
--- a/mex/Makefile
+++ b/mex/Makefile
@@ -62,7 +62,7 @@
 #OCTAVE_VERSION 	= 
 #INCOCTAVE 	= -I /usr/include/octave 
 
-OCT           	= mkoctfile$(OCTAVE_VERSION)
+OCT           	= mkoctfile
 ##########################################################
 
 ../libbiosig.$(LIBEXT):

Reply via email to