Your message dated Fri, 3 Aug 2001 22:40:30 +0200 with message-id <[EMAIL PROTECTED]> and subject line Bug#107587: gcc and gcc-3.0 should support alternatives 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.) Darren Benham (administrator, Debian Bugs database) -------------------------------------- Received: (at maintonly) by bugs.debian.org; 3 Aug 2001 12:38:11 +0000 >From [EMAIL PROTECTED] Fri Aug 03 07:38:10 2001 Return-path: <[EMAIL PROTECTED]> Received: from frege-d-math-north-g-west.math.ethz.ch (frege.math.ethz.ch) [::ffff:129.132.145.3] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 15SeDR-0007bt-00; Fri, 03 Aug 2001 07:38:09 -0500 Received: (from [EMAIL PROTECTED]) by frege.math.ethz.ch (8.9.1/8.9.1) id OAA25743; Fri, 3 Aug 2001 14:37:51 +0200 (MET DST) Received: from gmiabla(129.132.144.28), claiming to be "gmiabla.math.ethz.ch" via SMTP by frege, id smtpdAAAa006IB; Fri Aug 3 14:37:47 2001 Received: from cate by gmiabla with local (MasqMail 0.1.15) id 15Seof-07D-00; Fri, 03 Aug 2001 15:16:37 +0200 From: Giacomo Catenazzi <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: gcc and gcc-3.0 should support alternatives X-Reportbug-Version: 1.23 X-Mailer: reportbug 1.23 Date: Fri, 03 Aug 2001 15:16:37 +0200 Message-ID: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] Package: gcc Version: 2:2.95.4-5 Severity: wishlist gcc should use 'update-alternative', so that user can define easily (and in a std manner) the default compiler. giacomo -- System Information Debian Release: testing/unstable Architecture: i386 Kernel: Linux gmiabla 2.4.8-pre3 #3 Tue Jul 31 21:52:51 CEST 2001 i686 Locale: LANG=C, LC_CTYPE=C Versions of packages gcc depends on: ii cpp 2:2.95.4-5 The GNU C preprocessor. ii cpp-2.95 1:2.95.4-0.010721 The GNU C preprocessor. ii gcc-2.95 1:2.95.4-0.010721 The GNU C compiler. --------------------------------------- Received: (at 107587-done) by bugs.debian.org; 3 Aug 2001 20:42:40 +0000 >From [EMAIL PROTECTED] Fri Aug 03 15:42:40 2001 Return-path: <[EMAIL PROTECTED]> Received: from mail.cs.tu-berlin.de [::ffff:130.149.17.13] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 15SlmJ-0007DP-00; Fri, 03 Aug 2001 15:42:39 -0500 Received: from bolero.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.19.1]) by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id WAA07909; Fri, 3 Aug 2001 22:40:31 +0200 (MET DST) Received: (from [EMAIL PROTECTED]) by bolero.cs.tu-berlin.de (8.10.2+Sun/8.9.3) id f73KeU710204; Fri, 3 Aug 2001 22:40:30 +0200 (MEST) 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: Fri, 3 Aug 2001 22:40:30 +0200 To: Giacomo Catenazzi <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Bug#107587: gcc and gcc-3.0 should support alternatives In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Delivered-To: [EMAIL PROTECTED] Giacomo Catenazzi writes: > Package: gcc > Version: 2:2.95.4-5 > Severity: wishlist > > gcc should use 'update-alternative', so that user can define > easily (and in a std manner) the default compiler. we explicitely do NOT use alternatives for gcc. gcc is the system compiler (like other "system" components libc and binutils) and should not be changed. There is no "alternative" as the system compiler. If you want to use gcc-3.0 please add CC=xx and CXX=xx to configure/make or else divert the binaries (dpkg-divert(1)). Be sure to undo these changes before uploading packages compiled with the changed configuration.