From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.help Subject: Re: Emacs NOT running on runlevel 3 ?! Date: Wed, 09 Mar 2005 08:58:47 +0100 Organization: disorganized Message-ID: <876501b688.fsf@robotron.ath.cx> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1110355976 18772 80.91.229.2 (9 Mar 2005 08:12:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 9 Mar 2005 08:12:56 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 09 09:12:55 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D8wI9-000062-4j for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Mar 2005 09:11:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D8wWm-0003u6-Fn for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Mar 2005 03:26:48 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-X-Trace: individual.net bskhjY6IXkTJ7xvE/UvHxwBEhyuw+YVtBc0z6FrJRdTn7ofF4= X-Orig-Path: robotron.ath.cx!news Mail-Copies-To: nobody User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:cnevGf3uHgKWXz+poU43kIm6gBc= Original-Xref: shelby.stanford.edu gnu.emacs.help:129125 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 X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: news.gmane.org gmane.emacs.help:24675 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24675 On Wed, 09 Mar 2005 02:04:40 -0500 Jaeil Choi wrote: > When it was executed with "-nw" command line option > on runlevel 3 of Fedora Core 3, > X11 dynamic library(!) camplains about undefined 'yKeycode'. > Do emacs really need X11 when it's executed with "-nw" option ? If it's linked against Xlib: yes. But it should be possible to compile it w/o X (./configure --without-x) or try to link statically or mount the partition with the X libraries. David