Re: [ITA] mpfr (libmpfr-devel / libmpfr4)

2013-04-10 Thread Achim Gratz
Yaakov (Cygwin/X) writes: >> The problem wasn't really downloading the patches. The patch format >> does not apply with the options that cygport tries, so you'll have to >> apply it manually still. > > Only 'allpatches' doesn't apply; the individual ones do sequentially. Let me try again, but the

Re: [ITA] mpfr (libmpfr-devel / libmpfr4)

2013-04-10 Thread Yaakov (Cygwin/X)
On 2013-04-10 10:27, Achim Gratz wrote: Yaakov (Cygwin/X) writes: Also, automating the patches is possible, e.g.: PATCH_URI=$(seq -f http://www.mpfr.org/mpfr-${VERSION}/patch%02.0f 1 3) Then use the '3' to control the number of patches available. The problem wasn't really downloading the pat

Re: [ITA] mpfr (libmpfr-devel / libmpfr4)

2013-04-10 Thread Achim Gratz
Yaakov (Cygwin/X) writes: > On 2013-04-02 10:27, Achim Gratz wrote: >> I've added test packages compiled with gcc-4.7.2-1 (to be installed by >> manually selecting them, like the test version of gcc itself): > > FYI, 3.1.2 is out now. I know, but since it is just a rollup of the three patches that

Re: [ITA] mpfr (libmpfr-devel / libmpfr4)

2013-04-10 Thread Yaakov (Cygwin/X)
On 2013-04-02 10:27, Achim Gratz wrote: I've added test packages compiled with gcc-4.7.2-1 (to be installed by manually selecting them, like the test version of gcc itself): FYI, 3.1.2 is out now. Also, automating the patches is possible, e.g.: PATCH_URI=$(seq -f http://www.mpfr.org/mpfr-${VE

Re: [ITA] mpfr (libmpfr-devel / libmpfr4)

2013-04-05 Thread Dave Korn
On 02/04/2013 16:27, Achim Gratz wrote: > I've added test packages compiled with gcc-4.7.2-1 (to be installed by > manually selecting them, like the test version of gcc itself): > > wget="wget -xnH --cut-dirs=1 http://cygwin.stromeko.net/release"; Is there some access permission I would need to

Re: [ITA] mpfr (libmpfr-devel / libmpfr4)

2013-04-02 Thread Achim Gratz
I've added test packages compiled with gcc-4.7.2-1 (to be installed by manually selecting them, like the test version of gcc itself): wget="wget -xnH --cut-dirs=1 http://cygwin.stromeko.net/release"; $wget/mpfr/setup.hint $wget/mpfr/mpfr-3.1.1-1-src.tar.bz2 $wget/mpfr/mpfr-3.1.1-1.tar.bz2 $wget/mp

Re: [ITA] mpfr (libmpfr-devel / libmpfr4)

2013-03-11 Thread Achim Gratz
Dave Korn writes: > On 12/03/2013 01:02, Dave Korn wrote: >> On 10/03/2013 15:43, Achim Gratz wrote: >> >>> - TLS disabled since it doesn't work with current gcc >> >> I just debugged that over on the mpfr list. It can be made to work by >> adding "LDFLAGS=-shared-libgcc" to your configure lin

Re: [ITA] mpfr (libmpfr-devel / libmpfr4)

2013-03-11 Thread Dave Korn
On 12/03/2013 01:02, Dave Korn wrote: > On 10/03/2013 15:43, Achim Gratz wrote: > >> - TLS disabled since it doesn't work with current gcc > > I just debugged that over on the mpfr list. It can be made to work by > adding "LDFLAGS=-shared-libgcc" to your configure line. Oh, I should have ad

Re: [ITA] mpfr (libmpfr-devel / libmpfr4)

2013-03-11 Thread Dave Korn
On 10/03/2013 15:43, Achim Gratz wrote: > - TLS disabled since it doesn't work with current gcc I just debugged that over on the mpfr list. It can be made to work by adding "LDFLAGS=-shared-libgcc" to your configure line. (I'm going to patch upstream GCC to make that the default, and I'm al