9 Oct
2014
9 Oct
'14
8:09 a.m.
Isn't libstdc++ the default when testing with clang ? If not, what do I have to do to use libstdc++ with clang on Linux ?
Yes I believe it's the default unless you've added libc++ to your include path. If in doubt the output from config_info (config_info.output, located deep under bin.v2) will show you all could want to know.
I tried out the latest 'develop' branch of config with both clang 3.3 and the latest clang build from source on SUSE Linux. I ran my tests for tti using clang without any problems. Should I be looking for a particular version of gcc headers/libs or libstdc++ that clang is using ?
No just whatever combinations you have available - many thanks for that, John.