From xemacs-m  Sun May 18 16:53:22 1997
Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id QAA11592
	for <xemacs-beta@xemacs.org>; Sun, 18 May 1997 16:53:22 -0500 (CDT)
Received: from Corp.Sun.COM ([129.145.35.78]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id PAA16286 for <xemacs-beta@xemacs.org>; Sun, 18 May 1997 15:07:28 -0700
Received: from legba.Corp.Sun.COM by Corp.Sun.COM (SMI-8.6/SMI-5.3)
	id OAA28600; Sun, 18 May 1997 14:53:34 -0700
Received: by legba.Corp.Sun.COM (SMI-8.6/SMI-SVR4)
	id OAA14957; Sun, 18 May 1997 14:53:32 -0700
To: xemacs-beta@xemacs.org
Subject: 20.3b1 configure failure
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
From: Gary.Foster@Corp.Sun.COM (Gary D. Foster)
Date: 18 May 1997 14:53:31 -0700
Message-ID: <bcig1vk1m78.fsf@corp.Sun.COM>
Lines: 72
X-Mailer: Gnus v5.4.52/XEmacs 20.2

This is on a sparc-linux system, standard RedHat 4.1 install which
20.2 loved, by the way, with kernel v. 2.0.27:

suzieq:$ ./configure --x-libraries=/usr/X11R6/lib/--x-includes=/usr/X11R6/include/ --with-dialogs=athena3d
- You did not tell me what kind of host system you want to configure.
- I will attempt to guess the kind of system this is.
- Looks like this is a sparc-unknown-linux
checking whether ln -s works... yes
checking the configuration name
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
Extracting information from the machine- and system-dependent
headers...
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking for bison... bison -y
checking for AIX... no
checking for mach/mach.h... no
checking for sys/stropts.h... no
checking for sys/timeb.h... yes
checking for sys/time.h... yes
checking for unistd.h... yes
checking for utime.h... yes
checking for sys/wait.h... yes
checking for libintl.h... yes
checking for locale.h... yes
checking for libgen.h... no
checking for linux/version.h... yes
checking for kstat.h... no
checking for sys/pstat.h... no
checking for inttypes.h... no
checking for ANSI C header files... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys_siglist declaration in signal.h or unistd.h... yes
checking for struct utimbuf... yes
checking return type of signal handlers... void
checking for struct timeval... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for tm_zone in struct tm... no
checking for tzname... yes
checking for working const... yes
checking whether make sets ${MAKE}... yes
checking whether byte ordering is bigendian... yes
checking for long file names... yes
checking for sqrt in -lm... yes
checking type of mail spool file locking
checking for specified window system
checking for X... libraries /usr/X11R6/lib/, headers
/usr/X11R6/include/
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... no
checking for X11/Intrinsic.h... yes
checking for XOpenDisplay in -lX11... yes
checking for XtOpenDisplay in -lXt... no
configure: error: Unable to find X11 libraries.

I tried it with the --x-includes and --x-librararies options set to
/usr/X11/..., /usr/X11R6/..., and /usr/X11R6.1 as well as just leaving 
it alone to autodetect and it consistently failed as above.  It finds
then just fine in the "Checking for X..." detection and then fails a
little while later.

-- Gary F.

