[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: temacs/bootstrap-emacs segfault when building emacs25.1
From: |
Eli Zaretskii |
Subject: |
Re: temacs/bootstrap-emacs segfault when building emacs25.1 |
Date: |
Thu, 26 Jan 2017 21:52:51 +0200 |
> Date: Thu, 26 Jan 2017 12:14:00 -0700
> From: s1ohy@waifu.club
>
> Hello, I'm attempting to compile/build emacs25.1 but bootstrap-emacs is
> sefaulting. According to someone on #emacs, temacs is the one
> sefaulting. Here
> is my session of building emacs: https://w1r3.net/yZLPkJ.txt
>
> I'm running Debian GNU/Linux 9.0 (stretch) on the Linux kernel version
> 4.3.0-1
Try reconfiguring like this:
REL_ALLOC=no ./configure ...
(put all the rest of your 'configure' options, if any instead of
"..."). Then rebuild, and see if the problem went away.