Is there any settings to be done to use clang++ instead of g++ on RHEL 6.1?<br>The compilation was fine except the linker complains (gnu ld).<br>what I did was <br>#export CXX = path/to/clang++/<br>then make for the project.<br>
<br>If these goes through clang will be supported for our project.<br>This is holding back<br><br>--Dev<br><br>