From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: puneet Newsgroups: gmane.emacs.devel Subject: Re: Anyone built Emacs with gcc-3.3? Date: Fri, 04 Jul 2003 11:17:32 -0500 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 1057336159 28116 80.91.224.249 (4 Jul 2003 16:29:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 4 Jul 2003 16:29:19 +0000 (UTC) Cc: 'Emacs Developers' Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Jul 04 18:29:15 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 19YTQx-0007JB-00 for ; Fri, 04 Jul 2003 18:29:15 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19YTZQ-0001gY-00 for ; Fri, 04 Jul 2003 18:38:01 +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 19YTQA-0006cx-Qz for emacs-devel@quimby.gnus.org; Fri, 04 Jul 2003 12:28:26 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19YTNH-0004lI-8N for emacs-devel@gnu.org; Fri, 04 Jul 2003 12:25:27 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19YTMu-0004Dk-PQ for emacs-devel@gnu.org; Fri, 04 Jul 2003 12:25:09 -0400 Original-Received: from [203.190.131.45] (helo=IndiaFire.idc.txc.com) by monty-python.gnu.org with smtp (Exim 4.20) id 19YTMf-0003Dx-SK for emacs-devel@gnu.org; Fri, 04 Jul 2003 12:24:50 -0400 Original-Received: (qmail 1303 invoked by uid 505); 4 Jul 2003 22:06:57 -0000 Original-Received: from puneet@computer.org by IndiaFire.idc.txc.com with records: 69782. . Clean.); 04/07/2003 22:06:56 Original-Received: from unknown (HELO cheetah.txc.stpn.soft.net) (192.168.200.43) by indiafire.idc.txc.com with SMTP; 4 Jul 2003 22:06:52 -0000 X-Mailer: emacs 21.3.50.1 (via feedmail 8 I) Original-To: "Marshall, Simon" In-Reply-To: (Simon Marshall's message of "Fri, 4 Jul 2003 09:33:49 +0100") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (usg-unix-v) Original-cc: 'Emacs Pretesters' X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15376 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15376 I am using emacs on solaris 2.8. Right now I am using emacs from CVS. Earlier on I had emacs 21.3 compiled with 64-bit gcc 3.3. And it did not give any problems. I have compiled emacs in gcc 3.3. Actually I configured gcc for sparcv9 arch. And hence my emacs is 64-bit. I use it daily. I believe I used gcc 3.3 only to install emacs as my emacs was installed later than I installed the present gcc. I will try compiling emacs with 32 bit gcc early next week, as I do not have access to my solaris system at home. Regards - puneet (emacs-version) "GNU Emacs 21.3.50.1 (sparc-sun-solaris2.8, X toolkit, Xaw3d scroll bars) of 2003-06-27 on cheetah" $ uname -a SunOS cheetah 5.8 Generic_108528-19 sun4u sparc SUNW,Ultra-60 Solaris $ file `which emacs` /home/pgoel/local/gnu/arch/sparcv9-sun-solaris2.8/bin/emacs: ELF 64-bit MSB executable, SPARC V9, version 1 (SYSV), dynamically linked (uses shared libs), stripped $ gcc -v Reading specs from /home/pgoel/local/gnu/arch/sparcv9-sun-solaris2.8/lib/gcc-lib/sparcv9-sun-solaris2.8/3.3/specs Configured with: ../gcc-3.3/configure --disable-nls --enable-threads --enable-languages=c,c++,f77 --prefix=/home/pgoel/local/gnu --exec-prefix=${prefix}/arch/sparcv9-sun-solaris2.8 --host=sparcv9-sun-solaris2.8 Thread model: posix gcc version 3.3 $ ls -la `which gcc` -r-xr-xr-x 3 pgoel staff 123608 2003-05-16 01:13 /home/pgoel/local/gnu/arch/sparcv9-sun-solaris2.8/bin/gcc $ which emacs /home/pgoel/local/gnu/arch/sparcv9-sun-solaris2.8/bin/emacs $ ls -la `which emacs` -r-xr-xr-x 2 pgoel staff 12604912 2003-06-27 03:53 /home/pgoel/local/gnu/arch/sparcv9-sun-solaris2.8/bin/emacs >>>>> "Marshall" == Marshall, Simon writes: Marshall> I've tried to build emacs-21.3 and 21.1.90 with gcc-3.3 Marshall> on solaris-2.8 but without success. Emacs builds but Marshall> coredumps on exit, see bug #11386 at GCC Bugzilla via Marshall> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11386. Marshall> Have any of you guys built with gcc-3.3 or any snapshot Marshall> prior to its release? I ask because the bug looks like Marshall> it might be tricky to track down; the gcc guy dealing Marshall> with it wants a lot more input; it's not clear whether Marshall> it is platform-dependent (the guy who got around to Marshall> reporting it before me is also on solaris-2.8). Marshall> Simon. Marshall> -- -- -- Puneet Goel -- BLESSED is he whose fame does not outshine his truth. - Stray Birds, Rabindernath Tagore --