From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23264 invoked by alias); 24 Feb 2006 00:14:01 -0000 Received: (qmail 23254 invoked by uid 22791); 24 Feb 2006 00:14:01 -0000 X-Spam-Check-By: sourceware.org Received: from mta08-winn.ispmail.ntl.com (HELO mta08-winn.ispmail.ntl.com) (81.103.221.48) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 24 Feb 2006 00:13:59 +0000 Received: from aamta12-winn.ispmail.ntl.com ([81.103.221.35]) by mta08-winn.ispmail.ntl.com with ESMTP id <20060224001357.QUAD29066.mta08-winn.ispmail.ntl.com@aamta12-winn.ispmail.ntl.com>; Fri, 24 Feb 2006 00:13:57 +0000 Received: from [127.0.0.1] (really [81.108.244.65]) by aamta12-winn.ispmail.ntl.com with ESMTP id <20060224001356.XCYU18879.aamta12-winn.ispmail.ntl.com@[127.0.0.1]>; Fri, 24 Feb 2006 00:13:56 +0000 Message-ID: <43FE4FC2.8080707@ntlworld.com> Date: Fri, 24 Feb 2006 00:14:00 -0000 From: Dave Murphy User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Lisa McIlrath CC: gcc-help@gcc.gnu.org Subject: Re: version References: <5.2.0.9.2.20060223185229.0126e210@pop.earthlink.net> In-Reply-To: <5.2.0.9.2.20060223185229.0126e210@pop.earthlink.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 0608-1, 02/23/2006), Outbound message X-Antivirus-Status: Clean X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-02/txt/msg00198.txt.bz2 Lisa McIlrath wrote: > hi, > > how do I find out which version of gcc is on my system? > > execute the command 'gcc -v' from a shell prompt. On my debian system this returns the following :- $>gcc -v Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.5/specs Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --enable-__cxa_atexit --with-system-zlib --enable-nls --without-included-gettext --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux Thread model: posix gcc version 3.3.5 (Debian 1:3.3.5-13) You can see the version number at the bottom. Dave