[llvm-bugs] [Bug 34350] New: Getting Started instructions incomplete when libc++ is included
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Aug 28 12:01:32 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=34350
Bug ID: 34350
Summary: Getting Started instructions incomplete when libc++ is
included
Product: Website
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Documentation
Assignee: unassignedbugs at nondot.org
Reporter: edaskel at att.net
CC: llvm-bugs at lists.llvm.org
I attempted to build Clang using the instructions at
https://clang.llvm.org/get_started.html, 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
http://libcxx.llvm.org/docs/BuildingLibcxx.html 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.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170828/07cacaa1/attachment.html>
More information about the llvm-bugs
mailing list