On Thu, Jul 10, 2014 at 10:53 PM, David Turner wrote: > On Thu, 2014-07-10 at 22:44 +0200, Tuncer Ayaz wrote: > > On Thu, Jul 10, 2014 at 10:33 PM, David Turner wrote: > > > On Thu, 2014-07-10 at 21:59 +0200, Tuncer Ayaz wrote: > > > > The changes in 745224e0 don't seem to build here with gcc-4.9 on > > > > linux x64_64. Any idea what's wrong? > > > > > > > > CC credential-store.o > > > > In file included from /usr/lib/.../xmmintrin.h:31:0, > > > > > > What's in the ...? > > > > > > Because if you're using headers from a different version of gcc, that > > > might explain it. > > > > /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/include/emmintrin.h > > That seems fine to me. > > It looks like the error messages are coming from inside the system's > header files (but this is sometimes misleading). If you just try to > compile > > #include <emmintrin.h> > int main() { } > > with whatever options you use for git, does that work? If not, I would > say that you have a compiler setup problem. The above test works on the same machine, so I'll investigate what's going on when building git. Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html