On Fri, Mar 01, 2002 at 01:48:06AM +0100, Alessio Re wrote: > On ven, 2002-03-01 at 22:14, Giacomo Bosio wrote: > > dpkg -l > > ... > > ii gcc 2.95.4-9 The GNU C compiler. > > ii gcc-2.95 2.95.4-1 The GNU C compiler. > > ii gcc-3.0-base 3.0.3-1 The GNU Compiler Collection (base > > package). > > ... > > Ma uno non esclude l'altro? > [...] > [EMAIL PROTECTED]:~$ which gcc > [...] > [EMAIL PROTECTED]:~$ /usr/bin/gcc -v > Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs > gcc version 2.95.4 20011002 (Debian prerelease) Inoltre: % dpkg -s gcc | sed -n /\^Description/,\$p Description: The GNU C compiler. This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C compiler for Debian GNU/Linux systems (version 2.95.4 for architecture i386).
% dpkg -s gcc-2.95 | sed -n /\^Description/,\$p Description: The GNU C compiler. NOTE: This is not a final release, but taken from the CVS gcc-2_95-branch (dated 2001-10-02). . This is the GNU C compiler, a fairly portable optimizing compiler which supports multiple languages. This package includes support for C, C++, and Objective C. % dpkg -s gcc-3.0-base | sed -n /\^Description/,\$p Description: The GNU Compiler Collection (base package). This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Ciao, /dev/null

