[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Programming?
"Van Allsburg, Paul <Paul.VAnAllsburg@wl.com> wrote:
>I now have RH6.1 on two P166's at home and want to learn C on Linux. I
>understand that the compiler is there somewhere, but I don't know where to
>start....
Mount the CD, and install the following rpms (rpm -ihv ...):
egcs-1.1.2-24.i386.rpm
xxgdb-1.12-10.i386.rpm
You should be able to mount the CDROM with:
mount /dev/cdrom /mnt/cdrom
then, change directory onto the CDROM...
cd /mnt/cdrom/RedHat/RPMS
then... rpm -ivh {package name}
Hope this helps!
Regards,
---> RGB <---