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
In my case it was solved by installation of libgmp3-dev
libgmp3-dev
$ sudo apt-get update $ sudo apt-get install libgmp3-dev