[cfe-dev] Built on MinGW and error in running basic compiation

Sean Hunt rideau3 at gmail.com
Mon Jun 14 06:45:00 PDT 2010


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



More information about the cfe-dev mailing list