Skip to main content
 首页 » 编程设计

c++之libreoffice找不到-lstdc++

2024年11月01日11think

当我尝试在Linux上打开应用程序时,它崩溃并显示以下行:

/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. 

我不知道该如何进行,有人知道如何解决吗?

请您参考如下方法:

我尝试了一下,它起作用了:

sudo apt-get update 
sudo apt-get install build-essential 
sudo apt-get install aptitude 
sudo apt-get install libstdc++6