From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7005 invoked by alias); 29 Apr 2013 18:15:58 -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 Received: (qmail 6983 invoked by uid 48); 29 Apr 2013 18:15:58 -0000 From: "freddie_chopin at op dot pl" To: gdb-prs@sourceware.org Subject: [Bug build/15414] Build fails with mingw32-w64 GCC-4.8.0 Date: Mon, 29 Apr 2013 18:15:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: build X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: freddie_chopin at op dot pl 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 X-SW-Source: 2013-q2/txt/msg00172.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15414 --- Comment #5 from Freddie Chopin 2013-04-29 18:15:57 UTC --- (In reply to comment #3) > Could you give that a try? > You should be able to apply this patch directly to configure if you > can't re-run autoconf. I've added that change only to gdb/configure and that was enough for the build to complete! But for a complete patch it's probably necessary to change that in other places that have exactly the same fragment, plus there are also a few places like this: bfd/configure-case "${host}" in bfd/configure- *-*-mingw32*) bfd/configure- if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then bfd/configure: GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format" bfd/configure- fi bfd/configure- ;; bfd/configure- *) ;; Thank you for your help! (; -- 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.