Re: Installing GCC

1999-04-13 Thread Richard Harran
You need to run dpkg -i gcc_2.91.66-1.deb to install the .deb file. You may get some depends problems. If they are not already installed on your system, you will need: libc6 (I reckon you oughta have this) cpp (eg cpp_2.7.2.3-7.deb from interpreters) binutils (eg

Re: Installing GCC

1999-04-13 Thread Nils-Erik Svangård
Hi If I am not totally wrong, a 'dpkg -i gcc_2.91.66-1.deb' should solve your problems. Do it as root, and if complain about some package it depends on, get thoose packages ( in .deb format) and use dpkg -i to install them. If you have the debian cd-set, you can use dselect to install gcc. /nisse

Re: installing GCC on a Linux system

1999-04-13 Thread Stephen Pitts
On Tue, Apr 13, 1999 at 02:54:28PM -0400, Steve Girard wrote: > I am trying to install a GCC compiler on to a Linux system. I have > downloaded the file, decompressed it, and untarred it, but it now seems > that I need to compile the file. How do I compile a compiler w/o a > compiler? Or am I lo