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

             Bug #: 12180
           Summary: fatal error 'cmath' file not found when building llvm
                    for vmkit
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: Support Libraries
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


I wanted to try out llvm-vmkit and followed the steps at this link:
http://vmkit.llvm.org/get_started.html

After checking out llvm and clang, I did a ./configure and make. I get these
errors. /home/ganapathy/projects/llvm is the svn trunk check out. Pasting the
errors below.


In file included from Atomic.cpp:14:
In file included from
/home/ganapathy/projects/llvm/include/llvm/Support/Atomic.h:17:
/home/ganapathy/projects/llvm/include/llvm/Support/DataTypes.h:37:10: fatal
error: 'cmath' file not found
#include <cmath>
         ^
1 error generated.
make[1]: ***
[/home/ganapathy/projects/llvm/lib/Support/Release+Asserts/Atomic.o] Error 1
make[1]: Leaving directory `/home/ganapathy/projects/llvm/lib/Support'
make: *** [all] Error 1


PS: Since this is a fatal build error, I am setting it to release blocker
severity. Not sure how this project uses severity. Thanks

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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