Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: gcc upgrade
- To: tlug@example.com
- Subject: Re: gcc upgrade
- From: SL Baur <steve@example.com>
- Date: 31 Jan 2001 13:53:09 +0900
- Content-Type: text/plain; charset=US-ASCII
- In-Reply-To: Viktor Pavlenko's message of "Wed, 31 Jan 2001 10:44:00 +0900"
- Mail-Copies-To: never
- References: <Pine.GSO.4.05.10101300153090.6551-100000@example.com> <3A776F14.C83439C1@example.com> <14967.28128.148135.809933@example.com>
- Reply-To: tlug@example.com
- Resent-From: tlug@example.com
- Resent-Message-ID: <RDF0F.A.xtG.no5d6@example.com>
- Resent-Sender: tlug-request@example.com
Viktor Pavlenko <vp@example.com> writes in tlug@example.com: >>>>>> On Wed, 31 Jan 2001 09:49:08 +0800, Jake Morrison <jacob.morrison@example.com> said: JM> Uvator, JM> You might want to keep egcs 1.1.2 around for compiling the kernel. JM> As I understand it, egcs 1.1.1 is the "official" compiler for JM> the kernel, though 2.95.2 is supposed to work for most people. If you're going to be playing around with glibc 2.2+ (highly recommended), use gcc 2.95.2.1. > I removed it already (5 seconds after I got Scott's reply:) but I > suppose I can always install it again if something goes wrong. You can conveniently keep multiple versions of gcc around with a little bit of hacking. You must compile each version with the same architecture (eg. `i686-pc-linux') and keep only the /usr/bin/gcc from the most recent version (or your favorite version). Then you can call other versions by using the -V parameter to gcc. $ ls /usr/lib/gcc-lib/alpha-pc-linux/ 2.95.2 2.95.2.1 2.96 2.97 egcs-2.91.66 $ gcc -Vegcs-2.91.66 /tmp/p.c -o /tmp/p $ The RPMs I've seen for gcc (including ours) install it stupidly so you can't do this, but it's easy enough to adjust the SRPM to eliminate /usr/bin/gcc, etc. in older versions.
- Follow-Ups:
- Re: gcc upgrade
- From: Christopher SEKIYA <wileyc@example.com>
- References:
- Re: gcc upgrade
- From: "Scott M. Stone" <sstone@example.com>
- Re: gcc upgrade
- From: Jake Morrison <jacob.morrison@example.com>
- Re: gcc upgrade
- From: Viktor Pavlenko <vp@example.com>
Home | Main Index | Thread Index
- Prev by Date: Re: Where is SourceForge?
- Next by Date: Re: problems with pow( ) in gcc
- Prev by thread: Re: gcc upgrade
- Next by thread: Re: gcc upgrade
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links