[LLVMbugs] [Bug 19289] New: Clang fails to find 32-bit C++ system headers on Ubuntu 13.10

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Mar 31 03:57:45 PDT 2014


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

            Bug ID: 19289
           Summary: Clang fails to find 32-bit C++ system headers on
                    Ubuntu 13.10
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
          Assignee: unassignedclangbugs at nondot.org
          Reporter: eugeni.stepanov at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Again, C++ system header path has changed.
Ubuntu 13.10 x86_64 has:

/usr/include/i386-linux-gnu
/usr/include/x86_64-linux-gnu
/usr/lib/i386-linux-gnu
/usr/lib/x86_64-linux-gnu

but

/usr/lib/gcc/i686-linux-gnu
/usr/lib/gcc/x86_64-linux-gnu

clang++ -m32 test.cc fails to find bits/c++config.h

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140331/54dfe949/attachment.html>


More information about the llvm-bugs mailing list