On 06/14/2010 07:14 AM, Duncan McQueen wrote: > Helo, > > I built Clang using MinGW. Everything seemed to go well in the build. > > However, when I ran a simple test (compilation of the following using > 'clang t.c'): Try running with -fms-extensions to enable Microsoft extensions (some of which MinGW supports). Sean