From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Undefined symbols: cfmakeraw and cfsetspeed Date: Thu, 19 Jun 2008 21:01:50 -0400 Message-ID: References: <485924D7.70407@alice.it> <485A84D6.2050105@alice.it> <485AE584.3090103@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1213923733 25618 80.91.229.12 (20 Jun 2008 01:02:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Jun 2008 01:02:13 +0000 (UTC) Cc: Daniel Engeler , kzeitler@alcatel-lucent.com, emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 20 03:02:57 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K9V1k-0007aa-OR for ged-emacs-devel@m.gmane.org; Fri, 20 Jun 2008 03:02:57 +0200 Original-Received: from localhost ([127.0.0.1]:44261 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9V0w-0007ax-41 for ged-emacs-devel@m.gmane.org; Thu, 19 Jun 2008 21:02:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K9V0q-0007Zk-Gd for emacs-devel@gnu.org; Thu, 19 Jun 2008 21:02:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K9V0o-0007Xu-Pf for emacs-devel@gnu.org; Thu, 19 Jun 2008 21:02:00 -0400 Original-Received: from [199.232.76.173] (port=42295 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9V0o-0007Xm-Lw for emacs-devel@gnu.org; Thu, 19 Jun 2008 21:01:58 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:25672 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K9V0i-0006W3-9N; Thu, 19 Jun 2008 21:01:53 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgMFAPOdWkjO+KWv/2dsb2JhbACBW65b X-IronPort-AV: E=Sophos;i="4.27,676,1204520400"; d="scan'208";a="22989911" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 19 Jun 2008 21:01:51 -0400 Original-Received: from pastel.home ([206.248.165.175]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id AHV05451; Thu, 19 Jun 2008 21:01:51 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id A327E848A; Thu, 19 Jun 2008 21:01:50 -0400 (EDT) In-Reply-To: <485AE584.3090103@alice.it> (Angelo Graziosi's message of "Fri, 20 Jun 2008 01:02:28 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:99493 Archived-At: > Do you mean this? Yes, that looks right. > I have regenerated 'configure' with autoconf, but it seems that > HAVE_CFMAKERAW is always 0 and build/src/config.h does not have it. I think you need to run `autoheader' to generate the config.in and config.h part. Stefan