Public bug reported: Even after installing libc++-dev and libc++abi-dev, clang can not compile with `-stdlib=libc++` if it needs to include `<cxxabi.h>`.
The reason lies in a missing include or symlink in cxxabi.h ``` /usr/include/c++/v1/cxxabi.h:21:10: fatal error: '__cxxabi_config.h' file not found #include <__cxxabi_config.h> ^~~~~~~~~~~~~~~~~~~ 1 error generated. ``` That file is located in /usr/include/libcxxabi/ Maybe add a symlink or install it in a different, clang-findable location? ** Affects: libc++ (Ubuntu) Importance: Undecided Status: New ** Tags: xenial ** Tags added: xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1812133 Title: libc++abi-dev lacks include To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libc++/+bug/1812133/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs