bug-gnucobol
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [open-cobol-list] Failure during configure


From: Patrick
Subject: Re: [open-cobol-list] Failure during configure
Date: Thu, 18 Feb 2016 14:22:25 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0

Hi Dave

What OS and Architecture re you running?

Thanks



On 02/18/2016 11:09 AM, Dave Stratford wrote:
Downloaded the 2.0 771 branch and trying to compile.

Fails at the configure stage:



configure: Checks for GMP ...
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for __gmpz_init in -lgmp... yes
configure: error: Unable to extract GMP version information from gmp.h

$ tail /usr/local/include/gmp.h
#define __GMP_CFLAGS "-O2 -pedantic -fomit-frame-pointer -m64
-mtune=nocona"

/* Major version number is the value of __GNU_MP__ too, above and in mp.h. */
#define __GNU_MP_VERSION            6
#define __GNU_MP_VERSION_MINOR      1
#define __GNU_MP_VERSION_PATCHLEVEL 0
#define __GNU_MP_RELEASE (__GNU_MP_VERSION * 10000 +
__GNU_MP_VERSION_MINOR * 100 + __GNU_MP_VERSION_PATCHLEVEL)

#define __GMP_H__
#endif /* __GMP_H__ */


Any ideas please?

Many thanks,

Dave.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]