<div dir="ltr"><div>From your compilation log:</div><div><br></div><div>configure: [...] 'CFLAGS=-march=core2 -fPIC <b>-DPIC</b> -pipe <b>-DPIC</b> -fPIC -O3' [...] 'CPPFLAGS=' 'CXX=g++' 'CXXFLAGS=-march=core2 -fPIC <b>-DPIC</b> -pipe <b>-DPIC</b> -fPIC -O3'</div>
<div><br></div><div>The line where the build is failing:</div><div><br></div><div><div>bool PIC = PIE || getToolChain().isPICDefault();</div></div><div><br></div><div>Take the -DPIC out of your CFLAGS and CXXFLAGS and the problem should go away.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Aug 21, 2013 at 6:20 AM, Eithrial <span dir="ltr"><<a href="mailto:sekstus.empiryk@gmail.com" target="_blank">sekstus.empiryk@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm using gcc 4.6.4, but same error shows up when I'm compiling with<br>
precompiled llvm/clang 3.3 so it's source have to be somewhere else.<br>
<br>
Error looks like that:<br>
<br>
<br>
Full compilation log can be found there <a href="http://pastebin.com/asVzvqyv" target="_blank">http://pastebin.com/asVzvqyv</a><br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://clang-developers.42468.n3.nabble.com/Error-while-compiling-llvm-3-3-with-clang-tp4034012.html" target="_blank">http://clang-developers.42468.n3.nabble.com/Error-while-compiling-llvm-3-3-with-clang-tp4034012.html</a><br>

Sent from the Clang Developers mailing list archive at Nabble.com.<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</blockquote></div><br></div>