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: unassignedb...@nondot.org
Reporter: edas...@att.net
CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs