From xemacs-m  Tue Jun 17 21:37:31 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 VAA17061
	for <xemacs-beta@xemacs.org>; Tue, 17 Jun 1997 21:37:29 -0500 (CDT)
Received: from Eng.Sun.COM ([129.146.1.25]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id TAA25746; Tue, 17 Jun 1997 19:58:35 -0700
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id TAA10910; Tue, 17 Jun 1997 19:36:57 -0700
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id TAA10218; Tue, 17 Jun 1997 19:36:57 -0700
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id TAA02631; Tue, 17 Jun 1997 19:36:56 -0700
Date: Tue, 17 Jun 1997 19:36:56 -0700
Message-Id: <199706180236.TAA02631@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: Re: [oslo] Configure failed with hp-c89
In-Reply-To: <9706180212.AA19269@nquah6f>
References: <199706180045.RAA02545@xemacs.eng.sun.com>
	<9706180212.AA19269@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:

>>>>> In reply to Martin Buchholz:
>> 
>> Well, so what does config.log say?  Usually the reason for failure is
>> simple, for example:
>> export CC=/bin/sh
>> 
Barry> config.log:

Barry> configure:3187: checking size of long
Barry> configure:3201: cc -Aa -o conftest -O   -I/usr/local/include  -Ae -Wp,-H100000
Barry>    -L/usr/local/lib  -a archive -L/lib/pa1.1   conftest.c
Barry>    -lc 1>&5

Please try adding
#undef LD_SWITCH_SYSTEM
to the end of src/s/hpux9.h
and re-run configure.  Does that work?

Martin

