Created
January 8, 2016 05:45
-
-
Save yograterol/99c8e123afecc828cb8c to your computer and use it in GitHub Desktop.
"gcc: error: /usr/lib/rpm/redhat/redhat-hardened-cc1: No such file or directory" workaround
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"gcc: error: /usr/lib/rpm/redhat/redhat-hardened-cc1: No such file or directory" CentOS's and Fedora +22 workaround | |
Install `redhat-rpm-config` | |
$ sudo dnf install redhat-rpm-config |
Thanks!
Thanks, works also for similar error /usr/lib/rpm/redhat/redhat-annobin-cc1: No such file or directory
Thanks !
Thanks!
Thanks!
👍
👍
Thanks! First search result, fixed my issue. Fedora 39. 👍
thanks IQ 1000000
Thank you, sir!
worked +1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks!