help-octave
[Top][All Lists]
Advanced

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

Re: Installing Octave Interface for Liblinear


From: Benjamin Lindner
Subject: Re: Installing Octave Interface for Liblinear
Date: Tue, 22 Feb 2011 13:37:47 +0100

> mex -O -largeArrayDims -c ..\blas\*.c -outdir ..\blas
> mex -O -largeArrayDims -c ..\linear.cpp
> mex -O -largeArrayDims -c ..\tron.cpp
> mex -O -largeArrayDims -c linear_model_matlab.c -I..\
> mex -O -largeArrayDims train.c -I..\ tron.obj linear.obj
> linear_model_matlab.obj ..\blas\*.obj
> mex -O -largeArrayDims predict.c -I..\ tron.obj linear.obj
> linear_model_matlab.obj ..\blas\*.obj
> mex -O -largeArrayDims libsvmread.c
> mex -O -largeArrayDims libsvmwrite.c

"-O" is not a recigonzed (valid?) argument to mkoctfile, and that's
exactly the error you are seeing.
I am not familiar with the mex interface, what is the meaning of "-O" ?

Either such an option is missing from mkoctfile, or it's named differently here.

benjamin


reply via email to

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