Your message dated Tue, 16 Dec 2003 08:51:03 +0100 with message-id <[EMAIL PROTECTED]> and subject line Bug#224108: gcc-3.3: missing alternative to change gcc version has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 16 Dec 2003 01:28:05 +0000 >From [EMAIL PROTECTED] Mon Dec 15 19:26:12 2003 Return-path: <[EMAIL PROTECTED]> Received: from mg97001024.user.veloxzone.com.br (caravan.hangar) [200.97.1.24] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1AW26q-0006Zp-00; Mon, 15 Dec 2003 17:26:40 -0600 Received: from agney by caravan.hangar with local (Exim 3.36 #1 (Debian)) id 1AW2A6-0006j8-00; Mon, 15 Dec 2003 21:30:02 -0200 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Agney Lopes Roth Ferraz <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: gcc-3.3: missing alternative to change gcc version X-Mailer: reportbug 2.37 Date: Mon, 15 Dec 2003 21:30:01 -0200 Message-Id: <[EMAIL PROTECTED]> Sender: Agney Lopes Roth Ferraz <[EMAIL PROTECTED]> X-BadReturnPath: [EMAIL PROTECTED] rewritten as [EMAIL PROTECTED] using "From" header Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_15 (1.212-2003-09-23-exp) on master.debian.org X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_15 X-Spam-Level: Package: gcc-3.3 Version: 1:3.3.3-0pre0 Severity: wishlist It would be nice if I can change gcc version using update-alternatives. Sometimes I have to change the cc compiler recreating the link to the right gcc. A alternative for it will help on this. -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux caravan.hangar 2.4.22-1-k6 #5 Sat Oct 4 14:38:05 EST 2003 i686 Locale: LANG=en_US.ISO-8859-1, LC_CTYPE=en_US.ISO-8859-1 Versions of packages gcc-3.3 depends on: ii binutils 2.14.90.0.7-3 The GNU assembler, linker and bina ii cpp-3.3 1:3.3.3-0pre0 The GNU C preprocessor ii gcc-3.3-base 1:3.3.3-0pre0 The GNU Compiler Collection (base ii libc6 2.3.2.ds1-10 GNU C Library: Shared libraries an ii libgcc1 1:3.3.3-0pre0 GCC support library -- no debconf information --------------------------------------- Received: (at 224108-done) by bugs.debian.org; 16 Dec 2003 09:39:19 +0000 >From [EMAIL PROTECTED] Tue Dec 16 03:39:18 2003 Return-path: <[EMAIL PROTECTED]> Received: from mail.cs.tu-berlin.de [130.149.17.13] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1AWA3m-0003Um-00; Tue, 16 Dec 2003 01:56:02 -0600 Received: from bolero.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.19.1]) by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id IAA09600; Tue, 16 Dec 2003 08:51:03 +0100 (MET) Received: (from [EMAIL PROTECTED]) by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id hBG7p3eW010440; Tue, 16 Dec 2003 08:51:03 +0100 (MET) From: Matthias Klose <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <[EMAIL PROTECTED]> Date: Tue, 16 Dec 2003 08:51:03 +0100 To: Agney Lopes Roth Ferraz <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: Bug#224108: gcc-3.3: missing alternative to change gcc version In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> X-Mailer: VM 7.03 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_15 (1.212-2003-09-23-exp) on master.debian.org X-Spam-Status: No, hits=-3.0 required=4.0 tests=FOOASDF,HAS_BUG_NUMBER autolearn=no version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_15 X-Spam-Level: Agney Lopes Roth Ferraz writes: > Package: gcc-3.3 > Version: 1:3.3.3-0pre0 > Severity: wishlist > > It would be nice if I can change gcc version using update-alternatives. > Sometimes I have to change the cc compiler recreating the link to the > right gcc. A alternative for it will help on this. No, it would break too many things. Either use explicit setting of CC and CXX, make symlinks in /usr/local/bin or use dpkg-divert. There is no alternative to the "system compiler".