フィルターのクリア

error at installing libsvm on windows7

1 回表示 (過去 30 日間)
tannaz akbarpour
tannaz akbarpour 2016 年 11 月 20 日
回答済み: Walter Roberson 2016 年 11 月 20 日
I want to use libsvm-3.21 for image processing. I added the proper compiler as mentioned in https://www.mathworks.com/matlabcentral/fileexchange/52848-matlab-support-for-the-mingw-w64-c-c++-compiler-from-tdm-gcc
then I runned make.m present in directory. but I recieved the following error :
error: \-fexceptions: No such file or directory !!!
but this file does exist in directory
any ideas to solve the problem?
  1 件のコメント
Walter Roberson
Walter Roberson 2016 年 11 月 20 日
Which MATLAB version are you using? The Statistics toolbox has supported SVM since R2013a. Is there a particular reason you are using libsvm instead of the Statistics toolbox?

サインインしてコメントする。

採用された回答

Walter Roberson
Walter Roberson 2016 年 11 月 20 日
-fexceptions is a command line switch for compiling. It is not a file and it is unlikely that you have a file named "-fexceptions" in the root directory of your current drive.
http://stackoverflow.com/questions/13401719/how-to-enable-exception-handling-in-mingw and see the answer that starts "If you're using straight g++ from the command line"

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by