From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113878 invoked by alias); 9 Dec 2018 00:44:54 -0000 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 Received: (qmail 113462 invoked by uid 89); 9 Dec 2018 00:44:53 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=4.8 required=5.0 tests=BAYES_50,BODY_8BITS,GARBLED_BODY,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2 spammy=H*F:D*ca, =d0=b8=d0=bb=d1, Hx-languages-length:347, H*f:sk:d02c841?= X-HELO: smtp.polymtl.ca Received: from smtp.polymtl.ca (HELO smtp.polymtl.ca) (132.207.4.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 09 Dec 2018 00:44:52 +0000 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id wB90ij1t011027 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sat, 8 Dec 2018 19:44:50 -0500 Received: by simark.ca (Postfix, from userid 112) id 9ED781E7B1; Sat, 8 Dec 2018 19:44:45 -0500 (EST) Received: from simark.ca (localhost [127.0.0.1]) by simark.ca (Postfix) with ESMTP id 3B9EE1E4C0; Sat, 8 Dec 2018 19:44:44 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Sun, 09 Dec 2018 00:44:00 -0000 From: Simon Marchi To: =?UTF-8?Q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD_=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?Q?=D1=83=D0=B7=D0=BE=D0=B2?= Cc: Simon Marchi , gdb-patches@sourceware.org Subject: Re: Linking gdb with -ltinfow, if libtinfo is not available In-Reply-To: <1295a9f1d810e3ad264b13c10ff6b94af4d02e35.camel@aegee.org> References: <30919bd86dea123f624ccd1f069aff432622fb6e.camel@aegee.org> <1295a9f1d810e3ad264b13c10ff6b94af4d02e35.camel@aegee.org> Message-ID: X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.3.6 X-IsSubscribed: yes X-SW-Source: 2018-12/txt/msg00111.txt.bz2 On 2018-12-05 18:08, Дилян Палаузов wrote: > Hello, > > my name is spelled correctly. Thanks, I pushed the patch. > A further test would to have libtermcap and no libtinfo.so on the -L > explicit and implicit paths. Can you try and report if there's any problem? Simon