From xemacs-m  Mon Apr 14 10:41:00 1997
Received: from master.control.att.com ([135.205.52.13])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id KAA12003
	for <xemacs-beta@xemacs.org>; Mon, 14 Apr 1997 10:41:00 -0500 (CDT)
Received: from i.control.att.com by master.control.att.com with esmtp
	(Smail3.1.29.1 #3) id m0wGnrJ-002ixBC; Mon, 14 Apr 97 11:39 EDT
Received: by i.control.att.com (Smail3.1.29.1 #1)
	id m0wGnrJ-000mUTC; Mon, 14 Apr 97 11:39 EDT
Message-Id: <m0wGnrJ-000mUTC@i.control.att.com>
Date: Mon, 14 Apr 97 11:39 EDT
From: Larry Auton <lda@control.att.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: kooper@cc.gatech.edu (Rob Kooper)
Cc: xemacs-beta@xemacs.org
Subject: Failed to build under IRIX 6.2
In-Reply-To: <199704141506.LAA25459@mondrian.cc.gatech.edu>
References: <199704141506.LAA25459@mondrian.cc.gatech.edu>
X-Mailer: VM 6.24 under 20.1 XEmacs Lucid (beta15)

Rob Kooper writes:
> Hi,
> 
> has anybody yet have success building 20.1b15 under IRIX 6.2. I have
> been able to build all succesfully sofar, but 20.1b15 breaks. It
> breaks in the startup code for the image library. (So even before 20.1
> starts running it's own code).
> 
> Rob
> -- 
> Rob Kooper
> kooper@cc.gatech.edu
> http://www.gvu.gatech.edu/~rob.kooper/

I built it.  Note that I added a bunch of the graphics libraries myself
(png, jpeg, faces, etc.).  Beware of not specifying

	--with-dialogs=athena

if it builds with the motif dialogs [boom!] you're a dead man.

here's the ``configure'' command that I used:

$ ./configure \
	 --site-libraries=/usr/local/lib	\
	 --site-includes=/usr/local/include	\
	--prefix=/usr/local/xemacs-20.1-b15	\
	--with-menubars=lucid			\
	--with-scrollbars=lucid			\
	--with-xface				\
	--with-dialogs=athena			\
	--site-runtime-libraries=/usr/local/lib

The last option "site-runtime-libraries" let me get past it failing to 
load unless I set LD_LIBRARY_PATH.  I would be happy to send you a
binary copy of my "build" to see if it will run on your box.

-lda

P.S> here's a bit about my configuration.  I can send the voluminous
     output of the ``versions'' command if you are really bored....

$ uname -a
IRIX ground 6.2 03131015 IP22
$ hinv
Iris Audio Processor: version A2 revision 4.1.0
1 133 MHZ IP22 Processor
FPU: MIPS R4600 Floating Point Coprocessor Revision: 2.0
CPU: MIPS R4600 Processor Chip Revision: 2.0
On-board serial ports: 2
On-board bi-directional parallel port
Data cache size: 16 Kbytes
Instruction cache size: 16 Kbytes
Secondary unified instruction/data cache size: 512 Kbytes on Processor 0
Main memory size: 64 Mbytes
Vino video: unit 0, revision 0
Integral ISDN: Basic Rate Interface unit 0, revision 1.0
Integral Ethernet: ec0, version 1
Integral SCSI controller 0: Version WD33C93B, revision D
  Tape drive: unit 5 on SCSI controller 0: DAT
  CDROM: unit 4 on SCSI controller 0
  Disk drive: unit 1 on SCSI controller 0
Graphics board: Indy 24-bit

