emacs-devel
[Top][All Lists]
Advanced

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

Re: Core dump compiling Emacs 24 on Lubuntu 18.04


From: Robert Pluim
Subject: Re: Core dump compiling Emacs 24 on Lubuntu 18.04
Date: Thu, 27 Jun 2019 15:54:27 +0200

>>>>> On Fri, 28 Jun 2019 01:00:03 +1200, Phil Sainty <address@hidden> said:

    Phil> I'm unsuccessfully trying to compile Emacs 24.4 and 24.5 on Lubuntu
    Phil> 18.04 GNU/Linux (for elisp backwards-compatibility testing purposes).

    Phil> $ gcc --version
    Phil> gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0


    Phil> I'm using: ./configure --without-all --without-x

Youʼre in luck, I happen to have such a system lying around. Itʼs
failing during unexec, I can get emacs to build by adding

#define CANNOT_DUMP 1

to src/config.h, and calling

make CANNOT_DUMP=yes

The build then fails trying to generate autoloads.

Perhaps itʼs easiest if you use 'temacs' directly?

Robert



reply via email to

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