<div class="gmail_quote">On Fri, Feb 27, 2009 at 4:32 PM, Jay Foad <span dir="ltr"><<a href="mailto:jay.foad@gmail.com">jay.foad@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="Ih2E3d">>> Could you please rig Makefile.rules or something to print out the value<br>>> of $(LLVM_ON_WIN32) ? The only way I can think of this happening is if<br>>> that's erroneously false.<br>
<br></div>This works for me:<br><br>Index: Makefile.rules<br>===================================================================<br>--- Makefile.rules      (revision 65633)<br>+++ Makefile.rules      (working copy)<br>@@ -298,6 +298,8 @@<br>
      # Common symbols not allowed in dylib files<br>      CXX.Flags += -fno-common<br>      C.Flags   += -fno-common<br>+    else ifeq ($(OS),Cygwin)<br>+      # Nothing. Cygwin defaults to PIC and warns when given -fPIC<br>
    else<br>      # Linux and others; pass -fPIC<br>      CXX.Flags += -fPIC</blockquote>
<div> </div>
<div>Jay, thanks I will try this.</div>
<div> </div>
<div>Does it also deal with the lib/Transforms/Hello build failure ?</div>
<div> </div>
<div>Many thanks,</div>
<div> </div>
<div>Aaron</div>
<div> </div></div>