From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5566 invoked by alias); 15 Jan 2003 21:52:59 -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 5518 invoked from network); 15 Jan 2003 21:52:58 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by sources.redhat.com with SMTP; 15 Jan 2003 21:52:58 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3/8.9.3) with ESMTP id QAA30483 for ; Wed, 15 Jan 2003 16:44:20 -0500 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id QAA26781 for ; Wed, 15 Jan 2003 16:52:57 -0500 Message-ID: <034901c2bce0$716c62e0$0202040a@catdog> From: "Kris Warkentin" To: Subject: problem with configuring libreadline Date: Wed, 15 Jan 2003 21:52:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2003-01/txt/msg00278.txt.bz2 I'm having a problem building a self-hosted gdb from your cvs head branch on QNX Neutrino. The configure script for readline detects that we don't have wcwidth() but then it doesn't seem to do anything about it. There is a wcwidth.c in the readline/support directory but it isn't built and doesn't show up in the Makefile at all. I'm not particularily good with configure scripts but is this possibly a bug? cheers, Kris