<div class="gmail_quote">On Fri, Feb 27, 2009 at 5:48 PM, Aaron Gray <span dir="ltr"><<a href="mailto:aaronngray.lists@googlemail.com">aaronngray.lists@googlemail.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="gmail_quote">
<div>
<div></div>
<div class="Wj3C7c">On Fri, Feb 27, 2009 at 4:50 PM, Aaron Gray <span dir="ltr"><<a href="mailto:aaronngray.lists@googlemail.com" target="_blank">aaronngray.lists@googlemail.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="gmail_quote">
<div>On Fri, Feb 27, 2009 at 4:32 PM, Jay Foad <span dir="ltr"><<a href="mailto:jay.foad@gmail.com" target="_blank">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>>> 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>
<div>Jay, thanks I will try this.</div></div></blockquote>
<div> </div></div></div>
<div>I had to hand modify the code as it did not seem to want to work as a patch.</div>
<div> </div>
<div>However, it does not deal with the LLVMHello.dll problem. Here's what I am getting :-</div></div></blockquote>
<div> </div>
<div>Nick, could you lease give me a list of all the LTO revision/patches so that I may backpeddle and try to get to the bottom of this.</div>
<div> </div>
<div>Thanks,</div>
<div> </div>
<div>Aaron</div>
<div> </div></div>