From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Hin-Tak Leung Newsgroups: gmane.emacs.bugs Subject: Re: emacs-19.34 segfauls when built with Xfree 4.3.0 (glibc 2.3.x,gcc 3.2) Date: Sat, 17 May 2003 18:40:49 +0100 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3EC67421.8030705@yahoo.co.uk> References: <3EBFB256.4000504@yahoo.co.uk> <3EC27019.1060307@yahoo.co.uk> <3EC4BF98.3000209@yahoo.co.uk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1053192935 27732 80.91.224.249 (17 May 2003 17:35:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 17 May 2003 17:35:35 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Sat May 17 19:35:34 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19H5ao-0007D9-00 for ; Sat, 17 May 2003 19:35:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19H5cG-0003Xk-00 for gnu-bug-gnu-emacs@m.gmane.org; Sat, 17 May 2003 13:37:04 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19H5bp-0002rt-00 for bug-gnu-emacs@gnu.org; Sat, 17 May 2003 13:36:37 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19H5bi-0002XA-00 for bug-gnu-emacs@gnu.org; Sat, 17 May 2003 13:36:31 -0400 Original-Received: from smtp014.mail.yahoo.com ([216.136.173.58]) by monty-python.gnu.org with smtp (Exim 4.10.13) id 19H5bC-0002Qr-00 for bug-gnu-emacs@gnu.org; Sat, 17 May 2003 13:35:58 -0400 Original-Received: from m104-mp1.cvx1-a.cam.dial.ntli.net (HELO yahoo.co.uk) (hintak?leung@62.253.144.104 with plain) by smtp.mail.vip.sc5.yahoo.com with SMTP; 17 May 2003 17:35:53 -0000 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en, en-us Original-To: rms@gnu.org In-Reply-To: X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5096 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5096 Richard Stallman wrote: > If someone who uses FreeBSD tells us what we need to do, we would > be glad to fix this. Are you suggesting that Emacs should do > -z nocombreloc whenever it uses GNU LD? Yes. According to GNU ld's changelog, 'combreloc' has become the default since the 'March 2002' version, 14 months ago. So as new GNU ld is being installed, or upgraded into systems which is not GNU/linux (which alone has the fix), it is likely to be a problem. I do realise that distinguish GNU ld versus other ld might be non-trivial to do...