[LLVMdev] Ubuntu <13.10 packages broken

Reid Kleckner rnk at google.com
Thu May 15 11:37:02 PDT 2014


Clang requires GCC and libstdc++ 4.7+ now that we've switched to C++11:
http://llvm.org/docs/GettingStarted.html#host-c-toolchain-both-compiler-and-standard-library

We have instructions there for building a modern version of gcc.  It's
really easy to build it these days.  Install into something local like
$HOME/gcc/install and then pass appropriate -L and -Wl,-rpath flags to the
LLVM build.  I do this on 12.04 and it works fine.


On Thu, May 15, 2014 at 3:54 AM, Adam Strzelecki <ono at java.pl> wrote:

> Hi Sylvestre,
>
> It seems that latest libllvm3.5 packages are built with too recent
> libstdc++ version which makes impossible to install any of llvm Ubuntu
> builds on <13.10
>
> The following packages have unmet dependencies:
>  libllvm3.5 : Depends: libstdc++6 (>= 4.8) but 4.7.2-2ubuntu1 is to be
> installed
>
> Can you please have a look? We still have guys have that haven't upgrade
> to latest LTS.
>
> Cheers,
> --
> Adam
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140515/024f8b61/attachment.html>


More information about the llvm-dev mailing list