HPUX 10.26 is a variant of HPUX 10.20. pth 1.4.1 configures and
builds with no problems. pth 2.0.0 fails to configure. config.log
is attached.

joe

./configure:Error: decision on mandatory system headers and functions failed.
./configure:Hint: see config.log for more details!


-- config.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 --prefix=/opt/pth --enable-pthread

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

hostname = j5k
uname -m = 9000/785
uname -r = B.10.26
uname -s = HP-UX
uname -v = A

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/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: /opt/ipf/bin
PATH: /opt/openssh/bin
PATH: /opt/gcc/bin
PATH: /opt/binutils/bin
PATH: /opt/bison/bin
PATH: /opt/flex/bin
PATH: /opt/m4/bin
PATH: /opt/autoconf-2.12/bin
PATH: /opt/aCC/bin
PATH: /opt/CC/bin
PATH: /opt/ansic/bin
PATH: /opt/langtools/bin
PATH: /opt/OED/bin
PATH: /opt/OED/lbin
PATH: /opt/perl5/bin
PATH: /home/joe/bin
PATH: /tcb/bin
PATH: /usr/bin
PATH: /bin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/bin/X11
PATH: /etc
PATH: /usr/etc
PATH: /etc
PATH: /usr/Applix
PATH: /opt/gnu/bin
PATH: /usr/contrib/bin
PATH: /opt/SysAdmin/bin
PATH: /opt/UB/bin
PATH: /opt/UB/lbin
PATH: /opt/Printer/bin
PATH: /opt/SysAdmin/bin
PATH: /opt/SysAdmin/lbin
PATH: /opt/audio/bin
PATH: /opt/Acrobat5/bin
PATH: /opt/java/bin
PATH: /opt/flex/bin
PATH: /opt/janes/bin
PATH: /opt/vim/bin
PATH: /opt/gimp/bin
PATH: /usr/contrib/Q4/bin
PATH: /opt/ttf2pt1/bin
PATH: /opt/pth/bin
PATH: /opt/perl-5.8.0/bin
PATH: .


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

configure:1612: result:
configure:1614: result: %BdBBuild Tools:%bd@
configure:1665: checking for gcc
configure:1691: result: cc
configure:1935: checking for C compiler version
configure:1938: cc --version </dev/null >&5
cc: warning 422: Unknown option "-" ignored.
cc: CCOPTS is not set.
cc: LPATH is /usr/lib/pa1.1:/usr/lib:/opt/langtools/lib:
/usr/ccs/bin/ld /opt/langtools/lib/crt0.o -u main -ersion -lc
cc: Entering Link editor.
/usr/ccs/bin/ld: Unsatisfied symbols:
main
/usr/ccs/bin/ld: Entry symbol "rsion" not found
configure:1941: $? = 1
configure:1943: cc -v </dev/null >&5
cc: CCOPTS is not set.
cc: LPATH is /usr/lib/pa1.1:/usr/lib:/opt/langtools/lib:
/usr/ccs/bin/ld /opt/langtools/lib/crt0.o -u main -lc
cc: Entering Link editor.
/usr/ccs/bin/ld: Unsatisfied symbols:
main
configure:1946: $? = 1
configure:1948: cc -V </dev/null >&5
/usr/ccs/bin/ld: Unsatisfied symbols:
main
/usr/ccs/bin/ld: 92453-07 linker linker ld B.10.30 980630
configure:1951: $? = 1
configure:1975: checking for C compiler default output
configure:1978: cc +DAportable conftest.c >&5
configure:1981: $? = 0
configure:2027: result: a.out
configure:2032: checking whether the C compiler works
configure:2038: ./a.out
configure:2041: $? = 0
configure:2058: result: yes
configure:2065: checking whether we are cross compiling
configure:2067: result: no
configure:2070: checking for suffix of executables
configure:2072: cc -o conftest +DAportable conftest.c >&5
configure:2075: $? = 0
configure:2100: result:
configure:2106: checking for suffix of object files
configure:2128: cc -c +DAportable conftest.c >&5
configure:2131: $? = 0
configure:2153: result: o
configure:2157: checking whether we are using the GNU C compiler
configure:2182: cc -c +DAportable conftest.c >&5
cc: "configure", line 2175: error 1000: Unexpected symbol: "me".
cc: "configure", line 2175: error 1588: "choke" undefined.
configure:2185: $? = 1
configure: failed program was:
| #line 2162 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __GNUC__
| choke me
| #endif
|
| ;
| return 0;
| }
configure:2204: result: no
configure:2210: checking whether cc accepts -g
configure:2232: cc -c -g conftest.c >&5
configure:2235: $? = 0
configure:2238: test -s conftest.o
configure:2241: $? = 0
configure:2252: result: yes
configure:2269: checking for cc option to accept ANSI C
configure:2330: cc -c +DAportable conftest.c >&5
cc: "configure", line 2290: error 1705: Function prototypes are an ANSI feature.
cc: "configure", line 2297: error 1705: Function prototypes are an ANSI feature.
cc: "configure", line 2297: error 1705: Function prototypes are an ANSI feature.
cc: "configure", line 2306: error 1705: Function prototypes are an ANSI feature.
cc: "configure", line 2307: error 1705: Function prototypes are an ANSI feature.
cc: "configure", line 2308: error 1705: Function prototypes are an ANSI feature.
cc: "configure", line 2309: error 1000: Unexpected symbol: "FILE".
cc: "configure", line 2309: error 1705: Function prototypes are an ANSI feature.
cc: "configure", line 2309: error 1705: Function prototypes are an ANSI feature.
cc: "configure", line 2309: error 1573: Type of "<<<NULL_SYMBOL>>>" is undefined due to an illegal declaration.
configure:2333: $? = 1
configure: failed program was:
| #line 2276 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
| char **p;
| int i;
| {
| return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
| char *s;
| va_list v;
| va_start (v,p);
| s = g (p, va_arg (v,int));
| va_end (v);
| return s;
| }
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:2330: cc -qlanglvl=ansi -c +DAportable conftest.c >&5
cc: "configure", line 2290: error 1705: Function prototypes are an ANSI feature.
cc: "configure", line 2297: error 1705: Function prototypes are an ANSI feature.
cc: "configure", line 2297: error 1705: Function prototypes are an ANSI feature.
cc: "configure", line 2306: error 1705: Function prototypes are an ANSI feature.
cc: "configure", line 2307: error 1705: Function prototypes are an ANSI feature.
cc: "configure", line 2308: error 1705: Function prototypes are an ANSI feature.
cc: "configure", line 2309: error 1000: Unexpected symbol: "FILE".
cc: "configure", line 2309: error 1705: Function prototypes are an ANSI feature.
cc: "configure", line 2309: error 1705: Function prototypes are an ANSI feature.
cc: "configure", line 2309: error 1573: Type of "<<<NULL_SYMBOL>>>" is undefined due to an illegal declaration.
configure:2333: $? = 1
configure: failed program was:
| #line 2276 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
| char **p;
| int i;
| {
| return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
| char *s;
| va_list v;
| va_start (v,p);
| s = g (p, va_arg (v,int));
| va_end (v);
| return s;
| }
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:2330: cc -std1 -c +DAportable conftest.c >&5
cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
cc: "configure", line 2290: error 1705: Function prototypes are an ANSI feature.
cc: "configure", line 2297: error 1705: Function prototypes are an ANSI feature.
cc: "configure", line 2297: error 1705: Function prototypes are an ANSI feature.
cc: "configure", line 2306: error 1705: Function prototypes are an ANSI feature.
cc: "configure", line 2307: error 1705: Function prototypes are an ANSI feature.
cc: "configure", line 2308: error 1705: Function prototypes are an ANSI feature.
cc: "configure", line 2309: error 1000: Unexpected symbol: "FILE".
cc: "configure", line 2309: error 1705: Function prototypes are an ANSI feature.
cc: "configure", line 2309: error 1705: Function prototypes are an ANSI feature.
cc: "configure", line 2309: error 1573: Type of "<<<NULL_SYMBOL>>>" is undefined due to an illegal declaration.
configure:2333: $? = 1
configure: failed program was:
| #line 2276 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
| char **p;
| int i;
| {
| return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
| char *s;
| va_list v;
| va_start (v,p);
| s = g (p, va_arg (v,int));
| va_end (v);
| return s;
| }
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
| ;
| return 0;
| }
configure:2330: cc -Ae -c +DAportable conftest.c >&5
configure:2333: $? = 0
configure:2336: test -s conftest.o
configure:2339: $? = 0
configure:2360: result: -Ae
configure:2375: cc -Ae -c +DAportable conftest.c >&5
cc: "conftest.c", line 2: error 1000: Unexpected symbol: "me".
cc: "conftest.c", line 2: warning 501: Empty source file.
configure:2378: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2492: checking how to run the C preprocessor
configure:2528: cc -Ae -E conftest.c
configure:2534: $? = 0
configure:2566: cc -Ae -E conftest.c
cpp: "configure", line 2565: error 4036: Can't open include file 'ac_nonexistent.h'.
configure:2572: $? = 1
configure: failed program was:
| #line 2557 "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:2610: result: cc -Ae -E
configure:2635: cc -Ae -E conftest.c
configure:2641: $? = 0
configure:2673: cc -Ae -E conftest.c
cpp: "configure", line 2672: error 4036: Can't open include file 'ac_nonexistent.h'.
configure:2679: $? = 1
configure: failed program was:
| #line 2664 "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:2721: checking whether make sets $(MAKE)
configure:2741: result: yes
configure:2905: checking for compilation debug mode
configure:2907: result: disabled
configure:2913: checking for compilation profile mode
configure:2932: result: disabled
configure:3077: checking for compilation optimization mode
configure:3079: result: disabled
configure:3366: checking build system type
configure:3384: result: hppa2.0-hp-hpux10.26
configure:3392: checking host system type
configure:3406: result: hppa2.0-hp-hpux10.26
configure:3469: checking for non-GNU ld
configure:3499: result: /usr/bin/ld
configure:3508: checking if the linker (/usr/bin/ld) is GNU ld
configure:3520: result: no
configure:3525: checking for /usr/bin/ld option to reload object files
configure:3532: result: -r
configure:3537: checking for BSD-compatible nm
configure:3573: result: /opt/binutils/bin/nm -B
configure:3576: checking for a sed that does not truncate output
configure:3658: result: /usr/bin/sed
configure:3661: checking whether ln -s works
configure:3665: result: yes
configure:3672: checking how to recognise dependent libraries
configure:3853: result: unknown
configure:3866: checking command to parse /opt/binutils/bin/nm -B output
configure:3950: cc -Ae -c +DAportable conftest.c >&5
configure:3953: $? = 0
configure:3957: /opt/binutils/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:3960: $? = 0
configure:4012: cc -Ae -o conftest +DAportable conftest.c conftstm.o >&5
configure:4015: $? = 0
configure:4059: result: ok
configure:4064: checking for egrep
configure:4074: result: grep -E
configure:4079: checking for ANSI C header files
configure:4105: cc -Ae -c +DAportable conftest.c >&5
configure:4108: $? = 0
configure:4111: test -s conftest.o
configure:4114: $? = 0
configure:4206: cc -Ae -o conftest +DAportable conftest.c >&5
configure:4209: $? = 0
configure:4211: ./conftest
configure:4214: $? = 0
configure:4229: result: yes
configure:4253: checking for sys/types.h
configure:4270: cc -Ae -c +DAportable conftest.c >&5
configure:4273: $? = 0
configure:4276: test -s conftest.o
configure:4279: $? = 0
configure:4290: result: yes
configure:4253: checking for sys/stat.h
configure:4270: cc -Ae -c +DAportable conftest.c >&5
configure:4273: $? = 0
configure:4276: test -s conftest.o
configure:4279: $? = 0
configure:4290: result: yes
configure:4253: checking for stdlib.h
configure:4270: cc -Ae -c +DAportable conftest.c >&5
configure:4273: $? = 0
configure:4276: test -s conftest.o
configure:4279: $? = 0
configure:4290: result: yes
configure:4253: checking for string.h
configure:4270: cc -Ae -c +DAportable conftest.c >&5
configure:4273: $? = 0
configure:4276: test -s conftest.o
configure:4279: $? = 0
configure:4290: result: yes
configure:4253: checking for memory.h
configure:4270: cc -Ae -c +DAportable conftest.c >&5
configure:4273: $? = 0
configure:4276: test -s conftest.o
configure:4279: $? = 0
configure:4290: result: yes
configure:4253: checking for strings.h
configure:4270: cc -Ae -c +DAportable conftest.c >&5
configure:4273: $? = 0
configure:4276: test -s conftest.o
configure:4279: $? = 0
configure:4290: result: yes
configure:4253: checking for inttypes.h
configure:4270: cc -Ae -c +DAportable conftest.c >&5
configure:4273: $? = 0
configure:4276: test -s conftest.o
configure:4279: $? = 0
configure:4290: result: yes
configure:4253: checking for stdint.h
configure:4270: cc -Ae -c +DAportable conftest.c >&5
cpp: "configure", line 4309: error 4036: Can't open include file 'stdint.h'.
configure:4273: $? = 1
configure: failed program was:
| #line 4258 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| /* 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:4290: result: no
configure:4253: checking for unistd.h
configure:4270: cc -Ae -c +DAportable conftest.c >&5
configure:4273: $? = 0
configure:4276: test -s conftest.o
configure:4279: $? = 0
configure:4290: result: yes
configure:4316: checking dlfcn.h usability
configure:4329: cc -Ae -c +DAportable conftest.c >&5
cpp: "configure", line 4369: error 4036: Can't open include file 'dlfcn.h'.
configure:4332: $? = 1
configure: failed program was:
| #line 4318 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_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 <dlfcn.h>
configure:4348: result: no
configure:4352: checking dlfcn.h presence
configure:4363: cc -Ae -E conftest.c
cpp: "configure", line 4371: error 4036: Can't open include file 'dlfcn.h'.
configure:4369: $? = 1
configure: failed program was:
| #line 4354 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <dlfcn.h>
configure:4388: result: no
configure:4424: checking for dlfcn.h
configure:4431: result: no
configure:4629: checking for ranlib
configure:4645: found /opt/binutils/bin/ranlib
configure:4656: result: ranlib
configure:4709: checking for strip
configure:4725: found /opt/binutils/bin/strip
configure:4736: result: strip
configure:4948: checking for objdir
configure:4959: result: .libs
configure:4980: checking for cc option to produce PIC
configure:5126: result: +Z
configure:5130: checking if cc PIC flag +Z works
configure:5154: cc -Ae -c +DAportable +Z -DPIC conftest.c >&5
configure:5157: $? = 0
configure:5160: test -s conftest.o
configure:5163: $? = 0
configure:5201: result: yes
configure:5221: checking if cc static flag -Wl,-a -Wl,archive works
configure:5246: cc -Ae -o conftest +DAportable -Wl,-a -Wl,archive conftest.c >&5
configure:5249: $? = 0
configure:5252: test -s conftest
configure:5255: $? = 0
configure:5271: result: yes
configure:5287: checking if cc supports -c -o file.o
configure:5307: cc -Ae -c +DAportable -o out/conftest2.o conftest.c >&5
configure:5331: result: yes
configure:5336: checking if cc supports -c -o file.lo
configure:5364: cc -Ae -c +DAportable -c -o conftest.lo conftest.c >&5
configure:5367: $? = 0
configure:5370: test -s conftest.lo
configure:5373: $? = 0
configure:5395: result: yes
configure:5498: checking whether the linker (/usr/bin/ld) supports shared libraries
configure:6193: result: yes
configure:6202: checking how to hardcode library paths into programs
configure:6226: result: relink
configure:6235: checking whether stripping libraries is possible
configure:6240: result: yes
configure:6255: checking dynamic linker characteristics
configure:6662: result: hpux10.26 dld.sl
configure:6671: checking if libtool supports shared libraries
configure:6673: result: yes
configure:6680: checking whether to build shared libraries
configure:6701: result: yes
configure:6708: checking whether to build static libraries
configure:6712: result: yes
configure:8180: result:
configure:8182: result: %BdBMandatory Platform Environment:%bd@
configure:8187: checking for ANSI C header files
configure:8337: result: yes
configure:8374: checking stdio.h usability
configure:8387: cc -Ae -c +DAportable conftest.c >&5
configure:8390: $? = 0
configure:8393: test -s conftest.o
configure:8396: $? = 0
configure:8406: result: yes
configure:8410: checking stdio.h presence
configure:8421: cc -Ae -E conftest.c
configure:8427: $? = 0
configure:8446: result: yes
configure:8482: checking for stdio.h
configure:8489: result: yes
configure:8365: checking for stdlib.h
configure:8370: result: yes
configure:8374: checking stdarg.h usability
configure:8387: cc -Ae -c +DAportable conftest.c >&5
configure:8390: $? = 0
configure:8393: test -s conftest.o
configure:8396: $? = 0
configure:8406: result: yes
configure:8410: checking stdarg.h presence
configure:8421: cc -Ae -E conftest.c
configure:8427: $? = 0
configure:8446: result: yes
configure:8482: checking for stdarg.h
configure:8489: result: yes
configure:8365: checking for string.h
configure:8370: result: yes
configure:8374: checking signal.h usability
configure:8387: cc -Ae -c +DAportable conftest.c >&5
configure:8390: $? = 0
configure:8393: test -s conftest.o
configure:8396: $? = 0
configure:8406: result: yes
configure:8410: checking signal.h presence
configure:8421: cc -Ae -E conftest.c
configure:8427: $? = 0
configure:8446: result: yes
configure:8482: checking for signal.h
configure:8489: result: yes
configure:8365: checking for unistd.h
configure:8370: result: yes
configure:8374: checking setjmp.h usability
configure:8387: cc -Ae -c +DAportable conftest.c >&5
configure:8390: $? = 0
configure:8393: test -s conftest.o
configure:8396: $? = 0
configure:8406: result: yes
configure:8410: checking setjmp.h presence
configure:8421: cc -Ae -E conftest.c
configure:8427: $? = 0
configure:8446: result: yes
configure:8482: checking for setjmp.h
configure:8489: result: yes
configure:8374: checking fcntl.h usability
configure:8387: cc -Ae -c +DAportable conftest.c >&5
configure:8390: $? = 0
configure:8393: test -s conftest.o
configure:8396: $? = 0
configure:8406: result: yes
configure:8410: checking fcntl.h presence
configure:8421: cc -Ae -E conftest.c
configure:8427: $? = 0
configure:8446: result: yes
configure:8482: checking for fcntl.h
configure:8489: result: yes
configure:8374: checking errno.h usability
configure:8387: cc -Ae -c +DAportable conftest.c >&5
configure:8390: $? = 0
configure:8393: test -s conftest.o
configure:8396: $? = 0
configure:8406: result: yes
configure:8410: checking errno.h presence
configure:8421: cc -Ae -E conftest.c
configure:8427: $? = 0
configure:8446: result: yes
configure:8482: checking for errno.h
configure:8489: result: yes
configure:8365: checking for sys/types.h
configure:8370: result: yes
configure:8374: checking sys/time.h usability
configure:8387: cc -Ae -c +DAportable conftest.c >&5
configure:8390: $? = 0
configure:8393: test -s conftest.o
configure:8396: $? = 0
configure:8406: result: yes
configure:8410: checking sys/time.h presence
configure:8421: cc -Ae -E conftest.c
configure:8427: $? = 0
configure:8446: result: yes
configure:8482: checking for sys/time.h
configure:8489: result: yes
configure:8374: checking sys/wait.h usability
configure:8387: cc -Ae -c +DAportable conftest.c >&5
configure:8390: $? = 0
configure:8393: test -s conftest.o
configure:8396: $? = 0
configure:8406: result: yes
configure:8410: checking sys/wait.h presence
configure:8421: cc -Ae -E conftest.c
configure:8427: $? = 0
configure:8446: result: yes
configure:8482: checking for sys/wait.h
configure:8489: result: yes
configure:8365: checking for sys/stat.h
configure:8370: result: yes
configure:8374: checking sys/socket.h usability
configure:8387: cc -Ae -c +DAportable conftest.c >&5
configure:8390: $? = 0
configure:8393: test -s conftest.o
configure:8396: $? = 0
configure:8406: result: yes
configure:8410: checking sys/socket.h presence
configure:8421: cc -Ae -E conftest.c
configure:8427: $? = 0
configure:8446: result: yes
configure:8482: checking for sys/socket.h
configure:8489: result: yes
configure:8511: checking for gettimeofday
configure:8561: cc -Ae -o conftest +DAportable conftest.c >&5
cc: "configure", line 8564: error 1584: Inconsistent type declaration: "gettimeofday".
cc: "configure", line 8571: warning 604: Pointers are not assignment-compatible.
cc: "configure", line 8580: warning 605: Illegal pointer combination for !=.
configure:8564: $? = 1
configure: failed program was:
| #line 8516 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char gettimeofday (); 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 gettimeofday ();
| /* 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_gettimeofday) || defined (__stub___gettimeofday)
| choke me
| #else
| char (*f) () = gettimeofday;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != gettimeofday;
| ;
| return 0;
| }
configure:8581: result: no
configure:8511: checking for select
configure:8561: cc -Ae -o conftest +DAportable conftest.c >&5
cc: "configure", line 8564: error 1584: Inconsistent type declaration: "select".
cc: "configure", line 8571: warning 604: Pointers are not assignment-compatible.
cc: "configure", line 8580: warning 605: Illegal pointer combination for !=.
configure:8564: $? = 1
configure: failed program was:
| #line 8516 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char select (); 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 select ();
| /* 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_select) || defined (__stub___select)
| choke me
| #else
| char (*f) () = select;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != select;
| ;
| return 0;
| }
configure:8581: result: no
configure:8511: checking for sigaction
configure:8561: cc -Ae -o conftest +DAportable conftest.c >&5
configure:8564: $? = 0
configure:8567: test -s conftest
configure:8570: $? = 0
configure:8581: result: yes
configure:8511: checking for sigprocmask
configure:8561: cc -Ae -o conftest +DAportable conftest.c >&5
configure:8564: $? = 0
configure:8567: test -s conftest
configure:8570: $? = 0
configure:8581: result: yes
configure:8511: checking for sigpending
configure:8561: cc -Ae -o conftest +DAportable conftest.c >&5
configure:8564: $? = 0
configure:8567: test -s conftest
configure:8570: $? = 0
configure:8581: result: yes
configure:8511: checking for sigsuspend
configure:8561: cc -Ae -o conftest +DAportable conftest.c >&5
configure:8564: $? = 0
configure:8567: test -s conftest
configure:8570: $? = 0
configure:8581: result: yes


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

ac_cv_build=hppa2.0-hp-hpux10.26
ac_cv_build_alias=hppa2.0-hp-hpux10.26
ac_cv_c_compiler_gnu=no
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=+DAportable
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_func_gettimeofday=no
ac_cv_func_select=no
ac_cv_func_sigaction=yes
ac_cv_func_sigpending=yes
ac_cv_func_sigprocmask=yes
ac_cv_func_sigsuspend=yes
ac_cv_header_dlfcn_h=no
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_setjmp_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdarg_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=no
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=hppa2.0-hp-hpux10.26
ac_cv_host_alias=hppa2.0-hp-hpux10.26
ac_cv_objext=o
ac_cv_prog_CPP='cc -Ae -E'
ac_cv_prog_ac_ct_CC=cc
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=-Ae
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
lt_cv_compiler_c_o=yes
lt_cv_compiler_o_lo=yes
lt_cv_deplibs_check_method=unknown
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/^T .* \(.*\)$/extern char \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/opt/binutils/bin/nm -B'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_cc_can_build_shared=yes
lt_cv_prog_cc_no_builtin=''
lt_cv_prog_cc_pic=' +Z'
lt_cv_prog_cc_pic_works=yes
lt_cv_prog_cc_shlib=''
lt_cv_prog_cc_static='-Wl,-a -Wl,archive'
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/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'


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

AR='ar'
BATCH=''
CC='cc -Ae'
CFLAGS='+DAportable'
CPP='cc -Ae -E'
CPPFLAGS=''
DEFS=''
ECHO='print -r'
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
EXTRA_INCLUDE_SYS_SELECT_H=''
FALLBACK_NFDS_T=''
FALLBACK_OFF_T=''
FALLBACK_PID_T=''
FALLBACK_SIG_ATOMIC_T=''
FALLBACK_SIZE_T=''
FALLBACK_SOCKLEN_T=''
FALLBACK_SSIZE_T=''
INSTALL_PTHREAD=''
LDFLAGS=''
LIBOBJS=''
LIBPTHREAD_A=''
LIBPTHREAD_LA=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PLATFORM='hppa2.0-hp-hpux10.26'
PTHREAD_3=''
PTHREAD_CONFIG_1=''
PTHREAD_O=''
PTH_EXT_SFIO=''
PTH_FAKE_POLL=''
PTH_FAKE_RWV=''
PTH_FDSETSIZE=''
PTH_MCTX_ID=''
PTH_STACK_GROWTH=''
PTH_SYSCALL_HARD=''
PTH_SYSCALL_SOFT=''
PTH_VERSION_HEX='0x200200'
PTH_VERSION_STR='2.0.0 (17-Feb-2003)'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TARGET_ALL=''
TEST_PTHREAD=''
UNINSTALL_PTHREAD=''
ac_ct_CC='cc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
bindir='${exec_prefix}/bin'
build='hppa2.0-hp-hpux10.26'
build_alias=''
build_cpu='hppa2.0'
build_os='hpux10.26'
build_vendor='hp'
datadir='${prefix}/share'
exec_prefix='NONE'
host='hppa2.0-hp-hpux10.26'
host_alias=''
host_cpu='hppa2.0'
host_os='hpux10.26'
host_vendor='hp'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/opt/pth'
program_transform_name='s,x,x,'
pth_sigjmpbuf=''
pth_siglongjmp=''
pth_sigsetjmp=''
pth_skaddr_makecontext=''
pth_skaddr_sigaltstack=''
pth_skaddr_sigstack=''
pth_sksize_makecontext=''
pth_sksize_sigaltstack=''
pth_sksize_sigstack=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
srcdir_prefix=''
sysconfdir='${prefix}/etc'
target_alias=''

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

#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_SETJMP_H 1
#define HAVE_SIGACTION 1
#define HAVE_SIGNAL_H 1
#define HAVE_SIGPENDING 1
#define HAVE_SIGPROCMASK 1
#define HAVE_SIGSUSPEND 1
#define HAVE_STDARG_H 1
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define STDC_HEADERS 1

configure: exit 0

______________________________________________________________________
GNU Portable Threads (Pth)            http://www.gnu.org/software/pth/
Development Site                      http://www.ossp.org/pkg/lib/pth/
Distribution Files                          ftp://ftp.gnu.org/gnu/pth/
Distribution Snapshots                 ftp://ftp.ossp.org/pkg/lib/pth/
User Support Mailing List                            [EMAIL PROTECTED]
Automated List Manager (Majordomo)           [EMAIL PROTECTED]

Reply via email to