Am 28.05.20 um 21:58 schrieb Artur Tarassow:
Am 27.05.20 um 21:33 schrieb Leonardo Romero:
> I'm trying to build the last version of Gretl using git. But after I
> run the ./configure command I have the following error:
> #####################################
> Please install GMP and then reconfigure gretl.
> GMP is available from
http://gmplib.org/
> ####################################
> I have already installed the library libgmp3-dev
> $ sudo apt-get install libgmp3-dev
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> libgmp3-dev is already the newest version (2:6.1.2+dfsg-2).
> 0 upgraded, 0 newly installed, 0 to remove and 58 not upgraded.
> ######################################################
> and also have installed: $sudo apt-get install libgmp-dev
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> libgmp-dev is already the newest version (2:6.1.2+dfsg-2).
> 0 upgraded, 0 newly installed, 0 to remove and 58 not upgraded.
> ########################################################
>
> but every time I run de ./configure command I'm having the same
> message. And it did not only happened to me using in Ubuntu. I tried
> in a Debian server and it happens the same.
>
> Can anyone kindly help
Hi Leonardo, try to install those packages. These are needed for
compilation on an Ubuntu or Debian type system:
By the way Leonardo: Interesting that you want to run gretl on a cloud
AWS server. In case you're planning also to run a Docker container incl.
gretl, let me know. I've uploaded one already to docker-hub and could
update it to the latest gretl version.
Best,
Artur