From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giant SZ Li Newsgroups: gmane.emacs.bugs Subject: about libtermcap.a Date: Thu, 28 Jun 2007 18:02:07 +0800 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1403303333==" X-Trace: sea.gmane.org 1183029664 8258 80.91.229.12 (28 Jun 2007 11:21:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Jun 2007 11:21:04 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jun 28 13:21:03 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I3s3a-0006VJ-Rd for geb-bug-gnu-emacs@m.gmane.org; Thu, 28 Jun 2007 13:21:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I3s3a-0006IF-90 for geb-bug-gnu-emacs@m.gmane.org; Thu, 28 Jun 2007 07:21:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I3qpK-000478-Qc for bug-gnu-emacs@gnu.org; Thu, 28 Jun 2007 06:02:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I3qpI-00046t-Vc for bug-gnu-emacs@gnu.org; Thu, 28 Jun 2007 06:02:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I3qpI-00046q-S1 for bug-gnu-emacs@gnu.org; Thu, 28 Jun 2007 06:02:12 -0400 Original-Received: from gw-nam4.philips.com ([161.88.253.58]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1I3qpI-0004d4-9k for bug-gnu-emacs@gnu.org; Thu, 28 Jun 2007 06:02:12 -0400 Original-Received: from smtpscan-nam5.philips.com (smtpscan-nam5.mail.philips.com [167.81.103.10]) by gw-nam4.philips.com (Postfix) with ESMTP id AC1259600C for ; Thu, 28 Jun 2007 10:02:11 +0000 (UTC) Original-Received: from smtpscan-nam5.philips.com (localhost [127.0.0.1]) by localhost.philips.com (Postfix) with ESMTP id 81AD71B5 for ; Thu, 28 Jun 2007 10:02:11 +0000 (GMT) Original-Received: from smtprelay-asp2.philips.com (smtprelay-asp2.philips.com [161.92.61.31]) by smtpscan-nam5.philips.com (Postfix) with ESMTP id 28AA1131 for ; Thu, 28 Jun 2007 10:02:11 +0000 (GMT) Original-Received: from hkgrmh02.diamond.philips.com (hkgrmh02-srv.diamond.philips.com [161.92.61.102]) by smtprelay-asp2.philips.com (Postfix) with ESMTP id A0FFEA1 for ; Thu, 28 Jun 2007 10:02:07 +0000 (GMT) X-Mailer: Lotus Notes Release 6.0.3 September 26, 2003 X-MIMETrack: Serialize by Router on hkgrmh02/H/SERVER/PHILIPS(Release 6.5.5HF1002 | November 23, 2006) at 28/06/2007 18:04:34 X-detected-kernel: Solaris 8 (2) X-Mailman-Approved-At: Thu, 28 Jun 2007 07:20:50 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16021 Archived-At: --===============1403303333== Content-type: multipart/alternative; Boundary="0__=C7BBF99BDFA4898E8f9e8a93df938690918cC7BBF99BDFA4898E" Content-Disposition: inline --0__=C7BBF99BDFA4898E8f9e8a93df938690918cC7BBF99BDFA4898E Content-type: text/plain; charset=US-ASCII Dear emacs: I want to compile a executable image "gdbserver" to run on arm9 board, and I download source file gdb-6.6.tar.gz from ftp://ftp.gnu.org/gnu/gdb and compiled it on redhat linux pc(kernel 2.4.20.8) , the compiler is arm-linux-uclibc-gcc (version 3.4.2) when I do like this : 1) at folder /gdb-6.6, ./configure --build=i686-pc-linux-gnu --host=arm-linux-uclibc 2) make I found error "no termcap library found" so I download termcap termcap-1.3.1.tar.gz from ftp://ftp.gnu.org/gnu/termcap and compile it, produce "libtermcap.a" (use arm-linux-uclibc-gcc) and copy this file "libtermcap.a" to /gdb-6.6, and do "make", the error "no termcap library found" still exist, why? can you response to me? Look forward it... Thanks and Best reguard! br\giant --0__=C7BBF99BDFA4898E8f9e8a93df938690918cC7BBF99BDFA4898E Content-type: text/html; charset=US-ASCII Content-Disposition: inline

Dear emacs:

I want to compile a executable image "gdbserver" to run on arm9 board,
and I download source file gdb-6.6.tar.gz from ftp://ftp.gnu.org/gnu/gdb
and compiled it on redhat linux pc(kernel 2.4.20.8) ,
the compiler is arm-linux-uclibc-gcc (version 3.4.2)

when I do like this :

1) at folder /gdb-6.6, ./configure --build=i686-pc-linux-gnu --host=arm-linux-uclibc
2) make

I found error "no termcap library found"

so I download termcap termcap-1.3.1.tar.gz from ftp://ftp.gnu.org/gnu/termcap
and compile it, produce "libtermcap.a" (use arm-linux-uclibc-gcc)
and copy this file "libtermcap.a" to /gdb-6.6, and do "make", the error "no termcap library found" still exist,

why? can you response to me? Look forward it...


Thanks and Best reguard!


br\giant

--0__=C7BBF99BDFA4898E8f9e8a93df938690918cC7BBF99BDFA4898E-- --===============1403303333== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ bug-gnu-emacs mailing list bug-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs --===============1403303333==--