From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2727 invoked by alias); 29 Mar 2007 17:41:47 -0000 Received: (qmail 2701 invoked by uid 22791); 29 Mar 2007 17:41:46 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-vbr5.xs4all.nl (HELO smtp-vbr5.xs4all.nl) (194.109.24.25) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 29 Mar 2007 18:41:39 +0100 Received: from webmail.xs4all.nl (dovemail2.xs4all.nl [194.109.26.4]) by smtp-vbr5.xs4all.nl (8.13.8/8.13.8) with ESMTP id l2THfWAT056609; Thu, 29 Mar 2007 19:41:32 +0200 (CEST) (envelope-from mark.kettenis@xs4all.nl) Received: from 212.123.203.30 (SquirrelMail authenticated user sibelius) by webmail.xs4all.nl with HTTP; Thu, 29 Mar 2007 19:41:33 +0200 (CEST) Message-ID: <19115.212.123.203.30.1175190093.squirrel@webmail.xs4all.nl> In-Reply-To: <460BD630.20709@st.com> References: <460BD630.20709@st.com> Date: Thu, 29 Mar 2007 17:41:00 -0000 Subject: Re: [RFA] gdb is broken: missing signal.h checking From: "Mark Kettenis" To: "Denis PILAT" Cc: "gdb-patches" User-Agent: SquirrelMail/1.4.8 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00314.txt.bz2 > On my native linux gdb, I get "warning: Signal ? does not exist on this > system." when running. > It's just a missing line in the configure of gdb. signal.h is ISO C; we don't support systems that do not have it.