This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: gcc binary for fc1


Dave Korn writes:
 > On 26 May 2006 15:48, Dude VanWinkle wrote:
 > 
 > > I am trying to compile the source for gcc, but do not yet have gcc.
 > > 
 > > I am on a fc1 machine and have been googling for hours at the clients
 > > site, trying to find out what I need and where to get it.
 > > 
 > > can anyone help me in figuring out how to get a compiler onto a fc1
 > > machine with _no_compiler?
 > 
 >   Well, yes, that's easy; first you need to get a compiler onto it, and then
 > you can build a compiler with it :)

FC1 is at /linux/fedora/linux/core/1/i386 on any of the Fedora mirrors.

For example, the compiler is here:

http://ftp.ussg.iu.edu/linux/fedora/linux/core/1/i386/os/Fedora/RPMS/gcc-3.3.2-1.i386.rpm

install it with

wget http://ftp.ussg.iu.edu/linux/fedora/linux/core/1/i386/os/Fedora/RPMS/gcc-3.3.2-1.i386.rpm
rpm -ihv gcc-3.3.2-1.i386.rpm

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]