From xemacs-m  Wed Dec 25 21:53:17 1996
Received: from bcarsde4.localhost (mailgate.nortel.ca [192.58.194.74])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with ESMTP
	  id VAA26171 for <xemacs-beta@xemacs.org>; Wed, 25 Dec 1996 21:53:16 -0600 (CST)
Received: from bcarsde5.ott.bnr.ca (actually 47.80.6.26) by bcarsde4.localhost;
          Wed, 25 Dec 1996 22:33:44 -0500
Received: from nquah6f (actually nquah6f.ott.bnr.ca) by bcarsde5.ott.bnr.ca;
          Wed, 25 Dec 1996 22:52:45 -0500
Received: by nquah6f (1.38.193.4/16.2 BNR V4.2 P1) id AA09834;
          Wed, 25 Dec 1996 22:52:42 -0500
From: "Barry Friedman" <friedman@nortel.ca>
Message-Id: <9612260352.AA09834@nquah6f>
Subject: Build failed for 15-b5 hpux 9.03
To: xemacs-beta@xemacs.org
Date: Wed, 25 Dec 1996 22:52:42 -0500 (EST)
Reply-To: "Barry Friedman" <friedman@nortel.ca>
X-Mailer: ELM [version 2.4.1 PL23]
Content-Type: text

Configure doesn't seem to be able to find X11 on a vanilla hpux
9.03 system anymore:
    "Unable to find X11 libraries."

 I'm still trying to get the hang of these
new betas so I pulled down a clean distribution for b5, installed
the man/Makefile.  I'm compiling
for multiple architectures and use the following script:

  #!/bin/sh
   
  rm etc info lisp
  rm -rf lib-src src
  XEMACS=xemacs-19.15-b*
  USRLOCAL=/usr/local
  CONFIG=`../$XEMACS/config.guess`

  ../$XEMACS/configure $CONFIG                     \
	  --with-gcc=no \
	  --prefix=$USRLOCAL                    \
	  --bindir=$USRLOCAL/bin/$CONFIG  > config.out 2>&1 

  nohup make all-elc > make.out 2>&1&

which has worked for all betas up through b3.  B4 seemed to compile
but I may not have applied the patch properly.  

Configure succeeds if 
  --x-includes=/usr/include/X11R5 \
  --x-libraries=/usr/lib/X11R5 \
explicitly specified.

Remedy?

-- 
Barry Friedman                         
Emax Computer Systems Inc., 440 Laurier Ave. W., Ottawa, Ont. Canada K1R 7X6
ESN: 395-4270  NET: friedman@nortel.ca  Phone: (613) 782-2389  Fax: 782-2228  

