[LLVMbugs] [Bug 10434] New: Cannot locate stdc++ header files on driver other than 'c:'.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jul 21 18:12:52 PDT 2011


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

           Summary: Cannot locate stdc++ header files on driver other than
                    'c:'.
           Product: clang
           Version: 2.9
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: chrisj at rtems.org
                CC: llvmbugs at cs.uiuc.edu


The follow occurs:

S:\clang>type t.cc
#include <memory>

S:\clang>clang-2.9\bin\clang t.cc
t.cc:1:10: fatal error: 'memory' file not found
#include <memory>
         ^
1 error generated.

S:\clang>

If the same file is compiled on 'C:' there is no problem. The list of ignored
directories (-v) is different in each case. There are a few '/mingw/...'
entries in the case that fails.

The failure happens in the MSYS shell and the cmd.exe shell. I have tested
Windows 7 (64bit) and Windows XP (32bit).

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