From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1067 invoked by alias); 16 Jun 2011 13:33:00 -0000 Received: (qmail 1039 invoked by uid 22791); 16 Jun 2011 13:32:59 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,SARE_HEAD_8BIT_SPAM,SARE_SUB_ENC_UTF8,TW_VF X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 16 Jun 2011 13:32:41 +0000 From: "tromey at redhat dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/12891]=?UTF-8?Q?=20implicit=20declaration=20of=20function=20=E2=80=98=5Fdoprnt=E2=80=99=20in=20libiberty?=/vfprintf.c X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Thu, 16 Jun 2011 13:33:00 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2011-q2/txt/msg00437.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=12891 --- Comment #3 from Tom Tromey 2011-06-16 13:32:18 UTC --- I think the problem is in autoconf. libiberty uses AC_REPLACE_FUNCS and apparently this is not -Werror safe. From the log: configure:5913: checking for vfprintf configure:5913: i486-linux-gnu-gcc -o conftest -g -Werror conftest.c >&5 conftest.c:86:6: error: conflicting types for built-in function 'vfprintf' [-Werror] cc1: all warnings being treated as errors You could report this to the autoconf maintainers. Meanwhile, don't configure with -Werror. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.