From xemacs-m  Fri Mar 28 22:44:32 1997
Received: from master.control.att.com ([135.205.52.13])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id WAA15244
	for <xemacs-beta@xemacs.org>; Fri, 28 Mar 1997 22:44:30 -0600 (CST)
Received: from i.control.att.com by master.control.att.com with esmtp
	(Smail3.1.29.1 #3) id m0wApzB-002iwwC; Fri, 28 Mar 97 23:43 EST
Received: by i.control.att.com (Smail3.1.29.1 #1)
	id m0wApzB-000mURC; Fri, 28 Mar 97 23:43 EST
Message-Id: <m0wApzB-000mURC@i.control.att.com>
Date: Fri, 28 Mar 97 23:43 EST
From: lda@control.att.com (Larry Auton)
To: steve@miranova.com
Subject: Re: [20.1-b10 patch] problems building 20.1b10 (linux)
Cc: xemacs-beta@xemacs.org

I am running a Linux 2.0.29 (Slackware 3.1) host:

I unpacked xemacs-20.1-b10.tar.gz
Then overlaid xemacs-20.1-b10.extras.tar
Then applied two patches from your mail to the beta list:

first patch:

  Subject: Re: [20.1-b10 patch] problems building 20.1b10 (linux)
  Date: 28 Mar 1997 19:29:49 -0800
  Message-ID: <m2g1xfl6j6.fsf_-_@altair.xemacs.org>

second patch:
  Subject: Patch for 20.1-b10 `]' typo in configure.in.
  Date: 28 Mar 1997 19:58:32 -0800
  Message-ID: <m2208zl57b.fsf@altair.xemacs.org>

Then I ran configure like so:

	./configure	\
		--site-libraries=/usr/local/lib \
		--prefix=/usr/local/xemacs-20.1-b10 \
		--with-menubars=lucid		\
		--with-scrollbars=lucid		\
		--with-xpm			\
		--with-xface			\
		--with-sound=native		\
		--with-gif			\
		--with-png 			\
		--with-jpeg

and then typed

	make

A while later, the make failed like so:

make[1]: *** No rule to make target `inline.c', needed by `inline.o'.  Stop.

-lda

