libreoffice找不到-lstdc++

libreoffice找不到-lstdc++

當我嘗試在 Linux 上開啟應用程式 LibreOffice 時,它顯示 Openning Logo,然後崩潰並列印以下行:

/usr/bin/ld: cannot find -lstdc++ 
clang: error: linker command failed with exit code 1 (use -v to see invocation) soffice.bin: common.c:108: llvm_codegen: Assertion `error == 0'failed.

我不知道如何繼續。 有人知道如何修復它嗎?

答案1

嘗試在終端中運行它:

sudo apt-get 安裝 libstdc++

或者

sudo apt-get 更新

sudo apt-get install build-essential

sudo apt-get install aptitude

須藤 apt-get 安裝 libstdc++6

相關內容