From xemacs-m  Thu Sep 11 09:55:17 1997
Received: from kiki.icd.teradyne.com (kiki.icd.teradyne.com [131.101.10.126])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id JAA08086
	for <xemacs-beta@xemacs.org>; Thu, 11 Sep 1997 09:55:12 -0500 (CDT)
Received: from localhost.icd.teradyne.com (localhost.icd.teradyne.com)
	by ICD.Teradyne.COM (8.8.5/8.8.5) with SMTP id KAA02740
	for <xemacs-beta@xemacs.org>; Thu, 11 Sep 1997 10:53:41 -0400 (EDT)
Received: from spacely by spacely.icd.teradyne.com (SMI-8.6/SMI-SVR4)
	id KAA00822; Thu, 11 Sep 1997 10:56:52 -0400
Message-Id: <199709111456.KAA00822@spacely.icd.teradyne.com>
To: xemacs-beta@xemacs.org
From: acs@acm.org
X-Attribution: Vin
Subject: 20.3-b19 with UnixWare cc
Date: Thu, 11 Sep 1997 10:56:51 -0400
Sender: shelton@ICD.Teradyne.COM

When b19 was first released, I successfully built it for UnixWare using gcc.
Last night I built it with the standard C compiler; this raised a couple of 
configuration issues:

1. The math library is required, but not detected:

Undefined                       first referenced
 symbol                             in file
log10                               floatfns.o
tanh                                floatfns.o
sinh                                floatfns.o
ceil                                floatfns.o
asin                                floatfns.o
cosh                                floatfns.o
atan2                               floatfns.o
pow                                 floatfns.o
floor                               data.o
acos                                floatfns.o


2. This configuration does not provide an implementation of alloca(),
   but the rule generated to build one:

alloca.o : ${srcdir}/alloca.s config.h
    $(CPP) $(cppflags) allocatem.c | \
    sed -e 's/^L//' -e 's/^#.*//' | \
    sed -n -e '/^..*$$/p' > allocax.s
    @$(RM) alloca.o
    $(CC) -c allocax.s
    mv allocax.o alloca.o
    $(RM) allocax.s allocatem.c

doesn't work, as there is no file named allocatem.c.  It looks like
the following line is incorrectly commented out of src/Makefile.in:
    ##  cp ${srcdir}/alloca.s allocatem.c
In any case, once I used the supplied alloca.c, everything built fine.

Hmm.  I tried to use alloca.s, but my system is not XENIX or any of
the other supported systems.  It seems like UnixWare should just use
alloca.c.


Here's my installation info, followed by config.log in case anyone
(Martin?) would like to take a look at the configuration problems.


uname -a: UNIX_SV mithril 4.2MP 2.1.2 i386 x86at

../configure  '--with-gcc=no' '--cflags=-Xa -Kno_ieee,host,inline,p6 -O' '--x-includes=/usr/X11R6/include' '--x-libraries=/usr/X11R6/lib' '--with-database=no' '--with-mule=no'


Configured for `i386-univel-sysv4.2MP'.

  Where should the build process find the source code?    /syjet/src/xemacs-20.3-b19
  What installation prefix should install use?		  /usr/local
  Where should XEmacs look for packages?		  /usr/local/lib/xemacs/packages:~/.xemacs
  What operating system and machine description files should XEmacs use?
        `s/usg5-4-2.h' and `m/intel386.h'
  What compiler should XEmacs be built with?              cc -Xa -Kno_ieee,host,inline,p6 -O
  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/X11R6/include
  Where do we find X Windows libraries?                   /usr/X11R6/lib
  Compiling in support for XAUTH.
  Compiling in support for GIF image conversion.
  Compiling in support for XPM images.
  Compiling in support for proper session-management.
  Using Lucid menubars.
  Using Lucid scrollbars.
  Using Athena dialog boxes.
  movemail will use "dot-locking" for locking mail spool files.
  WARNING: ---------------------------------------------------------
  WARNING: Compiling in support for runtime error checking.
  WARNING: XEmacs will run noticeably more slowly as a result.
  WARNING: Error checking is on by default for XEmacs beta releases.
  WARNING: ---------------------------------------------------------



config.log:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:852: checking whether ln -s works
configure:1029: checking the configuration name
configure:1483: checking for gcc
configure:1554: checking whether the C compiler (cc -Xa -Kno_ieee,host,inline,p6 -O ) works
configure:1570: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O             conftest.c          1>&5
configure:1590: checking whether the C compiler (cc -Xa -Kno_ieee,host,inline,p6 -O ) is a cross-compiler
configure:1595: checking whether we are using GNU C
configure:1602: cc -E conftest.c
configure:1973: checking how to run the C preprocessor
configure:2032: checking for AIX
configure:2061: checking whether we are using SunPro C
configure:2074: cc -c -Xa -Kno_ieee,host,inline,p6 -O       conftest.c 1>&5
UX:acomp: ERROR: "configure", line 2067: #error: Not a  SunPro compiler :-(
configure: failed program was:
#line 2063 "configure"
#include "confdefs.h"

int main() {
#ifndef __SUNPRO_C
#error Not a  SunPro compiler :-(
******* ======= ******** &&&&&&&&
#endif

; return 0; }
configure:2361: checking for dynodump
configure:2432: checking for runtime libraries flag
configure:2444: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O         -L/usr/ccs/lib     conftest.c  -R/no/such/file-or-directory      -lsocket -lnsl -lelf -lgen  1>&5
UX:ld: ERROR: Illegal option -- R
UX:ld: TO FIX: usage: ld [-abmrstGVd:e:h:l:o:u:z:B:I:L:M:Q:Y:] file(s) ...
	[-a create absolute file]
	[-b do not do special PIC relocations in a.out]
	[-m print memory map]
	[-r create relocatable file]
	[-s strip symbol and debugging information]
	[-t do not warn for multiply defined symbols of different sizes]
	[-G create shared object]
	[-V print version information]
	[-d y|n operate in dynamic|static mode]
	[-e sym use sym as starting text location]
	[-h name use name as internal shared object string]
	[-l x search for libx.so or libx.a]
	[-o outfile name output file outfile]
	[-u symname create undefined symbol symname]
	[-z defs|nodefs disallow|allow undefined symbols]
	[-z text disallow output relocations against text]
	[-B dynamic|static search for shared libraries|archives]
	[-B sortbss assign contiguous addresses to bss symbols in each input file]
	[-B symbolic bind external references to definitions
		 when creating shared objects]
	[-B export global symbols are made visible
		 outside of the executable]
	[-B hide global symbols are not made visible
		 outside of the shared object]
	[-I interp use interp as path name of interpreter]
	[-L path search for libraries in directory path]
	[-M mapfile use processing directives contained in mapfile]
	[-Q y|n do|do not place version information in output file]
	[-YP,dirlist use dirlist as default path when searching for libraries]
configure: failed program was:
#line 2437 "configure"
#include "confdefs.h"

int main() {

; return 0; }
configure:2444: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O         -L/usr/ccs/lib     conftest.c  -R /no/such/file-or-directory      -lsocket -lnsl -lelf -lgen  1>&5
UX:ld: ERROR: Illegal option -- R
UX:ld: TO FIX: usage: ld [-abmrstGVd:e:h:l:o:u:z:B:I:L:M:Q:Y:] file(s) ...
	[-a create absolute file]
	[-b do not do special PIC relocations in a.out]
	[-m print memory map]
	[-r create relocatable file]
	[-s strip symbol and debugging information]
	[-t do not warn for multiply defined symbols of different sizes]
	[-G create shared object]
	[-V print version information]
	[-d y|n operate in dynamic|static mode]
	[-e sym use sym as starting text location]
	[-h name use name as internal shared object string]
	[-l x search for libx.so or libx.a]
	[-o outfile name output file outfile]
	[-u symname create undefined symbol symname]
	[-z defs|nodefs disallow|allow undefined symbols]
	[-z text disallow output relocations against text]
	[-B dynamic|static search for shared libraries|archives]
	[-B sortbss assign contiguous addresses to bss symbols in each input file]
	[-B symbolic bind external references to definitions
		 when creating shared objects]
	[-B export global symbols are made visible
		 outside of the executable]
	[-B hide global symbols are not made visible
		 outside of the shared object]
	[-I interp use interp as path name of interpreter]
	[-L path search for libraries in directory path]
	[-M mapfile use processing directives contained in mapfile]
	[-Q y|n do|do not place version information in output file]
	[-YP,dirlist use dirlist as default path when searching for libraries]
configure: failed program was:
#line 2437 "configure"
#include "confdefs.h"

int main() {

; return 0; }
configure:2444: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O         -L/usr/ccs/lib     conftest.c  -rpath /no/such/file-or-directory      -lsocket -lnsl -lelf -lgen  1>&5
UX:ld: WARNING: command line: warning: -dn and -h are incompatible; ignoring -h
UX:ld: ERROR: command line: fatal error: -a -r is illegal in this version of ld
configure: failed program was:
#line 2437 "configure"
#include "confdefs.h"

int main() {

; return 0; }
configure:2542: checking for ranlib
configure:2595: checking for a BSD compatible install
configure:2646: checking for bison
configure:2677: checking for mach/mach.h
configure:2685: /usr/ccs/lib/cpp       conftest.c >/dev/null 2>conftest.out
configure: 2682: Can't find include file mach/mach.h
configure: failed program was:
#line 2680 "configure"
#include "confdefs.h"
#include <mach/mach.h>
configure:2677: checking for sys/stropts.h
configure:2685: /usr/ccs/lib/cpp       conftest.c >/dev/null 2>conftest.out
configure:2677: checking for sys/timeb.h
configure:2685: /usr/ccs/lib/cpp       conftest.c >/dev/null 2>conftest.out
configure:2677: checking for sys/time.h
configure:2685: /usr/ccs/lib/cpp       conftest.c >/dev/null 2>conftest.out
configure:2677: checking for unistd.h
configure:2685: /usr/ccs/lib/cpp       conftest.c >/dev/null 2>conftest.out
configure:2718: checking for utime.h
configure:2726: /usr/ccs/lib/cpp       conftest.c >/dev/null 2>conftest.out
configure:2718: checking for locale.h
configure:2726: /usr/ccs/lib/cpp       conftest.c >/dev/null 2>conftest.out
configure:2718: checking for libgen.h
configure:2726: /usr/ccs/lib/cpp       conftest.c >/dev/null 2>conftest.out
configure:2718: checking for fcntl.h
configure:2726: /usr/ccs/lib/cpp       conftest.c >/dev/null 2>conftest.out
configure:2718: checking for ulimit.h
configure:2726: /usr/ccs/lib/cpp       conftest.c >/dev/null 2>conftest.out
configure:2759: checking for linux/version.h
configure:2767: /usr/ccs/lib/cpp       conftest.c >/dev/null 2>conftest.out
configure: 2764: Can't find include file linux/version.h
configure: failed program was:
#line 2762 "configure"
#include "confdefs.h"
#include <linux/version.h>
configure:2759: checking for kstat.h
configure:2767: /usr/ccs/lib/cpp       conftest.c >/dev/null 2>conftest.out
configure: 2764: Can't find include file kstat.h
configure: failed program was:
#line 2762 "configure"
#include "confdefs.h"
#include <kstat.h>
configure:2759: checking for sys/pstat.h
configure:2767: /usr/ccs/lib/cpp       conftest.c >/dev/null 2>conftest.out
configure: 2764: Can't find include file sys/pstat.h
configure: failed program was:
#line 2762 "configure"
#include "confdefs.h"
#include <sys/pstat.h>
configure:2759: checking for inttypes.h
configure:2767: /usr/ccs/lib/cpp       conftest.c >/dev/null 2>conftest.out
configure: 2764: Can't find include file inttypes.h
configure: failed program was:
#line 2762 "configure"
#include "confdefs.h"
#include <inttypes.h>
configure:2759: checking for limits.h
configure:2767: /usr/ccs/lib/cpp       conftest.c >/dev/null 2>conftest.out
configure:2797: checking for sys/wait.h that is POSIX.1 compatible
configure:2816: cc -c -Xa -Kno_ieee,host,inline,p6 -O       conftest.c 1>&5
configure:2840: checking for ANSI C header files
configure:2851: /usr/ccs/lib/cpp       conftest.c >/dev/null 2>conftest.out
configure:2915: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O         -L/usr/ccs/lib     conftest.c        -lsocket -lnsl -lelf -lgen  1>&5
configure:2940: checking whether time.h and sys/time.h may both be included
configure:2952: cc -c -Xa -Kno_ieee,host,inline,p6 -O       conftest.c 1>&5
configure:2976: checking for sys_siglist declaration in signal.h or unistd.h
configure:2991: cc -c -Xa -Kno_ieee,host,inline,p6 -O       conftest.c 1>&5
UX:acomp: ERROR: "configure", line 2987: undefined symbol: sys_siglist
UX:acomp: ERROR: "configure", line 2987: cannot dereference non-pointer type
UX:acomp: WARNING: "configure", line 2987: improper pointer/integer combination: op "="
configure: failed program was:
#line 2979 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <signal.h>
/* NetBSD declares sys_siglist in unistd.h.  */
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
int main() {
char *msg = *(sys_siglist + 1);
; return 0; }
configure:3016: checking for struct utimbuf
configure:3037: cc -c -Xa -Kno_ieee,host,inline,p6 -O       conftest.c 1>&5
configure:3057: checking return type of signal handlers
configure:3077: cc -c -Xa -Kno_ieee,host,inline,p6 -O       conftest.c 1>&5
configure:3099: checking for size_t
configure:3133: checking for pid_t
configure:3167: checking for uid_t in sys/types.h
configure:3206: checking for mode_t
configure:3240: checking for off_t
configure:3275: checking for struct timeval
configure:3293: cc -c -Xa -Kno_ieee,host,inline,p6 -O       conftest.c 1>&5
configure:3315: checking whether struct tm is in sys/time.h or time.h
configure:3326: cc -c -Xa -Kno_ieee,host,inline,p6 -O       conftest.c 1>&5
configure:3350: checking for tm_zone in struct tm
configure:3361: cc -c -Xa -Kno_ieee,host,inline,p6 -O       conftest.c 1>&5
UX:acomp: ERROR: "configure", line 3357: undefined struct/union member: tm_zone
configure: failed program was:
#line 3353 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <time.h>
int main() {
struct tm tm; tm.tm_zone;
; return 0; }
configure:3384: checking for tzname
configure:3397: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O         -L/usr/ccs/lib     conftest.c        -lsocket -lnsl -lelf -lgen  1>&5
configure:3423: checking for working const
configure:3475: cc -c -Xa -Kno_ieee,host,inline,p6 -O       conftest.c 1>&5
configure:3500: checking whether make sets ${MAKE}
configure:3525: checking whether byte ordering is bigendian
configure:3541: cc -c -Xa -Kno_ieee,host,inline,p6 -O       conftest.c 1>&5
UX:acomp: ERROR: "configure", line 3536: undefined symbol: bogus
UX:acomp: ERROR: "configure", line 3536: Syntax error before or at: endian
configure: failed program was:
#line 3530 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
int main() {

#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
 bogus endian macros
#endif
; return 0; }
configure:3586: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O         -L/usr/ccs/lib     conftest.c        -lsocket -lnsl -lelf -lgen  1>&5
configure:3612: checking size of short
configure:3626: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O         -L/usr/ccs/lib     conftest.c        -lsocket -lnsl -lelf -lgen  1>&5
configure:3653: checking size of int
configure:3667: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O         -L/usr/ccs/lib     conftest.c        -lsocket -lnsl -lelf -lgen  1>&5
configure:3688: checking size of long
configure:3702: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O         -L/usr/ccs/lib     conftest.c        -lsocket -lnsl -lelf -lgen  1>&5
configure:3723: checking size of long long
configure:3737: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O         -L/usr/ccs/lib     conftest.c        -lsocket -lnsl -lelf -lgen  1>&5
UX:acomp: ERROR: "configure", line 3732: invalid type combination
configure: failed program was:
#line 3726 "configure"
#include "confdefs.h"
#include <stdio.h>
main()
{
  FILE *f=fopen("conftestval", "w");
  if (!f) exit(1);
  fprintf(f, "%d\n", sizeof(long long));
  exit(0);
}
configure:3758: checking size of void *
configure:3772: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O         -L/usr/ccs/lib     conftest.c        -lsocket -lnsl -lelf -lgen  1>&5
configure:3794: checking for long file names
configure:3841: checking for sqrt in -lm
configure:3857: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O         -L/usr/ccs/lib     conftest.c   -lm       -lsocket -lnsl -lelf -lgen  1>&5
UX:acomp: ERROR: "configure", line 3854: no actual for asm formal: x
UX:acomp: ERROR: "configure", line 3854: no actual for asm formal: x
configure: failed program was:
#line 3846 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char sqrt();

int main() {
sqrt()
; return 0; }
configure:3899: checking type of mail spool file locking
configure:3923: checking for kstat_open in -lkstat
configure:3939: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O         -L/usr/ccs/lib     conftest.c   -lkstat       -lsocket -lnsl -lelf -lgen  1>&5
UX:ld: ERROR:  fatal error: library not found: -lkstat
configure: failed program was:
#line 3928 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char kstat_open();

int main() {
kstat_open()
; return 0; }
configure:3973: checking for kvm_read in -lkvm
configure:3989: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O         -L/usr/ccs/lib     conftest.c   -lkvm       -lsocket -lnsl -lelf -lgen  1>&5
UX:ld: ERROR:  fatal error: library not found: -lkvm
configure: failed program was:
#line 3978 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char kvm_read();

int main() {
kvm_read()
; return 0; }
configure:4023: checking for cma_open in -lpthreads
configure:4039: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O         -L/usr/ccs/lib     conftest.c   -lpthreads       -lsocket -lnsl -lelf -lgen  1>&5
UX:ld: ERROR:  fatal error: library not found: -lpthreads
configure: failed program was:
#line 4028 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char cma_open();

int main() {
cma_open()
; return 0; }
configure:4075: checking whether the -xildoff compiler flag is required
configure:4096: checking for specified window system
configure:4117: checking for X
configure:4436: checking for dnet_ntoa in -ldnet
configure:4452: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib     conftest.c   -ldnet       -lsocket -lnsl -lelf -lgen  1>&5
UX:ld: ERROR:  fatal error: library not found: -ldnet
configure: failed program was:
#line 4441 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char dnet_ntoa();

int main() {
dnet_ntoa()
; return 0; }
configure:4476: checking for dnet_ntoa in -ldnet_stub
configure:4492: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib     conftest.c   -ldnet_stub       -lsocket -lnsl -lelf -lgen  1>&5
UX:ld: ERROR:  fatal error: library not found: -ldnet_stub
configure: failed program was:
#line 4481 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char dnet_ntoa();

int main() {
dnet_ntoa()
; return 0; }
configure:4521: checking for gethostbyname
configure:4547: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib     conftest.c        -lsocket -lnsl -lelf -lgen  1>&5
configure:4614: checking for connect
configure:4640: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib     conftest.c        -lsocket -lnsl -lelf -lgen  1>&5
configure:4703: checking for remove
configure:4729: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib     conftest.c        -lsocket -lnsl -lelf -lgen  1>&5
configure:4790: checking for shmat
configure:4816: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib     conftest.c        -lsocket -lnsl -lelf -lgen  1>&5
configure:4887: checking for IceConnectionNumber in -lICE
configure:4903: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include  -L/usr/X11R6/lib  -L/usr/ccs/lib     conftest.c   -lICE       -lsocket -lnsl -lelf -lgen  1>&5
configure:5036: checking for X defines extracted by xmkmf
configure:5068: checking for X11/Intrinsic.h
configure:5076: /usr/ccs/lib/cpp       -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:5100: checking for XOpenDisplay in -lX11
configure:5116: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c   -lX11     -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:5184: checking for XShapeSelectInput in -lXext
configure:5200: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c   -lXext   -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:5223: checking for XtOpenDisplay in -lXt
configure:5239: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c   -lXt   -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:5262: checking the version of X11 being used
configure:5269: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:5293: checking for X11/Xlocale.h
configure:5301: /usr/ccs/lib/cpp       -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:5332: checking for XFree86
configure:5352: checking for XmuReadBitmapDataFromFile in -lXmu
configure:5368: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c   -lXmu   -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:5407: checking for main in -lXbsd
configure:5419: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c   -lXbsd   -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
UX:ld: ERROR:  fatal error: library not found: -lXbsd
configure: failed program was:
#line 5412 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }
configure:5442: checking for XawScrollbarSetThumb in -lXaw
configure:5458: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c   -lXaw   -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:5482: checking for X11/Xaw/Reports.h
configure:5490: /usr/ccs/lib/cpp       -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:5547: checking for session-management option
configure:5562: checking for X11/Xauth.h
configure:5570: /usr/ccs/lib/cpp       -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:5593: checking for XauGetAuthByAddr in -lXau
configure:5609: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c   -lXau   -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:5650: checking for OffiX/DragAndDrop.h
configure:5658: /usr/ccs/lib/cpp       -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure: 5655: Can't find include file OffiX/DragAndDrop.h
configure: failed program was:
#line 5653 "configure"
#include "confdefs.h"
#include <OffiX/DragAndDrop.h>
configure:5736: checking for tt_c.h
configure:5744: /usr/ccs/lib/cpp       -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure: 5741: Can't find include file tt_c.h
configure: failed program was:
#line 5739 "configure"
#include "confdefs.h"
#include <tt_c.h>
configure:5736: checking for Tt/tt_c.h
configure:5744: /usr/ccs/lib/cpp       -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure: 5741: Can't find include file Tt/tt_c.h
configure: failed program was:
#line 5739 "configure"
#include "confdefs.h"
#include <Tt/tt_c.h>
configure:5736: checking for desktop/tt_c.h
configure:5744: /usr/ccs/lib/cpp       -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure: 5741: Can't find include file desktop/tt_c.h
configure: failed program was:
#line 5739 "configure"
#include "confdefs.h"
#include <desktop/tt_c.h>
configure:5838: checking for Dt/Dt.h
configure:5846: /usr/ccs/lib/cpp       -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure: 5843: Can't find include file Dt/Dt.h
configure: failed program was:
#line 5841 "configure"
#include "confdefs.h"
#include <Dt/Dt.h>
configure:6071: checking for graphics libraries
configure:6088: checking for Xpm - no older than 3.4f
configure:6101: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c  -lXpm  -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:6139: checking for compface.h
configure:6147: /usr/ccs/lib/cpp       -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure: 6144: Can't find include file compface.h
configure: failed program was:
#line 6142 "configure"
#include "confdefs.h"
#include <compface.h>
configure:6222: checking for jpeglib.h
configure:6230: /usr/ccs/lib/cpp       -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure: 6227: Can't find include file jpeglib.h
configure: failed program was:
#line 6225 "configure"
#include "confdefs.h"
#include <jpeglib.h>
configure:6305: checking for png.h
configure:6313: /usr/ccs/lib/cpp       -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure: 6310: Can't find include file png.h
configure: failed program was:
#line 6308 "configure"
#include "confdefs.h"
#include <png.h>
configure:6452: checking for Xm/Xm.h
configure:6460: /usr/ccs/lib/cpp       -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure: 6457: Can't find include file Xm/Xm.h
configure: failed program was:
#line 6455 "configure"
#include "confdefs.h"
#include <Xm/Xm.h>
configure:7415: checking for acosh
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
Undefined			first referenced
 symbol  			    in file
acosh                               conftest.o
UX:ld: ERROR: conftest: fatal error: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 7418 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char acosh(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char acosh();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_acosh) || defined (__stub___acosh)
choke me
#else
acosh();
#endif

; return 0; }
configure:7415: checking for asinh
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
Undefined			first referenced
 symbol  			    in file
asinh                               conftest.o
UX:ld: ERROR: conftest: fatal error: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 7418 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char asinh(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char asinh();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_asinh) || defined (__stub___asinh)
choke me
#else
asinh();
#endif

; return 0; }
configure:7415: checking for atanh
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
Undefined			first referenced
 symbol  			    in file
atanh                               conftest.o
UX:ld: ERROR: conftest: fatal error: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 7418 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char atanh(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char atanh();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_atanh) || defined (__stub___atanh)
choke me
#else
atanh();
#endif

; return 0; }
configure:7415: checking for cbrt
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
Undefined			first referenced
 symbol  			    in file
cbrt                                conftest.o
UX:ld: ERROR: conftest: fatal error: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 7418 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char cbrt(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char cbrt();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_cbrt) || defined (__stub___cbrt)
choke me
#else
cbrt();
#endif

; return 0; }
configure:7415: checking for closedir
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:7415: checking for dup2
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:7415: checking for eaccess
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:7415: checking for fmod
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
Undefined			first referenced
 symbol  			    in file
fmod                                conftest.o
UX:ld: ERROR: conftest: fatal error: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 7418 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char fmod(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char fmod();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_fmod) || defined (__stub___fmod)
choke me
#else
fmod();
#endif

; return 0; }
configure:7415: checking for fpathconf
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:7415: checking for frexp
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:7415: checking for ftime
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
Undefined			first referenced
 symbol  			    in file
ftime                               conftest.o
UX:ld: ERROR: conftest: fatal error: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 7418 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char ftime(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char ftime();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_ftime) || defined (__stub___ftime)
choke me
#else
ftime();
#endif

; return 0; }
configure:7415: checking for gethostname
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:7415: checking for getpagesize
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
Undefined			first referenced
 symbol  			    in file
getpagesize                         conftest.o
UX:ld: ERROR: conftest: fatal error: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 7418 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char getpagesize(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char getpagesize();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_getpagesize) || defined (__stub___getpagesize)
choke me
#else
getpagesize();
#endif

; return 0; }
configure:7415: checking for gettimeofday
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:7415: checking for getcwd
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:7415: checking for getwd
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
Undefined			first referenced
 symbol  			    in file
getwd                               conftest.o
UX:ld: ERROR: conftest: fatal error: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 7418 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char getwd(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char getwd();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_getwd) || defined (__stub___getwd)
choke me
#else
getwd();
#endif

; return 0; }
configure:7415: checking for logb
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:7415: checking for lrand48
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:7415: checking for matherr
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
Undefined			first referenced
 symbol  			    in file
matherr                             conftest.o
UX:ld: ERROR: conftest: fatal error: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 7418 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char matherr(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char matherr();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_matherr) || defined (__stub___matherr)
choke me
#else
matherr();
#endif

; return 0; }
configure:7415: checking for mkdir
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:7415: checking for mktime
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:7415: checking for perror
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:7415: checking for poll
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:7415: checking for random
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
Undefined			first referenced
 symbol  			    in file
random                              conftest.o
UX:ld: ERROR: conftest: fatal error: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 7418 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char random(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char random();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_random) || defined (__stub___random)
choke me
#else
random();
#endif

; return 0; }
configure:7415: checking for rename
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:7415: checking for res_init
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
Undefined			first referenced
 symbol  			    in file
res_init                            conftest.o
UX:ld: ERROR: conftest: fatal error: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 7418 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char res_init(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char res_init();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_res_init) || defined (__stub___res_init)
choke me
#else
res_init();
#endif

; return 0; }
configure:7415: checking for rint
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
Undefined			first referenced
 symbol  			    in file
rint                                conftest.o
UX:ld: ERROR: conftest: fatal error: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 7418 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char rint(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char rint();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_rint) || defined (__stub___rint)
choke me
#else
rint();
#endif

; return 0; }
configure:7415: checking for rmdir
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:7415: checking for select
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:7415: checking for setitimer
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:7415: checking for setpgid
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:7415: checking for setlocale
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:7415: checking for setsid
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:7415: checking for sigblock
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
Undefined			first referenced
 symbol  			    in file
sigblock                            conftest.o
UX:ld: ERROR: conftest: fatal error: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 7418 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char sigblock(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char sigblock();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_sigblock) || defined (__stub___sigblock)
choke me
#else
sigblock();
#endif

; return 0; }
configure:7415: checking for sighold
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:7415: checking for sigprocmask
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:7415: checking for strcasecmp
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
Undefined			first referenced
 symbol  			    in file
strcasecmp                          conftest.o
UX:ld: ERROR: conftest: fatal error: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 7418 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strcasecmp(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char strcasecmp();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_strcasecmp) || defined (__stub___strcasecmp)
choke me
#else
strcasecmp();
#endif

; return 0; }
configure:7415: checking for strerror
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:7415: checking for tzset
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:7415: checking for ulimit
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:7415: checking for usleep
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
Undefined			first referenced
 symbol  			    in file
usleep                              conftest.o
UX:ld: ERROR: conftest: fatal error: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 7418 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char usleep(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char usleep();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_usleep) || defined (__stub___usleep)
choke me
#else
usleep();
#endif

; return 0; }
configure:7415: checking for utimes
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
Undefined			first referenced
 symbol  			    in file
utimes                              conftest.o
UX:ld: ERROR: conftest: fatal error: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 7418 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char utimes(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char utimes();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_utimes) || defined (__stub___utimes)
choke me
#else
utimes();
#endif

; return 0; }
configure:7415: checking for waitpid
configure:7441: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:7478: checking for realpath
configure:7504: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:7537: checking whether netdb declares h_errno
configure:7546: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
UX:acomp: WARNING: "configure", line 7543: statement not reached
configure:7566: checking for sigsetjmp
configure:7575: cc -c -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include conftest.c 1>&5
configure:7595: checking whether localtime caches TZ
configure:7634: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:7663: checking whether gettimeofday cannot accept two arguments
configure:7687: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:7709: checking for inline
configure:7721: cc -c -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include conftest.c 1>&5
UX:acomp: ERROR: "configure", line 7717: syntax error, probably missing ",", ";" or "="
UX:acomp: ERROR: "configure", line 7717: Syntax error before or at: foo
configure: failed program was:
#line 7714 "configure"
#include "confdefs.h"

int main() {
} inline foo() {
; return 0; }
configure:7721: cc -c -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include conftest.c 1>&5
UX:acomp: ERROR: "configure", line 7717: syntax error, probably missing ",", ";" or "="
UX:acomp: ERROR: "configure", line 7717: Syntax error before or at: foo
configure: failed program was:
#line 7714 "configure"
#include "confdefs.h"

int main() {
} __inline__ foo() {
; return 0; }
configure:7721: cc -c -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include conftest.c 1>&5
UX:acomp: ERROR: "configure", line 7717: syntax error, probably missing ",", ";" or "="
UX:acomp: ERROR: "configure", line 7717: Syntax error before or at: foo
configure: failed program was:
#line 7714 "configure"
#include "confdefs.h"

int main() {
} __inline foo() {
; return 0; }
configure:7771: checking for working alloca.h
configure:7781: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
UX:acomp: ERROR: "configure", line 7775: cannot find include file: <alloca.h>
UX:acomp: WARNING: "configure", line 7777: improper pointer/integer combination: op "="
configure: failed program was:
#line 7774 "configure"
#include "confdefs.h"
#include <alloca.h>
int main() {
char *p = alloca(2 * sizeof(int));
; return 0; }
configure:7805: checking for alloca
configure:7831: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
Undefined			first referenced
 symbol  			    in file
alloca                              conftest.o
UX:ld: ERROR: conftest: fatal error: Symbol referencing errors. No output written to conftest
configure: failed program was:
#line 7808 "configure"
#include "confdefs.h"

#ifdef __GNUC__
# define alloca __builtin_alloca
#else
# if HAVE_ALLOCA_H
#  include <alloca.h>
# else
#  ifdef _AIX
 #pragma alloca
#  else
#   ifndef alloca /* predefined by HP cc +Olibcalls */
char *alloca ();
#   endif
#  endif
# endif
#endif

int main() {
char *p = (char *) alloca(1);
; return 0; }
configure:7870: checking whether alloca needs Cray hooks
configure:7953: checking stack direction for C alloca
configure:7975: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure: failed program was:
#line 7956 "configure"
#include "confdefs.h"
find_stack_direction ()
{
  static char *addr = 0;
  auto char dummy;
  if (addr == 0)
    {
      addr = &dummy;
      return find_stack_direction ();
    }
  else
    return (&dummy > addr) ? 1 : -1;
}
main ()
{
  exit (find_stack_direction() < 0);
}
configure:8003: checking for vfork.h
configure:8011: /usr/ccs/lib/cpp       -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure: 8008: Can't find include file vfork.h
configure: failed program was:
#line 8006 "configure"
#include "confdefs.h"
#include <vfork.h>
configure:8039: checking for working vfork
configure:8137: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:8162: checking for working strcoll
configure:8175: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:8202: checking for getpgrp
configure:8228: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:8256: checking whether getpgrp takes no argument
configure:8314: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:8340: checking for working mmap
configure:8376: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:8410: checking for termios.h
configure:8418: /usr/ccs/lib/cpp       -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:8501: checking for socket
configure:8527: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:8542: checking for netinet/in.h
configure:8550: /usr/ccs/lib/cpp       -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:8567: checking for arpa/inet.h
configure:8575: /usr/ccs/lib/cpp       -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:8600: checking for sun_len member in struct sockaddr_un
configure:8613: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
UX:acomp: ERROR: "configure", line 8609: undefined struct/union member: sun_len
configure: failed program was:
#line 8602 "configure"
#include "confdefs.h"

#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
      
int main() {
static struct sockaddr_un x; x.sun_len = 1;
; return 0; }
configure:8644: checking for msgget
configure:8670: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c    -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:8685: checking for sys/ipc.h
configure:8693: /usr/ccs/lib/cpp       -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:8710: checking for sys/msg.h
configure:8718: /usr/ccs/lib/cpp       -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:8756: checking for dirent.h
configure:8764: /usr/ccs/lib/cpp       -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:8832: checking for nlist.h
configure:8840: /usr/ccs/lib/cpp       -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:8881: checking for sound support
configure:9049: checking for machine/soundcard.h
configure:9057: /usr/ccs/lib/cpp       -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure: 9054: Can't find include file machine/soundcard.h
configure: failed program was:
#line 9052 "configure"
#include "confdefs.h"
#include <machine/soundcard.h>
configure:9049: checking for sys/soundcard.h
configure:9057: /usr/ccs/lib/cpp       -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure: 9054: Can't find include file sys/soundcard.h
configure: failed program was:
#line 9052 "configure"
#include "confdefs.h"
#include <sys/soundcard.h>
configure:9049: checking for linux/soundcard.h
configure:9057: /usr/ccs/lib/cpp       -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure: 9054: Can't find include file linux/soundcard.h
configure: failed program was:
#line 9052 "configure"
#include "confdefs.h"
#include <linux/soundcard.h>
configure:9154: checking for TTY-related features
configure:9170: checking for tgetent in -lncurses
configure:9186: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c   -lncurses   -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
UX:ld: ERROR:  fatal error: library not found: -lncurses
configure: failed program was:
#line 9175 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char tgetent();

int main() {
tgetent()
; return 0; }
configure:9330: checking for tgetent in -lcurses
configure:9346: cc -o conftest -Xa -Kno_ieee,host,inline,p6 -O       -I/usr/X11R6/include   -L/usr/ccs/lib    -L/usr/X11R6/lib  conftest.c   -lcurses   -lXaw -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE   -lsocket -lnsl -lelf -lgen  1>&5
configure:9475: checking for gpm.h
configure:9483: /usr/ccs/lib/cpp       -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure: 9480: Can't find include file gpm.h
configure: failed program was:
#line 9478 "configure"
#include "confdefs.h"
#include <gpm.h>
configure:9571: checking for database support


--vin

