> On Sat, Dec 18, 1999 at 11:25:07PM -0800, Wilhein wrote:
> > I have just installed red hat linux 6.1 from my redhat 6.1 cd.
> > After doing a great amount of work, i notice that g++, gcc and make
> > utilites are not installed. How do i install them from my red hat
> > cd? Which rpm are they in ?
> 
> egcs-c++-1.1.2-24*rpm
> egcs-1.1.2-24*rpm
> make*rpm

You will also need some -devel- rpms, glibc amongst them.
find /mnt/mcdrom -name \*devel\*rpm 

then rpm -i ...
to install your choices.

You will need a debugger too;-)
 gdb-4.18-4

If you can compile the kernel, you're getting close; that exercises most 
of the tools you'll want. Of course, it doesn't use any C++ or other 
runtime libraries;-).


-- 
Cheers
John Summerfield
http://os2.ami.com.au/os2/ for OS/2 support.
Configuration, networking, combined IBM ftpsites index.


-- 
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to