当我尝试在 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 安装 build-essential
sudo apt-get 安装 aptitude
sudo apt-get 安装 libstdc++6