<p dir="ltr">Apparently I'm still learning ;)</p>
<div class="gmail_quote">On 30 Jul 2014 00:20, "Bill Wendling" <<a href="mailto:isanbard@gmail.com">isanbard@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word">On Jul 29, 2014, at 7:16 AM, Ben Pope <<a href="mailto:benpope81@gmail.com" target="_blank">benpope81@gmail.com</a>> wrote:<br><div><br><blockquote type="cite"><div style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">
On Tuesday, July 29, 2014 09:32 PM, Larry Evans wrote:<br><blockquote type="cite">On 07/29/2014 08:09 AM, Larry Evans wrote:<br><blockquote type="cite">On 07/23/2014 02:05 AM, Bill Wendling wrote:<br><blockquote type="cite">
The binaries are coming in from our testers. There are also sources, so you can compile them yourselves. Please visit this webpage and try out the binaries! File PRs for any issues you found. (Please CC me on the PR and mark it as a release blocker.)<br>
<br><span style="white-space:pre-wrap">   </span><a href="http://llvm.org/pre-releases/3.5/" target="_blank">http://llvm.org/pre-releases/3.5/</a><br><br>-bw<br><br><br></blockquote></blockquote>Setting LD_LIBRARY_PATH environment variable got me past that problem:<br>
<br>-*- mode: compilation; default-directory: "~/dwnlds/llvm/3.5rc1/" -*-<br>Compilation started at Tue Jul 29 08:27:20<br><br>make -f <a href="http://my.mk" target="_blank">my.mk</a><br>LD_LIBRARY_PATH=/usr/local/lib64 make --directory=./build<br>
make[1]: Entering directory `/home/evansl/dwnlds/llvm/3.5rc1/build'<br>make[2]: Entering directory<br>`/home/evansl/dwnlds/llvm/3.5rc1/build/lib/Support'<br>make[2]: Nothing to be done for `all'.<br>..<br>..<br>
..<br>make[2]: Entering directory `/home/evansl/dwnlds/llvm/3.5rc1/build/lib/IR'<br>llvm[2]: Building Intrinsics.gen.tmp from Intrinsics.td<br>llvm[2]: Updated Intrinsics.gen because Intrinsics.gen.tmp changed<br>significantly.<br>
llvm[2]: Compiling AsmWriter.cpp for Release+Asserts build<br>llvm[2]: Compiling Attributes.cpp for Release+Asserts build<br>..<br>..<br>..<br><br><br>Still, it would be nice to know what to pass to configure<br>so that one wouldn't have to set LD_LIBRARY_PATH.<br>
</blockquote><br>My guess is you're building with g++-4.9, so:<br><br>CC=gcc-4.8 CXX=g++-4.8 ./configure <stuff><br><br></div></blockquote><br></div><div>Thanks, Ben. I’m not well-versed enough with Linux builds to know how to debug them. :-(</div>
<div><br></div><div>-bw</div><div><br></div><br></div></blockquote></div>