This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by curl configure -, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = xsnh10b569a uname -m = ia64 uname -r = B.11.31 uname -s = HP-UX uname -v = U /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/sbin PATH: /usr/local/bin PATH: /usr/bin PATH: /usr/ccs/bin PATH: /usr/contrib/bin PATH: /usr/contrib/Q4/bin PATH: /opt/perl/bin PATH: /opt/gvsd/bin PATH: /opt/ipf/bin PATH: /opt/nettladm/bin PATH: /opt/fcms/bin PATH: /opt/wbem/bin PATH: /opt/wbem/sbin PATH: /opt/sas/bin PATH: /opt/graphics/common/bin PATH: /opt/atok/bin PATH: /usr/bin/X11 PATH: /usr/contrib/bin/X11 PATH: /opt/sec_mgmt/bastille/bin PATH: /opt/caliper/bin PATH: /opt/drd/bin PATH: /opt/dsau/bin PATH: /opt/dsau/sbin PATH: /opt/resmon/bin PATH: /opt/firefox PATH: /opt/gnome/bin PATH: /opt/perf/bin PATH: /opt/propplus/bin PATH: /usr/contrib/kwdb/bin PATH: /opt/perl_32/bin PATH: /opt/perl_64/bin PATH: /opt/prm/bin PATH: /opt/sfm/bin PATH: /opt/swm/bin PATH: /opt/sec_mgmt/spc/bin PATH: /opt/ssh/bin PATH: /opt/swa/bin PATH: /opt/hpsmh/bin PATH: /opt/thunderbird PATH: /opt/sentinel/bin PATH: /opt/langtools/bin PATH: /opt/gwlm/bin PATH: /opt/hpvm/bin PATH: /opt/cfg2html PATH: /opt/ignite/bin PATH: /usr/local/bin PATH: /sbin PATH: /home/root PATH: /opt/controlm/install/sa/ctmagent/ctm/exe PATH: /opt/controlm/install/sa/ctmagent/ctm/scripts ## ----------- ## ## Core tests. ## ## ----------- ## configure:3059: checking whether to enable maintainer-specific portions of Makefiles configure:3068: result: no configure:3083: checking whether to enable debug build options configure:3102: result: no configure:3106: checking whether to enable compiler optimizer configure:3127: result: (assumed) yes configure:3139: checking whether to enable strict compiler warnings configure:3158: result: no configure:3162: checking whether to enable compiler warnings as errors configure:3181: result: no configure:3185: checking whether to enable curl debug memory tracking configure:3204: result: no configure:3218: checking whether to enable hiding of library internal symbols configure:3239: result: yes configure:3250: checking whether to enable c-ares for DNS lookups configure:3272: result: no configure:3276: checking whether to disable dependency on -lrt configure:3292: result: (assumed no) configure:3324: checking for path separator configure:3326: result: : configure:3352: checking for sed configure:3371: found /usr/bin/sed configure:3384: result: /usr/bin/sed configure:3401: checking for grep configure:3420: found /usr/bin/grep configure:3433: result: /usr/bin/grep configure:3449: checking for egrep configure:3452: result: /usr/bin/grep -E configure:3552: checking for ar configure:3571: found /usr/bin/ar configure:3583: result: /usr/bin/ar configure:3835: checking for a BSD-compatible install configure:3903: result: ./install-sh -c configure:3965: checking for gcc configure:3995: result: no configure:4058: checking for cc configure:4079: found /usr/bin/cc configure:4102: result: cc configure:4221: checking for C compiler version configure:4230: cc --version >&5 (Bundled) cc: HP C/aC++ B3910B A.06.12 [Oct 11 2006] configure:4241: $? = 0 configure:4230: cc -v >&5 configure:4241: $? = 0 configure:4230: cc -V >&5 (Bundled) cc: HP C/aC++ B3910B A.06.12 [Oct 11 2006] configure:4241: $? = 0 configure:4230: cc -qversion >&5 (Bundled) cc: warning 922: "-ersion" is unsupported in the bundled compiler, ignored. configure:4241: $? = 0 configure:4260: checking whether the C compiler works configure:4282: cc conftest.c >&5 configure:4286: $? = 0 configure:4334: result: yes configure:4337: checking for C compiler default output file name configure:4339: result: a.out configure:4345: checking for suffix of executables configure:4352: cc -o conftest conftest.c >&5 configure:4356: $? = 0 configure:4378: result: configure:4399: checking whether we are cross compiling configure:4407: cc -o conftest conftest.c >&5 "conftest.c", line 16: warning #2111-D: statement is unreachable return 0; ^ configure:4411: $? = 0 configure:4418: ./conftest configure:4422: $? = 0 configure:4437: result: no configure:4442: checking for suffix of object files configure:4463: cc -c conftest.c >&5 configure:4467: $? = 0 configure:4488: result: o configure:4492: checking whether we are using the GNU C compiler configure:4510: cc -c conftest.c >&5 "conftest.c", line 13: error #2020: identifier "choke" is undefined choke me ^ 1 error detected in the compilation of "conftest.c". configure:4510: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | /* end confdefs.h. */ | | int main (void) | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:4519: result: no configure:4528: checking whether cc accepts -g configure:4547: cc -c -g conftest.c >&5 (Bundled) cc: warning 922: "-g" is unsupported in the bundled compiler, ignored. configure:4547: $? = 0 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | /* end confdefs.h. */ | | int main (void) | { | | ; | return 0; | } configure:4561: cc -c conftest.c >&5 configure:4561: $? = 0 configure:4586: result: no configure:4603: checking for cc option to accept ISO C89 configure:4665: cc -c conftest.c >&5 "conftest.c", line 55: warning #2111-D: statement is unreachable return 0; ^ configure:4665: $? = 0 configure:4678: result: none needed configure:4703: checking whether cc understands -c and -o together configure:4724: cc -c conftest.c -o conftest2.o configure:4727: $? = 0 configure:4724: cc -c conftest.c -o conftest2.o configure:4727: $? = 0 configure:4739: result: yes configure:4762: checking how to run the C preprocessor configure:4793: cc -E conftest.c configure:4793: $? = 0 configure:4807: cc -E conftest.c "conftest.c", line 9: error #2005-D: could not open source file "ac_nonexistent.h" #include ^ 1 error detected in the compilation of "conftest.c". configure:4807: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:4832: result: cc -E configure:4852: cc -E conftest.c configure:4852: $? = 0 configure:4866: cc -E conftest.c "conftest.c", line 9: error #2005-D: could not open source file "ac_nonexistent.h" #include ^ 1 error detected in the compilation of "conftest.c". configure:4866: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:4907: checking whether build environment is sane configure:4962: result: yes configure:5110: checking for a thread-safe mkdir -p configure:5149: result: ./install-sh -c -d configure:5156: checking for gawk configure:5186: result: no configure:5156: checking for mawk configure:5186: result: no configure:5156: checking for nawk configure:5186: result: no configure:5156: checking for awk configure:5172: found /usr/bin/awk configure:5183: result: awk configure:5194: checking whether make sets $(MAKE) configure:5216: result: yes configure:5246: checking for style of include used by make configure:5274: result: GNU configure:5308: checking whether make supports nested variables configure:5325: result: yes configure:5414: checking dependency style of cc configure:5525: result: hp2 configure:5588: checking curl version configure:5590: result: 7.45.0 configure:5634: checking build system type configure:5648: result: ia64-hp-hpux11.31 configure:5668: checking host system type configure:5681: result: ia64-hp-hpux11.31 configure:5730: checking for sys/types.h configure:5730: cc -c conftest.c >&5 configure:5730: $? = 0 configure:5730: result: yes configure:5730: checking for stdint.h configure:5730: cc -c conftest.c >&5 configure:5730: $? = 0 configure:5730: result: yes configure:5730: checking for inttypes.h configure:5730: cc -c conftest.c >&5 configure:5730: $? = 0 configure:5730: result: yes configure:5743: checking for grep that handles long lines and -e configure:5801: result: /usr/bin/grep configure:5806: checking for egrep configure:5868: result: /usr/bin/grep -E configure:5873: checking for ANSI C header files configure:5892: cc -c conftest.c >&5 configure:5892: $? = 0 configure:5965: cc -o conftest conftest.c >&5 configure:5965: $? = 0 configure:5965: ./conftest configure:5965: $? = 0 configure:5976: result: yes configure:5989: checking for sys/types.h configure:5989: result: yes configure:5989: checking for sys/stat.h configure:5989: cc -c conftest.c >&5 configure:5989: $? = 0 configure:5989: result: yes configure:5989: checking for stdlib.h configure:5989: cc -c conftest.c >&5 configure:5989: $? = 0 configure:5989: result: yes configure:5989: checking for string.h configure:5989: cc -c conftest.c >&5 configure:5989: $? = 0 configure:5989: result: yes configure:5989: checking for memory.h configure:5989: cc -c conftest.c >&5 configure:5989: $? = 0 configure:5989: result: yes configure:5989: checking for strings.h configure:5989: cc -c conftest.c >&5 configure:5989: $? = 0 configure:5989: result: yes configure:5989: checking for inttypes.h configure:5989: result: yes configure:5989: checking for stdint.h configure:5989: result: yes configure:5989: checking for unistd.h configure:5989: cc -c conftest.c >&5 configure:5989: $? = 0 configure:5989: result: yes configure:6012: checking size of long configure:6017: cc -o conftest conftest.c >&5 "conftest.c", line 87: warning #2111-D: statement is unreachable return 0; ^ configure:6017: $? = 0 configure:6017: ./conftest configure:6017: $? = 0 configure:6031: result: 4 configure:6045: checking size of void* configure:6050: cc -o conftest conftest.c >&5 "conftest.c", line 88: warning #2111-D: statement is unreachable return 0; ^ configure:6050: $? = 0 configure:6050: ./conftest configure:6050: $? = 0 configure:6064: result: 4 configure:6106: checking for 64-bit curl_off_t data type configure:6156: cc -c conftest.c >&5 configure:6156: $? = 0 configure:6183: cc -E conftest.c configure:6183: $? = 0 configure:6218: result: int64_t configure:6453: checking size of curl_off_t configure:6455: result: 8 configure:6458: checking formatting string directive for curl_off_t configure:6498: result: "lld" configure:6501: checking formatting string directive for unsigned curl_off_t configure:6503: result: "llu" configure:6507: checking constant suffix string for curl_off_t configure:6574: cc -c conftest.c >&5 configure:6574: $? = 0 configure:6588: result: LL configure:6590: checking constant suffix string for unsigned curl_off_t configure:6592: result: ULL configure:6662: checking if OS is AIX (to define _ALL_SOURCE) configure:6682: result: no configure:6692: checking if _THREAD_SAFE is already defined configure:6713: cc -c conftest.c >&5 "conftest.c", line 46: error #2020: identifier "force" is undefined force compilation error ^ "conftest.c", line 46: error #2065: expected a ";" force compilation error ^ "conftest.c", line 49: warning #2012-D: parsing restarts here after previous syntax error ; ^ 2 errors detected in the compilation of "conftest.c". configure:6713: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "ia64-hp-hpux11.31" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_LONG 4 | #define SIZEOF_VOIDP 4 | #define CURL_PULL_SYS_TYPES_H 1 | #define CURL_PULL_STDINT_H 1 | #define CURL_PULL_INTTYPES_H 1 | #define CURL_TYPEOF_CURL_OFF_T int64_t | #define CURL_FORMAT_CURL_OFF_T "lld" | #define CURL_FORMAT_CURL_OFF_TU "llu" | #define CURL_FORMAT_OFF_T "%lld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T LL | #define CURL_SUFFIX_CURL_OFF_TU ULL | /* end confdefs.h. */ | | | | int main (void) | { | | #ifdef _THREAD_SAFE | int dummy=1; | #else | force compilation error | #endif | | ; | return 0; | } | configure:6721: result: no configure:6729: checking if _THREAD_SAFE is actually needed configure:6748: result: no configure:6753: checking if _THREAD_SAFE is onwards defined configure:6770: result: no configure:6777: checking if _REENTRANT is already defined configure:6798: cc -c conftest.c >&5 "conftest.c", line 46: error #2020: identifier "force" is undefined force compilation error ^ "conftest.c", line 46: error #2065: expected a ";" force compilation error ^ "conftest.c", line 49: warning #2012-D: parsing restarts here after previous syntax error ; ^ 2 errors detected in the compilation of "conftest.c". configure:6798: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "ia64-hp-hpux11.31" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_LONG 4 | #define SIZEOF_VOIDP 4 | #define CURL_PULL_SYS_TYPES_H 1 | #define CURL_PULL_STDINT_H 1 | #define CURL_PULL_INTTYPES_H 1 | #define CURL_TYPEOF_CURL_OFF_T int64_t | #define CURL_FORMAT_CURL_OFF_T "lld" | #define CURL_FORMAT_CURL_OFF_TU "llu" | #define CURL_FORMAT_OFF_T "%lld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T LL | #define CURL_SUFFIX_CURL_OFF_TU ULL | /* end confdefs.h. */ | | | | int main (void) | { | | #ifdef _REENTRANT | int dummy=1; | #else | force compilation error | #endif | | ; | return 0; | } | configure:6806: result: no configure:6814: checking if _REENTRANT is actually needed configure:6845: cc -c conftest.c >&5 configure:6845: $? = 0 configure:6876: cc -c conftest.c >&5 "conftest.c", line 47: error #2020: identifier "force" is undefined force compilation error ^ "conftest.c", line 47: error #2065: expected a ";" force compilation error ^ "conftest.c", line 50: warning #2012-D: parsing restarts here after previous syntax error ; ^ 2 errors detected in the compilation of "conftest.c". configure:6876: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "ia64-hp-hpux11.31" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_LONG 4 | #define SIZEOF_VOIDP 4 | #define CURL_PULL_SYS_TYPES_H 1 | #define CURL_PULL_STDINT_H 1 | #define CURL_PULL_INTTYPES_H 1 | #define CURL_TYPEOF_CURL_OFF_T int64_t | #define CURL_FORMAT_CURL_OFF_T "lld" | #define CURL_FORMAT_CURL_OFF_TU "llu" | #define CURL_FORMAT_OFF_T "%lld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T LL | #define CURL_SUFFIX_CURL_OFF_TU ULL | /* end confdefs.h. */ | | | #include | | int main (void) | { | | #ifdef errno | int dummy=1; | #else | force compilation error | #endif | | ; | return 0; | } | configure:6903: cc -c conftest.c >&5 configure:6903: $? = 0 configure:7636: result: yes configure:7644: checking if _REENTRANT is onwards defined configure:7658: result: yes configure:7674: checking for special C compiler options needed for large files configure:7703: cc -c conftest.c >&5 "conftest.c", line 47: error #2094: the size of an array must be greater than zero int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^ 1 error detected in the compilation of "conftest.c". configure:7703: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "ia64-hp-hpux11.31" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_LONG 4 | #define SIZEOF_VOIDP 4 | #define CURL_PULL_SYS_TYPES_H 1 | #define CURL_PULL_STDINT_H 1 | #define CURL_PULL_INTTYPES_H 1 | #define CURL_TYPEOF_CURL_OFF_T int64_t | #define CURL_FORMAT_CURL_OFF_T "lld" | #define CURL_FORMAT_CURL_OFF_TU "llu" | #define CURL_FORMAT_OFF_T "%lld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T LL | #define CURL_SUFFIX_CURL_OFF_TU ULL | #define NEED_REENTRANT 1 | #ifndef _REENTRANT | # define _REENTRANT | #endif | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int main (void) | { | | ; | return 0; | } configure:7708: cc -n32 -c conftest.c >&5 (Bundled) cc: warning 901: unknown option: `-32': use +help for online documentation. "conftest.c", line 47: error #2094: the size of an array must be greater than zero int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^ 1 error detected in the compilation of "conftest.c". configure:7708: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "ia64-hp-hpux11.31" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_LONG 4 | #define SIZEOF_VOIDP 4 | #define CURL_PULL_SYS_TYPES_H 1 | #define CURL_PULL_STDINT_H 1 | #define CURL_PULL_INTTYPES_H 1 | #define CURL_TYPEOF_CURL_OFF_T int64_t | #define CURL_FORMAT_CURL_OFF_T "lld" | #define CURL_FORMAT_CURL_OFF_TU "llu" | #define CURL_FORMAT_OFF_T "%lld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T LL | #define CURL_SUFFIX_CURL_OFF_TU ULL | #define NEED_REENTRANT 1 | #ifndef _REENTRANT | # define _REENTRANT | #endif | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int main (void) | { | | ; | return 0; | } configure:7718: result: no configure:7724: checking for _FILE_OFFSET_BITS value needed for large files configure:7748: cc -c conftest.c >&5 "conftest.c", line 47: error #2094: the size of an array must be greater than zero int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^ 1 error detected in the compilation of "conftest.c". configure:7748: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "ia64-hp-hpux11.31" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_LONG 4 | #define SIZEOF_VOIDP 4 | #define CURL_PULL_SYS_TYPES_H 1 | #define CURL_PULL_STDINT_H 1 | #define CURL_PULL_INTTYPES_H 1 | #define CURL_TYPEOF_CURL_OFF_T int64_t | #define CURL_FORMAT_CURL_OFF_T "lld" | #define CURL_FORMAT_CURL_OFF_TU "llu" | #define CURL_FORMAT_OFF_T "%lld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T LL | #define CURL_SUFFIX_CURL_OFF_TU ULL | #define NEED_REENTRANT 1 | #ifndef _REENTRANT | # define _REENTRANT | #endif | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int main (void) | { | | ; | return 0; | } configure:7771: cc -c conftest.c >&5 configure:7771: $? = 0 configure:7779: result: 64 configure:7909: checking how to print strings configure:7938: result: print -r configure:7957: checking for a sed that does not truncate output configure:8021: result: /usr/bin/sed configure:8039: checking for fgrep configure:8101: result: /usr/bin/grep -F configure:8169: checking for non-GNU ld configure:8203: result: /usr/bin/ld configure:8210: checking if the linker (/usr/bin/ld) is GNU ld configure:8225: result: no configure:8237: checking for BSD- or MS-compatible name lister (nm) configure:8286: result: /usr/bin/nm -p configure:8416: checking the name lister (/usr/bin/nm -p) interface configure:8423: cc -c conftest.c >&5 configure:8426: /usr/bin/nm -p "conftest.o" configure:8429: output 0000000000000 u 0000000000000 r .debug_actual 0000000000000 r .debug_line 0000000000000 a conftest.c 0000000000000 D some_variable configure:8436: result: BSD nm configure:8439: checking whether ln -s works configure:8443: result: yes configure:8451: checking the maximum length of command line arguments configure:8582: result: 1536000 configure:8599: checking whether the shell understands some XSI constructs configure:8609: result: yes configure:8613: checking whether the shell understands "+=" configure:8619: result: no configure:8654: checking how to convert ia64-hp-hpux11.31 file names to ia64-hp-hpux11.31 format configure:8694: result: func_convert_file_noop configure:8701: checking how to convert ia64-hp-hpux11.31 file names to toolchain format configure:8721: result: func_convert_file_noop configure:8728: checking for /usr/bin/ld option to reload object files configure:8735: result: -r configure:8809: checking for objdump configure:8839: result: no configure:8865: checking how to recognize dependent libraries configure:9063: result: file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64 configure:9148: checking for dlltool configure:9178: result: no configure:9205: checking how to associate runtime and link libraries configure:9232: result: print -r -- configure:9356: checking for archiver @FILE support configure:9372: cc -c conftest.c >&5 configure:9372: $? = 0 configure:9375: /usr/bin/ar cru libconftest.a @conftest.lst >&5 ar: could not open @conftest.lst configure:9378: $? = 1 configure:9398: result: no configure:9456: checking for strip configure:9472: found /usr/bin/strip configure:9483: result: strip configure:9555: checking for ranlib configure:9571: found /usr/bin/ranlib configure:9582: result: ranlib configure:9684: checking command to parse /usr/bin/nm -p output from cc object configure:9804: cc -c conftest.c >&5 configure:9807: $? = 0 configure:9811: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([ABCDEGRST][ABCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:9814: $? = 0 configure:9880: cc -o conftest conftest.c conftstm.o >&5 configure:9883: $? = 0 configure:9921: result: ok configure:9958: checking for sysroot configure:9988: result: no configure:10008: cc -c conftest.c >&5 configure:10011: $? = 0 configure:10256: checking for mt configure:10272: found /usr/bin/mt configure:10283: result: mt configure:10306: checking if mt is a manifest tool configure:10312: mt '-?' mt: unknown command "-?" configure:10320: result: no configure:10958: checking for dlfcn.h configure:10958: cc -c conftest.c >&5 configure:10958: $? = 0 configure:10958: result: yes configure:11569: checking for objdir configure:11584: result: .libs configure:12217: checking for cc option to produce PIC configure:12224: result: -DPIC configure:12232: checking if cc PIC flag -DPIC works configure:12250: cc -c -DPIC -DPIC conftest.c >&5 configure:12254: $? = 0 configure:12267: result: yes configure:12296: checking if cc static flag -Wl,-a -Wl,archive works configure:12324: result: no configure:12339: checking if cc supports -c -o file.o configure:12360: cc -c -o out/conftest2.o conftest.c >&5 configure:12364: $? = 0 configure:12386: result: yes configure:12394: checking if cc supports -c -o file.o configure:12441: result: yes configure:12474: checking whether the cc linker (/usr/bin/ld) supports shared libraries configure:13629: result: yes configure:13869: checking dynamic linker characteristics configure:14602: result: hpux11.31 dld.so configure:14709: checking how to hardcode library paths into programs configure:14734: result: immediate configure:15259: checking whether stripping libraries is possible configure:15281: result: no configure:15299: checking if libtool supports shared libraries configure:15301: result: yes configure:15304: checking whether to build shared libraries configure:15325: result: yes configure:15328: checking whether to build static libraries configure:15332: result: yes configure:15403: checking whether to build shared libraries with -version-info configure:15414: result: yes configure:15421: checking whether to build shared libraries with -no-undefined configure:15434: result: no configure:15441: checking whether to build shared libraries with -mimpure-text configure:15451: result: no configure:15478: checking whether to build shared libraries with PIC configure:15480: result: yes configure:15482: checking whether to build static libraries with PIC configure:15484: result: no configure:15491: checking whether to build shared libraries only configure:15499: result: no configure:15506: checking whether to build static libraries only configure:15514: result: no configure:15604: checking for inline configure:15620: cc -c conftest.c >&5 "conftest.c", line 46: error #2020: identifier "inline" is undefined static inline foo_t static_foo () {return 0; } ^ "conftest.c", line 46: error #2101: "foo_t" has already been declared in the current scope static inline foo_t static_foo () {return 0; } ^ "conftest.c", line 46: error #2065: expected a ";" static inline foo_t static_foo () {return 0; } ^ At end of source: warning #2012-D: parsing restarts here after previous syntax error 3 errors detected in the compilation of "conftest.c". configure:15620: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "ia64-hp-hpux11.31" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_LONG 4 | #define SIZEOF_VOIDP 4 | #define CURL_PULL_SYS_TYPES_H 1 | #define CURL_PULL_STDINT_H 1 | #define CURL_PULL_INTTYPES_H 1 | #define CURL_TYPEOF_CURL_OFF_T int64_t | #define CURL_FORMAT_CURL_OFF_T "lld" | #define CURL_FORMAT_CURL_OFF_TU "llu" | #define CURL_FORMAT_OFF_T "%lld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T LL | #define CURL_SUFFIX_CURL_OFF_TU ULL | #define NEED_REENTRANT 1 | #ifndef _REENTRANT | # define _REENTRANT | #endif | #define _FILE_OFFSET_BITS 64 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #ifndef __cplusplus | typedef int foo_t; | static inline foo_t static_foo () {return 0; } | inline foo_t foo () {return 0; } | #endif | configure:15620: cc -c conftest.c >&5 "conftest.c", line 46: error #2020: identifier "__inline__" is undefined static __inline__ foo_t static_foo () {return 0; } ^ "conftest.c", line 46: error #2101: "foo_t" has already been declared in the current scope static __inline__ foo_t static_foo () {return 0; } ^ "conftest.c", line 46: error #2065: expected a ";" static __inline__ foo_t static_foo () {return 0; } ^ At end of source: warning #2012-D: parsing restarts here after previous syntax error 3 errors detected in the compilation of "conftest.c". configure:15620: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "ia64-hp-hpux11.31" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_LONG 4 | #define SIZEOF_VOIDP 4 | #define CURL_PULL_SYS_TYPES_H 1 | #define CURL_PULL_STDINT_H 1 | #define CURL_PULL_INTTYPES_H 1 | #define CURL_TYPEOF_CURL_OFF_T int64_t | #define CURL_FORMAT_CURL_OFF_T "lld" | #define CURL_FORMAT_CURL_OFF_TU "llu" | #define CURL_FORMAT_OFF_T "%lld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T LL | #define CURL_SUFFIX_CURL_OFF_TU ULL | #define NEED_REENTRANT 1 | #ifndef _REENTRANT | # define _REENTRANT | #endif | #define _FILE_OFFSET_BITS 64 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #ifndef __cplusplus | typedef int foo_t; | static __inline__ foo_t static_foo () {return 0; } | __inline__ foo_t foo () {return 0; } | #endif | configure:15620: cc -c conftest.c >&5 "conftest.c", line 46: warning #2177-D: function "static_foo" was declared but never referenced static __inline foo_t static_foo () {return 0; } ^ configure:15620: $? = 0 configure:15628: result: __inline configure:15663: checking if compiler is DEC/Compaq/HP C configure:15684: cc -E conftest.c configure:15684: $? = 0 configure:15724: cc -E conftest.c configure:15724: $? = 0 configure:15757: result: no configure:15762: checking if compiler is HP-UX C configure:15783: cc -E conftest.c configure:15783: $? = 0 configure:15805: result: yes configure:15820: checking if compiler is IBM C configure:15841: cc -E conftest.c configure:15841: $? = 0 configure:15881: result: no configure:15886: checking if compiler is Intel C configure:15907: cc -E conftest.c configure:15907: $? = 0 configure:15997: result: no configure:16002: checking if compiler is clang configure:16023: cc -E conftest.c configure:16023: $? = 0 configure:16066: result: no configure:16071: checking if compiler is GNU C configure:16092: cc -E conftest.c configure:16092: $? = 0 configure:16176: result: no configure:16181: checking if compiler is LCC configure:16202: cc -E conftest.c configure:16202: $? = 0 configure:16234: result: no configure:16239: checking if compiler is SGI MIPSpro C configure:16260: cc -E conftest.c configure:16260: $? = 0 configure:16300: cc -E conftest.c configure:16300: $? = 0 configure:16340: cc -E conftest.c configure:16340: $? = 0 configure:16374: result: no configure:16379: checking if compiler is SGI MIPS C configure:16400: cc -E conftest.c configure:16400: $? = 0 configure:16440: cc -E conftest.c configure:16440: $? = 0 configure:16474: result: no configure:16479: checking if compiler is SunPro C configure:16500: cc -E conftest.c configure:16500: $? = 0 configure:16532: result: no configure:16537: checking if compiler is Tiny C configure:16558: cc -E conftest.c configure:16558: $? = 0 configure:16590: result: no configure:16595: checking if compiler is Watcom C configure:16616: cc -E conftest.c configure:16616: $? = 0 configure:16698: result: no configure:16868: checking if compiler accepts some basic options configure:16892: cc -c -z +W 4227,4255 conftest.c >&5 "conftest.c", line 57: warning #2111-D: statement is unreachable return 0; ^ configure:16892: $? = 0 configure:16922: cc -o conftest -z +W 4227,4255 conftest.c >&5 "conftest.c", line 57: warning #2111-D: statement is unreachable return 0; ^ configure:16922: $? = 0 configure:16964: cc -o conftest -z +W 4227,4255 conftest.c >&5 configure:16964: $? = 0 configure:16964: ./conftest configure:16964: $? = 0 configure:16983: result: yes configure:16985: compiler options added: -z +W 4227,4255 configure:17052: checking if compiler accepts debug disabling options configure:17084: cc -c -z +W 4227,4255 -s conftest.c >&5 "conftest.c", line 57: warning #2111-D: statement is unreachable return 0; ^ configure:17084: $? = 0 configure:17114: cc -o conftest -z +W 4227,4255 -s conftest.c >&5 "conftest.c", line 57: warning #2111-D: statement is unreachable return 0; ^ configure:17114: $? = 0 configure:17156: cc -o conftest -z +W 4227,4255 -s conftest.c >&5 configure:17156: $? = 0 configure:17156: ./conftest configure:17156: $? = 0 configure:17175: result: yes configure:17177: compiler options added: -s configure:17209: checking if compiler optimizer assumed setting might be used configure:17247: result: yes configure:17293: checking if compiler accepts optimizer enabling options configure:17329: cc -c -z +W 4227,4255 -s +O2 conftest.c >&5 (Bundled) cc: warning 922: "+O2" is unsupported in the bundled compiler, ignored. "conftest.c", line 57: warning #2111-D: statement is unreachable return 0; ^ configure:17329: $? = 0 configure:17359: cc -o conftest -z +W 4227,4255 -s +O2 conftest.c >&5 (Bundled) cc: warning 922: "+O2" is unsupported in the bundled compiler, ignored. "conftest.c", line 57: warning #2111-D: statement is unreachable return 0; ^ configure:17359: $? = 0 configure:17401: cc -o conftest -z +W 4227,4255 -s +O2 conftest.c >&5 (Bundled) cc: warning 922: "+O2" is unsupported in the bundled compiler, ignored. configure:17401: $? = 0 configure:17401: ./conftest configure:17401: $? = 0 configure:17420: result: yes configure:17422: compiler options added: +O2 configure:17822: checking if compiler halts on compilation errors configure:17839: cc -c -z +W 4227,4255 -s +O2 conftest.c >&5 (Bundled) cc: warning 922: "+O2" is unsupported in the bundled compiler, ignored. "conftest.c", line 53: error #2020: identifier "force" is undefined force compilation error ^ "conftest.c", line 53: error #2065: expected a ";" force compilation error ^ 2 errors detected in the compilation of "conftest.c". configure:17839: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "ia64-hp-hpux11.31" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_LONG 4 | #define SIZEOF_VOIDP 4 | #define CURL_PULL_SYS_TYPES_H 1 | #define CURL_PULL_STDINT_H 1 | #define CURL_PULL_INTTYPES_H 1 | #define CURL_TYPEOF_CURL_OFF_T int64_t | #define CURL_FORMAT_CURL_OFF_T "lld" | #define CURL_FORMAT_CURL_OFF_TU "llu" | #define CURL_FORMAT_OFF_T "%lld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T LL | #define CURL_SUFFIX_CURL_OFF_TU ULL | #define NEED_REENTRANT 1 | #ifndef _REENTRANT | # define _REENTRANT | #endif | #define _FILE_OFFSET_BITS 64 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #ifndef __cplusplus | #define inline __inline | #endif | /* end confdefs.h. */ | | | | int main (void) | { | | force compilation error | | ; | return 0; | } | configure:17847: result: yes configure:17854: checking if compiler halts on negative sized arrays configure:17872: cc -c -z +W 4227,4255 -s +O2 conftest.c >&5 (Bundled) cc: warning 922: "+O2" is unsupported in the bundled compiler, ignored. "conftest.c", line 49: error #2094: the size of an array must be greater than zero typedef char bad_t[sizeof(char) == sizeof(int) ? -1 : -1 ]; ^ 1 error detected in the compilation of "conftest.c". configure:17872: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "ia64-hp-hpux11.31" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SIZEOF_LONG 4 | #define SIZEOF_VOIDP 4 | #define CURL_PULL_SYS_TYPES_H 1 | #define CURL_PULL_STDINT_H 1 | #define CURL_PULL_INTTYPES_H 1 | #define CURL_TYPEOF_CURL_OFF_T int64_t | #define CURL_FORMAT_CURL_OFF_T "lld" | #define CURL_FORMAT_CURL_OFF_TU "llu" | #define CURL_FORMAT_OFF_T "%lld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T LL | #define CURL_SUFFIX_CURL_OFF_TU ULL | #define NEED_REENTRANT 1 | #ifndef _REENTRANT | # define _REENTRANT | #endif | #define _FILE_OFFSET_BITS 64 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #ifndef __cplusplus | #define inline __inline | #endif | /* end confdefs.h. */ | | | typedef char bad_t[sizeof(char) == sizeof(int) ? -1 : -1 ]; | | int main (void) | { | | bad_t dummy; | | ; | return 0; | } | configure:17880: result: yes configure:17887: checking if compiler halts on function prototype mismatch configure:17916: cc -c -z +W 4227,4255 -s +O2 conftest.c >&5 (Bundled) cc: warning 922: "+O2" is unsupported in the bundled compiler, ignored. configure:17916: $? = 0 configure:17918: result: no configure:17920: error: compiler does not halt on function prototype mismatch. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=ia64-hp-hpux11.31 ac_cv_c_compiler_gnu=no ac_cv_c_inline=__inline 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_LIBS_set='' ac_cv_env_LIBS_value='' ac_cv_env_build_alias_set='' ac_cv_env_build_alias_value='' ac_cv_env_host_alias_set='' ac_cv_env_host_alias_value='' ac_cv_env_target_alias_set='' ac_cv_env_target_alias_value='' ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=ia64-hp-hpux11.31 ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_FGREP='/usr/bin/grep -F' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_SED=/usr/bin/sed ac_cv_path_ac_pt_AR=/usr/bin/ar ac_cv_prog_AWK=awk ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_ac_ct_MANIFEST_TOOL=mt ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89='' ac_cv_prog_cc_g=no ac_cv_prog_make_make_set=yes ac_cv_sizeof_long=4 ac_cv_sizeof_voidp=4 ac_cv_sys_file_offset_bits=64 ac_cv_sys_largefile_CC=no am_cv_CC_dependencies_compiler_type=hp2 am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes curl_cv_def_PRId64='"lld"' curl_cv_def___HP_cc=61200 curl_cv_have_def_PRId64=yes curl_cv_have_def__COMPILER_VERSION=no curl_cv_have_def__SGI_COMPILER_VERSION=no curl_cv_have_def___DECC=no curl_cv_have_def___DECC_VER=no curl_cv_have_def___GNUC__=no curl_cv_have_def___HP_cc=yes curl_cv_have_def___IBMC__=no curl_cv_have_def___INTEL_COMPILER=no curl_cv_have_def___LCC__=no curl_cv_have_def___SUNPRO_C=no curl_cv_have_def___TINYC__=no curl_cv_have_def___WATCOMC__=no curl_cv_have_def___clang__=no curl_cv_have_def___sgi=no lt_cv_ar_at_file=no lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -p' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic=' -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_static_works=no lt_cv_prog_gnu_ld=no lt_cv_sharedlib_from_linklib_cmd='print -r --' lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDEGRST][ABCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDEGRST]* .* \(.*\)$/extern char \1;/p'\' lt_cv_sys_max_cmd_len=1536000 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /usr/bin/curl/curl-7.45.0/missing aclocal-1.15' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' AR='/usr/bin/ar' AS='as' AUTOCONF='${SHELL} /usr/bin/curl/curl-7.45.0/missing autoconf' AUTOHEADER='${SHELL} /usr/bin/curl/curl-7.45.0/missing autoheader' AUTOMAKE='${SHELL} /usr/bin/curl/curl-7.45.0/missing automake-1.15' AWK='awk' BLANK_AT_MAKETIME='' BUILD_LIBHOSTNAME_FALSE='' BUILD_LIBHOSTNAME_TRUE='' BUILD_UNITTESTS_FALSE='' BUILD_UNITTESTS_TRUE='' CC='cc' CCDEPMODE='depmode=hp2' CFLAGS='-z +W 4227,4255 -s +O2' CFLAG_CURL_SYMBOL_HIDING='' CONFIGURE_OPTIONS='""' CPP='cc -E' CPPFLAGS='' CPPFLAG_CURL_STATICLIB='' CROSSCOMPILING_FALSE='' CROSSCOMPILING_TRUE='' CURLDEBUG_FALSE='' CURLDEBUG_TRUE='' CURLVERSION='7.45.0' CURL_CA_BUNDLE='' CURL_CFLAG_EXTRAS='' CURL_DISABLE_DICT='' CURL_DISABLE_FILE='' CURL_DISABLE_FTP='' CURL_DISABLE_GOPHER='' CURL_DISABLE_HTTP='' CURL_DISABLE_IMAP='' CURL_DISABLE_LDAP='' CURL_DISABLE_LDAPS='' CURL_DISABLE_POP3='' CURL_DISABLE_PROXY='' CURL_DISABLE_RTSP='' CURL_DISABLE_SMB='' CURL_DISABLE_SMTP='' CURL_DISABLE_TELNET='' CURL_DISABLE_TFTP='' CURL_LT_SHLIB_USE_MIMPURE_TEXT_FALSE='' CURL_LT_SHLIB_USE_MIMPURE_TEXT_TRUE='#' CURL_LT_SHLIB_USE_NO_UNDEFINED_FALSE='' CURL_LT_SHLIB_USE_NO_UNDEFINED_TRUE='#' CURL_LT_SHLIB_USE_VERSIONED_SYMBOLS_FALSE='' CURL_LT_SHLIB_USE_VERSIONED_SYMBOLS_TRUE='' CURL_LT_SHLIB_USE_VERSION_INFO_FALSE='#' CURL_LT_SHLIB_USE_VERSION_INFO_TRUE='' CURL_LT_SHLIB_VERSIONED_FLAVOUR='' CURL_NETWORK_AND_TIME_LIBS='' CURL_NETWORK_LIBS='' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' DLLTOOL='false' DOING_CURL_SYMBOL_HIDING_FALSE='' DOING_CURL_SYMBOL_HIDING_TRUE='' DOING_NATIVE_WINDOWS_FALSE='' DOING_NATIVE_WINDOWS_TRUE='' DSYMUTIL='' DUMPBIN='' ECHO_C='\c' ECHO_N='' ECHO_T='' EGREP='/usr/bin/grep -E' ENABLE_SHARED='' ENABLE_STATIC='' EXEEXT='' FGREP='/usr/bin/grep -F' GREP='/usr/bin/grep' HAVE_GNUTLS_SRP='' HAVE_LDAP_SSL='' HAVE_LIBZ='' HAVE_LIBZ_FALSE='' HAVE_LIBZ_TRUE='' HAVE_OPENSSL_SRP='' IDN_ENABLED='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' IPV6_ENABLED='' LD='/usr/bin/ld' LDFLAGS='' LIBCURL_LIBS='' LIBMETALINK_CPPFLAGS='' LIBMETALINK_LDFLAGS='' LIBMETALINK_LIBS='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /usr/bin/curl/curl-7.45.0/missing makeinfo' MANIFEST_TOOL=':' MANOPT='' MKDIR_P='./install-sh -c -d' NM='/usr/bin/nm -p' NMEDIT='' NROFF='' NSS_LIBS='' OBJDUMP='false' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='curl' PACKAGE_BUGREPORT='a suitable curl mailing list: http://curl.haxx.se/mail/' PACKAGE_NAME='curl' PACKAGE_STRING='curl -' PACKAGE_TARNAME='curl' PACKAGE_URL='' PACKAGE_VERSION='-' PATH_SEPARATOR=':' PERL='' PKGADD_NAME='cURL - a client that groks URLs' PKGADD_PKG='HAXXcurl' PKGADD_VENDOR='curl.haxx.se' PKGCONFIG='' RANDOM_FILE='' RANLIB='ranlib' REQUIRE_LIB_DEPS='yes' SED='/usr/bin/sed' SET_MAKE='' SHELL='/bin/sh' SONAME_BUMP_FALSE='' SONAME_BUMP_TRUE='' SSL_ENABLED='' SSL_LIBS='' STRIP='strip' SUPPORT_FEATURES='' SUPPORT_PROTOCOLS='' USE_ARES='' USE_AXTLS='' USE_CPPFLAG_CURL_STATICLIB_FALSE='' USE_CPPFLAG_CURL_STATICLIB_TRUE='#' USE_CYASSL='' USE_DARWINSSL='' USE_EMBEDDED_ARES_FALSE='' USE_EMBEDDED_ARES_TRUE='' USE_EXPLICIT_LIB_DEPS_FALSE='#' USE_EXPLICIT_LIB_DEPS_TRUE='' USE_GNUTLS='' USE_GNUTLS_NETTLE='' USE_LIBRTMP='' USE_LIBSSH2='' USE_MANUAL_FALSE='' USE_MANUAL_TRUE='' USE_NGHTTP2='' USE_NSS='' USE_OPENLDAP='' USE_POLARSSL='' USE_SCHANNEL='' USE_UNIX_SOCKETS='' USE_WINDOWS_SSPI='' VERSION='-' VERSIONNUM='072d00' ZLIB_LIBS='' ac_ct_AR='' ac_ct_CC='' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build='ia64-hp-hpux11.31' build_alias='' build_cpu='ia64' build_os='hpux11.31' build_vendor='hp' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='ia64-hp-hpux11.31' host_alias='' host_cpu='ia64' host_os='hpux11.31' host_vendor='hp' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /usr/bin/curl/curl-7.45.0/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' libext='a' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='NONE' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs='' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "curl" #define PACKAGE_TARNAME "curl" #define PACKAGE_VERSION "-" #define PACKAGE_STRING "curl -" #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" #define PACKAGE_URL "" #define PACKAGE "curl" #define VERSION "-" #define OS "ia64-hp-hpux11.31" #define HAVE_SYS_TYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define SIZEOF_LONG 4 #define SIZEOF_VOIDP 4 #define CURL_PULL_SYS_TYPES_H 1 #define CURL_PULL_STDINT_H 1 #define CURL_PULL_INTTYPES_H 1 #define CURL_TYPEOF_CURL_OFF_T int64_t #define CURL_FORMAT_CURL_OFF_T "lld" #define CURL_FORMAT_CURL_OFF_TU "llu" #define CURL_FORMAT_OFF_T "%lld" #define CURL_SIZEOF_CURL_OFF_T 8 #define CURL_SUFFIX_CURL_OFF_T LL #define CURL_SUFFIX_CURL_OFF_TU ULL #define NEED_REENTRANT 1 #ifndef _REENTRANT # define _REENTRANT #endif #define _FILE_OFFSET_BITS 64 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #ifndef __cplusplus #define inline __inline #endif configure: exit 1