G++ Error:/Usr/Lib/Rpm/Redhat/Redhat-Hardened-Cc1: No Such File or Directory

Can't install Twisted for Python3 on Fedora for some reason

Solved using the following:

sudo yum install redhat-rpm-config

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

Can't install Pillow in Fedora23

Try installing python-devel as well as redhat-rpm-config packages first (see how to do it here), then pip install Pillow.

More info on manual installation (as opposed to installing native OS packages like python-imaging) you'll find in official installation guide

Compilation error of R package

I comment this line in the scr/Makevars file:

#PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) $(SHLIB_OPENMP_CXXFLAGS)

Now, I can compile the package.



Related Topics



Leave a reply



Submit