From xemacs-m  Tue May 13 10:35:01 1997
Received: from palrel1.hp.com (palrel1.hp.com [15.253.72.10])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id KAA20607
	for <xemacs-beta@xemacs.org>; Tue, 13 May 1997 10:35:01 -0500 (CDT)
Received: from cuckoo.hpl.hp.com (cuckoo.hpl.hp.com [15.144.62.116]) by palrel1.hp.com with ESMTP (8.7.5/8.7.3) id IAA06524; Tue, 13 May 1997 08:35:00 -0700 (PDT)
Received: (from ange@localhost) by cuckoo.hpl.hp.com (8.7.1/8.7.1) id QAA22602; Tue, 13 May 1997 16:34:55 +0100 (BST)
To: Neal Becker <neal@ctd.comsat.com>
Cc: xemacs-beta@xemacs.org
Subject: Re: hpux10 Which X?
References: <u9zptzmm3d.fsf@neal.ctd.comsat.com>
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
From: Andy Norman <ange@hplb.hpl.hp.com>
Date: 13 May 1997 16:34:54 +0100
In-Reply-To: Neal Becker's message of 13 May 1997 11:24:22 -0400
Message-ID: <x5enbbjsgx.fsf@cuckoo.hpl.hp.com>
Lines: 38
X-Mailer: Gnus v5.4.46/XEmacs 20.2(beta3)

Neal Becker <neal@ctd.comsat.com> writes:

> We just upgraded from hpux9.05 to hpux10.20.  I am trying to build a
> native 10.20 xemacs-20.2.

> We have X11R5, X11R5, and X11R6 includes and libs.  We have Motif1.1,
> Motif1.2, and Motif1.2_R6.  We have /usr/dt/include, /usr/dt/lib.

> xemacs left to it's own configure (with xmkmf disabled) found /usr/dt
> stuff.  This seems to include X11R5.

> Which set to use?  Should I force it to use X11R6 and forget about
> /usr/dt?

I have 10.20.  I use the following configure command.  YMMV.

exec ./configure \
     --with-gnu-make \
     --error-checking=none \
     --debug=no \
     --with-tooltalk=no \
     --with-scrollbars=no \
     --with-database=no \
     --with-socks=no \
     --with-term=no \
     --with-gcc=no \
     --with-xmu=no \
     --x-includes='/usr/include/X11R6 -I/usr/include/X11R5 -I/usr/include/Motif1.2_R6' \
     --x-libraries='/usr/lib/X11R6 -L/usr/lib/X11R5 -L/usr/lib/Motif1.2_R6' \
     --site-includes='/opt/audio/include' \
     --site-libraries='/opt/audio/lib' \
     --cflags='+O3 +Onoinline -Ae' \
     --dynamic=yes \
     --verbose

						-- ange -- <><

http://www-uk.hpl.hp.com/people/ange		ange@hplb.hpl.hp.com

