Hi,<br><br>I am trying to compile a simple "Hello World" C++ sample using clang ( with IOStreams ).<br>clang was built with MinGW (GCC 4.6) on Windows.<br><br>I got this error when I try to compile<br><span style="font-family: courier new,monospace;">    </span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">            helloworld.cpp:4:10: fatal error: 'iostream' file not found</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">            #include <iostream></span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">                     ^</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">            1 error generated.</span><br><br>
It seems that clang is not "linked" with the MinGW headers by default.<br>I will try to correct this issue, but I would like someone guide me on where is the code that detect the compiler headers.<br>Steven Watanabe said me that he made the patch to find the MSVC 10.0 headers.Steve, I think that you could help me.<br>
<br>Can someone give me a hand?<br><br>Thanks,<br>Fernando.<br>