Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

(GNU COBOL) configure: error: gmp.h (GMP) is required

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
quadrilione
Posts: 6
Joined: 2013-11-30 16:42

(GNU COBOL) configure: error: gmp.h (GMP) is required

#1 Post by quadrilione »

I have entered the command ./configure for the installation of GNU COBOL and I have received the error:
configure: error: gmp.h (GMP) is required

I haven't found solutions on the Open Cobol site.
Someone can give me help ?

User avatar
saulgoode
Posts: 1445
Joined: 2007-10-22 11:34
Been thanked: 4 times

Re: (GNU COBOL) configure: error: gmp.h (GMP) is required

#2 Post by saulgoode »

Did you install the gmp dev package?

I think it would be installed with:
  • apt-get install libgmp3-dev
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. -- Brian Kernighan

quadrilione
Posts: 6
Joined: 2013-11-30 16:42

Re: (GNU COBOL) configure: error: gmp.h (GMP) is required

#3 Post by quadrilione »

Thanks saulgoode

Post Reply