ubuntu で cloud9 アプリケーションを実行しようとしています。ただし、makeコマンドでエラーが発生します
llvm[2]: Linking Release+Asserts executable klee (without symbols)
collect2: error: ld terminated with signal 11 [Segmentation fault], core dumped
make[2]: *** [/home/mmalik9/cloud9-cloudsuite/cloud9/Release+Asserts/bin/klee] Error 1
make[2]: Leaving directory `/home/mmalik9/cloud9-cloudsuite/cloud9/tools/klee'
make[1]: *** [klee/.makeall] Error 2
make[1]: Leaving directory `/home/mmalik9/cloud9-cloudsuite/cloud9/tools'
make: *** [all] Error 1
この問題を解決する方法を教えてください。
https://askubuntu.com/questions/441621/cloud9-application-is-giving-error-error-ld-terminated-with-signal-11-segmentからのPSアップデート
g++ helloworld.cpp -o proj
同じエラーが発生しています」
collect2: error: ld terminated with signal 11 [Segmentation fault], core dumped