On Wed, 17 Dec 2014 12:15:42 +0100, Pedro Alves wrote: > Can you send a version that does an autoconf check for mkdtemp instead? Done. > > + error (_("mkdtemp needs to be implemented for MS-Windows hosts")); > > I think the error text should be a bit more generic and not mention a > particular implementation detail, like "Command not supported on this host." or > some such Done. > I think the testsuite will need to be extended to handle this error, > presumably in skip_compile_feature_tests. Done. Tested it does build on Fedora 21 x86_64 mingw64 for 32-bit and 64-bit .exe targets. OK for check-in? Thanks, Jan