How to install GNU c,c++ library in F8/F9

Armin feng.shaun at gmail.com
Mon Aug 4 18:52:09 UTC 2008


On Monday 04 August 2008 02:18:35 이은태 wrote:
> try yum -y groupinstall "Development Tools";
>
> 2008/8/4 Russell Miller <duskglow at gmail.com>
>
> > Prashanth Kumar wrote:
> >> Hi Everybody,
> >>
> >> I'm learning c,c++ programming in linux.
> >> For that i need to know the library functions available.
> >> So, plz guide me to install GNU c,c++ library functions and their 
manual
> >> in step by step in Fedora 8 and in Fedora 9.
> >>
> >> Advance thanks.
> >>
> >>
> >> Connect with friends all over the world. Get Yahoo! India 
Messenger. <
> >> 
http://in.rd.yahoo.com/tagline_messenger_1/*http://in.messenger.yahoo.co
> >>m/?wm=n/>
> >
> > yum install gcc
> > and I think the command to install c++ is
> > yum install g++
> >
> > You may want some other packages, install them in the same way.
> >
> > --Russell
> >
> > --
> > fedora-list mailing list
> > fedora-list at redhat.com
> > To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
you might want to try:
$ su -c 'yum install gcc-c++'

and for reference for C++ classes and functions, you can refer to:
http://www.cppreference.com
http://www.cplusplus.com

good luck!

-- 
Armin




More information about the fedora-list mailing list