From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "It's me FKtPp ;)" Newsgroups: gmane.emacs.help Subject: emacs 23.x.x didn't install movemail by default? Date: Tue, 28 Mar 2006 10:54:40 +0800 Organization: Bentium Ltd. (CN99) Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1143517236 23273 80.91.229.2 (28 Mar 2006 03:40:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Mar 2006 03:40:36 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 28 05:40:34 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FO54J-0004hK-Ql for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Mar 2006 05:40:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FO54J-0001RO-BS for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Mar 2006 22:40:31 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.news.ucla.edu!newsfeed.media.kyoto-u.ac.jp!news.cn99.com!news.yaako.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: 203.86.61.129 Original-X-Trace: news.yaako.com 1143514481 20534 203.86.61.129 (28 Mar 2006 02:54:41 GMT) Original-X-Complaints-To: usenet@news.yaako.com Original-NNTP-Posting-Date: Tue, 28 Mar 2006 02:54:41 +0000 (UTC) User-Agent: Mail/News 1.5 (X11/20060228) Original-Xref: shelby.stanford.edu gnu.emacs.help:138424 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:34043 Archived-At: hi all, I installed newest emacs 23.0.0.1 from CVS, but the movemail didn't get installed after running `make install'. I noticed the file `lib-src/Makefile.in' contains: INSTALLABLES = etags${EXEEXT} ctags${EXEEXT} emacsclient${EXEEXT} b2m${EXEEXT} ebrowse${EXEEXT} It seemed the `movemail' will never get installed. or, if it's my fault, what exactly control the installation of `movemail' binary? lack of header files? libs?