http://llvm.org/bugs/show_bug.cgi?id=16524

            Bug ID: 16524
           Summary: cmath:43:10: fatal error: 'bits/c++config.h' file not
                    found
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

I've installed clang with this:

http://clang.llvm.org/get_started.html

but when i try to compile, i get this:

In file included from IHD_operator.cpp:9:
In file included from /usr/local/include/clang/Frontend/FrontendActions.h:13:
In file included from /usr/local/include/clang/Frontend/FrontendAction.h:21:
In file included from /usr/local/include/clang/Basic/LLVM.h:22:
In file included from /usr/local/include/llvm/Support/Casting.h:18:
In file included from /usr/local/include/llvm/Support/type_traits.h:20:
In file included from /usr/local/include/llvm/Support/DataTypes.h:37:
/usr/lib/gcc/i686-linux-gnu/4.7/../../../../include/c++/4.7/cmath:43:10: fatal
error: 'bits/c++config.h' file not found
#include <bits/c++config.h>
         ^
1 error generated.

The file exits in the correct path, but the problem is still there.
I tried some solutions according to other threads in this site, but none of
them seems to work. Any ideas?

Thanks.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to