MATLAB compilerで生成したスタンドアロンアプリケーションをGUI否想定のlinux環境上で実行できません
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
掲題についてですが、
matlab runtimeのインストールまで成功しています。
その後、
の内容に従って、bashrcのパス設定を行い、下記のコマンドで実行できるはずでしたが、エラーとなります。
実行ファイル名を仮に
test
としています。
[実行したコマンド]
$ ./run_conductor.sh <matlab runtime インストールディレクトリ> -nodisplay
[エラーメッセージ]
./test: symbol lookup error: /usr/lib/x86_64-linux-gnu/libfontconfig.so.1: undefined symbol: FT_Done_MM_Var
お答えいただければ幸いです。宜しくお願いします。
Antworten (0)
Siehe auch
Kategorien
Mehr zu C 共有ライブラリの統合 finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!