From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.devel Subject: Re: Anyone built Emacs with gcc-3.3? Date: Tue, 15 Jul 2003 23:31:36 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1058309329 18058 80.91.224.249 (15 Jul 2003 22:48:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 15 Jul 2003 22:48:49 +0000 (UTC) Cc: 'Emacs Pretesters' , "Marshall, Simon" , 'Emacs Developers' , puneet Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Jul 16 00:48:43 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19cYah-0004eD-00 for ; Wed, 16 Jul 2003 00:48:11 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19cYod-0001HU-00 for ; Wed, 16 Jul 2003 01:02:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19cYPE-00006t-Ho for emacs-devel@quimby.gnus.org; Tue, 15 Jul 2003 18:36:20 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19cYP4-0008T2-Iv for emacs-devel@gnu.org; Tue, 15 Jul 2003 18:36:10 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19cYL4-0006gM-MZ for emacs-devel@gnu.org; Tue, 15 Jul 2003 18:32:03 -0400 Original-Received: from albion.dl.ac.uk ([148.79.80.39]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19cYKs-0006d7-P3; Tue, 15 Jul 2003 18:31:50 -0400 Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.36 #1 (Debian)) id 19cYKe-0008GQ-00; Tue, 15 Jul 2003 23:31:36 +0100 Original-To: Puneet Goel User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15627 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15627 Puneet Goel writes: > I am sure that my emacs is 64-bit because .... > > 1. I use gcc -m64 to compile that. Right, that's the relevant option with gcc. I mentioned it to try to avoid confusion. Sorry I misremembered that I did make it work on SPARC, although gcc supposedly didn't generate reliable code at the time. > I do use sun ld. I do not know how to check for which > malloc I am using. Should I send you the config.log file?? Actually, that wasn't relevant, because Solaris uses gmalloc now -- something else I mis-remembered.