From xemacs-m  Thu Jun  5 08:11:02 1997
Received: from fronsac.ensg.u-nancy.fr (fronsac.ensg.u-nancy.fr [192.93.48.17])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id IAA08391
	for <xemacs-beta@xemacs.org>; Thu, 5 Jun 1997 08:10:59 -0500 (CDT)
Message-Id: <199706051310.IAA08391@xemacs.org>
Received: by fronsac.ensg.u-nancy.fr
	(8.7.1/16.2) id JAA13130; Thu, 5 Jun 1997 09:10:47 -0400 (EDT)
Date: Thu, 5 Jun 1997 09:10:47 -0400 (EDT)
From: Richard Cognot <cognot@ensg.u-nancy.fr>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: xemacs-beta@xemacs.org
Subject: [PATCH] 20.3b3 OK on hpux 10.20.
X-Mailer: VM 6.31 under 20.3 XEmacs Lucid (beta3)
Reply-to: cognot@ensg.u-nancy.fr
X-Face:  .|{6#t`YCBNfg_E.8;@IFK9kd'Ol7>~2S7U!o3+g)+\`hV5&I]k,UwC%g%Y\,-KV+[eEgZm
 i(NgMB@L_n/A!jk;}@!?$<t5Aw`B$R=xJSv[F$2&sz*cwxF!|B3)MH,6YBDNU!$9;91N_p*>}</%ZO
 +EYRSc{a_#KXB)sJlPpxQq,/:}\*noO!;(5PY~MTnspl;&XA$JccP;N~;v5E>Yh.


After a long time, back to beta testing again, although maybe not for
as long as I would like.

Configure information follows. (I know, I should let configure guess
most of this stuff by itself, but I needed a binary to work with
first).

"poll: interrupted system call" message is back, due to the fact the binary
is linked with -lcurses. Enclosed is a patch to both hpux10.h and
hpux9.h. Although this problem is 10.X specific, the patch to hpux9.h
is necessary to make the 9.X binary portable to 10.X.

Apart from that, seems pretty good.

Richard.

-----cut-------
*** hpux10.h.orig       Thu Jun  5 13:50:18 1997
--- hpux10.h    Thu Jun  5 13:52:07 1997
***************
*** 17,19 ****
--- 17,23 ----
  /* Fix kernel file name for 10.10 */
  #undef KERNEL_FILE
  #define KERNEL_FILE "/stand/vmunix"
+ 
+ /* XEmacs: -lcurses includes a broken select() call on some 10.X systems. */
+ #undef LIBS_TERMCAP
+ #define LIBS_TERMCAP -ltermcap
*** hpux9.h.orig        Thu Jun  5 13:50:39 1997
--- hpux9.h     Thu Jun  5 13:52:29 1997
***************
*** 75,77 ****
--- 75,82 ----
  
  /* XEmacs: apparently rint() is totally broken in HPUX 9. */
  #undef HAVE_RINT
+ 
+ /* XEmacs: avoid using -lcurses, to make the binary portable from 9.X to 10.X */
+ #undef LIBS_TERMCAP
+ #define LIBS_TERMCAP -ltermcap
+ 
-----cut-------

uname -a: HP-UX fronsac B.10.20 E 9000/777 2010006670 8-user license

./configure  '--prefix=/usr/local/xemacs'
'--bindir=/usr/local/xemacs/bin/hppa1.1-hp-hpux10.20'
'--x-libraries=/usr/lib/X11R6 -L/usr/lib -L/usr/contrib/X11R6/lib'
'--x-includes=/usr/include/X11R6 -I/usr/include/Motif1.2_R6
-I/usr/contrib/X11R6/include'
'--site-includes=/home/cognot/APPS/include /opt/audio/include'
'--site-libraries=/home/cognot/APPS/lib/hp700 /opt/audio/lib'
'--verbose' '--extra-verbose' '--cflags=+O3 +Onoinline -Ae'
'--error-checking=none' '--debug=no' '--dynamic=yes'
'--with-menubars=lucid' '--with-scrollbars=lucid'
'--with-dialogs=motif' '--with-png' '--with-mule=no' 


Configured for `hppa1.1-hp-hpux10.20'.

  Where should the build process find the source code?    /usr/local/xemacs-20.3-b3 
  What installation prefix should install use?            /usr/local/xemacs
  What operating system and machine description files should XEmacs use?
        `s/hpux10-shr.h' and `m/hp800.h'
  What compiler should XEmacs be built with?              cc +O3 +Onoinline -Ae
  Should XEmacs use the GNU version of malloc?            yes
  Should XEmacs use the relocating allocator for buffers? yes
  What window system should XEmacs use?                   x11
  Where do we find X Windows header files?                /usr/dt/include /usr/include/X11R6 -I/usr/include/Motif1.2_R6 -I/usr/contrib/X11R6/include /usr/contrib/X11R6/include
  Where do we find X Windows libraries?                   /usr/dt/lib /usr/lib/X11R6 -L/usr/lib -L/usr/contrib/X11R6/lib
  Additional header files:                                /home/cognot/APPS/include /opt/audio/include
  Additional libraries:                                   /home/cognot/APPS/lib/hp700 /opt/audio/lib
  Compiling in support for GIF image conversion.
  Compiling in support for XPM images.
  Compiling in support for X-Face message headers.
  Compiling in support for JPEG image conversion.
  Compiling in support for PNG image conversion.
  Compiling in native sound support.
  Compiling in support for GNU DBM.
  Compiling in support for CDE.
  Compiling in support for ToolTalk.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Motif dialog boxes.

-- 
|-------------------------------------------------------------|
| Richard Cognot           | Proceed, with fingers crossed... |
|                          |           /\^^/\                 |
| <cognot@ensg.u-nancy.fr> |             `'                   |
|-------------------------------------------------------------|
| http://www.ensg.u-nancy.fr/~cognot                          |
|-------------------------------------------------------------|

