Still can`t get clang++ to work

closed account (EwCjE3v7)
So I made a post some time ago about clang++ on code::blocks and someone(I don`t know who) showed me a website, after following instructions, it still dosnt work. I get the error

fatal error: 'iostream' not found

any help
can you provide the link to that post?
closed account (EwCjE3v7)
Yes I can:
http://stackoverflow.com/questions/14419168/using-clang-with-codeblocks-on-windows-7

I followed these instructions on that page

If you want to use Clang on Windows for C++, your only option currently is to use (or build yourself) Clang with/for MinGW(-w64).

Lucky for you, I provide packages:

Clang 3.2
GCC 4.6.3 dw2
Unzip both to the same directory and add mingw32-dw2/bin to PATH, or point Codeblocks to it. You will be limited to GCC 4.6's libstdc++. Clang 3.2's C++11 language support is fully functional though.

Note that Clang expects GCC style options, so I suggest modifying the Codeblocks GCC build process and replacing g++ with clang++ and gcc with clang.

+
This is awesome! I did as you said it works well for now. Note aside. Also the "Linker for dynamic libs:" needs to be set to clang++.exe. Great!!!
sorry! no idea.
same problem with me while trying to use SFML on C::B and couldn't get it working yet.
Topic archived. No new replies allowed.