报错解决:ninja: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20‘ not found (required by ninja)
ninja
a small build system with a focus on speed
项目地址:https://gitcode.com/gh_mirrors/ni/ninja
免费下载资源
·
解决方案:
安好,连接好
/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.28
ln -s /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.28 /usr/lib/x86_64-linux-gnu/libstdc++.so.6
或者双击libstdc++6_10-20200411-0ubuntu1_amd64.deb
or
sudo dpkg -i libstdc++6_10-20200411-0ubuntu1_amd64.deb
参考如下:
Description
libstdc++6 - GNU Standard C++ Library v3
Property | Value |
---|---|
Operating system | Linux |
Distribution | Ubuntu 20.04 LTS (Focal Fossa) |
Repository | Ubuntu Main amd64 Official |
Package filename | libstdc++6_10-20200411-0ubuntu1_amd64.deb |
Package name | libstdc++6 |
Package version | 10 |
Package release | 20200411-0ubuntu1 |
Package architecture | amd64 |
Package type | deb |
Homepage | http://gcc.gnu.org/ |
License | - |
Maintainer | Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com> |
Download size | 491.61 KB |
Installed size | 2.38 MB |
Category | libs |
This package contains an additional runtime library for C++ programs
built with the GNU compiler.
libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
was included up to g++-2.95. The first version of libstdc++-v3 appeared
in g++-3.0.
Alternatives
Package | Version | Arch | Repository |
---|---|---|---|
libstdc++6_10.3.0-1ubuntu1~20.04_amd64.deb | 10.3.0 | amd64 | Ubuntu Updates Main Official |
libstdc++6_10.3.0-1ubuntu1~20.04_arm64.deb | 10.3.0 | arm64 | Ubuntu Updates Main Official |
libstdc++6_10-20200411-0ubuntu1_arm64.deb | 10 | arm64 | Ubuntu Main Official |
libstdc++6 | All | All | All |
Requires
Name | Value |
---|---|
gcc-10-base | = 10-20200411-0ubuntu1 |
libc6 | >= 2.18 |
libgcc-s1 | >= 4.2 |
Conflicts
Name | Value |
---|---|
scim | << 1.4.2-1 |
Obsoletes
Name | Value |
---|---|
libstdc++6-10-dbg | << 4.9.0-3 |
Required By
Search Packages
Download
Type | URL |
---|---|
Mirror | archive.ubuntu.com |
Binary Package | http://archive.ubuntu.com/ubuntu/pool/main/g/gcc-10/libstdc++6_10-20200411-0ubuntu1_amd64.deb |
Source Package | gcc-10 |
Install Howto
- Update the package index:
# sudo apt-get update
- Install libstdc++6 deb package:
# sudo apt-get install libstdc++6
Files
Path |
---|
/usr/lib/x86_64-linux-gnu/libstdc++.so.6 |
/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.28 |
/usr/share/doc/libstdc++6 |
/usr/share/gcc-10/python/libstdcxx/__init__.py |
/usr/share/gcc-10/python/libstdcxx/v6/__init__.py |
/usr/share/gcc-10/python/libstdcxx/v6/printers.py |
/usr/share/gcc-10/python/libstdcxx/v6/xmethods.py |
/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.28-gdb.py |
GitHub 加速计划 / ni / ninja
10.88 K
1.57 K
下载
a small build system with a focus on speed
最近提交(Master分支:2 个月前 )
dcefb838
Fix typo: Explaantions -> Explanations 4 个月前
2f19d3a0 - 4 个月前
更多推荐
已为社区贡献12条内容
所有评论(0)