Re: gcc warning about MPFR header version

2015-02-05 Thread Achim Gratz
Ken Brown writes: > I do have this, and I have no other version of the header. But this > >> #define MPFR_VERSION \ >> MPFR_VERSION_NUM(MPFR_VERSION_MAJOR,MPFR_VERSION_MINOR,MPFR_VERSION_PATCHLEVEL) > > yields a value of MPFR_VERSION that doesn't include the "-p11". Maybe > that's what confused g

Re: gcc warning about MPFR header version

2015-02-04 Thread Ken Brown
On 2/4/2015 3:50 PM, Achim Gratz wrote: Ken Brown writes: On 2/4/2015 10:49 AM, Achim Gratz wrote: Ken Brown writes: While trying to build clisp on x86_64 Cygwin with 'gcc -v', I got the following: warning: MPFR header version 3.1.2 differs from library version 3.1.2-p11. Does this indic

Re: gcc warning about MPFR header version

2015-02-04 Thread Achim Gratz
Ken Brown writes: > On 2/4/2015 10:49 AM, Achim Gratz wrote: >> Ken Brown writes: >>> While trying to build clisp on x86_64 Cygwin with 'gcc -v', I got the >>> following: >>> >>>warning: MPFR header version 3.1.2 differs from library version >>> 3.1.2-p11. >>> >>> Does this indicate a problem

Re: gcc warning about MPFR header version

2015-02-04 Thread Ken Brown
On 2/4/2015 10:49 AM, Achim Gratz wrote: Ken Brown writes: While trying to build clisp on x86_64 Cygwin with 'gcc -v', I got the following: warning: MPFR header version 3.1.2 differs from library version 3.1.2-p11. Does this indicate a problem, or can it be safely ignored? You need to ins

Re: gcc warning about MPFR header version

2015-02-04 Thread Achim Gratz
Ken Brown writes: > While trying to build clisp on x86_64 Cygwin with 'gcc -v', I got the > following: > > warning: MPFR header version 3.1.2 differs from library version 3.1.2-p11. > > Does this indicate a problem, or can it be safely ignored? You need to install the latest version of libmpfr-