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_137138-09

/usr/bin/uname -p = i386
/bin/uname -X     = System = SunOS
Node = motoko
Release = 5.10
KernelID = Generic_137138-09
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:1610: creating cache config.cache
configure:1793: checking for gcc
configure:1820: result: cc
configure:2058: checking for C compiler version
configure:2065: cc --version >&5
cc: Warning: option -- passed to ld
usage: cc [ options] files.  Use 'cc -flags' for details
configure:2068: $? = 1
configure:2075: cc -v >&5
usage: cc [ options] files.  Use 'cc -flags' for details
configure:2078: $? = 1
configure:2085: cc -V >&5
cc: Sun C 5.7 Patch 117837-08 2006/04/19
usage: cc [ options] files.  Use 'cc -flags' for details
configure:2088: $? = 1
configure:2111: checking for C compiler default output file name
configure:2138: cc    conftest.c  >&5
configure:2141: $? = 0
configure:2179: result: a.out
configure:2196: checking whether the C compiler works
configure:2206: ./a.out
configure:2209: $? = 0
configure:2226: result: yes
configure:2233: checking whether we are cross compiling
configure:2235: result: no
configure:2238: checking for suffix of executables
configure:2245: cc -o conftest    conftest.c  >&5
configure:2248: $? = 0
configure:2272: result: 
configure:2278: checking for suffix of object files
configure:2304: cc -c   conftest.c >&5
configure:2307: $? = 0
configure:2330: result: o
configure:2334: checking whether we are using the GNU C compiler
configure:2363: cc -c   conftest.c >&5
"conftest.c", line 14: undefined symbol: choke
"conftest.c", line 14: syntax error before or at: me
cc: acomp failed for conftest.c
configure:2369: $? = 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 _GNU_SOURCE 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:2386: result: no
configure:2391: checking whether cc accepts -g
configure:2421: cc -c -g  conftest.c >&5
configure:2427: $? = 0
configure:2526: result: yes
configure:2543: checking for cc option to accept ISO C89
configure:2617: cc  -c -g  conftest.c >&5
"conftest.c", line 57: warning: statement not reached
configure:2623: $? = 0
configure:2646: result: none needed
configure:2664: checking whether make sets $(MAKE)
configure:2685: result: yes
configure:2737: checking for ranlib
configure:2753: found /usr/ccs/bin/ranlib
configure:2764: result: ranlib
configure:2823: WARNING: Dependency tracking disabled
configure:2856: checking how to run the C preprocessor
configure:2896: cc -E  conftest.c
configure:2902: $? = 0
configure:2933: cc -E  conftest.c
"conftest.c", line 9: cannot find include file: <ac_nonexistent.h>
cc: acomp failed for conftest.c
configure:2939: $? = 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 _GNU_SOURCE 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2972: result: cc -E
configure:3001: cc -E  conftest.c
configure:3007: $? = 0
configure:3038: cc -E  conftest.c
"conftest.c", line 9: cannot find include file: <ac_nonexistent.h>
cc: acomp failed for conftest.c
configure:3044: $? = 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 _GNU_SOURCE 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3082: checking for grep that handles long lines and -e
configure:3156: result: /usr/sfw/bin/ggrep
configure:3161: checking for egrep
configure:3239: result: /usr/sfw/bin/ggrep -E
configure:3244: checking for ANSI C header files
configure:3274: cc -c -g  conftest.c >&5
configure:3280: $? = 0
configure:3379: cc -o conftest -g   conftest.c  >&5
configure:3382: $? = 0
configure:3388: ./conftest
configure:3391: $? = 0
configure:3408: result: yes
configure:3432: checking for sys/types.h
configure:3453: cc -c -g  conftest.c >&5
configure:3459: $? = 0
configure:3475: result: yes
configure:3432: checking for sys/stat.h
configure:3453: cc -c -g  conftest.c >&5
configure:3459: $? = 0
configure:3475: result: yes
configure:3432: checking for stdlib.h
configure:3453: cc -c -g  conftest.c >&5
configure:3459: $? = 0
configure:3475: result: yes
configure:3432: checking for string.h
configure:3453: cc -c -g  conftest.c >&5
configure:3459: $? = 0
configure:3475: result: yes
configure:3432: checking for memory.h
configure:3453: cc -c -g  conftest.c >&5
configure:3459: $? = 0
configure:3475: result: yes
configure:3432: checking for strings.h
configure:3453: cc -c -g  conftest.c >&5
configure:3459: $? = 0
configure:3475: result: yes
configure:3432: checking for inttypes.h
configure:3453: cc -c -g  conftest.c >&5
configure:3459: $? = 0
configure:3475: result: yes
configure:3432: checking for stdint.h
configure:3453: cc -c -g  conftest.c >&5
configure:3459: $? = 0
configure:3475: result: yes
configure:3432: checking for unistd.h
configure:3453: cc -c -g  conftest.c >&5
configure:3459: $? = 0
configure:3475: result: yes
configure:3506: checking limits.h usability
configure:3523: cc -c -g  conftest.c >&5
configure:3529: $? = 0
configure:3543: result: yes
configure:3547: checking limits.h presence
configure:3562: cc -E  conftest.c
configure:3568: $? = 0
configure:3582: result: yes
configure:3610: checking for limits.h
configure:3618: result: yes
configure:3506: checking malloc.h usability
configure:3523: cc -c -g  conftest.c >&5
configure:3529: $? = 0
configure:3543: result: yes
configure:3547: checking malloc.h presence
configure:3562: cc -E  conftest.c
configure:3568: $? = 0
configure:3582: result: yes
configure:3610: checking for malloc.h
configure:3618: result: yes
configure:3496: checking for unistd.h
configure:3502: result: yes
configure:3506: checking sysexits.h usability
configure:3523: cc -c -g  conftest.c >&5
configure:3529: $? = 0
configure:3543: result: yes
configure:3547: checking sysexits.h presence
configure:3562: cc -E  conftest.c
configure:3568: $? = 0
configure:3582: result: yes
configure:3610: checking for sysexits.h
configure:3618: result: yes
configure:3506: checking stdarg.h usability
configure:3523: cc -c -g  conftest.c >&5
configure:3529: $? = 0
configure:3543: result: yes
configure:3547: checking stdarg.h presence
configure:3562: cc -E  conftest.c
configure:3568: $? = 0
configure:3582: result: yes
configure:3610: checking for stdarg.h
configure:3618: result: yes
configure:3633: checking for an ANSI C-conforming const
configure:3708: cc -c -g  conftest.c >&5
"conftest.c", line 79: warning: statement not reached
configure:3714: $? = 0
configure:3729: result: yes
configure:3739: checking for inline
configure:3765: cc -c -g  conftest.c >&5
configure:3771: $? = 0
configure:3789: result: inline
configure:3808: checking for size_t
configure:3838: cc -c -g  conftest.c >&5
configure:3844: $? = 0
configure:3859: result: yes
configure:3872: checking for __attribute__
configure:3908: cc -c -g  conftest.c >&5
"conftest.c", line 27: syntax error before or at: __attribute__
"conftest.c", line 27: warning: old-style declaration or incorrect type for: __attribute__
"conftest.c", line 27: warning: syntax error:  empty declaration
"conftest.c", line 29: syntax error before or at: (
"conftest.c", line 29: identifier redefined: __attribute__
	current : function() returning void
	previous: function() returning int : "conftest.c", line 27
"conftest.c", line 31: warning: old-style declaration or incorrect type for: foo
"conftest.c", line 31: identifier redefined: foo
	current : function(void) returning int
	previous: function(void) returning void : "conftest.c", line 27
cc: acomp failed for conftest.c
configure:3914: $? = 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 _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:3929: result: no
configure:3947: checking for working alloca.h
configure:3974: cc -o conftest -g   conftest.c  >&5
configure:3980: $? = 0
configure:3997: result: yes
configure:4007: checking for alloca
configure:4054: cc -o conftest -g   conftest.c  >&5
configure:4060: $? = 0
configure:4077: result: yes
configure:4309: checking for malloc.h
configure:4315: result: yes
configure:4450: checking for vprintf
configure:4506: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 63: warning: statement not reached
configure:4512: $? = 0
configure:4530: result: yes
configure:4537: checking for _doprnt
configure:4593: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 64: warning: statement not reached
configure:4599: $? = 0
configure:4616: result: yes
configure:4637: checking for strerror
configure:4693: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 65: warning: statement not reached
configure:4699: $? = 0
configure:4717: result: yes
configure:4637: checking for sleep
configure:4693: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 66: warning: statement not reached
configure:4699: $? = 0
configure:4717: result: yes
configure:4637: checking for getpid
configure:4693: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 67: warning: statement not reached
configure:4699: $? = 0
configure:4717: result: yes
configure:4637: checking for snprintf
configure:4693: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 68: warning: statement not reached
configure:4699: $? = 0
configure:4717: result: yes
configure:4736: checking for mempcpy
configure:4792: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 69: warning: statement not reached
Undefined			first referenced
 symbol  			    in file
mempcpy                             conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:4798: $? = 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 _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:4816: result: no
configure:4736: checking for strndup
configure:4792: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 69: warning: statement not reached
Undefined			first referenced
 symbol  			    in file
strndup                             conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:4798: $? = 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 _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:4816: result: no
configure:4736: checking for strchrnul
configure:4792: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 69: warning: statement not reached
Undefined			first referenced
 symbol  			    in file
strchrnul                           conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:4798: $? = 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 _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:4816: result: no
configure:4736: checking for strcasecmp
configure:4792: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 69: warning: statement not reached
configure:4798: $? = 0
configure:4816: result: yes
configure:4736: checking for vsnprintf
configure:4792: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 70: warning: statement not reached
configure:4798: $? = 0
configure:4816: result: yes
configure:4843: checking for putc_unlocked('x', stdout)
configure:4869: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 39: warning: implicit function declaration: putc_unlocked
configure:4875: $? = 0
configure:4892: result: yes
configure:4910: checking for flockfile
configure:4966: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 72: warning: statement not reached
configure:4972: $? = 0
configure:4990: result: yes
configure:5005: checking for fputs_unlocked
configure:5061: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 73: 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:5067: $? = 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 _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:5085: result: no
configure:5005: checking for fwrite_unlocked
configure:5061: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 73: 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:5067: $? = 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 _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:5085: result: no
configure:5102: checking for strdup
configure:5158: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 73: warning: statement not reached
configure:5164: $? = 0
configure:5182: result: yes
configure:5102: checking for asprintf
configure:5158: cc -o conftest -g   conftest.c  >&5
"conftest.c", line 74: warning: statement not reached
Undefined			first referenced
 symbol  			    in file
asprintf                            conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:5164: $? = 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 _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:5182: result: no
configure:5193: checking whether program_invocation_name is declared
configure:5223: cc -c -g  conftest.c >&5
"conftest.c", line 44: undefined symbol: program_invocation_name
cc: acomp failed for conftest.c
configure:5229: $? = 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 _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:5244: result: no
configure:5260: checking whether program_invocation_short_name is declared
configure:5290: cc -c -g  conftest.c >&5
"conftest.c", line 45: undefined symbol: program_invocation_short_name
cc: acomp failed for conftest.c
configure:5296: $? = 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 _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:5311: result: no
configure:5417: updating cache config.cache
configure:5453: 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:605: creating config.make
config.status:605: creating Makefile
config.status:605: creating testsuite/Makefile
config.status:605: creating config.h

## ---------------- ##
## 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_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
lsh_cv_c_attribute=no

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

ALLOCA=''
CC='cc'
CFLAGS='-g'
CPP='cc -E'
CPPFLAGS=''
DEFS='-DHAVE_CONFIG_H'
DEP_FLAGS=''
DEP_INCLUDE='# '
DEP_PROCESS='true'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/sfw/bin/ggrep -E'
EXEEXT=''
GREP='/usr/sfw/bin/ggrep'
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'
OBJEXT='o'
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'
ac_ct_CC='cc'
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'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
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 _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