我在安装 libsvm 时遇到问题,目前我正在通过 ubuntu 虚拟机运行。当我按照 Unix 系统上的说明进行操作时,“键入make' to build the
svm-train' 和 `svm-predict' 程序。不带参数运行它们以显示它们的用法”。这是我的以下错误输出:我对 libsvm 和 unix 系统都很陌生,因此将不胜感激。
aaron@aaron-laptop:~$ cd Document
bash: cd: Document: No such file or directory
aaron@aaron-laptop:~$ cd Documents
aaron@aaron-laptop:~/Documents$ libsvm-3.12
libsvm-3.12: command not found
aaron@aaron-laptop:~/Documents$ cd libsvm-3.12
aaron@aaron-laptop:~/Documents/libsvm-3.12$ make
g++ -Wall -Wconversion -O3 -fPIC -c svm.cpp
make: g++: Command not found
make: *** [svm.o] Error 127
aaron@aaron-laptop:~/Documents/libsvm-3.12$