[cfe-dev] Compiling a simple Win32 program

Mikael Lyngvig mikael at lyngvig.org
Tue Jun 12 20:09:31 PDT 2012


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.


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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20120613/a0bc29a3/attachment.html>


More information about the cfe-dev mailing list