From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.bugs Subject: bug#60061: 30.0.50; Build fails in separate directory for ../configure --without-all --with-mailutils Date: Tue, 20 Dec 2022 20:42:04 +0300 Message-ID: References: <86cz8mbf98.fsf@protected.rcdrun.com> <835yeenoqn.fsf@gnu.org> <83mt7iasqj.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7028"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/2.2.9+54 (af2080d) (2022-11-21) Cc: 60061@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Dec 20 19:41:23 2022 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p7hYJ-0001ek-3N for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 20 Dec 2022 19:41:23 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p7hNT-00053I-RW; Tue, 20 Dec 2022 13:30:12 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p7hNL-00052P-32 for bug-gnu-emacs@gnu.org; Tue, 20 Dec 2022 13:30:03 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1p7hNK-0007Gn-QQ for bug-gnu-emacs@gnu.org; Tue, 20 Dec 2022 13:30:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1p7hNK-0001v5-AY for bug-gnu-emacs@gnu.org; Tue, 20 Dec 2022 13:30:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 20 Dec 2022 18:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60061 X-GNU-PR-Package: emacs Original-Received: via spool by 60061-submit@debbugs.gnu.org id=B60061.16715609467341 (code B ref 60061); Tue, 20 Dec 2022 18:30:02 +0000 Original-Received: (at 60061) by debbugs.gnu.org; 20 Dec 2022 18:29:06 +0000 Original-Received: from localhost ([127.0.0.1]:46432 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p7hMQ-0001uL-CD for submit@debbugs.gnu.org; Tue, 20 Dec 2022 13:29:06 -0500 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:42995) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p7hMO-0001uF-5n for 60061@debbugs.gnu.org; Tue, 20 Dec 2022 13:29:04 -0500 Original-Received: from localhost ([::ffff:197.239.6.105]) (AUTH: PLAIN admin, TLS: TLS1.3,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by stw1.rcdrun.com with ESMTPSA id 0000000000055EF6.0000000063A1FEF1.00001298; Tue, 20 Dec 2022 11:29:04 -0700 Content-Disposition: inline In-Reply-To: <83mt7iasqj.fsf@gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:251537 Archived-At: * Eli Zaretskii [2022-12-20 20:30]: > > Date: Tue, 20 Dec 2022 19:03:57 +0300 > > From: Jean Louis > > Cc: 60061@debbugs.gnu.org > > > > On personal machine Parabola GNU/Linux-libre still same issue. > > > > What could be this problem below? > > > > CCLD temacs > > /usr/bin/ld: cannot find dispnew.o: No such file or directory > > /usr/bin/ld: cannot find frame.o: No such file or directory > > /usr/bin/ld: cannot find scroll.o: No such file or directory > > Where in the tree are these files? They are all in `src' and the errors are given to me when I configure from separate directory. /home/data1/protected/Programming/Software/emacs/: find . \( -name dispnew.o \) -ls 55586645 1076 -rw-r--r-- 1 admin input 1099528 Dec 17 08:33 src/dispnew.o I would like to be able to have main Emacs and stripped Emacs binary for console that I would use for e-mail writing, without havig to install it on the system. -- Jean Take action in Free Software Foundation campaigns: https://www.fsf.org/campaigns In support of Richard M. Stallman https://stallmansupport.org/