I want to install the Rmpfr library of R, so I type within R:
install.packages(\"Rmpfr\")
This package requires the GMP C library to be ins
It worked after I installed build-essential and libboost. Yes, I had something lacking on my system. :-)
build-essential
libboost