-3
我在安裝libsvm時遇到問題,目前正在通過Ubuntu虛擬機運行。當我按照說明在Unix系統上輸入「make' to build the
svm-train」和「svm-predict」程序,不帶任何參數運行它們以顯示它們的用法。這是我的以下錯誤輸出:我對libsvm和unix系統都比較陌生,所以任何幫助都將不勝感激。如何在Linux上運行libsvm?
[email protected]:~$ cd Document
bash: cd: Document: No such file or directory
[email protected]:~$ cd Documents
[email protected]:~/Documents$ libsvm-3.12
libsvm-3.12: command not found
[email protected]:~/Documents$ cd libsvm-3.12
[email protected]:~/Documents/libsvm-3.12$ make
g++ -Wall -Wconversion -O3 -fPIC -c svm.cpp
make: g++: Command not found
make: *** [svm.o] Error 127
[email protected]:~/Documents/libsvm-3.12$
您是否安裝了'gcc'和'g ++'編譯器?您熟悉命令行,shell以及諸如'make','grep','awk'等的實用程序嗎? –