From xemacs-m  Mon Dec  9 11:23:14 1996
Received: from goggins.bath.ac.uk (pp@goggins.bath.ac.uk [138.38.32.13]) by xemacs.cs.uiuc.edu (8.8.3/8.8.3) with ESMTP id LAA19770 for <xemacs-beta@xemacs.org>; Mon, 9 Dec 1996 11:23:11 -0600 (CST)
Message-Id: <199612091723.LAA19770@xemacs.cs.uiuc.edu>
Received: from maths.Bath.AC.UK (actually host ivy.maths.bath.ac.uk) 
          by goggins.bath.ac.uk with SMTP (PP); Mon, 9 Dec 1996 16:47:11 +0000
To: xemacs-beta@xemacs.org
Subject: Success Irix5.3/Indigo2
Date: Mon, 9 Dec 96 16:46:14 GMT
From: Nic Doye <njd1@maths.bath.ac.uk>
Sender: njd1@maths.bath.ac.uk

Ay up all,

after a lot of pissing about (the X11R6.1 is a bit screwed here) I got
20.0-b30 to compile with the following script (including the dopey
trailing backslash, doh).

Hacks: Local hack to put full pathname for jpeglib.h etc in
src/glyphs-x.c (another mess up here). Eventually had to set
LD_LIBRARY_PATH and LD_RUN_PATH in the shell for compilation (and
running) purposes (else rld can't find X11 stuff). -- These were true
for 19.14 too, but it's a local thing which I clearly don't
understand. :-(

I tried sorting this using
--cflags="-Wl,-L/tools/X11R6.1/lib,-R/tools/X11R6.1/lib" but then the
conftests bomb out in configure. But it all seems to be running so
far, (on an Indigo2 and a humble Indy w/32Mb memory, used as a
console) size and rss very similar to 19.14. Well done, one and all!

________________________________________________________________________
#!/bin/sh

#XEMACS_SRC=/net/stork0/local3/contrib/xemacs-19.14; export XEMACS_SRC
XEMACS_SRC=/net/stork0/local3/contrib/xemacs-20.0-b30; export XEMACS_SRC
LD_LIBRARY_PATH=/tools/X11R6.1/lib: ; export LD_LIBRARY_PATH
LD_RUN_PATH=/tools/X11R6.1/lib: ; export LD_RUN_PATH 

$XEMACS_SRC/configure mips-sgi-irix5.3 \
--with-x=yes --x_includes=/tools/X11R6.1/include \
--x_libraries=/tools/X11R6.1/lib --dynamic \
--prefix=/net/stork0/local3/contrib/xemacs --with-xpm=yes \
--with-sound=native --with-gcc=yes --with-jpeg=yes --with-gif=yes \
--extra-verbose \
________________________________________________________________________

nic
-- 
Systems Programmer, School of Mathematical Sciences, University of Bath,
Claverton Down, Bath BA2 7AY England.  http://www.maths.bath.ac.uk/~njd1
Tel +44 1225 826068    Fax +44 1225 826492     N.J.Doye@maths.bath.ac.uk
http://www.bath.ac.uk/~mapnjd/Music/cabaretVoltaire.html P/T PhD student

