Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Ubuntu Server 12.04.4 LTS x64 上安装了新的 dmd。当我尝试编译一个简单的“Hello, world!”时 程序,我收到以下错误:
dmd: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
好吧...我就说吧...我不知道那是什么意思,那是什么以及如何解决?
这应该能够解决它:
sudo apt-get install build-essential