9 Oct
2014
9 Oct
'14
12:39 a.m.
On 10/6/2014 12:47 PM, John Maddock wrote:
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 ?