Subject: [linux-delhi] C++ compiler on Redhat Linux
> Dear all,
> I have Redhat linux 6.x installed.
ting ting ! time to upgrade.
>This Redhat linux did not have c++ compiler installed at the installation
time.
> So I tried to install package egcs-c++, It gave me dependencies p
Use the CD you installed RedHat from and select the upgrade option. In
the menu where it package categories like Xwindows, Dialup Networking
etc.. select Developement and go ahead with the upgrade process. This
will make sure you have all the usually compilers and developement
libraries like glibc
> after installing these five pacages i have got g++
> compiler working.
> 1) Am i correct in installing the C++ compiler?
> 2) Is there some rpm i have missed that is needed for
> C++ on Linux?
> 3) Does anyone know what is the use of all these rpms
> in C++ programming?
Basically if u can compil
Dear all,
I have Redhat linux 6.x installed. This Redhat linux
did not have c++ compiler installed at the
installation time.
So I tried to install package egcs-c++, It gave me
dependencies problem and i had to install the
following 5 packages:
egcs-c++
egcs
cpp
kernel-headers
glibc-devel
after