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

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, as long

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 the most

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: 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

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 also

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

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: [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: 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 master.