我正在尝试在 UBUNTU 12.04 桌面版上安装 LIBSVM,但它不起作用。我尝试了很多方法,我阅读了 READ ME 文件中的所有说明,但仍然无法正常工作,并make
在命令窗口中写入后给我错误。我做了mex -setup
,然后它给了我两个我都尝试过的选项,它很好,但是在我编写 make 或 make.m 的那一步之后,我得到了这个错误。
Warning: You are using gcc version "4.4.7-1ubuntu2)". The version
currently supported with MEX is "4.2.3".
For a list of currently supported compilers see:
http://www.mathworks.com/support/compilers/current_release/
mex: libsvmread.c not a normal file or does not exist.
如果 make.m 失败,请查看 README 中的详细说明。
顺便说一句,我已经在不同的位置安装了 libsvm 3.17,但我仍然遇到同样的错误。