From xemacs-m  Tue Jun 17 19:46:24 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 TAA14869
	for <xemacs-beta@xemacs.org>; Tue, 17 Jun 1997 19:46:23 -0500 (CDT)
Received: from Eng.Sun.COM ([129.146.1.25]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id SAA16389; Tue, 17 Jun 1997 18:07:29 -0700
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id RAA26731; Tue, 17 Jun 1997 17:45:53 -0700
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id RAA04966; Tue, 17 Jun 1997 17:45:51 -0700
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id RAA02545; Tue, 17 Jun 1997 17:45:48 -0700
Date: Tue, 17 Jun 1997 17:45:48 -0700
Message-Id: <199706180045.RAA02545@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
Subject: [oslo] Configure failed with hp-c89
In-Reply-To: <9706151159.AA09150@nquah6f>
References: <9706151159.AA09150@nquah6f>
X-Mailer: VM 6.32 under 20.3 "Moscow" XEmacs Lucid (beta6)
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>

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

Barry> Oslo-b7  HPUX 9.03 hp c89 compiler
Barry> Configure still failing with use-gcc=no :
Barry> checking size of short... 0
Barry>     Defining SIZEOF_SHORT = 0
Barry> checking size of int... 0
Barry>     Defining SIZEOF_INT = 0
Barry> checking size of long... 0
Barry>     Defining SIZEOF_LONG = 0

Barry> *** PANIC *** Configure tests are not working - compiler is broken.
Barry> *** PANIC *** Please examine config.log for compilation errors.

Barry> If you need any tests run to get the correct output from this compiler
Barry> please let me know.

Well, so what does config.log say?  Usually the reason for failure is
simple, for example:
export CC=/bin/sh

Martin

