Re: [Mingw-w64-public] CRT build broken?

2008-04-21 Thread FX
> There is a problem with mmintrin, and I don't know what it is. With an updated gcc targetting x86_64-pc-mingw32, I get: $ cat foo.c typedef int __m64 __attribute__ ((__vector_size__ (8), __may_alias__)); static void foo (__m64 __m1, __m64 __m2) { __builtin_ia32_paddq ((long long)__m1, (long

Re: [Mingw-w64-public] CRT build broken?

2008-04-21 Thread NightStrike
On Mon, Apr 21, 2008 at 10:36 AM, FX <[EMAIL PROTECTED]> wrote: > I don't see why it would want to use ED (note the capitalisation), and > not "ed" or "sed". I also don't understand why it wants to regenerate > stuff when I haven't modified anything? (and it requires a different > autoconf vers

[Mingw-w64-public] CRT build broken?

2008-04-21 Thread FX
I tried today to take some spare time and build the CRT (which has failed for me the last few times I tried, about two months ago), and it still doesn't work. I am doing a build with build == host == i586-pc-mingw32, and build from CVS binutils, SVN gcc and mingw-w64. binutils and first part of gcc