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:
<>
sudo apt update -qq && apt install -y \
gcc \
g++ \
g++-9 \
autoconf \
automake \
cmake \
apt-utils \
build-essential \
libtool \
flex \
bison \
gcc-doc \
libc6-dev \
libc-dev \
gfortran \
gettext \
libglib2.0-dev \
libgtk3-perl \
libgfs-dev \
libpng-dev \
libxslt1-dev \
liblapack-dev \
libfftw3-dev \
libreadline-dev \
zlib1g-dev \
libbz2-dev \
libxml2-dev \
libgmp-dev \
libcurl4-gnutls-dev \
libmpfr-dev \
gnuplot \
imagemagick \
libjson-glib-1.0-0 \
libjson-glib-dev \
openmpi-bin \
openmpi-common \
ca-certificates \
libgtk-3-dev \
libgtksourceview-3.0-dev \
libgsf-1-dev
</>