Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2002 13:52:20 -0400
From:      Alexander Kabaev <kabaev@bellatlantic.net>
To:        John Baldwin <jhb@FreeBSD.ORG>
Cc:        wa1ter@hotmail.com, freebsd-current@FreeBSD.ORG
Subject:   Re: emacs problems?
Message-ID:  <20021020135220.65f7b4e0.kabaev@bellatlantic.net>
In-Reply-To: <XFMail.20021018114644.jhb@FreeBSD.org>
References:  <3DB02203.4040307@hotmail.com> <XFMail.20021018114644.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 18 Oct 2002 11:46:44 -0400 (EDT)
John Baldwin <jhb@FreeBSD.ORG> wrote:

> 
> On 18-Oct-2002 walt wrote:
> > I'm having problems with emacs 20.7 running under X:
> > 
> >#emacs
> > Fatal error (11).Segmentation fault (core dumped)
> > 
<SKIP>
> > Anyone else seeing this problem?
> 
> Same exact problem with xemacs.

Please add -Wl,-znocombreloc  to the linker command line while compiling
temacs. XEmacs ELF unexec code is not happy about unified .rel.dyn
relocation section and prefers to deal with .rel.data instead.
 
-- 
Alexander Kabaev


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021020135220.65f7b4e0.kabaev>