<div dir="ltr">That's why one of the first things I do on my VMs is replace ld with gold.</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 11, 2015 at 1:26 AM, Dennis Luehring <span dir="ltr"><<a href="mailto:dl.soluz@gmx.net" target="_blank">dl.soluz@gmx.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
you're getting "ld terminated with signal 9 [Killed]" instead.<br></span><span class="">
which suggests that you don't have enough ram (maybe you're using a 32-bit<br>
linux?<br>
</span></blockquote>
<br>
i've got an ubuntu 14.10 x64 VM with 4GB of RAM(3GBs free for compile)<br>
 - before your post ~2GBs - more RAM is currenlty not possible<br>
that amount of RAM let me compile more then before but still stops with ld terminated with signal 9<br>
<br>
what amount of RAM is currently needed for building clang head? it wasn't that much before<span class=""><br>
  <br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I believe the ::max_align_t problem was fixed in<br>
<a href="http://llvm.org/viewvc/llvm-project?rev=201729&view=rev" target="_blank">http://llvm.org/viewvc/llvm-<u></u>project?rev=201729&view=rev</a> which is part of<br>
clang 3.5 (but not 3.4). So if you're using a recent clang, you shouldn't<br>
see this problem. It sounds like you're indeed not seeing this problem with<br>
clang head;<br>
</blockquote>
<br></span>
not with gcc4.9.1 but it seems with gcc4.9.2 (<a href="https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/ppa/+build/6539169" target="_blank">https://launchpad.net/~<u></u>ubuntu-toolchain-r/+archive/<u></u>ubuntu/ppa/+build/6539169</a>)<br>
i will retest if i get more RAM for my tests<br>
<br>
<br>
Am 09.02.2015 um 16:55 schrieb Nico Weber:<div class="HOEnZb"><div class="h5"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I believe the ::max_align_t problem was fixed in<br>
<a href="http://llvm.org/viewvc/llvm-project?rev=201729&view=rev" target="_blank">http://llvm.org/viewvc/llvm-<u></u>project?rev=201729&view=rev</a> which is part of<br>
clang 3.5 (but not 3.4). So if you're using a recent clang, you shouldn't<br>
see this problem. It sounds like you're indeed not seeing this problem with<br>
clang head; you're getting "ld terminated with signal 9 [Killed]" instead.<br>
Searching for this error message finds<br>
<a href="http://stackoverflow.com/questions/5682854/why-is-the-linker-terminating-on-me-when-i-build-clang" target="_blank">http://stackoverflow.com/<u></u>questions/5682854/why-is-the-<u></u>linker-terminating-on-me-when-<u></u>i-build-clang</a><br>
which suggests that you don't have enough ram (maybe you're using a 32-bit<br>
linux?)<br>
<br>
> libstdc++ is designed to work with gcc only. So if you want to avoid<br>
> these issues, you either need to patch libstdc++ or use libcxx instead.<br>
<br>
While it is true that libstdc++ is developed in parallel with gcc, clang<br>
explicitly tries to be able to parse it. If it doesn't, that's a clang bug.<br>
Patching your system headers isn't the right thing to do.<br>
<br>
<br>
On Mon, Feb 9, 2015 at 5:03 AM, Markus Trippelsdorf <<a href="mailto:markus@trippelsdorf.de" target="_blank">markus@trippelsdorf.de</a>><br>
wrote:<br>
<br>
><br>
><br>
> On 2015.02.09 at 13:59 +0100, Dennis Luehring wrote:<br>
> > is this patch always needed for gcc 4.9.2 / ubuntu 14.04 support<br>
> > or should the usage be fixed in the llvm/clang svn source?<br>
><br>
> libstdc++ is designed to work with gcc only. So if you want to avoid<br>
> these issues, you either need to patch libstdc++ or use libcxx instead.<br>
><br>
> --<br>
> Markus<br>
><br>
> ______________________________<u></u>_________________<br>
> cfe-dev mailing list<br>
> <a href="mailto:cfe-dev@cs.uiuc.edu" target="_blank">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/<u></u>mailman/listinfo/cfe-dev</a><br>
><br>
<br>
</blockquote>
<br>
______________________________<u></u>_________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu" target="_blank">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/<u></u>mailman/listinfo/cfe-dev</a><br>
</div></div></blockquote></div><br></div>