[cfe-dev] Compiling a simple Win32 program

Michael Spencer bigcheesegs at gmail.com
Tue Jun 12 22:45:34 PDT 2012


On Tue, Jun 12, 2012 at 8:09 PM, Mikael Lyngvig <mikael at lyngvig.org> wrote:
> Just be aware that GnuWin32 includes a link.exe command, which creates
> symbolic or hard links (not sure which).  It is part of GNU coreutils.  So
> if the user sets up an environment to use GnuWin32 and Mingw32, so as to be
> able to run the llvm test suite, you'll bug into this one.

vcvars prepends it's paths to PATH, so it will not find gnuwin32 or
mingw/msys link.

- Michael Spencer

> 2012/6/12 Nikola Smiljanic <popizdeh at gmail.com>
>>
>> It will search the path to find the first link.exe. The one from Visual
>> Studio should be first if Command prompt or vcvars.bat are used.
>>
>>
>> On Tue, Jun 12, 2012 at 2:23 PM, Kim Gräsman <kim.grasman at gmail.com>
>> wrote:
>>>
>>>
>>> That sounds like it would match my expectations for behavior, good idea!
>>>
>>> Can you have it fall back on %PATH% if no VS environment variables are
>>> found?
>>>
>>> Thanks,
>>> - Kim
>>
>>
>>
>> _______________________________________________
>> cfe-dev mailing list
>> cfe-dev at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>>
>
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>




More information about the cfe-dev mailing list