[LLVMbugs] [Bug 12180] fatal error 'cmath' file not found when building llvm for vmkit
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Mar 4 10:41:40 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=12180
Eli Friedman <sharparrow1 at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |sharparrow1 at yahoo.com
Resolution| |INVALID
--- Comment #1 from Eli Friedman <sharparrow1 at yahoo.com> 2012-03-04 12:41:40 CST ---
That error means you have an existing version of clang on your system which
somehow isn't properly configured to compile C++ code. You can force configure
to use gcc with "CC=gcc CXX=g++ ./configure", or just uninstall whatever
version of clang you have installed.
--
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.
More information about the llvm-bugs
mailing list