我在平台Fedora linux上学习qt,在我制作样本cpp时,它产生了一个g ++错误
g++ error:/usr/lib/rpm/redhat/redhat-hardened-cc1: No such file or directory
Run Code Online (Sandbox Code Playgroud)
请问谁能为我做点什么?
Jak*_*uje 114
你需要安装redhat-rpm-config
一些qt
交换机所需的,可能是:
sudo dnf install redhat-rpm-config
Run Code Online (Sandbox Code Playgroud)
来自AskFedora.