libc++abi-dev lacks include
Bug #1812133 reported by
Axel Huebl
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libc++ (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
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/
found
#include <__cxxabi_config.h>
1 error generated.
```
That file is located in /usr/include/
Maybe add a symlink or install it in a different, clang-findable location?
tags: | added: xenial |
To post a comment you must log in.