-
Notifications
You must be signed in to change notification settings - Fork 4.9k
how to install ibstdc++.a #15593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
sudo dnf -y install libstdc++-static |
I try ,but failed cat /etc/redhat-release |
works to me [root@rock /]# cat /etc/redhat-release Available Packages |
do you change the yum ? |
yum config-manager --set-enabled powertools |
dnf install epel-release |
Uh oh!
There was an error while loading. Please reload this page.
make[2]: *** No rule to make target 'libstdc++.a', needed by 'build/bin/taosdump'.
yum update
yum install epel-release
Package epel-release-8-16.el8.noarch is already installed.
yum install libstdc++-static
Error: Unable to find a match: libstdc++-static
yum info libstdc++ is ok
yum info libstdc++
Last metadata expiration check: 0:10:26 ago on Sat 30 Jul 2022 04:50:14 PM CST.
Installed Packages
Name : libstdc++
Version : 8.5.0
Release : 10.1.el8_6
Architecture : x86_64
Size : 1.8 M
Source : gcc-8.5.0-10.1.el8_6.src.rpm
Repository : @System
From repo : baseos
Summary : GNU Standard C++ Library
URL : http://gcc.gnu.org
License : GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
Description : The libstdc++ package contains a rewritten standard compliant GCC Standard
: C++ Library.
dnf info libstdc++-static
Last metadata expiration check: 0:10:51 ago on Sat 30 Jul 2022 04:50:14 PM CST.
Error: No matching Packages to list
The text was updated successfully, but these errors were encountered: