From xemacs-m  Wed Jun 11 11:31:37 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 LAA18095
	for <xemacs-beta@xemacs.org>; Wed, 11 Jun 1997 11:31:36 -0500 (CDT)
Received: from Eng.Sun.COM ([129.146.1.25]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id JAA26734; Wed, 11 Jun 1997 09:51:10 -0700
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id JAA07752; Wed, 11 Jun 1997 09:29:57 -0700
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id JAA25009; Wed, 11 Jun 1997 09:29:52 -0700
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id JAA16693; Wed, 11 Jun 1997 09:29:52 -0700
Date: Wed, 11 Jun 1997 09:29:52 -0700
Message-Id: <199706111629.JAA16693@xemacs.eng.sun.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: "Barry Friedman" <friedman@nortel.ca>
Cc: xemacs-beta@xemacs.org, neal@ctd.comsat.com
Subject: Wierd configure with hp c89 compiler
In-Reply-To: <9706090501.AA17717@nquah6f>
References: <9706090501.AA17717@nquah6f>
X-Mailer: VM 6.32 under 20.3 "Zagreb" XEmacs Lucid (beta5)
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>

>>>>> "Barry" == Barry Friedman <friedman@nortel.ca> writes:

Barry> 20.3-b4 configure with hp c89 compiler: In brief, size of short
Barry> integer and long are all defined as 0.  Unable to find entry
Barry> points in X libraries.  This on vanilla hpux 9.03.  I have
Barry> compiled all betas up to 20.2 with the HP c89 compiler having
Barry> had trouble in the past with gcc.  Configure worked ok with
Barry> gcc.

Please examine config.log.  In the next beta, XEmacs will stop if
sizeof(long) == 0 thusly:


if test "$ac_cv_sizeof_long" = 0; then
  echo ""
  echo "*** PANIC *** Configure tests are not working - compiler is broken."
  echo "*** PANIC *** Please examine config.log for compilation errors."
  exit 1
fi

Martin

