From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Philip S. Kong" Newsgroups: gmane.emacs.help Subject: Emacs compilation problem Date: Sat, 24 Apr 2004 04:16:43 +0800 Organization: BBA(IS) II Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: sea.gmane.org 1082754271 3759 80.91.224.253 (23 Apr 2004 21:04:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 23 Apr 2004 21:04:31 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 23 23:04:23 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BH7qR-0006uc-00 for ; Fri, 23 Apr 2004 23:04:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BH7p9-0008V9-QP for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Apr 2004 17:03:03 -0400 Original-Newsgroups: gnu.emacs.help Original-Lines: 58 Original-NNTP-Posting-Host: 218.191.40.158 Original-X-Trace: www.csis.hku.hk 1082751423 9379 218.191.40.158 (23 Apr 2004 20:17:03 GMT) Original-X-Complaints-To: usenet@www.csis.hku.hk Original-NNTP-Posting-Date: Fri, 23 Apr 2004 20:17:03 +0000 (UTC) User-Agent: KNode/0.7.7 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!newsgate.cuhk.edu.hk!newsgate.hku.hk!news.csis.hku.hk!not-for-mail Original-Xref: shelby.stanford.edu gnu.emacs.help:122643 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:17931 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17931 Hi, I installed a down-sized fedora core 1. (With everything related to X removed) I want to compile emacs from source but didn't get any good news. _This is the configure setting._ ./configure i586-althon-linux-gnu --prefix=/usr/local --disable-debug --enable-final --with-x=no _This is the configure result._ Configured for `i586-althon-linux-gnu'. Where should the build process find the source code? /root/emacs-21.3 What operating system and machine description files should Emacs use? `s/gnu-linux.h' and `m/intel386.h' What compiler should emacs be built with? gcc -g -O2 Should Emacs use the GNU version of malloc? yes (Using Doug Lea's new malloc from the GNU C Library.) Should Emacs use a relocating allocator for buffers? yes Should Emacs use mmap(2) for buffer allocation? no What window system should Emacs use? none What toolkit should Emacs use? none Where do we find X Windows header files? NONE Where do we find X Windows libraries? NONE Does Emacs use -lXaw3d? no Does Emacs use -lXpm? no Does Emacs use -ljpeg? no Does Emacs use -ltiff? no Does Emacs use -lungif? no Does Emacs use -lpng? no Does Emacs use X toolkit scroll bars? no During make, an error like this occured. _Error during make_ Loading buff-menu... Loading float-sup... ((49937 . 16951) (7948 . 0) (475 . 61) 68066 134417 (13 . 9) (21 . 0) (6945 . 1434)) Loading vc-hooks... Loading ediff-hook... ((50891 . 15997) (8038 . 0) (476 . 60) 68962 134434 (13 . 9) (21 . 0) (7004 . 1375)) Finding pointers to doc strings... Finding pointers to doc strings...done Wrote /root/emacs-21.3/lib-src/fns-21.3.1.el Dumping under names emacs and emacs-21.3.1 make[1]: *** [emacs] Segmentation fault make[1]: *** Deleting file `emacs' make[1]: Leaving directory `/root/emacs-21.3/src' make: *** [src] Error 2 Anyone got an idea what goes wrong? Regards, Philip S. Kong