From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andre Spiegel Newsgroups: gmane.emacs.devel Subject: Re: Please pretest Emacs 21.3 Date: 27 May 2002 17:01:31 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <1022511692.995.9.camel@eagle> References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1022511767 14614 127.0.0.1 (27 May 2002 15:02:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 27 May 2002 15:02:47 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17CM1H-0003nb-00 for ; Mon, 27 May 2002 17:02:47 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17CMIf-0001aF-00 for ; Mon, 27 May 2002 17:20:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17CM1m-0000mp-00; Mon, 27 May 2002 11:03:18 -0400 Original-Received: from [194.73.242.4] (helo=wmpmta02-app.mail-store.com) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 17CLzs-0000iO-00 for ; Mon, 27 May 2002 11:01:20 -0400 Original-Received: from localhost.localdomain ([160.45.110.201]) by wmpmta02-app.mail-store.com (InterMail vM.5.01.02.00 201-253-122-103-101-20001108) with ESMTP id <20020527150119.HZE18967.wmpmta02-app.mail-store.com@localhost.localdomain> for ; Mon, 27 May 2002 16:01:19 +0100 Original-To: emacs-devel@gnu.org In-Reply-To: X-Mailer: Ximian Evolution 1.0.3 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4437 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4437 I just switched to the RC branch and tried ./configure --prefix=/usr --with-x-toolkit=motif make bootstrap After some time, make dies with this message: [...] gcc -nostdlib `./prefix-args -Xlinker -R/usr/X11R6/lib -z nocombreloc -L/usr/X11R6/lib ` -o temacs pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o charset.o coding.o category.o ccl.o cm.o term.o xfaces.o xterm.o xfns.o xselect.o xrdb.o fontset.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o print.o lread.o abbrev.o syntax.o unexelf.o mocklisp.o bytecode.o process.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o terminfo.o lastfile.o vm-limit.o widget.o ../lwlib/liblw.a -L/usr/X11R6/lib -lXm -lXpm -lXmu -lXt -lSM -lICE -lXext -ljpeg -lXpm -lX11 -lncurses -lm -lgcc -lc -lgcc /usr/lib/crtn.o make[1]: *** No rule to make target `/home/spiegel/var/cvs/emacs/src/../lisp/custom.elc', needed by `../etc/DOC'. Stop. make[1]: Leaving directory `/usr/var/spiegel/cvs/emacs/src' make: *** [src] Error 2