[Scons-users] FW: how to execute Clang static analyzer perl script instead of gcc.exe on Mingw/MSYS
William Deegan
bill at baddogconsulting.com
Fri Apr 12 15:25:23 EDT 2013
Dennis,
Another way to skin the cat would be to make a .bat file named cc-analayzer.bat which just does:
> perl /mingw/bin/ccc-analyzer
Though you may have to use some batch file magic to propagate any arguments..
-Bill
On Apr 12, 2013, at 12:16 PM, "Dennis Cote" <DennisC at harding.ca> wrote:
>
> Instead of "bash ccc-analyzer" try "perl ccc-analyzer" ?
>
>
> Hi Bill,
>
> That was almost the ticket. I had to use the following
>
> CC=’perl /mingw/bin/ccc-analyzer’
>
> To get it to work.
>
> Thanks for your help.
>
> Dennis Cote
> _______________________________________________
> Scons-users mailing list
> Scons-users at scons.org
> http://four.pairlist.net/mailman/listinfo/scons-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://four.pairlist.net/pipermail/scons-users/attachments/20130412/4cf28517/attachment-0001.html>
More information about the Scons-users
mailing list