<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Getting Started instructions incomplete when libc++ is included"
href="https://bugs.llvm.org/show_bug.cgi?id=34350">34350</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Getting Started instructions incomplete when libc++ is included
</td>
</tr>
<tr>
<th>Product</th>
<td>Website
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>Documentation
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>edaskel@att.net
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>I attempted to build Clang using the instructions at
<a href="https://clang.llvm.org/get_started.html">https://clang.llvm.org/get_started.html</a>, including step 6 "Check out libcxx".
The subsequent build step fails quickly with a large number of link errors.
After googling for a while I found a separate page
<a href="http://libcxx.llvm.org/docs/BuildingLibcxx.html">http://libcxx.llvm.org/docs/BuildingLibcxx.html</a> which indicates that
"libcxxabi" is also required for such a build and indeed, adding that step
fixes the link errors.
I think the Getting Started page should be updated to add the installation of
libcxxabi under step 6, so others may avoid this speed bump.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>