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

It was created by argp configure standalone-1.3, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure -C --with-include-path=/usr/local/include:/export/d1/xenofarm/xenoclient/lsh/motoko.roxen.com/buildtmp/dist/pfx/include --with-lib-path=/usr/local/lib:/export/d1/xenofarm/xenoclient/lsh/motoko.roxen.com/buildtmp/dist/pfx/lib --prefix=/export/d1/xenofarm/xenoclient/lsh/motoko.roxen.com/buildtmp/dist/pfx

## --------- ##
## Platform. ##
## --------- ##

hostname = motoko
uname -m = i86pc
uname -r = 5.10
uname -s = SunOS
uname -v = Generic_118844-19

/usr/bin/uname -p = i386
/bin/uname -X     = System = SunOS
Node = motoko
Release = 5.10
KernelID = Generic_118844-19
Machine = i86pc
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 2

/bin/arch              = i86pc
/usr/bin/arch -k       = i86pc
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /opt/SUNWspro/bin
PATH: /usr/local/bin
PATH: /usr/local/share/bin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /bin
PATH: /sbin
PATH: /usr/ccs/bin
PATH: /usr/openwin/bin
PATH: /usr/bin
PATH: .
PATH: /usr/sfw/bin
PATH: /opt/sfw/bin
PATH: /opt/csw/bin
PATH: /usr/local/bin
PATH: /sw/local/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1641: creating cache config.cache
configure:1776: checking for a BSD-compatible install
configure:1832: result: ./install-sh -c
configure:1843: checking whether build environment is sane
configure:1886: result: yes
configure:1914: checking for a thread-safe mkdir -p
configure:1953: result: ./install-sh -c -d
configure:1966: checking for gawk
configure:1982: found /opt/csw/bin/gawk
configure:1993: result: gawk
configure:2004: checking whether make sets $(MAKE)
configure:2025: result: yes
configure:2276: checking for gcc
configure:2303: result: cc
configure:2541: checking for C compiler version
configure:2548: cc --version >&5
cc: Warning: option -- passed to ld
usage: cc [ options] files.  Use 'cc -flags' for details
configure:2551: $? = 1
configure:2558: cc -v >&5
usage: cc [ options] files.  Use 'cc -flags' for details
configure:2561: $? = 1
configure:2568: cc -V >&5
cc: Sun C 5.6 2004/07/15
usage: cc [ options] files.  Use 'cc -flags' for details
configure:2571: $? = 1
configure:2594: checking for C compiler default output file name
configure:2621: cc    conftest.c  >&5
configure:2624: $? = 0
configure:2662: result: a.out
configure:2679: checking whether the C compiler works
configure:2689: ./a.out
configure:2692: $? = 0
configure:2709: result: yes
configure:2716: checking whether we are cross compiling
configure:2718: result: no
configure:2721: checking for suffix of executables
configure:2728: cc -o conftest    conftest.c  >&5
configure:2731: $? = 0
configure:2755: result: 
configure:2761: checking for suffix of object files
configure:2787: cc -c   conftest.c >&5
configure:2790: $? = 0
configure:2813: result: o
configure:2817: checking whether we are using the GNU C compiler
configure:2846: cc -c   conftest.c >&5
"conftest.c", line 16: undefined symbol: choke
"conftest.c", line 16: syntax error before or at: me
cc: acomp failed for conftest.c
configure:2852: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "argp"
| #define PACKAGE_TARNAME "argp"
| #define PACKAGE_VERSION "standalone-1.3"
| #define PACKAGE_STRING "argp standalone-1.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "argp"
| #define VERSION "standalone-1.3"
| #define _GNU_SOURCE 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:2869: result: no
configure:2874: checking whether cc accepts -g
configure:2904: cc -c -g  conftest.c >&5
configure:2910: $? = 0
configure:3009: result: yes
configure:3026: checking for cc option to accept ISO C89
configure:3100: cc  -c -g  conftest.c >&5
"conftest.c", line 59: warning: statement not reached
configure:3106: $? = 0
configure:3129: result: none needed
configure:3158: checking for style of include used by make
configure:3186: result: GNU
configure:3211: checking dependency style of cc
configure:3302: result: none
configure:3317: checking whether make sets $(MAKE)
configure:3338: result: yes
configure:3390: checking for ranlib
configure:3406: found /usr/ccs/bin/ranlib
configure:3417: result: ranlib
configure:3491: checking for gcc
configure:3518: result: cc
configure:3756: checking for C compiler version
configure:3763: cc --version >&5
cc: Warning: option -- passed to ld
usage: cc [ options] files.  Use 'cc -flags' for details
configure:3766: $? = 1
configure:3773: cc -v >&5
usage: cc [ options] files.  Use 'cc -flags' for details
configure:3776: $? = 1
configure:3783: cc -V >&5
cc: Sun C 5.6 2004/07/15
usage: cc [ options] files.  Use 'cc -flags' for details
configure:3786: $? = 1
configure:3789: checking whether we are using the GNU C compiler
configure:3841: result: no
configure:3846: checking whether cc accepts -g
configure:3981: result: yes
configure:3998: checking for cc option to accept ISO C89
configure:4101: result: none needed
configure:4121: checking dependency style of cc
configure:4212: result: none
configure:4246: checking how to run the C preprocessor
configure:4286: cc -E  conftest.c
configure:4292: $? = 0
configure:4323: cc -E  conftest.c
"conftest.c", line 11: cannot find include file: <ac_nonexistent.h>
cc: acomp failed for conftest.c
configure:4329: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "argp"
| #define PACKAGE_TARNAME "argp"
| #define PACKAGE_VERSION "standalone-1.3"
| #define PACKAGE_STRING "argp standalone-1.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "argp"
| #define VERSION "standalone-1.3"
| #define _GNU_SOURCE 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4362: result: cc -E
configure:4391: cc -E  conftest.c
configure:4397: $? = 0
configure:4428: cc -E  conftest.c
"conftest.c", line 11: cannot find include file: <ac_nonexistent.h>
cc: acomp failed for conftest.c
configure:4434: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "argp"
| #define PACKAGE_TARNAME "argp"
| #define PACKAGE_VERSION "standalone-1.3"
| #define PACKAGE_STRING "argp standalone-1.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "argp"
| #define VERSION "standalone-1.3"
| #define _GNU_SOURCE 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4472: checking for grep that handles long lines and -e
configure:4546: result: /usr/sfw/bin/ggrep
configure:4551: checking for egrep
configure:4629: result: /usr/sfw/bin/ggrep -E
configure:4634: checking for ANSI C header files
configure:4664: cc -c -g  conftest.c >&5
configure:4670: $? = 0
configure:4769: cc -o conftest -g   conftest.c  >&5
configure:4772: $? = 0
configure:4778: ./conftest
configure:4781: $? = 0
configure:4798: result: yes
configure:4822: checking for sys/types.h
configure:4843: cc -c -g  conftest.c >&5
configure:4849: $? = 0
configure:4865: result: yes
configure:4822: checking for sys/stat.h
configure:4843: cc -c -g  conftest.c >&5
configure:4849: $? = 0
configure:4865: result: yes
configure:4822: checking for stdlib.h
configure:4843: cc -c -g  conftest.c >&5
configure:4849: $? = 0
configure:4865: result: yes
configure:4822: checking for string.h
configure:4843: cc -c -g  conftest.c >&5
configure:4849: $? = 0
configure:4865: result: yes
configure:4822: checking for memory.h
configure:4843: cc -c -g  conftest.c >&5
configure:4849: $? = 0
configure:4865: result: yes
configure:4822: checking for strings.h
configure:4843: cc -c -g  conftest.c >&5
configure:4849: $? = 0
configure:4865: result: yes
configure:4822: checking for inttypes.h
configure:4843: cc -c -g  conftest.c >&5
configure:4849: $? = 0
configure:4865: result: yes
configure:4822: checking for stdint.h
configure:4843: cc -c -g  conftest.c >&5
configure:4849: $? = 0
configure:4865: result: yes
configure:4822: checking for unistd.h
configure:4843: cc -c -g  conftest.c >&5
configure:4849: $? = 0
configure:4865: result: yes
configure:4896: checking limits.h usability
configure:4913: cc -c -g  conftest.c >&5
configure:4919: $? = 0
configure:4933: result: yes
configure:4937: checking limits.h presence
configure:4952: cc -E  conftest.c
configure:4958: $? = 0
configure:4972: result: yes
configure:5000: checking for limits.h
configure:5008: result: yes
configure:4896: checking malloc.h usability
configure:4913: cc -c -g  conftest.c >&5
configure:4919: $? = 0
configure:4933: result: yes
configure:4937: checking malloc.h presence
configure:4952: cc -E  conftest.c
configure:4958: $? = 0
configure:4972: result: yes
configure:5000: checking for malloc.h
configure:5008: result: yes
configure:4886: checking for unistd.h
configure:4892: result: yes
configure:4896: checking sysexits.h usability
configure:4913: cc -c -g  conftest.c >&5
configure:4919: $? = 0
configure:4933: result: yes
configure:4937: checking sysexits.h presence
configure:4952: cc -E  conftest.c
configure:4958: $? = 0
configure:4972: result: yes
configure:5000: checking for sysexits.h
configure:5008: result: yes
configure:4896: checking stdarg.h usability
configure:4913: cc -c -g  conftest.c >&5
configure:4919: $? = 0
configure:4933: result: yes
configure:4937: checking stdarg.h presence
configure:4952: cc -E  conftest.c
configure:4958: $? = 0
configure:4972: result: yes
configure:5000: checking for stdarg.h
configure:5008: result: yes
configure:5023: checking for an ANSI C-conforming const
configure:5098: cc -c -g  conftest.c >&5
"conftest.c", line 81: warning: statement not reached
configure:5104: $? = 0
configure:5119: result: yes
configure:5129: checking for inline
configure:5155: cc -c -g  conftest.c >&5
configure:5161: $? = 0
configure:5179: result: inline
configure:5198: checking for size_t
configure:5228: cc -c -g  conftest.c >&5
configure:5234: $? = 0
configure:5249: result: yes
configure:5262: checking for __attribute__
configure:5298: cc -c -g  conftest.c >&5
"conftest.c", line 29: syntax error before or at: __attribute__
"conftest.c", line 29: warning: old-style declaration or incorrect type for: __attribute__
"conftest.c", line 29: warning: syntax error:  empty declaration
"conftest.c", line 31: syntax error before or at: (
"conftest.c", line 31: identifier redefined: __attribute__
	current : function() returning void
	previous: function() returning int : "conftest.c", line 29
"conftest.c", line 33: warning: old-style declaration or incorrect type for: foo
"conftest.c", line 33: identifier redefined: foo
	current : function(void) returning int
	previous: function(void) returning void : "conftest.c", line 29
cc: acomp failed for conftest.c
configure:5304: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "argp"
| #define PACKAGE_TARNAME "argp"
| #define PACKAGE_VERSION "standalone-1.3"
| #define PACKAGE_STRING "argp standalone-1.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "argp"
| #define VERSION "standalone-1.3"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_STDARG_H 1
| /* end confdefs.h.  */
| 
| #include <stdlib.h>
| 
| static void foo(void) __attribute__ ((noreturn));
| 
| static void __attribute__ ((noreturn))
| foo(void)
| {
|   exit(1);
| }
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5319: result: no
configure:5337: checking for working alloca.h
configure:5364: cc -o conftest -g   conftest.c  >&5
configure:5370: $? = 0
configure:5387: result: yes
configure:5397: checking for alloca
configure:5444: cc -o conftest -g   conftest.c  >&5
configure:5450: $? = 0
configure:5467: result: yes
configure:5699: checking for malloc.h
configure:5705: result: yes
configure:5840: checking for vprintf
configure:5896: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 65: warning: statement not reached
configure:5902: $? = 0
configure:5920: result: yes
configure:5927: checking for _doprnt
configure:5983: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 66: warning: statement not reached
configure:5989: $? = 0
configure:6006: result: yes
configure:6027: checking for strerror
configure:6083: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 67: warning: statement not reached
configure:6089: $? = 0
configure:6107: result: yes
configure:6027: checking for sleep
configure:6083: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 68: warning: statement not reached
configure:6089: $? = 0
configure:6107: result: yes
configure:6027: checking for getpid
configure:6083: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 69: warning: statement not reached
configure:6089: $? = 0
configure:6107: result: yes
configure:6027: checking for snprintf
configure:6083: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 70: warning: statement not reached
configure:6089: $? = 0
configure:6107: result: yes
configure:6126: checking for mempcpy
configure:6182: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 71: warning: statement not reached
Undefined			first referenced
 symbol  			    in file
mempcpy                             conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:6188: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "argp"
| #define PACKAGE_TARNAME "argp"
| #define PACKAGE_VERSION "standalone-1.3"
| #define PACKAGE_STRING "argp standalone-1.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "argp"
| #define VERSION "standalone-1.3"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MALLOC_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STRERROR 1
| #define HAVE_SLEEP 1
| #define HAVE_GETPID 1
| #define HAVE_SNPRINTF 1
| /* end confdefs.h.  */
| /* Define mempcpy to an innocuous variant, in case <limits.h> declares mempcpy.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define mempcpy innocuous_mempcpy
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char mempcpy (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef mempcpy
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char mempcpy ();
| /* 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_mempcpy || defined __stub___mempcpy
| choke me
| #endif
| 
| int
| main ()
| {
| return mempcpy ();
|   ;
|   return 0;
| }
configure:6206: result: no
configure:6126: checking for strndup
configure:6182: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 71: warning: statement not reached
Undefined			first referenced
 symbol  			    in file
strndup                             conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:6188: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "argp"
| #define PACKAGE_TARNAME "argp"
| #define PACKAGE_VERSION "standalone-1.3"
| #define PACKAGE_STRING "argp standalone-1.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "argp"
| #define VERSION "standalone-1.3"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MALLOC_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STRERROR 1
| #define HAVE_SLEEP 1
| #define HAVE_GETPID 1
| #define HAVE_SNPRINTF 1
| /* end confdefs.h.  */
| /* Define strndup to an innocuous variant, in case <limits.h> declares strndup.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strndup innocuous_strndup
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strndup (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef strndup
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strndup ();
| /* 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_strndup || defined __stub___strndup
| choke me
| #endif
| 
| int
| main ()
| {
| return strndup ();
|   ;
|   return 0;
| }
configure:6206: result: no
configure:6126: checking for strchrnul
configure:6182: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 71: warning: statement not reached
Undefined			first referenced
 symbol  			    in file
strchrnul                           conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:6188: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "argp"
| #define PACKAGE_TARNAME "argp"
| #define PACKAGE_VERSION "standalone-1.3"
| #define PACKAGE_STRING "argp standalone-1.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "argp"
| #define VERSION "standalone-1.3"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MALLOC_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STRERROR 1
| #define HAVE_SLEEP 1
| #define HAVE_GETPID 1
| #define HAVE_SNPRINTF 1
| /* end confdefs.h.  */
| /* Define strchrnul to an innocuous variant, in case <limits.h> declares strchrnul.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strchrnul innocuous_strchrnul
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strchrnul (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef strchrnul
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strchrnul ();
| /* 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_strchrnul || defined __stub___strchrnul
| choke me
| #endif
| 
| int
| main ()
| {
| return strchrnul ();
|   ;
|   return 0;
| }
configure:6206: result: no
configure:6126: checking for strcasecmp
configure:6182: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 71: warning: statement not reached
configure:6188: $? = 0
configure:6206: result: yes
configure:6126: checking for vsnprintf
configure:6182: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 72: warning: statement not reached
configure:6188: $? = 0
configure:6206: result: yes
configure:6233: checking for putc_unlocked('x', stdout)
configure:6259: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 41: warning: implicit function declaration: putc_unlocked
configure:6265: $? = 0
configure:6282: result: yes
configure:6300: checking for flockfile
configure:6356: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 74: warning: statement not reached
configure:6362: $? = 0
configure:6380: result: yes
configure:6395: checking for fputs_unlocked
configure:6451: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 75: warning: statement not reached
Undefined			first referenced
 symbol  			    in file
fputs_unlocked                      conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:6457: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "argp"
| #define PACKAGE_TARNAME "argp"
| #define PACKAGE_VERSION "standalone-1.3"
| #define PACKAGE_STRING "argp standalone-1.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "argp"
| #define VERSION "standalone-1.3"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MALLOC_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STRERROR 1
| #define HAVE_SLEEP 1
| #define HAVE_GETPID 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| /* end confdefs.h.  */
| /* Define fputs_unlocked to an innocuous variant, in case <limits.h> declares fputs_unlocked.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define fputs_unlocked innocuous_fputs_unlocked
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char fputs_unlocked (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef fputs_unlocked
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fputs_unlocked ();
| /* 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_fputs_unlocked || defined __stub___fputs_unlocked
| choke me
| #endif
| 
| int
| main ()
| {
| return fputs_unlocked ();
|   ;
|   return 0;
| }
configure:6475: result: no
configure:6395: checking for fwrite_unlocked
configure:6451: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 75: warning: statement not reached
Undefined			first referenced
 symbol  			    in file
fwrite_unlocked                     conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:6457: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "argp"
| #define PACKAGE_TARNAME "argp"
| #define PACKAGE_VERSION "standalone-1.3"
| #define PACKAGE_STRING "argp standalone-1.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "argp"
| #define VERSION "standalone-1.3"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MALLOC_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STRERROR 1
| #define HAVE_SLEEP 1
| #define HAVE_GETPID 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| /* end confdefs.h.  */
| /* Define fwrite_unlocked to an innocuous variant, in case <limits.h> declares fwrite_unlocked.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define fwrite_unlocked innocuous_fwrite_unlocked
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char fwrite_unlocked (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef fwrite_unlocked
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fwrite_unlocked ();
| /* 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_fwrite_unlocked || defined __stub___fwrite_unlocked
| choke me
| #endif
| 
| int
| main ()
| {
| return fwrite_unlocked ();
|   ;
|   return 0;
| }
configure:6475: result: no
configure:6492: checking for strdup
configure:6548: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 75: warning: statement not reached
configure:6554: $? = 0
configure:6572: result: yes
configure:6492: checking for asprintf
configure:6548: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 76: warning: statement not reached
Undefined			first referenced
 symbol  			    in file
asprintf                            conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:6554: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "argp"
| #define PACKAGE_TARNAME "argp"
| #define PACKAGE_VERSION "standalone-1.3"
| #define PACKAGE_STRING "argp standalone-1.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "argp"
| #define VERSION "standalone-1.3"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MALLOC_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STRERROR 1
| #define HAVE_SLEEP 1
| #define HAVE_GETPID 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STRDUP 1
| /* end confdefs.h.  */
| /* Define asprintf to an innocuous variant, in case <limits.h> declares asprintf.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define asprintf innocuous_asprintf
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char asprintf (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef asprintf
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char asprintf ();
| /* 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_asprintf || defined __stub___asprintf
| choke me
| #endif
| 
| int
| main ()
| {
| return asprintf ();
|   ;
|   return 0;
| }
configure:6572: result: no
configure:6583: checking whether program_invocation_name is declared
configure:6613: cc -c -g  conftest.c >&5
"conftest.c", line 46: undefined symbol: program_invocation_name
cc: acomp failed for conftest.c
configure:6619: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "argp"
| #define PACKAGE_TARNAME "argp"
| #define PACKAGE_VERSION "standalone-1.3"
| #define PACKAGE_STRING "argp standalone-1.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "argp"
| #define VERSION "standalone-1.3"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MALLOC_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STRERROR 1
| #define HAVE_SLEEP 1
| #define HAVE_GETPID 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STRDUP 1
| /* end confdefs.h.  */
| #include <errno.h>
| 
| int
| main ()
| {
| #ifndef program_invocation_name
|   (void) program_invocation_name;
| #endif
| 
|   ;
|   return 0;
| }
configure:6634: result: no
configure:6650: checking whether program_invocation_short_name is declared
configure:6680: cc -c -g  conftest.c >&5
"conftest.c", line 47: undefined symbol: program_invocation_short_name
cc: acomp failed for conftest.c
configure:6686: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "argp"
| #define PACKAGE_TARNAME "argp"
| #define PACKAGE_VERSION "standalone-1.3"
| #define PACKAGE_STRING "argp standalone-1.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "argp"
| #define VERSION "standalone-1.3"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MALLOC_H 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STRERROR 1
| #define HAVE_SLEEP 1
| #define HAVE_GETPID 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STRDUP 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| /* end confdefs.h.  */
| #include <errno.h>
| 
| int
| main ()
| {
| #ifndef program_invocation_short_name
|   (void) program_invocation_short_name;
| #endif
| 
|   ;
|   return 0;
| }
configure:6701: result: no
configure:6802: updating cache config.cache
configure:6859: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by argp config.status standalone-1.3, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on motoko

config.status:638: creating Makefile
config.status:638: creating testsuite/Makefile
config.status:638: creating config.h
config.status:932: executing depfiles commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_c_compiler_gnu=no
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func__doprnt=yes
ac_cv_func_alloca_works=yes
ac_cv_func_asprintf=no
ac_cv_func_call_putc_unlocked=yes
ac_cv_func_flockfile=yes
ac_cv_func_fputs_unlocked=no
ac_cv_func_fwrite_unlocked=no
ac_cv_func_getpid=yes
ac_cv_func_mempcpy=no
ac_cv_func_sleep=yes
ac_cv_func_snprintf=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strchrnul=no
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strndup=no
ac_cv_func_vprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_have_decl_program_invocation_name=no
ac_cv_have_decl_program_invocation_short_name=no
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdarg_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sysexits_h=yes
ac_cv_header_unistd_h=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/sfw/bin/ggrep -E'
ac_cv_path_GREP=/usr/sfw/bin/ggrep
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='cc -E'
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_type_size_t=yes
ac_cv_working_alloca_h=yes
am_cv_CC_dependencies_compiler_type=none
am_cv_prog_cc_stdc=
lsh_cv_c_attribute=no

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /export/d1/xenofarm/xenoclient/lsh/motoko.roxen.com/buildtmp/dist/lsh-2x1/src/argp/missing --run aclocal-1.10'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /export/d1/xenofarm/xenoclient/lsh/motoko.roxen.com/buildtmp/dist/lsh-2x1/src/argp/missing --run tar'
AUTOCONF='${SHELL} /export/d1/xenofarm/xenoclient/lsh/motoko.roxen.com/buildtmp/dist/lsh-2x1/src/argp/missing --run autoconf'
AUTOHEADER='${SHELL} /export/d1/xenofarm/xenoclient/lsh/motoko.roxen.com/buildtmp/dist/lsh-2x1/src/argp/missing --run autoheader'
AUTOMAKE='${SHELL} /export/d1/xenofarm/xenoclient/lsh/motoko.roxen.com/buildtmp/dist/lsh-2x1/src/argp/missing --run automake-1.10'
AWK='gawk'
CC='cc'
CCDEPMODE='depmode=none'
CFLAGS='-g'
CPP='cc -E'
CPPFLAGS=' -I.'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/sfw/bin/ggrep -E'
EXEEXT=''
GREP='/usr/sfw/bin/ggrep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=' ${LIBOBJDIR}mempcpy$U.o ${LIBOBJDIR}strndup$U.o ${LIBOBJDIR}strchrnul$U.o'
LIBS=''
LTLIBOBJS=' ${LIBOBJDIR}mempcpy$U.lo ${LIBOBJDIR}strndup$U.lo ${LIBOBJDIR}strchrnul$U.lo'
MAKEINFO='${SHELL} /export/d1/xenofarm/xenoclient/lsh/motoko.roxen.com/buildtmp/dist/lsh-2x1/src/argp/missing --run makeinfo'
OBJEXT='o'
PACKAGE='argp'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='argp'
PACKAGE_STRING='argp standalone-1.3'
PACKAGE_TARNAME='argp'
PACKAGE_VERSION='standalone-1.3'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
VERSION='standalone-1.3'
ac_ct_CC='cc'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /export/d1/xenofarm/xenoclient/lsh/motoko.roxen.com/buildtmp/dist/lsh-2x1/src/argp/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/./install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/export/d1/xenofarm/xenoclient/lsh/motoko.roxen.com/buildtmp/dist/pfx'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "argp"
#define PACKAGE_TARNAME "argp"
#define PACKAGE_VERSION "standalone-1.3"
#define PACKAGE_STRING "argp standalone-1.3"
#define PACKAGE_BUGREPORT ""
#define PACKAGE "argp"
#define VERSION "standalone-1.3"
#define _GNU_SOURCE 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_LIMITS_H 1
#define HAVE_MALLOC_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYSEXITS_H 1
#define HAVE_STDARG_H 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_MALLOC_H 1
#define HAVE_VPRINTF 1
#define HAVE_DOPRNT 1
#define HAVE_STRERROR 1
#define HAVE_SLEEP 1
#define HAVE_GETPID 1
#define HAVE_SNPRINTF 1
#define HAVE_STRCASECMP 1
#define HAVE_VSNPRINTF 1
#define HAVE_PUTC_UNLOCKED 1
#define HAVE_FLOCKFILE 1
#define HAVE_STRDUP 1
#define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
#define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

configure: exit 0