[cfe-dev] [3.5 Release] Release Candidate 1 Sources and Binaries Available

Ben Pope benpope81 at gmail.com
Tue Jul 29 09:24:02 PDT 2014


Apparently I'm still learning ;)
On 30 Jul 2014 00:20, "Bill Wendling" <isanbard at gmail.com> wrote:

> On Jul 29, 2014, at 7:16 AM, Ben Pope <benpope81 at gmail.com> wrote:
>
> On Tuesday, July 29, 2014 09:32 PM, Larry Evans wrote:
>
> On 07/29/2014 08:09 AM, Larry Evans wrote:
>
> On 07/23/2014 02:05 AM, Bill Wendling wrote:
>
> 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.)
>
> http://llvm.org/pre-releases/3.5/
>
> -bw
>
>
> Setting LD_LIBRARY_PATH environment variable got me past that problem:
>
> -*- mode: compilation; default-directory: "~/dwnlds/llvm/3.5rc1/" -*-
> Compilation started at Tue Jul 29 08:27:20
>
> make -f my.mk
> LD_LIBRARY_PATH=/usr/local/lib64 make --directory=./build
> make[1]: Entering directory `/home/evansl/dwnlds/llvm/3.5rc1/build'
> make[2]: Entering directory
> `/home/evansl/dwnlds/llvm/3.5rc1/build/lib/Support'
> make[2]: Nothing to be done for `all'.
> ..
> ..
> ..
> make[2]: Entering directory `/home/evansl/dwnlds/llvm/3.5rc1/build/lib/IR'
> llvm[2]: Building Intrinsics.gen.tmp from Intrinsics.td
> llvm[2]: Updated Intrinsics.gen because Intrinsics.gen.tmp changed
> significantly.
> llvm[2]: Compiling AsmWriter.cpp for Release+Asserts build
> llvm[2]: Compiling Attributes.cpp for Release+Asserts build
> ..
> ..
> ..
>
>
> Still, it would be nice to know what to pass to configure
> so that one wouldn't have to set LD_LIBRARY_PATH.
>
>
> My guess is you're building with g++-4.9, so:
>
> CC=gcc-4.8 CXX=g++-4.8 ./configure <stuff>
>
>
> Thanks, Ben. I’m not well-versed enough with Linux builds to know how to
> debug them. :-(
>
> -bw
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20140730/9d8f95f1/attachment.html>


More information about the cfe-dev mailing list