This is the mail archive of the gcc@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]

Re: How to invoke egcs on RH 5.1?


getegcs@terrorist.math.ntu.edu.tw wrote:
> 
> # From: N8TM@aol.com
> # Date: Sat, 13 Jun 1998 11:45:37 EDT
> # Cc: egcs@cygnus.com
> 
> # In a message dated 6/13/98 8:35:31 AM Pacific Daylight Time,
> # root@terrorist.math.ntu.edu.tw writes:
> #
> # bash# export CC=/usr/bin/egcs; make -j install
> #
> # Don't you need to run ./configure in between?
> #
> 
> Only problem is that I am trying to compile the Linux kernel and there
> is no ./configure ... :-(

I've done the following:

# cd /usr/bin
# mv gcc gcc.old
# ln -s egcs gcc

You could also just rename egcs to gcc.

I hope this isn't wrong. I've been using this since upgrading to
Red Hat 5.1 without problems.

Cheers
Kjartan


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