[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#136351: marked as done (gcc-3.0: missing alternatives?)



Your message dated Fri, 1 Mar 2002 16:47:29 -0500 (EST)
with message-id <[🔎] Pine.LNX.4.21.0203011638000.8737-100000@spawn.hockeyfiend.com>
and subject line Bug#136351: gcc-3.0: missing 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.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 1 Mar 2002 19:10:39 +0000
>From erich@marvin.xmldesign.de Fri Mar 01 13:10:39 2002
Return-path: <erich@marvin.xmldesign.de>
Received: from mailout08.sul.t-online.com [194.25.134.20] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 16gsQQ-0003c8-00; Fri, 01 Mar 2002 13:10:39 -0600
Received: from fwd01.sul.t-online.de 
	by mailout08.sul.t-online.com with smtp 
	id 16gp2r-0000UG-0B; Fri, 01 Mar 2002 16:34:05 +0100
Received: from marvin.xmldesign.de (520031278902-0001@[62.155.142.240]) by fmrl01.sul.t-online.com
	with esmtp id 16gp2l-0YhjhQC; Fri, 1 Mar 2002 16:33:59 +0100
Received: by marvin.xmldesign.de (Postfix, from userid 1000)
	id 40BF9936C6; Fri,  1 Mar 2002 16:33:19 +0100 (CET)
From: Erich Schubert <erich@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: gcc-3.0: missing alternatives?
X-Mailer: reportbug 1.44
Date: Fri, 01 Mar 2002 16:33:19 +0100
Message-Id: <[🔎] 20020301153319.40BF9936C6@marvin.xmldesign.de>
X-Sender: 520031278902-0001@t-dialin.net
Delivered-To: submit@bugs.debian.org

Package: gcc-3.0
Version: 1:3.0.4-1
Severity: normal

Shouldn't gcc-3.0 be an alternative for cc? maybe for gcc too?

/usr/bin/cc is provided by gcc, but not by gcc-3.0 ?

Greetings,
erich

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux marvin.xmldesign.de 2.4.18-pre9 #1 Die Feb 12 02:47:09 CET 2002 i686
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro

Versions of packages gcc-3.0 depends on:
ii  binutils                   2.11.93.0.2-2 The GNU assembler, linker and bina
ii  cpp-3.0                    1:3.0.4-1     The GNU C preprocessor.
ii  gcc-3.0-base               1:3.0.4-1     The GNU Compiler Collection (base 
ii  libc6                      2.2.5-3       GNU C Library: Shared libraries an
ii  libgcc1                    1:3.0.4-1     GCC support library.


---------------------------------------
Received: (at 136351-done) by bugs.debian.org; 1 Mar 2002 21:47:31 +0000
>From chris@spawn.hockeyfiend.com Fri Mar 01 15:47:31 2002
Return-path: <chris@spawn.hockeyfiend.com>
Received: from dsl092-073-086.bos1.dsl.speakeasy.net (spawn.hockeyfiend.com) [66.92.73.86] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 16gusF-0004SC-00; Fri, 01 Mar 2002 15:47:31 -0600
Received: from chris (helo=localhost)
	by spawn.hockeyfiend.com with local-esmtp (Exim 3.34 #1 (Debian))
	id 16gusD-0002T8-00; Fri, 01 Mar 2002 16:47:29 -0500
Date: Fri, 1 Mar 2002 16:47:29 -0500 (EST)
From: "Christopher C. Chimelis" <chris@debian.org>
X-Sender: chris@spawn.hockeyfiend.com
To: Erich Schubert <erich@debian.org>, 136351-done@bugs.debian.org
cc: Debian GCC maintainers <debian-gcc@lists.debian.org>, 
    gcc-3.0@packages.qa.debian.org
Subject: Re: Bug#136351: gcc-3.0: missing alternatives?
In-Reply-To: <[🔎] 20020301153319.40BF9936C6@marvin.xmldesign.de>
Message-ID: <[🔎] Pine.LNX.4.21.0203011638000.8737-100000@spawn.hockeyfiend.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: "Christopher C. Chimelis" <chris@spawn.hockeyfiend.com>
Delivered-To: 136351-done@bugs.debian.org


On Fri, 1 Mar 2002, Erich Schubert wrote:

> Package: gcc-3.0
> Version: 1:3.0.4-1
> Severity: normal
> 
> Shouldn't gcc-3.0 be an alternative for cc? maybe for gcc too?
> 
> /usr/bin/cc is provided by gcc, but not by gcc-3.0 ?

The short answer is no, gcc is just package built from gcc-defaults that
points to the preferred compiler on your architecture (most likely 
gcc-2.95).  There are good reasons why alternatives weren't used for gcc
packages, trust us :-)

If you wish to switch your system over to use
gcc-3.0 by default, you may locally modify and rebuild the gcc-defaults
source package so that it sets up the links for you.  A word of warning,
though, if there are any other users on your system that expect the
compiler to behave as 2.95.x has done in the past, swapping this
system-wide may not be a good idea.  If you're just looking to test gcc
3.0.x with your own code, it's usually preferred to alter your environment
variables (ie. CC=gcc-3.0) or makefiles to accomplish this.


Side-note to Matthias:
Should we do a debconf item for this?  I'm getting tired of seeing this
question pop up at least once every two weeks for months now...and I'm
sure I'm not alone :-)

C




Reply to: