emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "make autoloads" signals an error


From: Lars Ingebrigtsen
Subject: Re: "make autoloads" signals an error
Date: Thu, 02 Jun 2022 12:48:15 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

>> The instructions are clear: make a subdirectory inside the source tree,
>> then "configure" and make inside it exactly as he described. From a
>> checked-out tree:
>>
>>   mkdir build
>>   cd build
>>   ../configure
>>   make
>
> If I try that, it bugs out with:
>
> ...
>   CC       doc.o
>   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
> [etc]

Ah, it has to be a tree that hasn't already been built for it to work.
That is, a fresh checkout, and then ./autogen.sh in the directory, and
then the steps above.  And with that I can reproduce the problem.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

[Prev in Thread] Current Thread [Next in Thread]