From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 613 invoked by alias); 7 Jun 2013 06:00:56 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 573 invoked by uid 89); 7 Jun 2013 06:00:49 -0000 X-Spam-SWARE-Status: No, score=-3.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1 Received: from mail-qe0-f54.google.com (HELO mail-qe0-f54.google.com) (209.85.128.54) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 07 Jun 2013 06:00:48 +0000 Received: by mail-qe0-f54.google.com with SMTP id ne12so2539258qeb.27 for ; Thu, 06 Jun 2013 23:00:45 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.224.11.199 with SMTP id u7mr1090135qau.76.1370584845730; Thu, 06 Jun 2013 23:00:45 -0700 (PDT) Received: by 10.49.107.232 with HTTP; Thu, 6 Jun 2013 23:00:45 -0700 (PDT) In-Reply-To: <51B0B2E1.2030800@redhat.com> References: <51B0B2E1.2030800@redhat.com> Date: Fri, 07 Jun 2013 06:00:00 -0000 Message-ID: Subject: Re: Cross-compilation shows>error: no termcap library found, why? From: Francisco Cuesta To: Pedro Alves Cc: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-06/txt/msg00013.txt.bz2 Hi Pedro, Thanks for replying that seems to work!! I have been able to crosscompile gdbserver, from its directory with my cross options. regards! 2013/6/6 Pedro Alves : > It sounds like you're running the top level's configure > instead of gdbserver's. If you just want to build > gdbserver, run the configure in gdb/gdbserver/. > > -- > Pedro Alves >