In R, using Ubuntu, try to install a lib depending on GMP C lib, it won't find GMP, but I have GMP installed In R, using Ubuntu, try to install a lib depending on GMP C lib, it won't find GMP, but I have GMP installed r r

In R, using Ubuntu, try to install a lib depending on GMP C lib, it won't find GMP, but I have GMP installed


In my case it was solved by installation of libgmp3-dev

$ sudo apt-get update$ sudo apt-get install libgmp3-dev


It worked after I installed build-essential and libboost. Yes, I had something lacking on my system. :-)