I'm trying to use gnucobol on a Raspberry Pi 4. I see others have said it just worked so perhaps the issue here is that I have the light version of raspbian installed.
I hope someone can help me understand why ./configure can't find the gmp libary. I have libgmp10 installed (via apt). I have gnucobol-3.1.2 extracted from the tar.
configure: Checks for GMP/MPIR ...
checking for gmp... no
checking for libgmp... no
checking gmp.h usability... no
checking gmp.h presence... no
checking for gmp.h... no
checking for mpir... no
checking mpir.h usability... no
checking mpir.h presence... no
checking for mpir.h... no
configure: error: neither GMP nor MPIR library are found, but one of those is mandatory
Thanks in advance
F
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
For all libraries you must also install the -devel (or Dev) packages.
Vince
On 29/08/2022 01:41, noreply@sourceforge.net wrote:
Hi,
I'm trying to use gnucobol on a Raspberry Pi 4. I see others have said
it just worked so perhaps the issue here is that I have the light
version of raspbian installed.
I hope someone can help me understand why ./configure can't find the
gmp libary. I have libgmp10 installed (via apt). I have gnucobol-3.1.2
extracted from the tar.
configure: Checks for GMP/MPIR ...
checking for gmp... no
checking for libgmp... no
checking gmp.h usability... no
checking gmp.h presence... no
checking for gmp.h... no
checking for mpir... no
checking mpir.h usability... no
checking mpir.h presence... no
checking for mpir.h... no
configure: error: neither GMP nor MPIR library are found, but one of
those is mandatory
Thanks in advance
F
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm trying to use gnucobol on a Raspberry Pi 4. I see others have said it just worked so perhaps the issue here is that I have the light version of raspbian installed.
I hope someone can help me understand why ./configure can't find the gmp libary. I have libgmp10 installed (via apt). I have gnucobol-3.1.2 extracted from the tar.
configure: Checks for GMP/MPIR ...
checking for gmp... no
checking for libgmp... no
checking gmp.h usability... no
checking gmp.h presence... no
checking for gmp.h... no
checking for mpir... no
checking mpir.h usability... no
checking mpir.h presence... no
checking for mpir.h... no
configure: error: neither GMP nor MPIR library are found, but one of those is mandatory
Thanks in advance
F
For all libraries you must also install the -devel (or Dev) packages.
Vince
On 29/08/2022 01:41, noreply@sourceforge.net wrote: