At the time I did that test, I was so excited that I didn't realize I was using the MS linker. That does not impact my excitment, but I'm curious if linkers are in the scope of LLVM, and if a Windows linker is planned.<div>
<br></div><div>Thanks!</div><div><br></div><div>Best regards</div><div>Mello</div><div><br><div class="gmail_quote">On Wed, Jun 6, 2012 at 10:22 AM, Cesar Mello <span dir="ltr"><<a href="mailto:cmello@gmail.com" target="_blank">cmello@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Oh thank you so much Dmitry! It worked perfectly!<div><br></div><div>clang -c test.cpp</div><div>link test.o user32.lib msvcrt.lib msvcprt.lib</div>
<div><br></div><div>clang and llvm are awesome! Congratulations to all for the great work!!!</div>
<div><br></div><div>Best regards</div><div><span class="HOEnZb"><font color="#888888">Mello</font></span><div><div class="h5"><br><br><div class="gmail_quote">On Wed, Jun 6, 2012 at 8:01 AM, r4start <span dir="ltr"><<a href="mailto:r4start@gmail.com" target="_blank">r4start@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>On 06/06/2012 14:54, Cesar Mello wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
It compiles nicely, but fails to link. Please can you tell me how to specify user32 and gdi32 libraries for the linker? Sorry if I'm being too newbie. :-)<br>
</blockquote></div>
For example like this<br>
link test.obj user32.lib msvcrt.lib msvcprt.lib<br>
<br>
 - Dmitry Sokolov.<br>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div>