Re: [ITA] mpclib (mpclib-devel / libmpc1 / libmpc3)

2013-03-11 Thread Achim Gratz
Achim Gratz writes: > And again, the real head-scratcher is libmpfr4. Speaking of which, if I want to compile test packages of these for use with gcc47, how do I tell cygport to link against the new libraries without installing them on my system first (since that will make the installed gcc unusea

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: GCC 4.7 and dependencies

2013-03-11 Thread Achim Gratz
Yaakov (Cygwin/X) writes: > http://cygwin-ports.git.sourceforge.net/git/gitweb.cgi?p=cygwin-ports/gcc > http://cygwin-ports.git.sourceforge.net/git/gitweb.cgi?p=cygwin-ports/gmp > http://cygwin-ports.git.sourceforge.net/git/gitweb.cgi?p=cygwin-ports/mpfr > http://cygwin-ports.git.sourceforge.net/gi

Re: [ITA] mpclib (mpclib-devel / libmpc1 / libmpc3)

2013-03-11 Thread Achim Gratz
Yaakov (Cygwin/X) writes: > On Sun, 10 Mar 2013 16:50:04 +0100, Achim Gratz wrote: >> - provide libmpc1 for compatibility with existing packages (the old >> package pinned the library version to -1 even though the API version >> was -3), the actual library content is identical > > This was a mi

Re: [ITA] gmp (libgmp-devel / libgmp3 / libgmpxx4)

2013-03-11 Thread Achim Gratz
Yaakov (Cygwin/X) writes: > On Sun, 10 Mar 2013 16:36:05 +0100, Achim Gratz wrote: >> Packages orphaned by David Billinghurst. >> >> - no update due to compatibility issues with existing applications > > GCC 4.8 uses isl/cloog-isl for Graphite, which require GMP 5.x. So we > need to update now; p

Re: GCC 4.7 and dependencies

2013-03-11 Thread Cygwin/X
On Mon, 11 Mar 2013 18:40:55 -0500, Yaakov (Cygwin/X) wrote: > JonY, Achim, and others, > > I have updated .cygport and patch files for GCC and its dependencies: > > http://cygwin-ports.git.sourceforge.net/git/gitweb.cgi?p=cygwin-ports/gcc I forgot to mention that this requires cygport git maste

Re: [ITA] mpclib (mpclib-devel / libmpc1 / libmpc3)

2013-03-11 Thread Cygwin/X
On Sun, 10 Mar 2013 16:50:04 +0100, Achim Gratz wrote: > - provide libmpc1 for compatibility with existing packages (the old > package pinned the library version to -1 even though the API version > was -3), the actual library content is identical This was a mistake then; please don't propagate

Re: [ITA] gmp (libgmp-devel / libgmp3 / libgmpxx4)

2013-03-11 Thread Cygwin/X
On Sun, 10 Mar 2013 16:36:05 +0100, Achim Gratz wrote: > Packages orphaned by David Billinghurst. > > - no update due to compatibility issues with existing applications GCC 4.8 uses isl/cloog-isl for Graphite, which require GMP 5.x. So we need to update now; packages which depend on libgmp3 will

Re: GCC 4.7 and dependencies

2013-03-11 Thread Cygwin/X
On Tue, 12 Mar 2013 00:57:45 +, Dave Korn wrote: > > I have updated .cygport and patch files for GCC and its dependencies: > > > > http://cygwin-ports.git.sourceforge.net/git/gitweb.cgi?p=cygwin-ports/gcc > > I'm trying to look at this, but all I get is errors: > > > $ git clone git://cygw

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

Re: GCC 4.7 and dependencies

2013-03-11 Thread Dave Korn
On 11/03/2013 23:40, Yaakov (Cygwin/X) wrote: > JonY, Achim, and others, > > I have updated .cygport and patch files for GCC and its dependencies: > > http://cygwin-ports.git.sourceforge.net/git/gitweb.cgi?p=cygwin-ports/gcc I'm trying to look at this, but all I get is errors: > $ git clone g

Re: a.out.h for 64-bit Cygwin?

2013-03-11 Thread Ken Brown
On 3/11/2013 1:43 PM, Corinna Vinschen wrote: On Mar 11 12:13, Ken Brown wrote: On 3/10/2013 4:52 PM, Corinna Vinschen wrote: No, we shouldn't include windows.h. Some of the values are already defined using another name in a.out.h, see I386MAGIC, DOSMAGIC, or NT_SIGNATURE. I'm pretty open to

Re: a.out.h for 64-bit Cygwin?

2013-03-11 Thread Corinna Vinschen
On Mar 11 18:43, Corinna Vinschen wrote: > On Mar 11 12:13, Ken Brown wrote: > > OK, my patch is attached. I'm also attaching the program I used to > > test it, based on the emacs code I sent in my first post. (And I'm > > able to build 64-bit emacs with this patch.) > > > > It turned out that t

Re: a.out.h for 64-bit Cygwin?

2013-03-11 Thread Corinna Vinschen
On Mar 11 12:13, Ken Brown wrote: > On 3/10/2013 4:52 PM, Corinna Vinschen wrote: > >No, we shouldn't include windows.h. Some of the values are already > >defined using another name in a.out.h, see I386MAGIC, DOSMAGIC, or > >NT_SIGNATURE. > > > >I'm pretty open to add definitions for other values,

Re: a.out.h for 64-bit Cygwin?

2013-03-11 Thread Ken Brown
On 3/10/2013 4:52 PM, Corinna Vinschen wrote: On Mar 10 09:06, Ken Brown wrote: On 3/10/2013 7:18 AM, Corinna Vinschen wrote: On Mar 9 22:43, Ken Brown wrote: It may be too soon to expect this to work, but I'm trying to build emacs for 64-bit Cygwin. Part of the build process involves direct