[cfe-dev] clang++

Devchandra L Meetei dlmeetei at gmail.com
Wed Mar 16 02:42:24 PDT 2011


rpm -qa | fgrep c++ gives
gcc-c++-4.1.2-50.el5
libstdc++44-devel-4.4.4-13.el5
gcc44-c++-4.4.4-13.el5
libstdc++-4.1.2-50.el5
libstdc++-devel-4.1.2-50.el5
compat-libstdc++-33-3.2.3-61
compat-libstdc++-296-2.96-138

Dont remember exactly, How I got?

Any solutions?
Regards
Dev


On Wed, Mar 16, 2011 at 2:48 PM, NAKAMURA Takumi <geek4civic at gmail.com>wrote:

> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110316/4162e7be/attachment.html>


More information about the cfe-dev mailing list