[LLVMbugs] [Bug 10281] New: Clang cannot compile on centos with gcc 4.4

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jul 5 14:30:26 PDT 2011


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

           Summary: Clang cannot compile on centos with gcc 4.4
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: Pidgeot18 at gmail.com
                CC: llvmbugs at cs.uiuc.edu


This package of gcc apparently uses x86_64-redhat-linux6E instead of
x86_64-redhat-linux to store the files, which renders using the C++ STL
impossible. Running clang++ -I/usr/include/c++/4.4.4/x86_64-redhat-linux6E/
gets it to work.

-- 
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