bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

present but cannot be compiled (Was: Bug Report SCO OpenServer 5.0.5)


From: Akim Demaille
Subject: present but cannot be compiled (Was: Bug Report SCO OpenServer 5.0.5)
Date: Wed, 26 Feb 2003 11:35:38 +0100
User-agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2



Please, report this to the package maintainers, as it's a configure.ac
problem.  The Autoconf 2.57 doc says:

      Previous versions of Autoconf merely checked whether the header was
   accepted by the preprocessor.  This was changed because the old test was
   inappropriate for typical uses.  Headers are typically used to compile,
   not merely to preprocess, and the old behavior sometimes accepted
   headers that clashed at compile-time.  If you need to check whether a
   header is preprocessable, you can use `AC_PREPROC_IFELSE' (*note
   Running the Preprocessor::).
   
      This scheme, which improves the robustness of the test, also requires
   that you make sure that headers that must be included before the
   HEADER-FILE be part of the INCLUDES, (*note Default Includes::).  If
   looking for `bar.h', which requires that `foo.h' be included before if
   it exists, we suggest the following scheme:
   
   
   AC_CHECK_HEADERS([foo.h])
   AC_CHECK_HEADERS([bar.h], [], [],
   [#if HAVE_FOO_H
   # include <foo.h>
   # endif
   ])

Thanks!

| The system is an SCO OpenServer 5.0.5 OS with gnu 2.95.2pl1 and latest
| patches installed.
| 
| 
| From: NetBasix Operations <address@hidden>
| To: "Gary L. Burnore" <address@hidden>
| Date: Sun, 22 Dec 2002 16:18:05 -0500
| X-Sent: 9 weeks, 2 days, 13 hours, 17 minutes, 18 seconds ago
| 
| Gentlemen,
| 
| I get this message on ./configure ...
| 
| configure: WARNING: pthread.h: present but cannot be compiled
| configure: WARNING: pthread.h: check for missing prerequisite headers?
| configure: WARNING: pthread.h: proceeding with the preprocessor's result
| configure: WARNING:     ## ------------------------------------ ##
| configure: WARNING:     ## Report this to address@hidden ##
| configure: WARNING:     ## ------------------------------------ ##
| 
| The result is:
| 
| ./configure:Error: decision on anonymous shared memory allocation method 
failed
| 
| 
| Here's the log...
| 
| 
| 
| 
| This file contains any messages produced by compilers while
| running configure, to aid debugging if configure makes a mistake.
| 
| It was created by configure, which was
| generated by GNU Autoconf 2.57.  Invocation command line was
| 
|   $ ./configure 
| 
| ## --------- ##
| ## Platform. ##
| ## --------- ##
| 
| hostname = dtbsx
| uname -m = i386
| uname -r = 3.2
| uname -s = SCO_SV
| uname -v = 5.0.5
| 
| /usr/bin/uname -p = unknown
| /bin/uname -X     = 
| System = SCO_SV
| Node = dtbsx
| Release = 3.2v5.0.5
| KernelID = 98/07/02
| Machine = i80386
| BusType = ISA
| Serial = 2EE001783
| Users = 16-user
| OEM# = 0
| Origin# = 1
| NumCPU = 1
| 
| /bin/arch              = unknown
| /usr/bin/arch -k       = unknown
| /usr/convex/getsysinfo = unknown
| hostinfo               = unknown
| /bin/machine           = unknown
| /usr/bin/oslevel       = unknown
| /bin/universe          = unknown
| 
| PATH: /usr/local/bin
| PATH: /usr/ccs/bin
| PATH: /bin
| PATH: /etc
| PATH: /usr/bin
| PATH: /usr/bin/X11
| PATH: /bin
| PATH: /informix/7.3/bin
| PATH: /tcb/bin
| PATH: /commands
| PATH: /commands/Links
| PATH: /usr/local/games
| PATH: /inn/bin
| PATH: /usr/local/ssl/bin
| 
| 
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
| 
| configure:1874: checking build system type
| configure:1892: result: i386-pc-sco3.2v5.0.5
| configure:1900: checking host system type
| configure:1914: result: i386-pc-sco3.2v5.0.5
| configure:1922: checking target system type
| configure:1936: result: i386-pc-sco3.2v5.0.5
| configure:1981: checking for working mkdir -p
| configure:1997: result: yes
| configure:2078: checking for chosen layout
| configure:2080: result: apr
| configure:2341: checking for gcc
| configure:2357: found /usr/local/bin/gcc
| configure:2367: result: gcc
| configure:2611: checking for C compiler version
| configure:2614: gcc --version </dev/null >&5
| 2.95.2
| configure:2617: $? = 0
| configure:2619: gcc -v </dev/null >&5
| Reading specs from /usr/local/lib/gcc-lib/i386-pc-sco3.2v5.0.5/2.95.2/specs
| gcc version 2.95.2 19991024 (release)
| configure:2622: $? = 0
| configure:2624: gcc -V </dev/null >&5
| gcc: argument to `-V' is missing
| configure:2627: $? = 1
| configure:2651: checking for C compiler default output
| configure:2654: gcc    conftest.c  >&5
| configure:2657: $? = 0
| configure:2703: result: a.out
| configure:2708: checking whether the C compiler works
| configure:2714: ./a.out
| configure:2717: $? = 0
| configure:2734: result: yes
| configure:2741: checking whether we are cross compiling
| configure:2743: result: no
| configure:2746: checking for suffix of executables
| configure:2748: gcc -o conftest    conftest.c  >&5
| configure:2751: $? = 0
| configure:2776: result: 
| configure:2782: checking for suffix of object files
| configure:2804: gcc -c   conftest.c >&5
| configure:2807: $? = 0
| configure:2829: result: o
| configure:2833: checking whether we are using the GNU C compiler
| configure:2858: gcc -c   conftest.c >&5
| configure:2861: $? = 0
| configure:2864: test -s conftest.o
| configure:2867: $? = 0
| configure:2880: result: yes
| configure:2886: checking whether gcc accepts -g
| configure:2908: gcc -c -g  conftest.c >&5
| configure:2911: $? = 0
| configure:2914: test -s conftest.o
| configure:2917: $? = 0
| configure:2928: result: yes
| configure:2945: checking for gcc option to accept ANSI C
| configure:3006: gcc  -c -g -O2  conftest.c >&5
| configure:3009: $? = 0
| configure:3012: test -s conftest.o
| configure:3015: $? = 0
| configure:3033: result: none needed
| configure:3051: gcc -c -g -O2  conftest.c >&5
| conftest.c:2: parse error before `me'
| configure:3054: $? = 1
| configure: failed program was:
| | #ifndef __cplusplus
| |   choke me
| | #endif
| configure:6262: checking whether make sets $(MAKE)
| configure:6282: result: yes
| configure:6296: checking how to run the C preprocessor
| configure:6332: gcc -E -DSCO5 -D_REENTRANT conftest.c
| configure:6338: $? = 0
| configure:6370: gcc -E -DSCO5 -D_REENTRANT conftest.c
| configure:6369: ac_nonexistent.h: No such file or directory
| configure:6376: $? = 1
| configure: failed program was:
| | #line 6361 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:6414: result: gcc -E
| configure:6439: gcc -E -DSCO5 -D_REENTRANT conftest.c
| configure:6445: $? = 0
| configure:6477: gcc -E -DSCO5 -D_REENTRANT conftest.c
| configure:6476: ac_nonexistent.h: No such file or directory
| configure:6483: $? = 1
| configure: failed program was:
| | #line 6468 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:6529: checking for gawk
| configure:6545: found /usr/local/bin/gawk
| configure:6555: result: gawk
| configure:6565: checking whether ln -s works
| configure:6569: result: yes
| configure:6617: checking for ranlib
| configure:6633: found /usr/local/bin/ranlib
| configure:6644: result: ranlib
| configure:6668: checking for a BSD-compatible install
| configure:6722: result: /usr/local/bin/install -c
| configure:6735: checking for rm
| configure:6751: found /usr/local/bin/rm
| configure:6761: result: rm
| configure:6770: checking for as
| configure:6786: found /usr/ccs/bin/as
| configure:6796: result: as
| configure:6805: checking for cpp
| configure:6821: found /usr/local/bin/cpp
| configure:6831: result: cpp
| configure:6879: checking for ar
| configure:6895: found /usr/ccs/bin/ar
| configure:6906: result: ar
| configure:6921: checking for egrep
| configure:6931: result: grep -E
| configure:6937: checking for AIX
| configure:6960: result: no
| configure:6966: checking for library containing strerror
| configure:6997: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c -lprot 
>&5
| Undefined                     first referenced
|  symbol                           in file
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| ceil                                /lib/libprot.so
| log                                 /lib/libprot.so
| cur_term                            /lib/libprot.so
| reset_shell_mode                    /lib/libprot.so
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:7000: $? = 1
| configure: failed program was:
| | #line 6973 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | /* end confdefs.h.  */
| | 
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char strerror ();
| | int
| | main ()
| | {
| | strerror ();
| |   ;
| |   return 0;
| | }
| configure:7042: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-lcposix  -lprot >&5
|  fatal error: library not found: -lcposix
| collect2: ld returned 1 exit status
| configure:7045: $? = 1
| configure: failed program was:
| | #line 7018 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | /* end confdefs.h.  */
| | 
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char strerror ();
| | int
| | main ()
| | {
| | strerror ();
| |   ;
| |   return 0;
| | }
| configure:7065: result: no
| configure:7072: checking for ANSI C header files
| configure:7098: gcc -c -g -O2 -DSCO5 -D_REENTRANT conftest.c >&5
| configure:7101: $? = 0
| configure:7104: test -s conftest.o
| configure:7107: $? = 0
| configure:7196: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c -lprot 
>&5
| Undefined                     first referenced
|  symbol                           in file
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| ceil                                /lib/libprot.so
| log                                 /lib/libprot.so
| cur_term                            /lib/libprot.so
| reset_shell_mode                    /lib/libprot.so
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:7199: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | #line 7167 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | /* end confdefs.h.  */
| | #include <ctype.h>
| | #if ((' ' & 0x0FF) == 0x020)
| | # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
| | # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
| | #else
| | # define ISLOWER(c)                    (('a' <= (c) && (c) <= 'i')          
            || ('j' <= (c) && (c) <= 'r')                      || ('s' <= (c) 
&& (c) <= 'z'))
| | # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
| | #endif
| | 
| | #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
| | int
| | main ()
| | {
| |   int i;
| |   for (i = 0; i < 256; i++)
| |     if (XOR (islower (i), ISLOWER (i))
| |         || toupper (i) != TOUPPER (i))
| |       exit(2);
| |   exit (0);
| | }
| configure:7219: result: no
| configure:7243: checking for sys/types.h
| configure:7260: gcc -c -g -O2 -DSCO5 -D_REENTRANT conftest.c >&5
| configure:7263: $? = 0
| configure:7266: test -s conftest.o
| configure:7269: $? = 0
| configure:7280: result: yes
| configure:7243: checking for sys/stat.h
| configure:7260: gcc -c -g -O2 -DSCO5 -D_REENTRANT conftest.c >&5
| configure:7263: $? = 0
| configure:7266: test -s conftest.o
| configure:7269: $? = 0
| configure:7280: result: yes
| configure:7243: checking for stdlib.h
| configure:7260: gcc -c -g -O2 -DSCO5 -D_REENTRANT conftest.c >&5
| configure:7263: $? = 0
| configure:7266: test -s conftest.o
| configure:7269: $? = 0
| configure:7280: result: yes
| configure:7243: checking for string.h
| configure:7260: gcc -c -g -O2 -DSCO5 -D_REENTRANT conftest.c >&5
| configure:7263: $? = 0
| configure:7266: test -s conftest.o
| configure:7269: $? = 0
| configure:7280: result: yes
| configure:7243: checking for memory.h
| configure:7260: gcc -c -g -O2 -DSCO5 -D_REENTRANT conftest.c >&5
| configure:7263: $? = 0
| configure:7266: test -s conftest.o
| configure:7269: $? = 0
| configure:7280: result: yes
| configure:7243: checking for strings.h
| configure:7260: gcc -c -g -O2 -DSCO5 -D_REENTRANT conftest.c >&5
| configure:7263: $? = 0
| configure:7266: test -s conftest.o
| configure:7269: $? = 0
| configure:7280: result: yes
| configure:7243: checking for inttypes.h
| configure:7260: gcc -c -g -O2 -DSCO5 -D_REENTRANT conftest.c >&5
| configure:7297: inttypes.h: No such file or directory
| configure:7263: $? = 1
| configure: failed program was:
| | #line 7248 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #else
| | # if HAVE_STDINT_H
| | #  include <stdint.h>
| | # endif
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | 
| | #include <inttypes.h>
| configure:7280: result: no
| configure:7243: checking for stdint.h
| configure:7260: gcc -c -g -O2 -DSCO5 -D_REENTRANT conftest.c >&5
| configure:7297: stdint.h: No such file or directory
| configure:7263: $? = 1
| configure: failed program was:
| | #line 7248 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #else
| | # if HAVE_STDINT_H
| | #  include <stdint.h>
| | # endif
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | 
| | #include <stdint.h>
| configure:7280: result: no
| configure:7243: checking for unistd.h
| configure:7260: gcc -c -g -O2 -DSCO5 -D_REENTRANT conftest.c >&5
| configure:7263: $? = 0
| configure:7266: test -s conftest.o
| configure:7269: $? = 0
| configure:7280: result: yes
| configure:7302: checking minix/config.h usability
| configure:7315: gcc -c -g -O2 -DSCO5 -D_REENTRANT conftest.c >&5
| configure:7353: minix/config.h: No such file or directory
| configure:7318: $? = 1
| configure: failed program was:
| | #line 7304 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #else
| | # if HAVE_STDINT_H
| | #  include <stdint.h>
| | # endif
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <minix/config.h>
| configure:7334: result: no
| configure:7338: checking minix/config.h presence
| configure:7349: gcc -E -DSCO5 -D_REENTRANT conftest.c
| configure:7355: minix/config.h: No such file or directory
| configure:7355: $? = 1
| configure: failed program was:
| | #line 7340 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | /* end confdefs.h.  */
| | #include <minix/config.h>
| configure:7374: result: no
| configure:7410: checking for minix/config.h
| configure:7417: result: no
| configure:7448: checking whether system uses EBCDIC
| configure:7473: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c -lprot 
>&5
| Undefined                     first referenced
|  symbol                           in file
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| ceil                                /lib/libprot.so
| log                                 /lib/libprot.so
| cur_term                            /lib/libprot.so
| reset_shell_mode                    /lib/libprot.so
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:7476: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | #line 7459 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | /* end confdefs.h.  */
| | 
| | int main(void) {
| |   return (unsigned char)'A' != (unsigned char)0xC1;
| | }
| | 
| configure:7499: result: no
| configure:7609: checking for ld used by GCC
| configure:7672: result: /usr/ccs/bin/ld
| configure:7681: checking if the linker (/usr/ccs/bin/ld) is GNU ld
| configure:7693: result: no
| configure:7698: checking for /usr/ccs/bin/ld option to reload object files
| configure:7705: result: -r
| configure:7710: checking for BSD-compatible nm
| configure:7746: result: /usr/ccs/bin/nm -p
| configure:7749: checking for a sed that does not truncate output
| configure:7831: result: /bin/sed
| configure:7834: checking how to recognise dependent libraries
| configure:8015: result: pass_all
| configure:8027: checking command to parse /usr/ccs/bin/nm -p output
| configure:8111: gcc -c -g -O2 -DSCO5 -D_REENTRANT conftest.c >&5
| configure:8114: $? = 0
| configure:8118: /usr/ccs/bin/nm -p conftest.o \| sed -n -e 's/^.*[    
]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 
\2\3 \3/p' \> conftest.nm
| configure:8121: $? = 0
| configure:8173: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
conftstm.o >&5
| configure:8176: $? = 0
| configure:8220: result: ok
| configure:8238: checking dlfcn.h usability
| configure:8251: gcc -c -g -O2 -DSCO5 -D_REENTRANT conftest.c >&5
| configure:8254: $? = 0
| configure:8257: test -s conftest.o
| configure:8260: $? = 0
| configure:8270: result: yes
| configure:8274: checking dlfcn.h presence
| configure:8285: gcc -E -DSCO5 -D_REENTRANT conftest.c
| configure:8291: $? = 0
| configure:8310: result: yes
| configure:8346: checking for dlfcn.h
| configure:8353: result: yes
| configure:8551: checking for ranlib
| configure:8578: result: ranlib
| configure:8631: checking for strip
| configure:8647: found /usr/ccs/bin/strip
| configure:8658: result: strip
| configure:8711: checking whether the C compiler needs -belf
| configure:8741: gcc -o conftest -g -O2 -belf -DSCO5 -D_REENTRANT  conftest.c 
-lprot >&5
| cpp: -lang-c: linker input file unused since linking not done
| crtbegin.o: fatal error: cannot open file for reading
| gcc: file path prefix `/usr/local/lib/gcc-lib/elf/2.95.2/' never used
| configure:8744: $? = 1
| configure: failed program was:
| | #line 8724 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | /* end confdefs.h.  */
| | 
| | int
| | main ()
| | {
| | 
| |   ;
| |   return 0;
| | }
| configure:8767: result: no
| configure:8870: checking for objdir
| configure:8881: result: .libs
| configure:8902: checking for gcc option to produce PIC
| configure:9048: result: -fPIC
| configure:9052: checking if gcc PIC flag -fPIC works
| configure:9076: gcc -c -g -O2 -fPIC -DPIC -DSCO5 -D_REENTRANT conftest.c >&5
| configure:9079: $? = 0
| configure:9082: test -s conftest.o
| configure:9085: $? = 0
| configure:9123: result: yes
| configure:9143: checking if gcc static flag -static works
| configure:9168: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  -static 
conftest.c -lprot >&5
| configure:9171: $? = 0
| configure:9174: test -s conftest
| configure:9177: $? = 0
| configure:9193: result: yes
| configure:9209: checking if gcc supports -c -o file.o
| configure:9232: gcc -c -g -O2 -o out/conftest2.o -DSCO5 -D_REENTRANT 
conftest.c >&5
| configure:9253: result: yes
| configure:9258: checking if gcc supports -c -o file.lo
| configure:9286: gcc -c -g -O2 -c -o conftest.lo -DSCO5 -D_REENTRANT 
conftest.c >&5
| configure:9289: $? = 0
| configure:9292: test -s conftest.lo
| configure:9295: $? = 0
| configure:9317: result: yes
| configure:9356: checking if gcc supports -fno-rtti -fno-exceptions
| configure:9379: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c -DSCO5 
-D_REENTRANT conftest.c >&5
| configure:9382: $? = 0
| configure:9385: test -s conftest.o
| configure:9388: $? = 0
| configure:9405: result: yes
| configure:9420: checking whether the linker (/usr/ccs/bin/ld) supports shared 
libraries
| configure:10115: result: yes
| configure:10124: checking how to hardcode library paths into programs
| configure:10148: result: immediate
| configure:10157: checking whether stripping libraries is possible
| configure:10165: result: no
| configure:10177: checking dynamic linker characteristics
| configure:10584: result: sco3.2v5.0.5 ld.so
| configure:10593: checking if libtool supports shared libraries
| configure:10595: result: yes
| configure:10602: checking whether to build shared libraries
| configure:10623: result: yes
| configure:10630: checking whether to build static libraries
| configure:10634: result: yes
| configure:12977: checking for res_init in -lresolv
| configure:13008: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-lresolv  -lprot >&5
| Undefined                     first referenced
|  symbol                           in file
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| ceil                                /lib/libprot.so
| log                                 /lib/libprot.so
| cur_term                            /lib/libprot.so
| reset_shell_mode                    /lib/libprot.so
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:13011: $? = 1
| configure: failed program was:
| | #line 12984 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | /* end confdefs.h.  */
| | 
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | /* 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 ()
| | {
| | res_init ();
| |   ;
| |   return 0;
| | }
| configure:13029: result: no
| configure:13041: checking for gethostbyname in -lnsl
| configure:13072: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c -lnsl 
 -lprot >&5
| Undefined                     first referenced
|  symbol                           in file
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| ceil                                /lib/libprot.so
| gethostbyname                       /usr/tmp/ccN4u6Cs.o
| log                                 /lib/libprot.so
| cur_term                            /lib/libprot.so
| reset_shell_mode                    /lib/libprot.so
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:13075: $? = 1
| configure: failed program was:
| | #line 13048 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | /* end confdefs.h.  */
| | 
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char gethostbyname ();
| | int
| | main ()
| | {
| | gethostbyname ();
| |   ;
| |   return 0;
| | }
| configure:13093: result: no
| configure:13104: checking for library containing gethostname
| configure:13135: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-lprot >&5
| Undefined                     first referenced
|  symbol                           in file
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| ceil                                /lib/libprot.so
| gethostname                         /usr/tmp/ccCEhI5T.o
| log                                 /lib/libprot.so
| cur_term                            /lib/libprot.so
| reset_shell_mode                    /lib/libprot.so
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:13138: $? = 1
| configure: failed program was:
| | #line 13111 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | /* end confdefs.h.  */
| | 
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char gethostname ();
| | int
| | main ()
| | {
| | gethostname ();
| |   ;
| |   return 0;
| | }
| configure:13180: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c -lnsl 
 -lprot >&5
| Undefined                     first referenced
|  symbol                           in file
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| ceil                                /lib/libprot.so
| gethostname                         /usr/tmp/ccyNUxyy.o
| log                                 /lib/libprot.so
| cur_term                            /lib/libprot.so
| reset_shell_mode                    /lib/libprot.so
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:13183: $? = 1
| configure: failed program was:
| | #line 13156 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | /* end confdefs.h.  */
| | 
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char gethostname ();
| | int
| | main ()
| | {
| | gethostname ();
| |   ;
| |   return 0;
| | }
| configure:13203: result: no
| configure:13211: checking for socket in -lsocket
| configure:13242: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-lsocket  -lprot >&5
| Undefined                     first referenced
|  symbol                           in file
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| ceil                                /lib/libprot.so
| log                                 /lib/libprot.so
| cur_term                            /lib/libprot.so
| reset_shell_mode                    /lib/libprot.so
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:13245: $? = 1
| configure: failed program was:
| | #line 13218 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | /* end confdefs.h.  */
| | 
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char socket ();
| | int
| | main ()
| | {
| | socket ();
| |   ;
| |   return 0;
| | }
| configure:13263: result: no
| configure:13274: checking for library containing crypt
| configure:13305: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-lprot >&5
| Undefined                     first referenced
|  symbol                           in file
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| ceil                                /lib/libprot.so
| log                                 /lib/libprot.so
| cur_term                            /lib/libprot.so
| reset_shell_mode                    /lib/libprot.so
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:13308: $? = 1
| configure: failed program was:
| | #line 13281 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | /* end confdefs.h.  */
| | 
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char crypt ();
| | int
| | main ()
| | {
| | crypt ();
| |   ;
| |   return 0;
| | }
| configure:13350: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-lcrypt  -lprot >&5
| Undefined                     first referenced
|  symbol                           in file
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| ceil                                /lib/libprot.so
| log                                 /lib/libprot.so
| cur_term                            /lib/libprot.so
| reset_shell_mode                    /lib/libprot.so
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:13353: $? = 1
| configure: failed program was:
| | #line 13326 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | /* end confdefs.h.  */
| | 
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char crypt ();
| | int
| | main ()
| | {
| | crypt ();
| |   ;
| |   return 0;
| | }
| configure:13350: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c -lufc 
 -lprot >&5
|  fatal error: library not found: -lufc
| collect2: ld returned 1 exit status
| configure:13353: $? = 1
| configure: failed program was:
| | #line 13326 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | /* end confdefs.h.  */
| | 
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char crypt ();
| | int
| | main ()
| | {
| | crypt ();
| |   ;
| |   return 0;
| | }
| configure:13373: result: no
| configure:13381: checking for main in -ltruerand
| configure:13406: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-ltruerand  -lprot >&5
|  fatal error: library not found: -ltruerand
| collect2: ld returned 1 exit status
| configure:13409: $? = 1
| configure: failed program was:
| | #line 13388 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | /* end confdefs.h.  */
| | 
| | 
| | int
| | main ()
| | {
| | main ();
| |   ;
| |   return 0;
| | }
| configure:13427: result: no
| configure:13439: checking for modf in -lm
| configure:13470: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c -lm  
-lprot >&5
| Undefined                     first referenced
|  symbol                           in file
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| ceil                                /lib/libprot.so
| log                                 /lib/libprot.so
| cur_term                            /lib/libprot.so
| reset_shell_mode                    /lib/libprot.so
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:13473: $? = 1
| configure: failed program was:
| | #line 13446 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | /* end confdefs.h.  */
| | 
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char modf ();
| | int
| | main ()
| | {
| | modf ();
| |   ;
| |   return 0;
| | }
| configure:13491: result: no
| configure:13529: checking pthread.h usability
| configure:13542: gcc -c -g -O2 -DSCO5 -D_REENTRANT -w conftest.c >&5
| In file included from configure:13581:
| /usr/include/pthread.h:332: field `__thr_errno' declared as a function
| configure:13545: $? = 1
| configure: failed program was:
| | #line 13531 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #else
| | # if HAVE_STDINT_H
| | #  include <stdint.h>
| | # endif
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <pthread.h>
| configure:13561: result: no
| configure:13565: checking pthread.h presence
| configure:13576: gcc -E -DSCO5 -D_REENTRANT -w conftest.c
| configure:13582: $? = 0
| configure:13601: result: yes
| configure:13621: WARNING: pthread.h: present but cannot be compiled
| configure:13623: WARNING: pthread.h: check for missing prerequisite headers?
| configure:13625: WARNING: pthread.h: proceeding with the preprocessor's result
| configure:13637: checking for pthread.h
| configure:13644: result: yes
| configure:13860: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-lprot >&5
| In file included from configure:13853:
| /usr/include/pthread.h:332: field `__thr_errno' declared as a function
| configure: In function `main':
| configure:13864: parse error before `int'
| configure:13866: `data' undeclared (first use in this function)
| configure:13866: (Each undeclared identifier is reported only once
| configure:13866: for each function it appears in.)
| configure:13863: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | #line 13835 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | /* end confdefs.h.  */
| | 
| | #include <pthread.h>
| | #include <stddef.h>
| | 
| | void *thread_routine(void *data) {
| |     return data;
| | }
| | 
| | int main() {
| |     pthread_t thd;
| |     pthread_mutexattr_t mattr;
| |     pthread_once_t once_init = PTHREAD_ONCE_INIT;
| |     int data = 1;
| |     pthread_mutexattr_init(&mattr);
| |     return pthread_create(&thd, NULL, thread_routine, &data);
| | }
| configure:13887: checking for pthreads_cflags
| configure:13927: gcc -o conftest -g -O2 -kthread -DSCO5 -D_REENTRANT  
conftest.c -lprot >&5
| gcc: unrecognized option `-kthread'
| In file included from configure:13920:
| /usr/include/pthread.h:332: field `__thr_errno' declared as a function
| configure: In function `main':
| configure:13931: parse error before `int'
| configure:13933: `data' undeclared (first use in this function)
| configure:13933: (Each undeclared identifier is reported only once
| configure:13933: for each function it appears in.)
| configure:13930: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | #line 13902 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | /* end confdefs.h.  */
| | 
| | #include <pthread.h>
| | #include <stddef.h>
| | 
| | void *thread_routine(void *data) {
| |     return data;
| | }
| | 
| | int main() {
| |     pthread_t thd;
| |     pthread_mutexattr_t mattr;
| |     pthread_once_t once_init = PTHREAD_ONCE_INIT;
| |     int data = 1;
| |     pthread_mutexattr_init(&mattr);
| |     return pthread_create(&thd, NULL, thread_routine, &data);
| | }
| configure:13927: gcc -o conftest -g -O2 -pthread -DSCO5 -D_REENTRANT  
conftest.c -lprot >&5
| gcc: unrecognized option `-pthread'
| In file included from configure:13920:
| /usr/include/pthread.h:332: field `__thr_errno' declared as a function
| configure: In function `main':
| configure:13931: parse error before `int'
| configure:13933: `data' undeclared (first use in this function)
| configure:13933: (Each undeclared identifier is reported only once
| configure:13933: for each function it appears in.)
| configure:13930: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | #line 13902 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | /* end confdefs.h.  */
| | 
| | #include <pthread.h>
| | #include <stddef.h>
| | 
| | void *thread_routine(void *data) {
| |     return data;
| | }
| | 
| | int main() {
| |     pthread_t thd;
| |     pthread_mutexattr_t mattr;
| |     pthread_once_t once_init = PTHREAD_ONCE_INIT;
| |     int data = 1;
| |     pthread_mutexattr_init(&mattr);
| |     return pthread_create(&thd, NULL, thread_routine, &data);
| | }
| configure:13927: gcc -o conftest -g -O2 -pthreads -DSCO5 -D_REENTRANT  
conftest.c -lprot >&5
| gcc: unrecognized option `-pthreads'
| In file included from configure:13920:
| /usr/include/pthread.h:332: field `__thr_errno' declared as a function
| configure: In function `main':
| configure:13931: parse error before `int'
| configure:13933: `data' undeclared (first use in this function)
| configure:13933: (Each undeclared identifier is reported only once
| configure:13933: for each function it appears in.)
| configure:13930: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | #line 13902 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | /* end confdefs.h.  */
| | 
| | #include <pthread.h>
| | #include <stddef.h>
| | 
| | void *thread_routine(void *data) {
| |     return data;
| | }
| | 
| | int main() {
| |     pthread_t thd;
| |     pthread_mutexattr_t mattr;
| |     pthread_once_t once_init = PTHREAD_ONCE_INIT;
| |     int data = 1;
| |     pthread_mutexattr_init(&mattr);
| |     return pthread_create(&thd, NULL, thread_routine, &data);
| | }
| configure:13927: gcc -o conftest -g -O2 -mthreads -DSCO5 -D_REENTRANT  
conftest.c -lprot >&5
| cc1: Invalid option `threads'
| In file included from configure:13920:
| /usr/include/pthread.h:332: field `__thr_errno' declared as a function
| configure: In function `main':
| configure:13931: parse error before `int'
| configure:13933: `data' undeclared (first use in this function)
| configure:13933: (Each undeclared identifier is reported only once
| configure:13933: for each function it appears in.)
| configure:13930: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | #line 13902 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | /* end confdefs.h.  */
| | 
| | #include <pthread.h>
| | #include <stddef.h>
| | 
| | void *thread_routine(void *data) {
| |     return data;
| | }
| | 
| | int main() {
| |     pthread_t thd;
| |     pthread_mutexattr_t mattr;
| |     pthread_once_t once_init = PTHREAD_ONCE_INIT;
| |     int data = 1;
| |     pthread_mutexattr_init(&mattr);
| |     return pthread_create(&thd, NULL, thread_routine, &data);
| | }
| configure:13927: gcc -o conftest -g -O2 -Kthread -DSCO5 -D_REENTRANT  
conftest.c -lprot >&5
| gcc: unrecognized option `-Kthread'
| In file included from configure:13920:
| /usr/include/pthread.h:332: field `__thr_errno' declared as a function
| configure: In function `main':
| configure:13931: parse error before `int'
| configure:13933: `data' undeclared (first use in this function)
| configure:13933: (Each undeclared identifier is reported only once
| configure:13933: for each function it appears in.)
| configure:13930: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | #line 13902 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | /* end confdefs.h.  */
| | 
| | #include <pthread.h>
| | #include <stddef.h>
| | 
| | void *thread_routine(void *data) {
| |     return data;
| | }
| | 
| | int main() {
| |     pthread_t thd;
| |     pthread_mutexattr_t mattr;
| |     pthread_once_t once_init = PTHREAD_ONCE_INIT;
| |     int data = 1;
| |     pthread_mutexattr_init(&mattr);
| |     return pthread_create(&thd, NULL, thread_routine, &data);
| | }
| configure:13927: gcc -o conftest -g -O2 -threads -DSCO5 -D_REENTRANT  
conftest.c -lprot >&5
| gcc: unrecognized option `-threads'
| In file included from configure:13920:
| /usr/include/pthread.h:332: field `__thr_errno' declared as a function
| configure: In function `main':
| configure:13931: parse error before `int'
| configure:13933: `data' undeclared (first use in this function)
| configure:13933: (Each undeclared identifier is reported only once
| configure:13933: for each function it appears in.)
| configure:13930: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | #line 13902 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | /* end confdefs.h.  */
| | 
| | #include <pthread.h>
| | #include <stddef.h>
| | 
| | void *thread_routine(void *data) {
| |     return data;
| | }
| | 
| | int main() {
| |     pthread_t thd;
| |     pthread_mutexattr_t mattr;
| |     pthread_once_t once_init = PTHREAD_ONCE_INIT;
| |     int data = 1;
| |     pthread_mutexattr_init(&mattr);
| |     return pthread_create(&thd, NULL, thread_routine, &data);
| | }
| configure:13927: gcc -o conftest -g -O2 -mt -DSCO5 -D_REENTRANT  conftest.c 
-lprot >&5
| cc1: Invalid option `t'
| In file included from configure:13920:
| /usr/include/pthread.h:332: field `__thr_errno' declared as a function
| configure: In function `main':
| configure:13931: parse error before `int'
| configure:13933: `data' undeclared (first use in this function)
| configure:13933: (Each undeclared identifier is reported only once
| configure:13933: for each function it appears in.)
| configure:13930: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | #line 13902 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | /* end confdefs.h.  */
| | 
| | #include <pthread.h>
| | #include <stddef.h>
| | 
| | void *thread_routine(void *data) {
| |     return data;
| | }
| | 
| | int main() {
| |     pthread_t thd;
| |     pthread_mutexattr_t mattr;
| |     pthread_once_t once_init = PTHREAD_ONCE_INIT;
| |     int data = 1;
| |     pthread_mutexattr_init(&mattr);
| |     return pthread_create(&thd, NULL, thread_routine, &data);
| | }
| configure:13962: result: 
| configure:13965: checking for pthreads_lib
| configure:14005: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-lprot -lpthread >&5
| In file included from configure:13998:
| /usr/include/pthread.h:332: field `__thr_errno' declared as a function
| configure: In function `main':
| configure:14009: parse error before `int'
| configure:14011: `data' undeclared (first use in this function)
| configure:14011: (Each undeclared identifier is reported only once
| configure:14011: for each function it appears in.)
| configure:14008: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | #line 13980 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | /* end confdefs.h.  */
| | 
| | #include <pthread.h>
| | #include <stddef.h>
| | 
| | void *thread_routine(void *data) {
| |     return data;
| | }
| | 
| | int main() {
| |     pthread_t thd;
| |     pthread_mutexattr_t mattr;
| |     pthread_once_t once_init = PTHREAD_ONCE_INIT;
| |     int data = 1;
| |     pthread_mutexattr_init(&mattr);
| |     return pthread_create(&thd, NULL, thread_routine, &data);
| | }
| configure:14005: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-lprot -lpthreads >&5
| In file included from configure:13998:
| /usr/include/pthread.h:332: field `__thr_errno' declared as a function
| configure: In function `main':
| configure:14009: parse error before `int'
| configure:14011: `data' undeclared (first use in this function)
| configure:14011: (Each undeclared identifier is reported only once
| configure:14011: for each function it appears in.)
| configure:14008: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | #line 13980 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | /* end confdefs.h.  */
| | 
| | #include <pthread.h>
| | #include <stddef.h>
| | 
| | void *thread_routine(void *data) {
| |     return data;
| | }
| | 
| | int main() {
| |     pthread_t thd;
| |     pthread_mutexattr_t mattr;
| |     pthread_once_t once_init = PTHREAD_ONCE_INIT;
| |     int data = 1;
| |     pthread_mutexattr_init(&mattr);
| |     return pthread_create(&thd, NULL, thread_routine, &data);
| | }
| configure:14005: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-lprot -lc_r >&5
| In file included from configure:13998:
| /usr/include/pthread.h:332: field `__thr_errno' declared as a function
| configure: In function `main':
| configure:14009: parse error before `int'
| configure:14011: `data' undeclared (first use in this function)
| configure:14011: (Each undeclared identifier is reported only once
| configure:14011: for each function it appears in.)
| configure:14008: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | #line 13980 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | /* end confdefs.h.  */
| | 
| | #include <pthread.h>
| | #include <stddef.h>
| | 
| | void *thread_routine(void *data) {
| |     return data;
| | }
| | 
| | int main() {
| |     pthread_t thd;
| |     pthread_mutexattr_t mattr;
| |     pthread_once_t once_init = PTHREAD_ONCE_INIT;
| |     int data = 1;
| |     pthread_mutexattr_init(&mattr);
| |     return pthread_create(&thd, NULL, thread_routine, &data);
| | }
| configure:14040: result: 
| configure:14058: checking for pthread.h
| configure:14063: result: yes
| configure:14941: checking whether pthread_getspecific takes two arguments
| configure:14970: gcc -c -g -O2 -DSCO5 -D_REENTRANT conftest.c >&5
| In file included from configure:14967:
| /usr/include/pthread.h:332: field `__thr_errno' declared as a function
| configure:14973: $? = 1
| configure: failed program was:
| | #line 14947 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_PTHREAD_H 1
| | #define USE_THREADS 1
| | /* end confdefs.h.  */
| | 
| | #include <pthread.h>
| | 
| | int
| | main ()
| | {
| | 
| | pthread_key_t key;
| | void *tmp;
| | pthread_getspecific(key,&tmp);
| | 
| |   ;
| |   return 0;
| | }
| configure:14995: result: no
| configure:15007: checking whether pthread_attr_getdetachstate takes one 
argument
| configure:15035: gcc -c -g -O2 -DSCO5 -D_REENTRANT conftest.c >&5
| In file included from configure:15033:
| /usr/include/pthread.h:332: field `__thr_errno' declared as a function
| configure:15038: $? = 1
| configure: failed program was:
| | #line 15013 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_PTHREAD_H 1
| | #define USE_THREADS 1
| | /* end confdefs.h.  */
| | 
| | #include <pthread.h>
| | 
| | int
| | main ()
| | {
| | 
| | pthread_attr_t *attr;
| | pthread_attr_getdetachstate(attr);
| | 
| |   ;
| |   return 0;
| | }
| configure:15060: result: no
| configure:15076: checking for pthread_key_delete
| configure:15126: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-lprot >&5
| Undefined                     first referenced
|  symbol                           in file
| pthread_key_delete                  /usr/tmp/ccO8ln4d.o
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| ceil                                /lib/libprot.so
| log                                 /lib/libprot.so
| cur_term                            /lib/libprot.so
| reset_shell_mode                    /lib/libprot.so
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:15129: $? = 1
| configure: failed program was:
| | #line 15081 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_PTHREAD_H 1
| | #define USE_THREADS 1
| | /* end confdefs.h.  */
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char pthread_key_delete (); 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
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char pthread_key_delete ();
| | /* 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_pthread_key_delete) || defined 
(__stub___pthread_key_delete)
| | choke me
| | #else
| | char (*f) () = pthread_key_delete;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != pthread_key_delete;
| |   ;
| |   return 0;
| | }
| configure:15146: result: no
| configure:15076: checking for pthread_rwlock_init
| configure:15126: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-lprot >&5
| Undefined                     first referenced
|  symbol                           in file
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| pthread_rwlock_init                 /usr/tmp/cc9lzKBS.o
| ceil                                /lib/libprot.so
| log                                 /lib/libprot.so
| cur_term                            /lib/libprot.so
| reset_shell_mode                    /lib/libprot.so
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:15129: $? = 1
| configure: failed program was:
| | #line 15081 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_PTHREAD_H 1
| | #define USE_THREADS 1
| | /* end confdefs.h.  */
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char pthread_rwlock_init (); 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
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char pthread_rwlock_init ();
| | /* 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_pthread_rwlock_init) || defined 
(__stub___pthread_rwlock_init)
| | choke me
| | #else
| | char (*f) () = pthread_rwlock_init;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != pthread_rwlock_init;
| |   ;
| |   return 0;
| | }
| configure:15146: result: no
| configure:15290: checking for readdir in -lc_r
| configure:15321: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c -lc_r 
 -lprot >&5
|  fatal error: library not found: -lc_r
| collect2: ld returned 1 exit status
| configure:15324: $? = 1
| configure: failed program was:
| | #line 15297 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_PTHREAD_H 1
| | #define USE_THREADS 1
| | /* end confdefs.h.  */
| | 
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char readdir ();
| | int
| | main ()
| | {
| | readdir ();
| |   ;
| |   return 0;
| | }
| configure:15342: result: no
| configure:15353: checking for gethostbyname in -lc_r
| configure:15384: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c -lc_r 
 -lprot >&5
|  fatal error: library not found: -lc_r
| collect2: ld returned 1 exit status
| configure:15387: $? = 1
| configure: failed program was:
| | #line 15360 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_PTHREAD_H 1
| | #define USE_THREADS 1
| | /* end confdefs.h.  */
| | 
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char gethostbyname ();
| | int
| | main ()
| | {
| | gethostbyname ();
| |   ;
| |   return 0;
| | }
| configure:15405: result: no
| configure:15420: checking for gethostbyaddr in -lc_r
| configure:15451: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c -lc_r 
 -lprot >&5
|  fatal error: library not found: -lc_r
| collect2: ld returned 1 exit status
| configure:15454: $? = 1
| configure: failed program was:
| | #line 15427 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_PTHREAD_H 1
| | #define USE_THREADS 1
| | /* end confdefs.h.  */
| | 
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char gethostbyaddr ();
| | int
| | main ()
| | {
| | gethostbyaddr ();
| |   ;
| |   return 0;
| | }
| configure:15472: result: no
| configure:15491: checking for gethostbyname_r
| configure:15541: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-lprot >&5
| Undefined                     first referenced
|  symbol                           in file
| gethostbyname_r                     /usr/tmp/ccGpRs8c.o
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| ceil                                /lib/libprot.so
| log                                 /lib/libprot.so
| cur_term                            /lib/libprot.so
| reset_shell_mode                    /lib/libprot.so
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:15544: $? = 1
| configure: failed program was:
| | #line 15496 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_PTHREAD_H 1
| | #define USE_THREADS 1
| | /* end confdefs.h.  */
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char gethostbyname_r (); 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
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char gethostbyname_r ();
| | /* 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_gethostbyname_r) || defined (__stub___gethostbyname_r)
| | choke me
| | #else
| | char (*f) () = gethostbyname_r;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != gethostbyname_r;
| |   ;
| |   return 0;
| | }
| configure:15561: result: no
| configure:15491: checking for gethostbyaddr_r
| configure:15541: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-lprot >&5
| Undefined                     first referenced
|  symbol                           in file
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| ceil                                /lib/libprot.so
| log                                 /lib/libprot.so
| cur_term                            /lib/libprot.so
| gethostbyaddr_r                     /usr/tmp/ccP1zWJK.o
| reset_shell_mode                    /lib/libprot.so
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:15544: $? = 1
| configure: failed program was:
| | #line 15496 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_PTHREAD_H 1
| | #define USE_THREADS 1
| | /* end confdefs.h.  */
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char gethostbyaddr_r (); 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
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char gethostbyaddr_r ();
| | /* 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_gethostbyaddr_r) || defined (__stub___gethostbyaddr_r)
| | choke me
| | #else
| | char (*f) () = gethostbyaddr_r;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != gethostbyaddr_r;
| |   ;
| |   return 0;
| | }
| configure:15561: result: no
| configure:15605: checking for sigsuspend
| configure:15655: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-lprot >&5
| Undefined                     first referenced
|  symbol                           in file
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| ceil                                /lib/libprot.so
| log                                 /lib/libprot.so
| cur_term                            /lib/libprot.so
| reset_shell_mode                    /lib/libprot.so
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:15658: $? = 1
| configure: failed program was:
| | #line 15610 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_PTHREAD_H 1
| | #define USE_THREADS 1
| | /* end confdefs.h.  */
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char sigsuspend (); 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
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char sigsuspend ();
| | /* 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_sigsuspend) || defined (__stub___sigsuspend)
| | choke me
| | #else
| | char (*f) () = sigsuspend;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != sigsuspend;
| |   ;
| |   return 0;
| | }
| configure:15675: result: no
| configure:15691: checking for sigwait
| configure:15741: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-lprot >&5
| Undefined                     first referenced
|  symbol                           in file
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| sigwait                             /usr/tmp/cc9gCa2T.o
| ceil                                /lib/libprot.so
| log                                 /lib/libprot.so
| cur_term                            /lib/libprot.so
| reset_shell_mode                    /lib/libprot.so
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:15744: $? = 1
| configure: failed program was:
| | #line 15696 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_PTHREAD_H 1
| | #define USE_THREADS 1
| | /* end confdefs.h.  */
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char sigwait (); 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
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char sigwait ();
| | /* 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_sigwait) || defined (__stub___sigwait)
| | choke me
| | #else
| | char (*f) () = sigwait;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != sigwait;
| |   ;
| |   return 0;
| | }
| configure:15761: result: no
| configure:15787: checking for poll
| configure:15837: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-lprot >&5
| Undefined                     first referenced
|  symbol                           in file
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| ceil                                /lib/libprot.so
| log                                 /lib/libprot.so
| cur_term                            /lib/libprot.so
| reset_shell_mode                    /lib/libprot.so
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:15840: $? = 1
| configure: failed program was:
| | #line 15792 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_PTHREAD_H 1
| | #define USE_THREADS 1
| | /* end confdefs.h.  */
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char poll (); 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
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char poll ();
| | /* 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_poll) || defined (__stub___poll)
| | choke me
| | #else
| | char (*f) () = poll;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != poll;
| |   ;
| |   return 0;
| | }
| configure:15857: result: no
| configure:15875: checking for getpwnam_r
| configure:15925: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-lprot >&5
| Undefined                     first referenced
|  symbol                           in file
| getpwnam_r                          /usr/tmp/ccjj4KoY.o
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| ceil                                /lib/libprot.so
| log                                 /lib/libprot.so
| cur_term                            /lib/libprot.so
| reset_shell_mode                    /lib/libprot.so
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:15928: $? = 1
| configure: failed program was:
| | #line 15880 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_PTHREAD_H 1
| | #define USE_THREADS 1
| | /* end confdefs.h.  */
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char getpwnam_r (); 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
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char getpwnam_r ();
| | /* 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_getpwnam_r) || defined (__stub___getpwnam_r)
| | choke me
| | #else
| | char (*f) () = getpwnam_r;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != getpwnam_r;
| |   ;
| |   return 0;
| | }
| configure:15945: result: no
| configure:15875: checking for getpwuid_r
| configure:15925: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-lprot >&5
| Undefined                     first referenced
|  symbol                           in file
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| ceil                                /lib/libprot.so
| log                                 /lib/libprot.so
| getpwuid_r                          /usr/tmp/ccWoptut.o
| cur_term                            /lib/libprot.so
| reset_shell_mode                    /lib/libprot.so
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:15928: $? = 1
| configure: failed program was:
| | #line 15880 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_PTHREAD_H 1
| | #define USE_THREADS 1
| | /* end confdefs.h.  */
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char getpwuid_r (); 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
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char getpwuid_r ();
| | /* 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_getpwuid_r) || defined (__stub___getpwuid_r)
| | choke me
| | #else
| | char (*f) () = getpwuid_r;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != getpwuid_r;
| |   ;
| |   return 0;
| | }
| configure:15945: result: no
| configure:15875: checking for getgrnam_r
| configure:15925: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-lprot >&5
| Undefined                     first referenced
|  symbol                           in file
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| ceil                                /lib/libprot.so
| log                                 /lib/libprot.so
| getgrnam_r                          /usr/tmp/ccoRV3Qy.o
| cur_term                            /lib/libprot.so
| reset_shell_mode                    /lib/libprot.so
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:15928: $? = 1
| configure: failed program was:
| | #line 15880 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_PTHREAD_H 1
| | #define USE_THREADS 1
| | /* end confdefs.h.  */
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char getgrnam_r (); 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
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char getgrnam_r ();
| | /* 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_getgrnam_r) || defined (__stub___getgrnam_r)
| | choke me
| | #else
| | char (*f) () = getgrnam_r;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != getgrnam_r;
| |   ;
| |   return 0;
| | }
| configure:15945: result: no
| configure:15875: checking for getgrgid_r
| configure:15925: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-lprot >&5
| Undefined                     first referenced
|  symbol                           in file
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| ceil                                /lib/libprot.so
| log                                 /lib/libprot.so
| cur_term                            /lib/libprot.so
| reset_shell_mode                    /lib/libprot.so
| getgrgid_r                          /usr/tmp/cc5Z4Cx5.o
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:15928: $? = 1
| configure: failed program was:
| | #line 15880 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_PTHREAD_H 1
| | #define USE_THREADS 1
| | /* end confdefs.h.  */
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char getgrgid_r (); 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
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char getgrgid_r ();
| | /* 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_getgrgid_r) || defined (__stub___getgrgid_r)
| | choke me
| | #else
| | char (*f) () = getgrgid_r;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != getgrgid_r;
| |   ;
| |   return 0;
| | }
| configure:15945: result: no
| configure:16048: checking sys/mman.h usability
| configure:16061: gcc -c -g -O2 -DSCO5 -D_REENTRANT conftest.c >&5
| configure:16064: $? = 0
| configure:16067: test -s conftest.o
| configure:16070: $? = 0
| configure:16080: result: yes
| configure:16084: checking sys/mman.h presence
| configure:16095: gcc -E -DSCO5 -D_REENTRANT conftest.c
| configure:16101: $? = 0
| configure:16120: result: yes
| configure:16156: checking for sys/mman.h
| configure:16163: result: yes
| configure:16048: checking sys/ipc.h usability
| configure:16061: gcc -c -g -O2 -DSCO5 -D_REENTRANT conftest.c >&5
| configure:16064: $? = 0
| configure:16067: test -s conftest.o
| configure:16070: $? = 0
| configure:16080: result: yes
| configure:16084: checking sys/ipc.h presence
| configure:16095: gcc -E -DSCO5 -D_REENTRANT conftest.c
| configure:16101: $? = 0
| configure:16120: result: yes
| configure:16156: checking for sys/ipc.h
| configure:16163: result: yes
| configure:16048: checking sys/shm.h usability
| configure:16061: gcc -c -g -O2 -DSCO5 -D_REENTRANT conftest.c >&5
| configure:16064: $? = 0
| configure:16067: test -s conftest.o
| configure:16070: $? = 0
| configure:16080: result: yes
| configure:16084: checking sys/shm.h presence
| configure:16095: gcc -E -DSCO5 -D_REENTRANT conftest.c
| configure:16101: $? = 0
| configure:16120: result: yes
| configure:16156: checking for sys/shm.h
| configure:16163: result: yes
| configure:16048: checking sys/file.h usability
| configure:16061: gcc -c -g -O2 -DSCO5 -D_REENTRANT conftest.c >&5
| configure:16064: $? = 0
| configure:16067: test -s conftest.o
| configure:16070: $? = 0
| configure:16080: result: yes
| configure:16084: checking sys/file.h presence
| configure:16095: gcc -E -DSCO5 -D_REENTRANT conftest.c
| configure:16101: $? = 0
| configure:16120: result: yes
| configure:16156: checking for sys/file.h
| configure:16163: result: yes
| configure:16048: checking kernel/OS.h usability
| configure:16061: gcc -c -g -O2 -DSCO5 -D_REENTRANT conftest.c >&5
| configure:16107: kernel/OS.h: No such file or directory
| configure:16064: $? = 1
| configure: failed program was:
| | #line 16050 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_PTHREAD_H 1
| | #define USE_THREADS 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_SYS_IPC_H 1
| | #define HAVE_SYS_SHM_H 1
| | #define HAVE_SYS_FILE_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #else
| | # if HAVE_STDINT_H
| | #  include <stdint.h>
| | # endif
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <kernel/OS.h>
| configure:16080: result: no
| configure:16084: checking kernel/OS.h presence
| configure:16095: gcc -E -DSCO5 -D_REENTRANT conftest.c
| configure:16109: kernel/OS.h: No such file or directory
| configure:16101: $? = 1
| configure: failed program was:
| | #line 16086 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_PTHREAD_H 1
| | #define USE_THREADS 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_SYS_IPC_H 1
| | #define HAVE_SYS_SHM_H 1
| | #define HAVE_SYS_FILE_H 1
| | /* end confdefs.h.  */
| | #include <kernel/OS.h>
| configure:16120: result: no
| configure:16156: checking for kernel/OS.h
| configure:16163: result: no
| configure:16048: checking os2.h usability
| configure:16061: gcc -c -g -O2 -DSCO5 -D_REENTRANT conftest.c >&5
| configure:16107: os2.h: No such file or directory
| configure:16064: $? = 1
| configure: failed program was:
| | #line 16050 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_PTHREAD_H 1
| | #define USE_THREADS 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_SYS_IPC_H 1
| | #define HAVE_SYS_SHM_H 1
| | #define HAVE_SYS_FILE_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #else
| | # if HAVE_STDINT_H
| | #  include <stdint.h>
| | # endif
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <os2.h>
| configure:16080: result: no
| configure:16084: checking os2.h presence
| configure:16095: gcc -E -DSCO5 -D_REENTRANT conftest.c
| configure:16109: os2.h: No such file or directory
| configure:16101: $? = 1
| configure: failed program was:
| | #line 16086 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_PTHREAD_H 1
| | #define USE_THREADS 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_SYS_IPC_H 1
| | #define HAVE_SYS_SHM_H 1
| | #define HAVE_SYS_FILE_H 1
| | /* end confdefs.h.  */
| | #include <os2.h>
| configure:16120: result: no
| configure:16156: checking for os2.h
| configure:16163: result: no
| configure:16189: checking for mmap
| configure:16239: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-lprot >&5
| Undefined                     first referenced
|  symbol                           in file
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| ceil                                /lib/libprot.so
| log                                 /lib/libprot.so
| cur_term                            /lib/libprot.so
| reset_shell_mode                    /lib/libprot.so
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:16242: $? = 1
| configure: failed program was:
| | #line 16194 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_PTHREAD_H 1
| | #define USE_THREADS 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_SYS_IPC_H 1
| | #define HAVE_SYS_SHM_H 1
| | #define HAVE_SYS_FILE_H 1
| | /* end confdefs.h.  */
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char mmap (); 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
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char mmap ();
| | /* 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_mmap) || defined (__stub___mmap)
| | choke me
| | #else
| | char (*f) () = mmap;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != mmap;
| |   ;
| |   return 0;
| | }
| configure:16259: result: no
| configure:16189: checking for munmap
| configure:16239: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-lprot >&5
| Undefined                     first referenced
|  symbol                           in file
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| ceil                                /lib/libprot.so
| log                                 /lib/libprot.so
| cur_term                            /lib/libprot.so
| reset_shell_mode                    /lib/libprot.so
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:16242: $? = 1
| configure: failed program was:
| | #line 16194 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_PTHREAD_H 1
| | #define USE_THREADS 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_SYS_IPC_H 1
| | #define HAVE_SYS_SHM_H 1
| | #define HAVE_SYS_FILE_H 1
| | /* end confdefs.h.  */
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char munmap (); 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
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char munmap ();
| | /* 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_munmap) || defined (__stub___munmap)
| | choke me
| | #else
| | char (*f) () = munmap;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != munmap;
| |   ;
| |   return 0;
| | }
| configure:16259: result: no
| configure:16189: checking for shm_open
| configure:16239: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-lprot >&5
| Undefined                     first referenced
|  symbol                           in file
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| ceil                                /lib/libprot.so
| shm_open                            /usr/tmp/ccsigGFg.o
| log                                 /lib/libprot.so
| cur_term                            /lib/libprot.so
| reset_shell_mode                    /lib/libprot.so
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:16242: $? = 1
| configure: failed program was:
| | #line 16194 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_PTHREAD_H 1
| | #define USE_THREADS 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_SYS_IPC_H 1
| | #define HAVE_SYS_SHM_H 1
| | #define HAVE_SYS_FILE_H 1
| | /* end confdefs.h.  */
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char shm_open (); 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
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char shm_open ();
| | /* 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_shm_open) || defined (__stub___shm_open)
| | choke me
| | #else
| | char (*f) () = shm_open;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != shm_open;
| |   ;
| |   return 0;
| | }
| configure:16259: result: no
| configure:16189: checking for shm_unlink
| configure:16239: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-lprot >&5
| Undefined                     first referenced
|  symbol                           in file
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| ceil                                /lib/libprot.so
| shm_unlink                          /usr/tmp/ccTmpfmN.o
| log                                 /lib/libprot.so
| cur_term                            /lib/libprot.so
| reset_shell_mode                    /lib/libprot.so
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:16242: $? = 1
| configure: failed program was:
| | #line 16194 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_PTHREAD_H 1
| | #define USE_THREADS 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_SYS_IPC_H 1
| | #define HAVE_SYS_SHM_H 1
| | #define HAVE_SYS_FILE_H 1
| | /* end confdefs.h.  */
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char shm_unlink (); 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
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char shm_unlink ();
| | /* 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_shm_unlink) || defined (__stub___shm_unlink)
| | choke me
| | #else
| | char (*f) () = shm_unlink;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != shm_unlink;
| |   ;
| |   return 0;
| | }
| configure:16259: result: no
| configure:16189: checking for shmget
| configure:16239: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-lprot >&5
| Undefined                     first referenced
|  symbol                           in file
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| ceil                                /lib/libprot.so
| log                                 /lib/libprot.so
| cur_term                            /lib/libprot.so
| reset_shell_mode                    /lib/libprot.so
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:16242: $? = 1
| configure: failed program was:
| | #line 16194 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_PTHREAD_H 1
| | #define USE_THREADS 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_SYS_IPC_H 1
| | #define HAVE_SYS_SHM_H 1
| | #define HAVE_SYS_FILE_H 1
| | /* end confdefs.h.  */
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char shmget (); 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
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char shmget ();
| | /* 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_shmget) || defined (__stub___shmget)
| | choke me
| | #else
| | char (*f) () = shmget;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != shmget;
| |   ;
| |   return 0;
| | }
| configure:16259: result: no
| configure:16189: checking for shmat
| configure:16239: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-lprot >&5
| Undefined                     first referenced
|  symbol                           in file
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| ceil                                /lib/libprot.so
| log                                 /lib/libprot.so
| cur_term                            /lib/libprot.so
| reset_shell_mode                    /lib/libprot.so
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:16242: $? = 1
| configure: failed program was:
| | #line 16194 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_PTHREAD_H 1
| | #define USE_THREADS 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_SYS_IPC_H 1
| | #define HAVE_SYS_SHM_H 1
| | #define HAVE_SYS_FILE_H 1
| | /* end confdefs.h.  */
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char shmat (); 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
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char shmat ();
| | /* 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_shmat) || defined (__stub___shmat)
| | choke me
| | #else
| | char (*f) () = shmat;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != shmat;
| |   ;
| |   return 0;
| | }
| configure:16259: result: no
| configure:16189: checking for shmdt
| configure:16239: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-lprot >&5
| Undefined                     first referenced
|  symbol                           in file
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| ceil                                /lib/libprot.so
| log                                 /lib/libprot.so
| cur_term                            /lib/libprot.so
| reset_shell_mode                    /lib/libprot.so
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:16242: $? = 1
| configure: failed program was:
| | #line 16194 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_PTHREAD_H 1
| | #define USE_THREADS 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_SYS_IPC_H 1
| | #define HAVE_SYS_SHM_H 1
| | #define HAVE_SYS_FILE_H 1
| | /* end confdefs.h.  */
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char shmdt (); 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
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char shmdt ();
| | /* 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_shmdt) || defined (__stub___shmdt)
| | choke me
| | #else
| | char (*f) () = shmdt;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != shmdt;
| |   ;
| |   return 0;
| | }
| configure:16259: result: no
| configure:16189: checking for shmctl
| configure:16239: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-lprot >&5
| Undefined                     first referenced
|  symbol                           in file
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| ceil                                /lib/libprot.so
| log                                 /lib/libprot.so
| cur_term                            /lib/libprot.so
| reset_shell_mode                    /lib/libprot.so
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:16242: $? = 1
| configure: failed program was:
| | #line 16194 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_PTHREAD_H 1
| | #define USE_THREADS 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_SYS_IPC_H 1
| | #define HAVE_SYS_SHM_H 1
| | #define HAVE_SYS_FILE_H 1
| | /* end confdefs.h.  */
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char shmctl (); 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
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char shmctl ();
| | /* 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_shmctl) || defined (__stub___shmctl)
| | choke me
| | #else
| | char (*f) () = shmctl;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != shmctl;
| |   ;
| |   return 0;
| | }
| configure:16259: result: no
| configure:16189: checking for create_area
| configure:16239: gcc -o conftest -g -O2 -DSCO5 -D_REENTRANT  conftest.c 
-lprot >&5
| Undefined                     first referenced
|  symbol                           in file
| nap                                 /lib/libprot.so
| setupterm                           /lib/libprot.so
| ceil                                /lib/libprot.so
| log                                 /lib/libprot.so
| cur_term                            /lib/libprot.so
| reset_shell_mode                    /lib/libprot.so
| create_area                         /usr/tmp/ccLypwvc.o
| conftest: fatal error: Symbol referencing errors. No output written to 
conftest
| collect2: ld returned 1 exit status
| configure:16242: $? = 1
| configure: failed program was:
| | #line 16194 "configure"
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME ""
| | #define PACKAGE_TARNAME ""
| | #define PACKAGE_VERSION ""
| | #define PACKAGE_STRING ""
| | #define PACKAGE_BUGREPORT ""
| | #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_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define HAVE_PTHREAD_H 1
| | #define HAVE_PTHREAD_H 1
| | #define USE_THREADS 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_SYS_IPC_H 1
| | #define HAVE_SYS_SHM_H 1
| | #define HAVE_SYS_FILE_H 1
| | /* end confdefs.h.  */
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char create_area (); 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
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char create_area ();
| | /* 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_create_area) || defined (__stub___create_area)
| | choke me
| | #else
| | char (*f) () = create_area;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != create_area;
| |   ;
| |   return 0;
| | }
| configure:16259: result: no
| configure:16270: checking for MAP_ANON in sys/mman.h
| configure:16300: result: no
| configure:16312: checking for /dev/zero
| configure:16323: result: yes
| 
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
| 
| ac_cv_build=i386-pc-sco3.2v5.0.5
| ac_cv_build_alias=i386-pc-sco3.2v5.0.5
| ac_cv_c_compiler_gnu=yes
| ac_cv_define_GETHOSTBYADDR_IS_THREAD_SAFE=no
| ac_cv_define_GETHOSTBYNAME_IS_THREAD_SAFE=no
| ac_cv_define_MAP_ANON=no
| ac_cv_define_READDIR_IS_THREAD_SAFE=no
| ac_cv_ebcdic=no
| ac_cv_env_CC_set=
| ac_cv_env_CC_value=
| 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_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_exeext=
| ac_cv_file__dev_zero=yes
| ac_cv_func_create_area=no
| ac_cv_func_getgrgid_r=no
| ac_cv_func_getgrnam_r=no
| ac_cv_func_gethostbyaddr_r=no
| ac_cv_func_gethostbyname_r=no
| ac_cv_func_getpwnam_r=no
| ac_cv_func_getpwuid_r=no
| ac_cv_func_mmap=no
| ac_cv_func_munmap=no
| ac_cv_func_poll=no
| ac_cv_func_pthread_key_delete=no
| ac_cv_func_pthread_rwlock_init=no
| ac_cv_func_shm_open=no
| ac_cv_func_shm_unlink=no
| ac_cv_func_shmat=no
| ac_cv_func_shmctl=no
| ac_cv_func_shmdt=no
| ac_cv_func_shmget=no
| ac_cv_func_sigsuspend=no
| ac_cv_func_sigwait=no
| ac_cv_header_dlfcn_h=yes
| ac_cv_header_inttypes_h=no
| ac_cv_header_kernel_OS_h=no
| ac_cv_header_memory_h=yes
| ac_cv_header_minix_config_h=no
| ac_cv_header_os2_h=no
| ac_cv_header_pthread_h=yes
| ac_cv_header_stdc=no
| ac_cv_header_stdint_h=no
| ac_cv_header_stdlib_h=yes
| ac_cv_header_string_h=yes
| ac_cv_header_strings_h=yes
| ac_cv_header_sys_file_h=yes
| ac_cv_header_sys_ipc_h=yes
| ac_cv_header_sys_mman_h=yes
| ac_cv_header_sys_shm_h=yes
| ac_cv_header_sys_stat_h=yes
| ac_cv_header_sys_types_h=yes
| ac_cv_header_unistd_h=yes
| ac_cv_host=i386-pc-sco3.2v5.0.5
| ac_cv_host_alias=i386-pc-sco3.2v5.0.5
| ac_cv_lib_c_r_gethostbyaddr=no
| ac_cv_lib_c_r_gethostbyname=no
| ac_cv_lib_c_r_readdir=no
| ac_cv_lib_m_modf=no
| ac_cv_lib_nsl_gethostbyname=no
| ac_cv_lib_resolv_res_init=no
| ac_cv_lib_socket_socket=no
| ac_cv_lib_truerand_main=no
| ac_cv_mkdir_p=yes
| ac_cv_objext=o
| ac_cv_path_install='/usr/local/bin/install -c'
| ac_cv_prog_AS=as
| ac_cv_prog_ASCPP=cpp
| ac_cv_prog_AWK=gawk
| ac_cv_prog_CPP='gcc -E'
| ac_cv_prog_RM=rm
| ac_cv_prog_ac_ct_AR=ar
| ac_cv_prog_ac_ct_CC=gcc
| ac_cv_prog_ac_ct_RANLIB=ranlib
| ac_cv_prog_ac_ct_STRIP=strip
| ac_cv_prog_cc_g=yes
| ac_cv_prog_cc_stdc=
| ac_cv_prog_egrep='grep -E'
| ac_cv_prog_make_make_set=yes
| ac_cv_pthread_attr_getdetachstate_one_arg=no
| ac_cv_pthread_getspecific_two_args=no
| ac_cv_pthreads_cflags=
| ac_cv_pthreads_lib=
| ac_cv_search_crypt=no
| ac_cv_search_gethostname=no
| ac_cv_search_strerror=no
| ac_cv_target=i386-pc-sco3.2v5.0.5
| ac_cv_target_alias=i386-pc-sco3.2v5.0.5
| lt_cv_cc_needs_belf=no
| lt_cv_compiler_c_o=yes
| lt_cv_compiler_o_lo=yes
| lt_cv_deplibs_check_method=pass_all
| lt_cv_file_magic_cmd='$MAGIC_CMD'
| lt_cv_file_magic_test_file=
| lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  
{\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", 
(lt_ptr) \&\2},/p'\'''
| lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char 
\1;/p'\'''
| lt_cv_ld_reload_flag=-r
| lt_cv_path_LD=/usr/ccs/bin/ld
| lt_cv_path_NM='/usr/ccs/bin/nm -p'
| lt_cv_path_SED=/bin/sed
| lt_cv_prog_cc_can_build_shared=yes
| lt_cv_prog_cc_no_builtin=
| lt_cv_prog_cc_pic=' -fPIC'
| lt_cv_prog_cc_pic_works=yes
| lt_cv_prog_cc_shlib=
| lt_cv_prog_cc_static=-static
| lt_cv_prog_cc_static_works=yes
| lt_cv_prog_cc_wl=-Wl,
| lt_cv_prog_gnu_ld=no
| lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[    
]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 
\2\3 \3/p'\'''
| 
| ## ----------------- ##
| ## Output variables. ##
| ## ----------------- ##
| 
| APR_DOTTED_VERSION='0.9.2'
| APR_LIBNAME='apr-${APR_MAJOR_VERSION}'
| APR_MAJOR_VERSION='0'
| AR='ar'
| AS='as'
| ASCPP='cpp'
| ASCPPFLAGS=''
| ASFLAGS=''
| AWK='gawk'
| CC='gcc'
| CFLAGS='-g -O2'
| CPP='gcc -E'
| CPPFLAGS='-DSCO5 -D_REENTRANT'
| DEFAULT_OSDIR='unix'
| DEFS=''
| ECHO='echo'
| ECHO_C=''
| ECHO_N='-n'
| ECHO_T=''
| EGREP='grep -E'
| EXEEXT=''
| EXTRA_CFLAGS=''
| EXTRA_CPPFLAGS=''
| EXTRA_INCLUDES=''
| EXTRA_LDFLAGS=''
| EXTRA_LIBS=''
| INCLUDE_RULES=''
| INSTALL_DATA='${INSTALL} -m 644'
| INSTALL_PROGRAM='${INSTALL}'
| INSTALL_SCRIPT='${INSTALL}'
| INSTALL_SUBDIRS='none'
| LDFLAGS=''
| LDLIBS=''
| LIBOBJS=''
| LIBS='-lprot'
| LIBTOOL='$(SHELL) $(apr_builddir)/libtool'
| LIBTOOL_LIBS=''
| LN_S='ln -s'
| LTFLAGS='--silent'
| LTLIBOBJS=''
| LT_LDFLAGS=''
| MKDEP='$(CC) -MM'
| NOTEST_CFLAGS=''
| NOTEST_CPPFLAGS=''
| NOTEST_INCLUDES=''
| NOTEST_LDFLAGS=''
| NOTEST_LIBS=''
| OBJEXT='o'
| OSDIR='unix'
| PACKAGE_BUGREPORT=''
| PACKAGE_NAME=''
| PACKAGE_STRING=''
| PACKAGE_TARNAME=''
| PACKAGE_VERSION=''
| PATH_SEPARATOR=':'
| RANLIB='ranlib'
| RM='rm'
| SET_MAKE=''
| SHELL='/bin/bash'
| STRIP='strip'
| SUBDIRS=''
| ac_ct_AR='ar'
| ac_ct_CC='gcc'
| ac_ct_RANLIB='ranlib'
| ac_ct_STRIP='strip'
| acceptfilter=''
| apr_atomic_sparc_compile=''
| apr_builddir='/src/www/.work/apr'
| apr_builders='/src/www/.work/apr/build'
| apr_charset_ebcdic='0'
| apr_force_atomic_generic='0'
| apr_inaddr_none=''
| apr_srcdir='/src/www/.work/apr'
| apr_tcp_nopush_flag=''
| aprdso=''
| arpa_ineth=''
| bindir='${exec_prefix}/bin'
| build='i386-pc-sco3.2v5.0.5'
| build_alias=''
| build_cpu='i386'
| build_os='sco3.2v5.0.5'
| build_vendor='pc'
| conioh=''
| crypth=''
| ctypeh=''
| datadir='${prefix}'
| direnth=''
| eolstr='\n'
| errnoh=''
| exec_prefix='${prefix}'
| export_lib_target='-rpath \$(libdir) \$\$objects'
| fcntlh=''
| fcntlser=''
| file_as_socket=''
| flockser=''
| fork=''
| hasfcntlser=''
| hasflockser=''
| hasposixser=''
| hasprocpthreadser=''
| hasrwlockser=''
| hassysvser=''
| have_corkable_tcp=''
| have_getrlimit=''
| have_in_addr=''
| have_inet_addr=''
| have_inet_network=''
| have_int64_strfn=''
| have_ipv6=''
| have_memchr=''
| have_memmove=''
| have_sctp=''
| have_setrlimit=''
| have_sigaction=''
| have_sigsuspend='0'
| have_sigwait='0'
| have_strcasecmp=''
| have_strdup=''
| have_stricmp=''
| have_strncasecmp=''
| have_strnicmp=''
| have_strstr=''
| have_union_semun=''
| havebeosarea=''
| havemmapanon='0'
| havemmapshm=''
| havemmaptmp=''
| havemmapzero='0'
| haveos2shm=''
| haveshmget=''
| haveshmgetanon='0'
| host='i386-pc-sco3.2v5.0.5'
| host_alias=''
| host_cpu='i386'
| host_os='sco3.2v5.0.5'
| host_vendor='pc'
| includedir='${prefix}/include/apr-${APR_MAJOR_VERSION}'
| infodir='${prefix}/info'
| installbuilddir='${prefix}/build'
| int64_literal=''
| int64_strfn=''
| int64_t_fmt=''
| int64_t_fmt_len=''
| int64_value=''
| int_value=''
| ioh=''
| lib_target='-rpath $(libdir) $$objects'
| lib_target_libs=''
| libdir='${exec_prefix}/lib'
| libexecdir='${exec_prefix}/modules'
| limitsh=''
| link='$(LIBTOOL) $(LTFLAGS) --mode=link $(LT_LDFLAGS) $(COMPILE) 
-version-info 9:2:9 $(ALL_LDFLAGS) -o $@'
| localstatedir='${prefix}'
| long_value=''
| lt_compile='$(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE) -c $< && touch $@'
| mandir='${prefix}/man'
| mmap=''
| netdbh=''
| netinet_inh=''
| netinet_sctp_uioh=''
| netinet_sctph=''
| netinet_tcph=''
| o_nonblock_inherited=''
| oc=''
| off_t_fmt=''
| off_t_value=''
| oldincludedir='/usr/include'
| pid_t_fmt=''
| posixser=''
| prefix='/usr/local/apr'
| proc_mutex_is_global='0'
| proclockglobal=''
| procpthreadser=''
| program_transform_name='s,x,x,'
| pthreadh='1'
| pthreadser='1'
| rand=''
| sbindir='${exec_prefix}/bin'
| semaphoreh=''
| sendfile=''
| sharedmem=''
| sharedstatedir='${prefix}/com'
| shlibpath_var='LD_LIBRARY_PATH'
| short_value=''
| signalh=''
| size_t_fmt=''
| size_t_value=''
| so_ext='lo'
| socklen_t_value=''
| ssize_t_fmt=''
| ssize_t_value=''
| stdargh=''
| stdint=''
| stdioh=''
| stdlibh=''
| stringh=''
| stringsh=''
| struct_rlimit=''
| sys_sendfileh=''
| sys_signalh=''
| sys_socketh=''
| sys_syslimitsh=''
| sys_timeh=''
| sys_typesh=''
| sys_uioh=''
| sys_unh=''
| sys_waith=''
| sysconfdir='${prefix}/conf'
| sysvser=''
| target='i386-pc-sco3.2v5.0.5'
| target_alias=''
| target_cpu='i386'
| target_os='sco3.2v5.0.5'
| target_vendor='pc'
| tcp_nodelay_inherited=''
| threads='1'
| timeh=''
| top_builddir='/src/www/.work/apr'
| unistdh=''
| usebeosarea=''
| usemmapanon=''
| usemmapshm=''
| usemmaptmp=''
| usemmapzero=''
| useos2shm=''
| useshmget=''
| useshmgetanon=''
| voidp_size=''
| 
| ## ----------- ##
| ## confdefs.h. ##
| ## ----------- ##
| 
| #define HAVE_DLFCN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_NAME ""
| #define PACKAGE_STRING ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define USE_THREADS 1
| 
| configure: exit 1
| 
| ----------
| 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]