From xemacs-m  Mon Jul 14 12:17:02 1997
Received: from postoffice.npac.syr.edu (postoffice.npac.syr.edu [128.230.7.230])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id MAA03346
	for <xemacs-beta@xemacs.org>; Mon, 14 Jul 1997 12:17:01 -0500 (CDT)
Received: from kopernik.npac.syr.edu (kopernik.npac.syr.edu [128.230.8.17]) by postoffice.npac.syr.edu (8.7.5/8.7.1) with SMTP id NAA05743 for <xemacs-beta@xemacs.org>; Mon, 14 Jul 1997 13:16:59 -0400 (EDT)
To: XEmacs Beta List <xemacs-beta@xemacs.org>
Subject: next capitol success on Irix 6.2 in -o32 and 64!
X-Attribution: RT
X-Face: *_$\]C;VV*dP;8~h{,[C-2c1"O5SYp9T(n$;fVcywXC3:5t-rq<q2Su&1;JKMC:Rscf"uNt
 f]c6=T'F&Vw!Vr(\ug6s~go|!PVdW12'X!]%Vwyr*wgAAkH^P>vs"m{(/dy|?OB%_0eY~w6A,<T*R)
 km+-K4k38UG~1&4K!}Dp>a1gb%4.!=Oyx|k]<&>7mN5NOrK`pmII3CzO0v'F<#$NoJ;g0!?/J:}j!3
 &f@I8Wo8o1XOMV9k]"'C#>R
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
From: Remek Trzaska <remek@npac.syr.edu>
Date: 14 Jul 1997 13:17:01 -0400
Message-ID: <rwxhgdxpn8y.fsf@kopernik.npac.syr.edu>
Lines: 87
X-Mailer: Gnus v5.4.63/XEmacs 20.3(beta13) - "Brussels"

Wow! Brussels compiles almost smoothly with -64! I had to manually
replace in src/systime.h

extern long timezone 

with

extern time_t timezone;

I don't have yet 64 bit versions of libXpm, libjpeg, libcompface, so I 
compiled without all this nice stuff, but the beast seems to run ok
:-)

Still I couldn't compile in -n32 mode. temacs crashes with assertion
failed in keymap.c :-(

Regards,
Remek

~/xemacs-20.3-b13/Installation follows:

uname -a: IRIX64 kopernik 6.2 03131016 IP25

./configure  '--site-libraries=/usr/npac/lib' '--site-includes=/usr/npac/include' '--prefix=/scratch/remek' '--bindir=/scratch/remek' '--with-xface' '--with-jpeg' '--with-png=no' '--compiler=cc' '--cflags=-O -s' '--debug=no' '--error-checking=none' '--with-mule'


Configured for `mips-sgi-irix6.2'.

  Where should the build process find the source code?    /home/R11A/remek/.koproj/xemacs-20.3-b12
  What installation prefix should install use?		  /scratch/remek
  What operating system and machine description files should XEmacs use?
        `s/irix6-0.h' and `m/iris4d.h'
  What compiler should XEmacs be built with?              cc -O -s
  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?                
  Where do we find X Windows libraries?                   
  Additional header files:                                /usr/npac/include
  Additional libraries:                                   /usr/npac/lib
  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 support for JPEG image conversion.
  Compiling in native sound support.
  Compiling in support for GNU DBM.
  Compiling in Mule (multi-lingual) support.
  Using Lucid menubars.
  Using Lucid scrollbars.
  Using Motif dialog boxes.
  movemail will use "dot-locking" for locking mail spool files.

uname -a: IRIX64 kopernik 6.2 03131016 IP25

./configure  '--site-libraries=/usr/npac/lib' '--site-includes=/usr/npac/include' '--prefix=/scratch/remek' '--bindir=/scratch/remek' '--with-jpeg=no' '--with-xpm=no' '--with-png=no' '--compiler=cc' '--cflags=-O -64 -s' '--debug=no' '--error-checking=none' '--with-mule'


Configured for `mips-sgi-irix6.2'.

  Where should the build process find the source code?    /home/R11A/remek/.koproj/xemacs-20.3-b12
  What installation prefix should install use?		  /scratch/remek
  What operating system and machine description files should XEmacs use?
        `s/irix6-0.h' and `m/iris4d.h'
  What compiler should XEmacs be built with?              cc -O -64 -s
  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?                
  Where do we find X Windows libraries?                   
  Additional header files:                                /usr/npac/include
  Additional libraries:                                   /usr/npac/lib
  Compiling in support for XAUTH.
  Compiling in support for GIF image conversion.
  --------------------------------------------------------------------
  WARNING: Compiling without XPM support.
  WARNING: You should strongly considering installing XPM.
  WARNING: Otherwise toolbars and other graphics will look suboptimal.
  --------------------------------------------------------------------
  Compiling in native sound support.
  Compiling in support for GNU DBM.
  Compiling in Mule (multi-lingual) support.
  Using Lucid menubars.
  Using Lucid scrollbars.
  Using Motif dialog boxes.
  movemail will use "dot-locking" for locking mail spool files.


