From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31264 invoked by alias); 24 Aug 2004 17:48:57 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 31233 invoked from network); 24 Aug 2004 17:48:53 -0000 Received: from unknown (HELO smtp814.mail.sc5.yahoo.com) (66.163.170.84) by sourceware.org with SMTP; 24 Aug 2004 17:48:53 -0000 Received: from unknown (HELO dan) (peterschade@sbcglobal.net@68.123.127.203 with login) by smtp814.mail.sc5.yahoo.com with SMTP; 24 Aug 2004 17:48:53 -0000 Message-ID: <00e501c48a02$a25b8110$0401a8c0@dan> From: "Daniel Miller \(IMI\)" To: "Michael Chastain" , Cc: References: <005601c4871d$67c8c9f0$0401a8c0@dan> <20040821021144.GA3321@nevyn.them.org> <008d01c48952$b7e0e7b0$0401a8c0@dan> <412A616D.nailD4K28EC6E@mindspring.com> <009e01c48959$a5192640$0401a8c0@dan> <412B30D2.nailETK1H2VST@mindspring.com> <00d701c489fb$0854d370$0401a8c0@dan> <20040824165533.GA31796@nevyn.them.org> <412B78D8.nailIPD1ZS2MK@mindspring.com> Subject: Re: cannot subscript something of type Date: Tue, 24 Aug 2004 17:48:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00333.txt.bz2 gcc 3.3.4 works properly, both in the tester utility and in our application, as well as in kdevelop!! Thank you both for your insightful assistance... I think we can consider this issue closed... Dan Miller ----- Original Message ----- From: "Michael Chastain" To: ; Cc: Sent: Tuesday, August 24, 2004 10:20 Subject: Re: cannot subscript something of type > Daniel Jacobowitz wrote: > > The two of you should probably compare RPM package versions of the > > compiler. > > Oh! I didn't know that SuSE is RPM-based now! > > What have you got, Dan? > > % cat /etc/SuSE-release > > SUSE LINUX Enterprise Server 9 (i586) > VERSION = 9 > > % rpm -q gcc gcc-c++ binutils > > gcc-3.3.3-43.24 > gcc-c++-3.3.3-43.24 > binutils-2.15.90.0.1.1-32.5 > > % rpm -qi gcc gcc-c++ binutils # with editing > > Name: gcc-c++ > Version: 3.3.3 > Build Date: Wed 30 Jun 2004 01:21:54 PM EDT > Source RPM: gcc-3.3.3-43.24.src.rpm > > Name: gcc > Version: 3.3.3 > Build Date: Wed 30 Jun 2004 01:21:54 PM EDT > Source RPM: gcc-3.3.3-43.24.src.rpm > > Name: binutils > Version: 2.15.90.0.1.1 > Build Date: Wed 30 Jun 2004 12:24:56 PM EDT > Source RPM: binutils-2.15.90.0.1.1-32.5.src.rpm > > >