[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Using LIBSVM on a MAC within Octave
From: |
c. |
Subject: |
Re: Using LIBSVM on a MAC within Octave |
Date: |
Thu, 2 Aug 2012 07:54:20 +0200 |
On 2 Aug 2012, at 05:03, Luis Carrio wrote:
> Hey guys,
>
> Admitting I'm a bit of a novice in these matters, I'm having trouble
> attempting to use libsvm-3.12, a support vector machine library
> <http://www.csie.ntu.edu.tw/~cjlin/libsvm/#matlab>
>
> I've downloaded the most recent version, and attempted running the "make.m"
> file, where I receive a large number of errors. For completeness, below is
> the laundry list of errors I'm experiencing. While the 32 versus 64 bit
> issue seems apparent, I don't know how to resolve these errors, and
> supporting threads haven't really given me insight. Any help would be
> sincerely appreciated (note, I'm running Snow Leopard 10.6.8):
You should somehow pass the "-m32" option to the compiler invoked by
"mkoctfile".
Where did you get your Octave from and how did you install it?
What is your version of Octave?
c.