qt環境でfannライブラリを使用しようとしています.fannの簡単な例をテストするプロジェクトを作成し、「LIBS += -L/usr/local/lib -lfann」を「.proファイル」に追加しますが、このエラーで反論した例を実行してください:
undefined reference to 'sin' libfann.so
undefined reference to 'exp' libfann.so
undefined reference to 'log' libfann.so
undefined reference to 'cos' libfann.so
undefined reference to 'pow' libfann.so
undefined reference to 'sqrt' libfann.so
undefined reference to 'floor' libfann.so
. . . 数学関数に問題があるようですが、どうすれば直せますか?