<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.lib.mpfr.general">
    <title>gmane.comp.lib.mpfr.general</title>
    <link>http://blog.gmane.org/gmane.comp.lib.mpfr.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1918"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1915"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1907"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1906"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1905"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1897"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1894"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1882"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1880"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1878"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1849"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1843"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1838"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1834"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1831"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1829"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1828"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1827"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1823"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1819"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1918">
    <title>[OT] Long double precision</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/1918</link>
    <description>&lt;pre&gt;Hi,

This follows on from an old thread from early September 2012:
https://sympa.inria.fr/sympa/arc/mpfr/2012-09/msg00011.html

That thread in turn grew out of:
https://sympa.inria.fr/sympa/arc/mpfr/2012-09/msg00004.html

The demo script:

#########################
/*
   With MinGW ports of gcc we need to define
   __USE_MINGW_ANSI_STDIO in order to have
   access to the %Lf specifier
*/

#ifdef  __MINGW32__
#ifndef __USE_MINGW_ANSI_STDIO
#define __USE_MINGW_ANSI_STDIO 1
#endif
#endif

#include &amp;lt;stdio.h&amp;gt;
#include &amp;lt;stdlib.h&amp;gt;

int main(void) {
long double ld = 1e-37L;

printf("%d\n%.17Le\n%.18Le\n%.0Le\n", sizeof(long double), ld, ld, ld);

return 0;
}

#########################

On MS Windows, with the mingw.org port of (32-bit) gcc-4.7.0:
#########################
12
1.00000000000000000e-037
9.999999999999999999e-038
1e-037
#########################

On MS Windows, with the mingw64.sf port of (32-bit) gcc-4.6.3:
#########################
12
1.00000000000000000e-037
9.999999999999999999e-038
1e-037
##########&lt;/pre&gt;</description>
    <dc:creator>sisyphus1-sFbbPxZDHXw0n/F98K4Iww&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-05-10T12:35:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1915">
    <title>Tests Fail</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/1915</link>
    <description>&lt;pre&gt;/bin/sh ../libtool --tag=CC    --mode=link gcc  -O3 -fomit-frame-pointer -pipe
-g0 -march=corei7 -mtune=corei7 -mwin32 -no-install -L../src/.libs  -Xlinker
--gc-sections -L/home/User/GNU/local/lib -o tzeta_ui.exe tzeta_ui.o
libfrtests.la -lm ../src/libmpfr.la -lgmp
libtool: link: warning: `-no-install' is ignored for i686-pc-mingw32
libtool: link: warning: assuming `-no-fast-install' instead
libtool: link: gcc -O3 -fomit-frame-pointer -pipe -g0 -march=corei7 -
mtune=corei7 -mwin32 -Wl,--gc-sections -o .libs/tzeta.exe tzeta.o  -L../
src/.libs -L/home/User/GNU/local/lib ./.libs/libfrtests.a ../src/.libs/
libmpfr.dll.a /home/User/GNU/local/lib/libgmp.dll.a -L/home/User/GNU/
mpfr-3.1.2/src/.libs -L/home/User/GNU/local/lib -L/home/User/GNU/local/lib
make  check-TESTS
make[2]: Entering directory `/home/User/GNU/mpfr-3.1.2/tests'
[tversion] GMP: header 5.1.1, library 5.1.1
[tversion] MPFR tuning parameters from default
PASS: tversion.exe
Bad return value (1 instead of 0) for:
mpfr_get_str failed in test_round_near_&lt;/pre&gt;</description>
    <dc:creator>naroyce-PkbjNfxxIARBDgjK7y7TUQ&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-04-22T04:11:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1907">
    <title>MPFR fails to build with (really) old versions of Makeinfo</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/1907</link>
    <description>&lt;pre&gt;Dear all,

It seems MPFR configures fine when makeinfo is not present but if by any
chance you have a really old version which does not support "--enable-
encoding" lurking in your PATH, then the configure step will fail.

This was reported ages ago here:
https://groups.google.com/d/msg/sage-support/lNp5t-vbT9c/yTHo9Bl1vdAJ
but I also encountered this problem recently on some machine I'm not admin of.
Fortunately, there was another more recent version of makeinfo later in PATH
and I could modify PATH so that it was picked first.

Don't feel obliged to do anything about that as the right solution is to
update makeinfo, but it may be quite difficult sometimes without admin rights
or whatever.
For example if some other binaries are in the same directory as the old
makeinfo and you don't have any right on this dir (ok, then you could compile
your own makeinfo and put it in PATH first, or just modify MPFR yourself...).

Best,
JP

&lt;/pre&gt;</description>
    <dc:creator>flori-jpENlDPnyY8&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-03-29T18:02:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1906">
    <title>NARS2000 Uses MPFR</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/1906</link>
    <description>&lt;pre&gt;NARS2000 is an Experimental APL Interpreter released under GPLv3 that 
has datatypes for multi-precision floating point numbers (via MPFR) as 
well as multi-precision rational numbers (via MPIR).

For more details about our use of multi-precision numbers, see

http://wiki.nars2000.org/index.php?title=Rational_and_VFP_Numbers

For more details about the overall project, see

http://www.nars2000.org/

I would appreciate it if you would include a reference to this project 
as using your excellent library.

&lt;/pre&gt;</description>
    <dc:creator>Bob Smith</dc:creator>
    <dc:date>2013-03-29T14:39:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1905">
    <title>New Python bindings for MPFR</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/1905</link>
    <description>&lt;pre&gt;Hi,

I'd like to announce the release of GMPY2 2.0.0 - a Python wrapper for
GMP, MPFR, and MPC.

The home page is:

https://code.google.com/p/gmpy/

Can the MPFR documentation be updated to include a reference to GMPY2?

Thanks for developing MPFR!

Regards,
Case Van Horsen

&lt;/pre&gt;</description>
    <dc:creator>Case Van Horsen</dc:creator>
    <dc:date>2013-03-25T16:00:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1897">
    <title>mpfr-3.1.2 on Solaris 10 Sparc 19 of 160 tests failed</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/1897</link>
    <description>&lt;pre&gt;
I was very surprised to see : 

gmake[2]: Leaving directory `/usr/local/build/mpfr-3.1.2_SunOS5.10_sparcv9.001/tests'
/usr/local/bin/gmake  check-TESTS
gmake[2]: Entering directory `/usr/local/build/mpfr-3.1.2_SunOS5.10_sparcv9.001/tests'
[tversion] GMP: header 5.1.1, library 5.1.1
[tversion] MPFR tuning parameters from default
PASS: tversion
PASS: tinternals
PASS: tinits
PASS: tisqrt
PASS: tsgn
PASS: tcheck
PASS: tisnan
PASS: texceptions
PASS: tset_exp
PASS: tset
PASS: mpf_compat
PASS: mpfr_compat
PASS: reuse
PASS: tabs
/bin/bash: line 5:  2864 Segmentation Fault      (core dumped) MPFR_QUIET=1 ${dir}$tst
FAIL: tacos
/bin/bash: line 5:  2869 Segmentation Fault      (core dumped) MPFR_QUIET=1 ${dir}$tst
FAIL: tacosh
PASS: tadd
PASS: tadd1sp
PASS: tadd_d
PASS: tadd_ui
PASS: tagm
PASS: tai
/bin/bash: line 5:  2892 Segmentation Fault      (core dumped) MPFR_QUIET=1 ${dir}$tst
FAIL: tasin
/bin/bash: line 5:  2898 Segmentation Fault      (core dumped) MPFR_QUIET=1 ${dir}$tst
FAIL: tasinh
/bin/bash: line 5:  2903&lt;/pre&gt;</description>
    <dc:creator>Dennis Clarke</dc:creator>
    <dc:date>2013-03-23T05:16:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1894">
    <title>3.1.2 does not compile</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/1894</link>
    <description>&lt;pre&gt;cpp-4.64.6.3-1ubuntu5
crashes on amd64 (i7 chip)

make[2]: Entering directory `/home/eckmann/export/mpfr-3.1.2/trunk/src'
/bin/bash ../libtool --tag=CC   --mode=compile x86_64-linux-gnu-gcc 
-std=gnu99 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_LITTLE_ENDIAN=1 
-DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 
-DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 
-DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 
-DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 
-DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 
-DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_DENORMS=1 
-DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 
-DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 
-DMPFR_USE_STATIC_ASSERT=1 -DHAVE_CLOCK_GETTIME=1 -DLT_OBJDIR=\".libs/\" 
-DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_ROOTREM=1 
-DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -I.     -Wall -g  -O3 -MT set_f.lo -MD -MP 
-MF .deps/set_f.Tpo -c -o&lt;/pre&gt;</description>
    <dc:creator>Jean-Pierre.Eckmann-NKlU5yBjbc4&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-03-22T18:02:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1882">
    <title>mpfr 3.1.2 results</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/1882</link>
    <description>&lt;pre&gt;Hi,

On powerpc-darwin8 (OS X 10.4/ppc), looking good.

[tversion] GMP: header 5.1.1, library 5.1.1
[tversion] MPFR tuning parameters from src/powerpc32/mparam.h
PASS: tversion
====================
All 160 tests passed
(1 test was not run)
====================


On i686-darwin10 (OS X 10.6/core2), good:
[tversion] GMP: header 5.1.1, library 5.1.1
[tversion] MPFR tuning parameters from src/x86/core2/mparam.h
PASS: tversion
====================
All 160 tests passed
(1 test was not run)
====================


fink packages updated on 10.4(EOL), 10.6, and 10.7

Fang


&lt;/pre&gt;</description>
    <dc:creator>David Fang</dc:creator>
    <dc:date>2013-03-15T01:00:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1880">
    <title>mpfr-3.1.2 testresults on m68k-unknown-linux-gnu</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/1880</link>
    <description>&lt;pre&gt;m68040 processor, gmp-5.1.1, gcc-4.7.3, running on the aranym-0.9.14 emulator

SKIP: tget_set_d64

====================
All 160 tests passed
(1 test was not run)
====================

&lt;/pre&gt;</description>
    <dc:creator>Mikael Pettersson</dc:creator>
    <dc:date>2013-03-14T11:54:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1878">
    <title>Announce: GNU MPFR 3.1.2 is released</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/1878</link>
    <description>&lt;pre&gt;GNU MPFR 3.1.2 ("canard à l'orange", patch level 2) is now available
for download from the MPFR web site:

  http://www.mpfr.org/mpfr-3.1.2/

from INRIAGForge:

  https://gforge.inria.fr/projects/mpfr/

and from the GNU FTP site:

  http://ftp.gnu.org/gnu/mpfr/

Thanks very much to those who sent us bug reports and/or tested the
release candidate.

The MD5's:
ee2c3ac63bf0c2359bf08fc3ee094c19  mpfr-3.1.2.tar.bz2
181aa7bb0e452c409f2788a4a7f38476  mpfr-3.1.2.tar.gz
e3d203d188b8fe60bb6578dd3152e05c  mpfr-3.1.2.tar.xz
a25a48ed1b776f0cdc480338f1034617  mpfr-3.1.2.zip

The SHA1's:
46d5a11a59a4e31f74f73dd70c5d57a59de2d0b4  mpfr-3.1.2.tar.bz2
5ef83b835fe0a8bf29b7929394633252673e0d67  mpfr-3.1.2.tar.gz
03e593cc6e26639ef5e60be1af8dc527209e5172  mpfr-3.1.2.tar.xz
ed99cfc74a1df58953f3c2543e235587231a88ed  mpfr-3.1.2.zip

The signatures:
http://www.mpfr.org/mpfr-3.1.2/mpfr-3.1.2.tar.xz.asc
http://www.mpfr.org/mpfr-3.1.2/mpfr-3.1.2.tar.bz2.asc
http://www.mpfr.org/mpfr-3.1.2/mpfr-3.1.2.tar.gz.asc
http://www.mpfr.org/mpfr-3&lt;/pre&gt;</description>
    <dc:creator>Vincent Lefevre</dc:creator>
    <dc:date>2013-03-13T23:19:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1849">
    <title>(fwd) [INRIAGForge] Scheduled downtime - March 18 and March 19</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/1849</link>
    <description>&lt;pre&gt;For your information. This will affect the MPFR project pages
&amp;lt;https://gforge.inria.fr/projects/mpfr/&amp;gt;, the MPFR svn repository
and the issue tracker, but neither the MPFR web site (www.mpfr.org)
nor the mailing-lists. Times are in CET (GMT+1).

----- Forwarded message from noreply-QteCRy7xEqLvuXihggDW+w&amp;lt; at &amp;gt;public.gmane.org -----

Date: Mon, 11 Mar 2013 14:52:22 +0100
From: noreply-QteCRy7xEqLvuXihggDW+w&amp;lt; at &amp;gt;public.gmane.org
Subject: [INRIAGForge] Scheduled downtime - March 18 and March 19

Due to sheduled maintenance on network equipment, the INRIA Forge will
be unavailable :
  - from 6 pm to 8 pm on Monday, March 18th 2013,
  - from 1 pm to 2 pm on Tuesday, March 19th 2013.

The InriaForge team apologizes for any inconvenience.

----- End forwarded message -----

&lt;/pre&gt;</description>
    <dc:creator>Vincent Lefevre</dc:creator>
    <dc:date>2013-03-11T14:01:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1843">
    <title>MPFR 3.1.2 x86_64-unknown-linux-gnu</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/1843</link>
    <description>&lt;pre&gt;All 160 tests passed
(1 test was not run)

Unsuccessful in attempted test on cygwin (32-bit) and mingw (64-bit); 
possible incompatibility with released gmp.

&lt;/pre&gt;</description>
    <dc:creator>Tim Prince</dc:creator>
    <dc:date>2013-03-08T22:17:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1838">
    <title>GNU MPFR 3.1.2 Release Candidate</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/1838</link>
    <description>&lt;pre&gt;The release of GNU MPFR 3.1.2 ("canard à l'orange" patch level 2)
is imminent. Please help to make this release as good as possible
by downloading and testing this release candidate:

http://www.mpfr.org/mpfr-3.1.2/mpfr-3.1.2-rc1.tar.xz
http://www.mpfr.org/mpfr-3.1.2/mpfr-3.1.2-rc1.tar.bz2
http://www.mpfr.org/mpfr-3.1.2/mpfr-3.1.2-rc1.tar.gz
http://www.mpfr.org/mpfr-3.1.2/mpfr-3.1.2-rc1.zip

The MD5's:
3a95e02c8dc2897638eb998da837e63a  mpfr-3.1.2-rc1.tar.bz2
a273dd7752039b8753e09afdd9f0506b  mpfr-3.1.2-rc1.tar.gz
d8019782b2d3007c60fd292856a59104  mpfr-3.1.2-rc1.tar.xz
abb2a2fde5109219ab1bef2d55cb5742  mpfr-3.1.2-rc1.zip

The SHA1's:
38b1cd6f6ab0190d4b991d4bc8888db24d112c9f  mpfr-3.1.2-rc1.tar.bz2
9a64b70a3d55c7f8a7faf81cf8f1ad74453dab3b  mpfr-3.1.2-rc1.tar.gz
36d0de647a00527f88c762363e449fcfc6be1375  mpfr-3.1.2-rc1.tar.xz
fc1b9df7a3779c115d1b4eb1aff5cc0f42b5307a  mpfr-3.1.2-rc1.zip

The signatures:
http://www.mpfr.org/mpfr-3.1.2/mpfr-3.1.2-rc1.tar.xz.asc
http://www.mpfr.org/mpfr-3.1.2/mpfr-3.1.2-rc1.tar.bz2&lt;/pre&gt;</description>
    <dc:creator>Vincent Lefevre</dc:creator>
    <dc:date>2013-03-08T16:08:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1834">
    <title>153 of 160 tests failed in 'make check' for mpfr 3.1.1 on Solaris 10</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/1834</link>
    <description>&lt;pre&gt;Hello,

I am building mpfr 3.1.1 on Solaris 10, with gmp 5.1.1, and make check
reports 153 test failures.
The first results are:

PASS: tversion
/bin/bash: line 1: 25292 Segmentation Fault      MPFR_QUIET=1 ${dir}$tst
FAIL: tinternals
/bin/bash: line 1: 25297 Segmentation Fault      MPFR_QUIET=1 ${dir}$tst
FAIL: tinits
/bin/bash: line 1: 25302 Segmentation Fault      MPFR_QUIET=1 ${dir}$tst
FAIL: tisqrt
/bin/bash: line 1: 25307 Segmentation Fault      MPFR_QUIET=1 ${dir}$tst
FAIL: tsgn
/bin/bash: line 1: 25312 Bus Error               MPFR_QUIET=1 ${dir}$tst

Here are the details:

mpfr-3.1.1&amp;gt; uname -a
SunOS selid1t010 5.10 Generic_147440-23 sun4v sparc sun4v
mpfr-3.1.1&amp;gt; ./configure --prefix /vobs/cello/cade_A_tools_utils/mprf
--with-gmp=/vobs/cello/cade_A_tools_utils/gmp CFLAGS='-O2 -pedantic
-m64 -mptr64 -mcpu=ultrasparc' CC='/usr/sfw/bin/gcc -std=gnu99'

The values of CFLAGS and CC come from my gmp 5.1.1 installation:

gmp-5.1.1&amp;gt; grep "^CC\|^CFLAGS" Makefile
CCLD = $(CC)
CC = /usr/sfw/bin/gcc -std=gnu99
CC&lt;/pre&gt;</description>
    <dc:creator>Marc Girod</dc:creator>
    <dc:date>2013-03-05T10:27:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1831">
    <title>Question on building mpft-3.1.1-p2 with gmp-5.1.1</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/1831</link>
    <description>&lt;pre&gt;

Hello,

Following a successful build/install of GMP-5.1.1 on a Linux platform:

LPolisUsr(bash)% ./config.guess
ia64-unknown-linux-gnu

LPolisOps(BASH)# lscpu
Architecture:          ia64
CPU op-mode(s):        64-bit
Byte Order:            Little Endian
CPU(s):                16
On-line CPU(s) list:   0-15
Thread(s) per core:    1
Core(s) per socket:    1
CPU socket(s):         16
NUMA node(s):          1
Vendor ID:             GenuineIntel
CPU family:            32
Model:                 0
CPU MHz:               1599.652
L1d cache:             16K
L1i cache:             16K
L2d cache:             256K
L2i cache:             1024K
L3 cache:              12288K
NUMA node0 CPU(s):     0-15

LPolisOps(BASH)# gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/ia64-suse-linux/4.6/lto-wrapper
Target: ia64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/
usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,f
ortran --e&lt;/pre&gt;</description>
    <dc:creator>Bill.Glessner-3+CQIGFm+IQ&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-02-21T16:46:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1829">
    <title>Security announcement about "make distcheck"</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/1829</link>
    <description>&lt;pre&gt;All the MPFR tarballs are affected by a GNU Automake bug:

  The "make distcheck" rule in GNU Automake before 1.11.6 and 1.12.x
  before 1.12.2 grants world-writable permissions to the extraction
  directory, which introduces a race condition that allows local users
  to execute arbitrary code via unspecified vectors.

(from &amp;lt;http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-3386&amp;gt;).

Users of "make distcheck" should either regenerate the Makefile.in
with a recent Automake version[*] or make sure that the file system
cannot be accessed by untrusted users or processes.

[*] The fix consists in replacing the Makefile.in line

        chmod -R a-w $(distdir); chmod a+w $(distdir)

by

        chmod -R a-w $(distdir); chmod u+w $(distdir)

&lt;/pre&gt;</description>
    <dc:creator>Vincent Lefevre</dc:creator>
    <dc:date>2013-02-08T01:06:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1828">
    <title>MPFR server scheduled downtime</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/1828</link>
    <description>&lt;pre&gt;Due to technical maintenance, the computer systems at the Loria
will be stopped from Friday, February 8 2013, 17:30 CET [16:30 UTC]
to Saturday, February 9 2013, 18:00 CET [17:00 UTC] (except
unpredictable incident). Only the mpfr.org web server will be
affected by this downtime (and mail sent to the MPFR mailing-list
if you use the old address &amp;lt; at &amp;gt;loria.fr).

Thank you for your understanding.

&lt;/pre&gt;</description>
    <dc:creator>Vincent Lefevre</dc:creator>
    <dc:date>2013-02-08T00:41:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1827">
    <title>request to remove link from the home page of MPFR</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/1827</link>
    <description>&lt;pre&gt;Ciao,

  I  see that  the home  page of  MPFR still  references the
project MPGSL, which I closed  years ago; can someone remove
it please?   (I thought  I had  properly announced  that the
project  was closed,  but maybe  I did  it only  on the  GSL
mailing list; sorry for this.)

  TIA
&lt;/pre&gt;</description>
    <dc:creator>Marco Maggi</dc:creator>
    <dc:date>2013-02-06T07:40:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1823">
    <title>configuration error: decimal float support in gcc vs. --with-gmp-build</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/1823</link>
    <description>&lt;pre&gt;
Bonjour!

I am trying to compile gcc with mpfr in-tree, and I am configuring mpfr with --enable-decimal-float.

When invoking 'make', make is trying to configure the mpfr tree, and then breaks with
"configure: error: decimal float support requires --with-gmp-build".

So I re-configure gcc with --with-gmp-build (although it is in-tree as well), and it then breaks with
"configure: error: Do not use --with-gmp-build and other --with-gmp options simultaneously"

Checking the mpfr config.log, it says that it added --with-gmp-include and --with-gmp-lib automatically.

I am not sure whether this is a gcc issue, or an mpfr issue. However, this prevents me from building
gcc with decimal float support at the moment. Is there a way around it? Or am I missing out something?

Merci beaucoup!
- Winston

       &lt;/pre&gt;</description>
    <dc:creator>Winston Smith</dc:creator>
    <dc:date>2013-01-26T11:10:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1819">
    <title>An OpenPGP (GPG) fingerprint should be listed</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/1819</link>
    <description>&lt;pre&gt;Currently, each release is associated with a detached signature; for instance,
the release:

  http://www.mpfr.org/mpfr-current/mpfr-3.1.1.tar.xz

has an associated [detached] signature:

  http://www.mpfr.org/mpfr-current/mpfr-3.1.1.tar.xz.asc

Unfortunately, there is no immediately obvious indication which public key
is required in order to verify the combination of these 2 files. Of course,
a user may find out by trying to verify:

  $ f=mpfr-3.1.1.tar.xz
  $ wget http://www.mpfr.org/mpfr-current/"$f"{,.asc}
  $ gpg --verify "$f".asc
  gpg: Signature made Tue 03 Jul 2012 03:07:08 PM UTC using DSA key ID 98C3739D
  gpg: Can't check signature: No public key

and thus:

  $ gpg --recv-key 0x98C3739D
  gpg: requesting key 98C3739D from hkp server keys.gnupg.net
  gpg: key 98C3739D: public key "Vincent Lefevre &amp;lt;vincent-buymaDBGzMOsTnJN9+BGXg&amp;lt; at &amp;gt;public.gmane.org&amp;gt;" imported
  gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
  gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
  gp&lt;/pre&gt;</description>
    <dc:creator>Michael Witten</dc:creator>
    <dc:date>2013-01-18T17:46:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lib.mpfr.general/1802">
    <title>MPFR sets wrong dependency path for gmp</title>
    <link>http://comments.gmane.org/gmane.comp.lib.mpfr.general/1802</link>
    <description>&lt;pre&gt;Hi,

thanks to help of Paul Zimmermann I found following bug when cross compiling:

../mpfr-3.1.1/configure --host=m68k-atari-mint --with-
gmp=/home/mikro/projects/gnu/binary-package/gmp-5.1.0/usr --prefix=/usr CFLAGS=-
O2 -fomit-frame-pointer CXXFLAGS=-O2 -fomit-frame-pointer

everything goes well, MPFR is built. But then, in libmpfr.la I see:

dependency_libs=' -L/home/mikro/projects/gnu/binary-package/gmp-5.1.0/usr/lib 
/usr/lib/libgmp.la'

instead of:

dependency_libs=' -L/home/mikro/projects/gnu/binary-package/gmp-5.1.0/usr/lib 
/home/mikro/projects/gnu/binary-package/gmp-5.1.0/usr/lib/libgmp.la'

what prevents correct building of libmpc and related software. If I change this, 
everything works again.


&lt;/pre&gt;</description>
    <dc:creator>Miro Kropacek</dc:creator>
    <dc:date>2013-01-12T12:31:04</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lib.mpfr.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lib.mpfr.general</link>
  </textinput>
</rdf:RDF>
