c++ - G++ error:/usr/lib/rpm/redhat/redhat-hardened-cc1: No such file or directory -


i'm studying qt on platform fedora linux, threw g++ error below while make sample cpp

g++ error:/usr/lib/rpm/redhat/redhat-hardened-cc1: no such file or directory 

would indicate how me please?

you need install redhat-rpm-config required of qt switches, probably:

sudo dnf install redhat-rpm-config 

from askfedora.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -