From xemacs-m  Mon Jun 16 13:13:31 1997
Received: from wfdutilgw.ml.com (wfdutilf01.ml.com [206.3.74.31])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id NAA22787
	for <xemacs-beta@xemacs.org>; Mon, 16 Jun 1997 13:13:30 -0500 (CDT)
Received: from ml1.ml.com ([199.201.57.130])
	by wfdutilgw.ml.com (8.8.5/8.8.5/MLgw-3.03) with ESMTP id OAA18595
	for <xemacs-beta@xemacs.org>; Mon, 16 Jun 1997 14:09:37 -0400 (EDT)
Received: from commpost.ml.com (commpost.ml.com [146.125.4.24])
	by ml1.ml.com (8.8.5/8.8.5/MLml4-2.07) with SMTP id OAA02994
	for <xemacs-beta@xemacs.org>; Mon, 16 Jun 1997 14:16:47 -0400 (EDT)
Received: from spssunp.spspme.ml.com (spssunp.spspme.ml.com [192.168.111.13]) by commpost.ml.com (8.6.12/8.6.12) with ESMTP id OAA11783; Mon, 16 Jun 1997 14:17:09 -0400
Received: by spssunp.spspme.ml.com (SMI-8.6/SMI-4.1)
	id OAA02020; Mon, 16 Jun 1997 14:12:58 -0400
To: XEmacs Beta List <xemacs-beta@xemacs.org>
Subject: FAILURE: Oslo on solaris sparc20 (then success)
X-Face: D>:hrrB{l6#\wU;)0R:OHSTA@ayd.Oq?s@Rrc;[+z0m+<-U"$G-J6L)F2QY`qK~uPu!s1(6{\#uy!Ag/D)?'L[}xErXvxoPn8T_hKi{M]/(`BF{e}X7;hby`p\.E$rJ}Aff#BT,rdDIw\y
X-Y-Zippy: I'm protected by a ROLL-ON I rented from AVIS..
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
From: Colin Rafferty <craffert@ml.com>
Date: 16 Jun 1997 14:12:56 -0400
Message-ID: <ocr910abemv.fsf@spssunp.spspme.ml.com>
Lines: 54
X-Mailer: Gnus v5.4.56/XEmacs 20.3(beta7) - "Oslo"

There is a bug at lisp/auctex/Makefile:101.

The make that comes with the Sun compiler fails on a line that looks
like this:

.IGNORE: some

On `make beta', `make' failed with the message:

make: Fatal error in reader: Makefile, line 102: Illegal dependencies for target `.IGNORE'

I commented out the line, ran `make all-elc' (since I did not need the
redundant `clean'), and everything compiled and ran perfectly.

Here is the config info
uname -a: SunOS spssunp 5.4 Generic_101945-42 sun4m sparc

uname -a: SunOS spssunp 5.4 Generic_101945-42 sun4m sparc

./configure  '--debug=yes' '--error-checking=none' '--with-mule' '--with-xface' '--with-tooltalk=no' '--site-includes=/export1/craffert/src/site' '--site-libraries=/export1/craffert/src/site' '--site-runtime-libraries=/export1/craffert/src/site'

Configured for `sparc-sun-solaris2.4'.

  Where should the build process find the source code?    /export1/craffert/src/xemacs-20.3-b7
  What installation prefix should install use?		  /usr/local
  What operating system and machine description files should XEmacs use?
        `s/sol2-4.h' and `m/sparc.h'
  What compiler should XEmacs be built with?              gcc -g -O2
  Should XEmacs use the GNU version of malloc?            yes
  Should XEmacs use the relocating allocator for buffers? yes
  What window system should XEmacs use?                   x11
  Where do we find X Windows header files?                /usr/dt/include /usr/openwin/include
  Where do we find X Windows libraries?                   /usr/dt/lib /usr/openwin/lib
  Additional header files:                                /export1/craffert/src/site
  Additional libraries:                                   /export1/craffert/src/site
  Runtime library search path:                            /export1/craffert/src/site
  Compiling in support for XAUTH.
  Compiling in support for GIF image conversion.
  Compiling in support for XPM images.
  Compiling in support for X-Face message headers.
  Compiling in native sound support.
  Compiling in support for GNU DBM.
  Compiling in Mule (multi-lingual) support.
  Compiling in XIM (X11R5+ I18N input method) support.
    Using Motif to provide XIM support.
  Using Lucid menubars.
  Using Lucid scrollbars.
  Using Motif dialog boxes.
  movemail will use "dot-locking" for locking mail spool files.
  Compiling in extra code for debugging.
  Compiling in code for checking XEmacs memory usage.

-- 
Colin

