libc++abi-dev lacks include

Bug #1812133 reported by Axel Huebl
6
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/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?

Tags: xenial
Axel Huebl (axel-huebl)
tags: added: xenial
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.