From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: *** X-Spam-Status: No, score=3.7 required=5.0 tests=DMARC_NONE, KB_DATE_CONTAINS_TAB,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from vogon.scs.ryerson.ca (vogon.scs.ryerson.ca [141.117.57.37]) by chiba.3jane.net (Postfix) with ESMTP id B16ECABD50 for ; Thu, 2 May 2002 21:50:46 -0500 (CDT) Received: from callisto.scs.ryerson.ca ([IPv6:::ffff:141.117.57.88]:47498 "EHLO callisto.scs.ryerson.ca" ident: "[sY+8G5LLRDWh11oF2G04rHNiun4qx1wB]") by mail3.scs.Ryerson.CA with ESMTP id ; Thu, 2 May 2002 22:50:39 -0400 Received: from localhost (m6reid@localhost) by callisto.scs.ryerson.ca (8.11.6/8.11.6) with ESMTP id g432oca12888 for ; Thu, 2 May 2002 22:50:39 -0400 X-Authentication-Warning: callisto.scs.ryerson.ca: m6reid owned process doing -bs Date: Thu, 2 May 2002 22:50:38 -0400 (EDT) From: Michael Reid - CSCI/P2001 To: gentoo-dev@gentoo.org In-Reply-To: <20020502202702.A56B3AC506@chiba.3jane.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [gentoo-dev] Re: gcc 3.0 Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 38944717-a7ab-46ee-9485-4309d5664215 X-Archives-Hash: dc5a2d515d5d0d660fe7adf80f4fefd2 > I have a machine at home I built from scratch using gcc3 and it works > beautifully, with the one drawback that I cannot seem to get kdelibs to > compile with gcc3 for the life of me. If anyone knows a workaround I'd > love to get kde3 going on that machine ... otherwise I'll stick with > gnome for now. The gcc3 compiled machine does seem snappier, but that > may be psychosomatic. :-) > How would I go about upgrading my gcc2.95 system to a fully gcc3.0 system? Is it as simple as: emerge gcc emerge --emptytree --update world ?? What about the bootstrap process? Thanks.