[cfe-dev] clang++
NAKAMURA Takumi
geek4civic at gmail.com
Wed Mar 16 02:18:40 PDT 2011
Hello, Devchandra.
Please show us;
$ rpm -qa | fgrep c++
I guess you are using RHEL5 (or clone).
"gcc" (and g++) is 4.1.2.
btw, who provides /usr/include/c++/4.4.4 ?
FYI, with a few tweaks, gcc44's headers and libraries are available on CentOS5.
(on centos5, gcc44-c++-4.4.0-6.el5 is provided)
libstdc++-4.1 would be unavailable with clang++.
$ gcc44 --version
gcc44 (GCC) 4.4.0 20090514 (Red Hat 4.4.0-6)
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ ls -F /usr/include/c++
4.1.1/ 4.1.2@ 4.4.0/
...Takumi
More information about the cfe-dev
mailing list