From xemacs-m  Wed Mar 19 17:42:17 1997
Received: from steadfast.teradyne.com (steadfast.teradyne.com [131.101.1.200])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id RAA29332
	for <xemacs-beta@xemacs.org>; Wed, 19 Mar 1997 17:42:16 -0600 (CST)
Received: from engine.ecf.teradyne.com (engine.ecf.teradyne.com [131.101.192.6]) by steadfast.teradyne.com (8.7.1/8.7.1) with ESMTP id SAA05185; Wed, 19 Mar 1997 18:45:43 -0500 (EST)
Received: (from aichner@localhost) by engine.ecf.teradyne.com (8.7.1/8.7.1) id AAA16635; Thu, 20 Mar 1997 00:41:41 +0100 (MET)
Sender: aichner@ecf.teradyne.com
To: Vladimir Ivanovic <Vladimir.Ivanovic@mri.com>
Cc: xemacs-beta@xemacs.org
Subject: Re: [19.15-b100 on sparc-sun-solaris2.5.1] build FAILURE
References: <199703192101.NAA17153@lungo>
X-Face: 4[iHdXiTu\V3u[~\I)<f9HC);%~nG8`oUqv#uzvs6=\V{AjN6Sn
 c/qi;YLwRmEbt8Y*=j5n(urqY@chPh@J'D"QlqD!C8>*}#kYF[-tYl3VZga/HSOP|K,{L
 Rtu@f0y/=O&Cu}\:~d|P$JON?pn?j,&CnPb1z#/TL9bkAJwyol&a:SvYj-VYbM=Dtxhk9
 =w|R6U3_;SH&B<Mfy6Q%#
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=ISO-8859-1
From: Adrian Aichner <aichner@ecf.teradyne.com>
Date: 20 Mar 1997 00:41:39 +0100
In-Reply-To: Vladimir Ivanovic's message of Wed, 19 Mar 1997 13:01:07 -0800
Message-ID: <rxswwr3fo0c.fsf@ecf.teradyne.com>
Lines: 97
X-Mailer: Gnus v5.4.28/XEmacs 20.1(beta8)
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by xemacs.org id RAA29333

>>>>> "Vladimir" == Vladimir Ivanovic <Vladimir.Ivanovic@mri.com> writes:

    Vladimir> I spoke too soon.  It hung just a little while later.
    Vladimir> I am compiling without *any* optimization :-(

Vladimir,

-dalign (which is part of -fast) ay well be the culprit. Stay away
from it unless you *know* that all the libraries xemacs links with are 
compiled -dalign as well.

I usually compile '-g -xO4'. Try something like this and decrease the
optimization level in the unlikely case that you still see problems.

Adrian

    Vladimir> -- Vladimir

    Vladimir> ------- Forwarded Message

    Vladimir> Date:    Tue, 18 Mar 1997 15:54:51 -0800
    Vladimir> From:    Vladimir Ivanovic <Vladimir.Ivanovic>
    Vladimir> To:      xemacs-beta@xemacs.org
    Vladimir> Subject: [19.15-b100 on sparc-sun-solaris2.5.1] build SUCCESS

    Vladimir> b100 runs when built with --compiler=cc --cflags="-g -fast".

    Vladimir> -- Vladimir

>>>>> Vladimir Ivanovic writes:

    VI> I cannot build with --compiler=cc --cflags="-g -fast".  (SPARCompiler
    VI> 3.0.1 13 Jul 1994) The initial frame comes up, the modeline is drawn,
    VI> and then nothing.  Here is what `pstack' reports: 

    VI> 29866:	xemacs
    VI> ef277790 poll     (efffbd30, 2, 4e1e)
    VI> ef293824 select   (d, efffded8, 2, 2, 4e1e, efffbd40) + 288
    VI> ef49d950 _XtwaitForSomething (3721c8, 37200c, efffded4, 37201c, 1, 4) + 
    Vladimir> 3ac
    VI> ef49eccc XtAppProcessEvent (372000, 0, 3721cc, 37200c, 3721c8, 0) + 298
    VI> 0019a314 emacs_Xt_next_event (24b800, 24b800, 24b800, 24b800, 10350004, 
    Vladimir> 3b0200) + 1bc
    VI> 0009ae88 event_stream_next_event (611804, 10350004, 10350004, 1, 0, 0) +
    Vladimir>  e8
    VI> 0009d420 next_event_internal (10611804, 1, 10350004, 323f08, 0, 0) + 78
    VI> 0009dd9c Fnext_event (325818, 10350004, 10350004, 0, 31c400, 0) + 794
    VI> 00060124 Fcommand_loop_1 (40e080, 52000c, 1, 520000, fc13ac08, f0041620)
    Vladimir>  + 194
    VI> 0005ff70 command_loop_1 (10350004, 2057584c, ffffffff, 0, 0, efffe0e0) +
    Vladimir>  18
    VI> 0008b5c4 condition_case_1 (10350064, 5ff58, 10350004, 5f738, 10350004, 0
    Vladimir> ) + 16c
    VI> 0005f86c command_loop_3 (0, efffe4c0, 8b0c8, 8b0d0, 10350004, 0) + 2c
    VI> 0005f89c command_loop_2 (10350004, 0, 274d10, 10350004, 0, efffe2a0) + 4
    VI> 0008b110 internal_catch (10362dbc, 5f898, 10350004, 0, 0, 0) + d8
    VI> 0005f9f8 initial_command_loop (10350004, 349800, 30422e7c, 32358c, 1, ef
    Vladimir> fff598) + 138
    VI> 00086c38 main_1   (1, efffe76c, efffe774, 1, efffe76c, efffe774) + b38
    VI> 00087790 main     (1, efffe76c, efffe774, 320000, 1, 0) + d0
    VI> 0003d24c _start   (0, 0, 0, 0, 0, 0) + 5c

    VI> Building with --cflags="-g" works fine, and --cflags="-g -fast" works on
    VI> i386-unknown-solaris2.5.1.

    VI> -- Vladimir


    Vladimir> ------- End of Forwarded Message



-- 
			    Adrian Aichner
			Applications Engineer
  Teradyne GmbH
  Semiconductor Test Group    Telephone +49/89/41861(0)-208
  Dingolfinger Strae 2       Fax       +49/89/41861-217
  D-81673 MNCHEN             E-mail    aichner@ecf.teradyne.com

