From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8695 invoked by alias); 24 Oct 2011 15:43:49 -0000 Received: (qmail 8685 invoked by uid 22791); 24 Oct 2011 15:43:47 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-gx0-f169.google.com (HELO mail-gx0-f169.google.com) (209.85.161.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 24 Oct 2011 15:43:33 +0000 Received: by ggnh4 with SMTP id h4so6941442ggn.0 for ; Mon, 24 Oct 2011 08:43:33 -0700 (PDT) Received: by 10.151.13.10 with SMTP id q10mr21345686ybi.86.1319471013222; Mon, 24 Oct 2011 08:43:33 -0700 (PDT) Received: from dyn9041100052.austin.ibm.com ([32.97.110.54]) by mx.google.com with ESMTPS id v5sm50761136anf.3.2011.10.24.08.43.28 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 24 Oct 2011 08:43:29 -0700 (PDT) Subject: Re: gdb 7.3.1 and gdb 7.2 on AIX 6.1 Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=us-ascii From: Perry Smith In-Reply-To: Date: Mon, 24 Oct 2011 16:07:00 -0000 Cc: gdb@sourceware.org Content-Transfer-Encoding: quoted-printable Message-Id: <1B63B75E-9F08-4E12-8779-EF256AD5BFFA@gmail.com> References: <76FEEABF-7483-41AE-8C3E-809F91F3613B@gmail.com> To: Tom Tromey X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-10/txt/msg00174.txt.bz2 On Oct 24, 2011, at 9:11 AM, Tom Tromey wrote: >>>>>> "Perry" =3D=3D Perry Smith writes: >=20 >>> /usr/work/src/gdb-7.2/bfd/bfd.c: In function '_bfd_default_error_handle= r': >>> /usr/work/src/gdb-7.2/bfd/bfd.c:710:3: error: value computed is not used >=20 > Perry> The same error happens with 7.3.1 and 7.2 (the above snippet is > Perry> from 7.2). >=20 > Perry> Searching the web did not hit anything connected to gdb. The curi= ous > Perry> thing is that I compiled gdb 7.2 using a previous gcc of 4.2.4. >=20 > Warnings change between versions of gcc. >=20 > Perry> I notice the message "warnings being treated as errors" which might > Perry> explain why, looking at the code, I don't see the problem. >=20 > Perry> Any suggestions of what is wrong? >=20 > Probably nothing is wrong, just gcc being too eager. > If you just want to build it, don't use -Werror. Thank you. For those watching on T.V. at home: configure --enable-werror=3Dno but now I have another problem. When I try "make install", I get=20 the "You need makeinfo" message. I've fiddled around with it a bit but I'm going to give up and just install makeinfo and its friends. I'm doing an "out of tree" build. Maybe thats part of the issue here. pedz