This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by PCRE configure 8.45, which was generated by GNU Autoconf 2.71. Invocation command line was $ ./configure --prefix=/usr/local/pcre8.45 ## --------- ## ## Platform. ## ## --------- ## hostname = wordpress uname -m = x86_64 uname -r = 3.10.0-1160.88.1.el7.x86_64 uname -s = Linux uname -v = #1 SMP Tue Mar 7 15:41:52 UTC 2023 /usr/bin/uname -p = x86_64 /bin/uname -X = unknown /bin/arch = x86_64 /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/local/sbin/ PATH: /usr/bin/ PATH: /bin/ PATH: /usr/sbin/ PATH: /sbin/ PATH: /usr/local/openssh/bin/ PATH: /usr/local/php/bin/ PATH: /root/bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:3087: looking for aux files: ltmain.sh config.guess config.sub compile ar-lib missing install-sh configure:3100: trying ./ configure:3129: ./ltmain.sh found configure:3129: ./config.guess found configure:3129: ./config.sub found configure:3129: ./compile found configure:3129: ./ar-lib found configure:3129: ./missing found configure:3111: ./install-sh found configure:3259: checking for a BSD-compatible install configure:3332: result: /usr/bin/install -c configure:3343: checking whether build environment is sane configure:3398: result: yes configure:3557: checking for a race-free mkdir -p configure:3601: result: /usr/bin/mkdir -p configure:3608: checking for gawk configure:3629: found /usr/bin/gawk configure:3640: result: gawk configure:3651: checking whether make sets $(MAKE) configure:3674: result: yes configure:3704: checking whether make supports nested variables configure:3722: result: yes configure:3856: checking whether make supports nested variables configure:3874: result: yes configure:3902: checking whether make supports the include directive configure:3917: make -f confmf.GNU && cat confinc.out this is the am__doit target configure:3920: $? = 0 configure:3939: result: yes (GNU style) configure:4015: checking for gcc configure:4036: found /usr/bin/gcc configure:4047: result: gcc configure:4400: checking for C compiler version configure:4409: gcc --version >&5 gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44) Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:4420: $? = 0 configure:4409: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) configure:4420: $? = 0 configure:4409: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:4420: $? = 4 configure:4409: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:4420: $? = 4 configure:4409: gcc -version >&5 gcc: error: unrecognized command line option '-version' gcc: fatal error: no input files compilation terminated. configure:4420: $? = 4 configure:4440: checking whether the C compiler works configure:4462: gcc conftest.c >&5 configure:4466: $? = 0 configure:4516: result: yes configure:4519: checking for C compiler default output file name configure:4521: result: a.out configure:4527: checking for suffix of executables configure:4534: gcc -o conftest conftest.c >&5 configure:4538: $? = 0 configure:4561: result: configure:4583: checking whether we are cross compiling configure:4591: gcc -o conftest conftest.c >&5 configure:4595: $? = 0 configure:4602: ./conftest configure:4606: $? = 0 configure:4621: result: no configure:4626: checking for suffix of object files configure:4649: gcc -c conftest.c >&5 configure:4653: $? = 0 configure:4675: result: o configure:4679: checking whether the compiler supports GNU C configure:4699: gcc -c conftest.c >&5 configure:4699: $? = 0 configure:4709: result: yes configure:4720: checking whether gcc accepts -g configure:4741: gcc -c -g conftest.c >&5 configure:4741: $? = 0 configure:4785: result: yes configure:4805: checking for gcc option to enable C11 features configure:4820: gcc -c -g -O2 conftest.c >&5 conftest.c:63:3: error: #error "Compiler does not advertise C99 conformance" # error "Compiler does not advertise C99 conformance" ^ conftest.c:118:29: error: expected ';', ',' or ')' before 'text' test_restrict (ccp restrict text) ^ conftest.c:167:3: error: #error "Compiler does not advertise C11 conformance" # error "Compiler does not advertise C11 conformance" ^ conftest.c:198:12: error: 'syntax' undeclared here (not in a function) #define u8 syntax error! ^ conftest.c:199:29: note: in expansion of macro 'u8' char const utf8_literal[] = u8"happens to be ASCII" "another string"; ^ conftest.c:198:19: error: expected ',' or ';' before 'error' #define u8 syntax error! ^ conftest.c:199:29: note: in expansion of macro 'u8' char const utf8_literal[] = u8"happens to be ASCII" "another string"; ^ conftest.c: In function 'main': conftest.c:232:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' char *restrict newvar = "Another string"; ^ conftest.c:232:18: error: 'newvar' undeclared (first use in this function) conftest.c:232:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:242:3: error: 'for' loop initial declarations are only allowed in C99 mode for (int i = 0; i < ia->datasize; ++i) ^ conftest.c:242:3: note: use option -std=c99 or -std=gnu99 to compile your code configure:4820: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PCRE" | #define PACKAGE_TARNAME "pcre" | #define PACKAGE_VERSION "8.45" | #define PACKAGE_STRING "PCRE 8.45" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "pcre" | #define VERSION "8.45" | /* end confdefs.h. */ | | /* Does the compiler advertise C89 conformance? | Do not test the value of __STDC__, because some compilers set it to 0 | while being otherwise adequately conformant. */ | #if !defined __STDC__ | # error "Compiler does not advertise C89 conformance" | #endif | | #include | #include | struct stat; | /* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */ | struct buf { int x; }; | struct buf * (*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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not \xHH hex character constants. | These do not provoke an error unfortunately, instead are silently treated | as an "x". The following induces an error, until -std is added to get | proper ANSI mode. Curiously \x00 != x always comes out true, for an | array size at least. It is necessary to write \x00 == 0 to get something | that is true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int), | int, int); | | // Does the compiler advertise C99 conformance? | #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L | # error "Compiler does not advertise C99 conformance" | #endif | | #include | extern int puts (const char *); | extern int printf (const char *, ...); | extern int dprintf (int, const char *, ...); | extern void *malloc (size_t); | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | // dprintf is used instead of fprintf to avoid needing to declare | // FILE and stderr. | #define debug(...) dprintf (2, __VA_ARGS__) | #define showlist(...) puts (#__VA_ARGS__) | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | static void | test_varargs_macros (void) | { | int x = 1234; | int y = 5678; | debug ("Flag"); | debug ("X = %d\n", x); | showlist (The first, second, and third items.); | report (x>y, "x is %d but y is %d", x, y); | } | | // Check long long types. | #define BIG64 18446744073709551615ull | #define BIG32 4294967295ul | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | #if !BIG_OK | #error "your preprocessor is broken" | #endif | #if BIG_OK | #else | #error "your preprocessor is broken" | #endif | static long long int bignum = -9223372036854775807LL; | static unsigned long long int ubignum = BIG64; | | struct incomplete_array | { | int datasize; | double data[]; | }; | | struct named_init { | int number; | const wchar_t *name; | double average; | }; | | typedef const char *ccp; | | static inline int | test_restrict (ccp restrict text) | { | // See if C++-style comments work. | // Iterate through items via the restricted pointer. | // Also check for declarations in for loops. | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | continue; | return 0; | } | | // Check varargs and va_copy. | static bool | test_varargs (const char *format, ...) | { | va_list args; | va_start (args, format); | va_list args_copy; | va_copy (args_copy, args); | | const char *str = ""; | int number = 0; | float fnumber = 0; | | while (*format) | { | switch (*format++) | { | case 's': // string | str = va_arg (args_copy, const char *); | break; | case 'd': // int | number = va_arg (args_copy, int); | break; | case 'f': // float | fnumber = va_arg (args_copy, double); | break; | default: | break; | } | } | va_end (args_copy); | va_end (args); | | return *str && number && fnumber; | } | | | // Does the compiler advertise C11 conformance? | #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L | # error "Compiler does not advertise C11 conformance" | #endif | | // Check _Alignas. | char _Alignas (double) aligned_as_double; | char _Alignas (0) no_special_alignment; | extern char aligned_as_int; | char _Alignas (0) _Alignas (int) aligned_as_int; | | // Check _Alignof. | enum | { | int_alignment = _Alignof (int), | int_array_alignment = _Alignof (int[100]), | char_alignment = _Alignof (char) | }; | _Static_assert (0 < -_Alignof (int), "_Alignof is signed"); | | // Check _Noreturn. | int _Noreturn does_not_return (void) { for (;;) continue; } | | // Check _Static_assert. | struct test_static_assert | { | int x; | _Static_assert (sizeof (int) <= sizeof (long int), | "_Static_assert does not work in struct"); | long int y; | }; | | // Check UTF-8 literals. | #define u8 syntax error! | char const utf8_literal[] = u8"happens to be ASCII" "another string"; | | // Check duplicate typedefs. | typedef long *long_ptr; | typedef long int *long_ptr; | typedef long_ptr long_ptr; | | // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1. | struct anonymous | { | union { | struct { int i; int j; }; | struct { int k; long int l; } w; | }; | int m; | } v1; | | | int | main (int argc, char **argv) | { | int ok = 0; | | ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]); | | | // Check bool. | _Bool success = false; | success |= (argc != 0); | | // Check restrict. | if (test_restrict ("String literal") == 0) | success = true; | char *restrict newvar = "Another string"; | | // Check varargs. | success &= test_varargs ("s, d' f .", "string", 65, 34.234); | test_varargs_macros (); | | // Check flexible array members. | struct incomplete_array *ia = | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | ia->datasize = 10; | for (int i = 0; i < ia->datasize; ++i) | ia->data[i] = i * 1.234; | | // Check named initializers. | struct named_init ni = { | .number = 34, | .name = L"Test wide string", | .average = 543.34343, | }; | | ni.number = 58; | | int dynamic_array[ni.number]; | dynamic_array[0] = argv[0][0]; | dynamic_array[ni.number - 1] = 543; | | // work around unused variable warnings | ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | || dynamic_array[ni.number - 1] != 543); | | | _Static_assert ((offsetof (struct anonymous, i) | == offsetof (struct anonymous, w.k)), | "Anonymous union alignment botch"); | v1.i = 2; | v1.w.k = 5; | ok |= v1.i != 5; | | return ok; | } | configure:4820: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:4820: $? = 0 configure:4841: result: -std=gnu11 configure:4954: checking whether gcc -std=gnu11 understands -c and -o together configure:4977: gcc -std=gnu11 -c conftest.c -o conftest2.o configure:4980: $? = 0 configure:4977: gcc -std=gnu11 -c conftest.c -o conftest2.o configure:4980: $? = 0 configure:4992: result: yes configure:5011: checking dependency style of gcc -std=gnu11 configure:5123: result: gcc3 configure:5194: checking for ar configure:5215: found /usr/bin/ar configure:5226: result: ar configure:5252: checking the archiver (ar) interface configure:5269: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:5269: $? = 0 configure:5272: ar cru libconftest.a conftest.o >&5 configure:5275: $? = 0 configure:5303: result: ar configure:5393: checking for gcc configure:5425: result: gcc configure:5778: checking for C compiler version configure:5787: gcc --version >&5 gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44) Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:5798: $? = 0 configure:5787: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) configure:5798: $? = 0 configure:5787: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:5798: $? = 4 configure:5787: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:5798: $? = 4 configure:5787: gcc -version >&5 gcc: error: unrecognized command line option '-version' gcc: fatal error: no input files compilation terminated. configure:5798: $? = 4 configure:5802: checking whether the compiler supports GNU C configure:5832: result: yes configure:5843: checking whether gcc accepts -g configure:5908: result: yes configure:5928: checking for gcc option to enable C11 features configure:5964: result: -std=gnu11 configure:6077: checking whether gcc -std=gnu11 understands -c and -o together configure:6115: result: yes configure:6134: checking dependency style of gcc -std=gnu11 configure:6246: result: gcc3 configure:6330: checking for g++ configure:6351: found /usr/bin/g++ configure:6362: result: g++ configure:6389: checking for C++ compiler version configure:6398: g++ --version >&5 g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44) Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:6409: $? = 0 configure:6398: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) configure:6409: $? = 0 configure:6398: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. configure:6409: $? = 4 configure:6398: g++ -qversion >&5 g++: error: unrecognized command line option '-qversion' g++: fatal error: no input files compilation terminated. configure:6409: $? = 4 configure:6413: checking whether the compiler supports GNU C++ configure:6433: g++ -c conftest.cpp >&5 configure:6433: $? = 0 configure:6443: result: yes configure:6454: checking whether g++ accepts -g configure:6475: g++ -c -g conftest.cpp >&5 configure:6475: $? = 0 configure:6519: result: yes configure:6539: checking for g++ option to enable C++11 features configure:6554: g++ -c -g -O2 conftest.cpp >&5 conftest.cpp:57:3: error: #error "Compiler does not advertise C++11 conformance" # error "Compiler does not advertise C++11 conformance" ^ conftest.cpp:62:3: error: 'constexpr' does not name a type constexpr int get_val() { return 20; } ^ conftest.cpp:62:3: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11 conftest.cpp: In constructor 'cxx11test::delegate::delegate()': conftest.cpp:74:30: warning: delegating constructors only available with -std=c++11 or -std=gnu++11 [enabled by default] delegate(): delegate(2354) {} ^ conftest.cpp: At global scope: conftest.cpp:85:24: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 [enabled by default] virtual int getval() override final { return this->n * 2; } ^ conftest.cpp:85:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 [enabled by default] virtual int getval() override final { return this->n * 2; } ^ conftest.cpp:92:16: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] nocopy() = default; ^ conftest.cpp:93:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] nocopy(const nocopy&) = delete; ^ conftest.cpp:94:41: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] nocopy & operator=(const nocopy&) = delete; ^ conftest.cpp:106:46: error: ISO C++ forbids declaration of 'sum' with no type [-fpermissive] template auto sum(V first) -> V ^ conftest.cpp:106:46: error: top-level declaration of 'sum' specifies 'auto' conftest.cpp:106:46: error: trailing return type only available with -std=c++11 or -std=gnu++11 conftest.cpp:110:33: warning: variadic templates only available with -std=c++11 or -std=gnu++11 [enabled by default] template auto sum(V first, Args... rest) -> V ^ conftest.cpp:110:69: warning: variadic templates only available with -std=c++11 or -std=gnu++11 [enabled by default] template auto sum(V first, Args... rest) -> V ^ conftest.cpp:110:78: error: ISO C++ forbids declaration of 'sum' with no type [-fpermissive] template auto sum(V first, Args... rest) -> V ^ conftest.cpp:110:78: error: top-level declaration of 'sum' specifies 'auto' conftest.cpp:110:78: error: trailing return type only available with -std=c++11 or -std=gnu++11 conftest.cpp: In function 'int main(int, char**)': conftest.cpp:134:8: error: 'a1' does not name a type auto a1 = 6538; ^ conftest.cpp:135:8: error: 'a2' does not name a type auto a2 = 48573953.4; ^ conftest.cpp:136:8: error: 'a3' does not name a type auto a3 = "String literal"; ^ conftest.cpp:139:13: error: 'i' does not name a type for (auto i = a3; *i; ++i) { total += *i; } ^ conftest.cpp:139:21: error: expected ';' before '*' token for (auto i = a3; *i; ++i) { total += *i; } ^ conftest.cpp:139:22: error: 'i' was not declared in this scope for (auto i = a3; *i; ++i) { total += *i; } ^ conftest.cpp:141:12: error: 'a2' was not declared in this scope decltype(a2) a4 = 34895.034; ^ conftest.cpp:141:14: error: 'decltype' was not declared in this scope decltype(a2) a4 = 34895.034; ^ conftest.cpp:141:16: error: expected ';' before 'a4' decltype(a2) a4 = 34895.034; ^ conftest.cpp:145:12: error: 'get_val' is not a member of 'cxx11test' short sa[cxx11test::get_val()] = { 0 }; ^ conftest.cpp:155:14: error: ISO C++ forbids declaration of 'x' with no type [-fpermissive] for (auto &x : array) { x += 23; } ^ conftest.cpp:155:18: error: range-based 'for' loops are not allowed in C++98 mode for (auto &x : array) { x += 23; } ^ conftest.cpp:160:41: warning: lambda expressions only available with -std=c++11 or -std=gnu++11 [enabled by default] assert (eval ([](int x) { return x*2; }, 21) == 42); ^ conftest.cpp:160:46: error: no matching function for call to 'eval(main(int, char**)::__lambda0, int)' assert (eval ([](int x) { return x*2; }, 21) == 42); ^ conftest.cpp:160:46: note: candidate is: conftest.cpp:100:44: note: template Ret cxx11test::eval(Fn, Ret) template Ret eval(Fn f, Ret v) ^ conftest.cpp:100:44: note: template argument deduction/substitution failed: conftest.cpp: In substitution of 'template Ret cxx11test::eval(Fn, Ret) [with Ret = int; Fn = main(int, char**)::__lambda0]': conftest.cpp:160:46: required from here conftest.cpp:160:46: error: template argument for 'template Ret cxx11test::eval(Fn, Ret)' uses local type 'main(int, char**)::__lambda0' assert (eval ([](int x) { return x*2; }, 21) == 42); ^ conftest.cpp:160:46: error: trying to instantiate 'template Ret cxx11test::eval(Fn, Ret)' conftest.cpp:162:48: warning: lambda expressions only available with -std=c++11 or -std=gnu++11 [enabled by default] assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0); ^ conftest.cpp:162:54: error: no matching function for call to 'eval(main(int, char**)::__lambda1, double)' assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0); ^ conftest.cpp:162:54: note: candidate is: conftest.cpp:100:44: note: template Ret cxx11test::eval(Fn, Ret) template Ret eval(Fn f, Ret v) ^ conftest.cpp:100:44: note: template argument deduction/substitution failed: conftest.cpp: In substitution of 'template Ret cxx11test::eval(Fn, Ret) [with Ret = double; Fn = main(int, char**)::__lambda1]': conftest.cpp:162:54: required from here conftest.cpp:162:54: error: template argument for 'template Ret cxx11test::eval(Fn, Ret)' uses local type 'main(int, char**)::__lambda1' assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0); ^ conftest.cpp:162:54: error: trying to instantiate 'template Ret cxx11test::eval(Fn, Ret)' conftest.cpp:164:56: warning: lambda expressions only available with -std=c++11 or -std=gnu++11 [enabled by default] assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0); ^ conftest.cpp:164:62: error: no matching function for call to 'eval(main(int, char**)::__lambda2, double)' assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0); ^ conftest.cpp:164:62: note: candidate is: conftest.cpp:100:44: note: template Ret cxx11test::eval(Fn, Ret) template Ret eval(Fn f, Ret v) ^ conftest.cpp:100:44: note: template argument deduction/substitution failed: conftest.cpp: In substitution of 'template Ret cxx11test::eval(Fn, Ret) [with Ret = double; Fn = main(int, char**)::__lambda2]': conftest.cpp:164:62: required from here conftest.cpp:164:62: error: template argument for 'template Ret cxx11test::eval(Fn, Ret)' uses local type 'main(int, char**)::__lambda2' assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0); ^ conftest.cpp:164:62: error: trying to instantiate 'template Ret cxx11test::eval(Fn, Ret)' conftest.cpp:169:20: error: 'cxx11test::sum' has not been declared using cxx11test::sum; ^ conftest.cpp:170:8: error: 'a' does not name a type auto a = sum(1); ^ conftest.cpp:171:8: error: 'b' does not name a type auto b = sum(1, 2); ^ conftest.cpp:172:8: error: 'c' does not name a type auto c = sum(1.0, 2.0, 3.0); ^ conftest.cpp:186:13: error: 'nullptr' was not declared in this scope char *c = nullptr; ^ conftest.cpp:190:36: error: '>>' should be '> >' within a nested template argument list test_template<::test_template> v(test_template(12)); ^ conftest.cpp:190:16: error: '<::' cannot begin a template-argument list [-fpermissive] test_template<::test_template> v(test_template(12)); ^ conftest.cpp:190:16: note: '<:' is an alternate spelling for '['. Insert whitespace between '<' and '::' conftest.cpp:190:16: note: (if you use '-fpermissive' or '-std=c++11', or '-std=gnu++11' G++ will accept your code) conftest.cpp:194:22: error: 'u8' was not declared in this scope char const *utf8 = u8"UTF-8 string \u2500"; ^ conftest.cpp:195:3: error: 'char16_t' was not declared in this scope char16_t const *utf16 = u"UTF-8 string \u2500"; ^ conftest.cpp:195:12: error: expected ';' before 'const' char16_t const *utf16 = u"UTF-8 string \u2500"; ^ conftest.cpp:196:3: error: 'char32_t' was not declared in this scope char32_t const *utf32 = U"UTF-32 string \u2500"; ^ conftest.cpp:196:12: error: expected ';' before 'const' char32_t const *utf32 = U"UTF-32 string \u2500"; ^ configure:6554: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PCRE" | #define PACKAGE_TARNAME "pcre" | #define PACKAGE_VERSION "8.45" | #define PACKAGE_STRING "PCRE 8.45" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "pcre" | #define VERSION "8.45" | /* end confdefs.h. */ | | // Does the compiler advertise C++98 conformance? | #if !defined __cplusplus || __cplusplus < 199711L | # error "Compiler does not advertise C++98 conformance" | #endif | | // These inclusions are to reject old compilers that | // lack the unsuffixed header files. | #include | #include | | // and are *not* freestanding headers in C++98. | extern void assert (int); | namespace std { | extern int strcmp (const char *, const char *); | } | | // Namespaces, exceptions, and templates were all added after "C++ 2.0". | using std::exception; | using std::strcmp; | | namespace { | | void test_exception_syntax() | { | try { | throw "test"; | } catch (const char *s) { | // Extra parentheses suppress a warning when building autoconf itself, | // due to lint rules shared with more typical C programs. | assert (!(strcmp) (s, "test")); | } | } | | template struct test_template | { | T const val; | explicit test_template(T t) : val(t) {} | template T add(U u) { return static_cast(u) + val; } | }; | | } // anonymous namespace | | | // Does the compiler advertise C++ 2011 conformance? | #if !defined __cplusplus || __cplusplus < 201103L | # error "Compiler does not advertise C++11 conformance" | #endif | | namespace cxx11test | { | constexpr int get_val() { return 20; } | | struct testinit | { | int i; | double d; | }; | | class delegate | { | public: | delegate(int n) : n(n) {} | delegate(): delegate(2354) {} | | virtual int getval() { return this->n; }; | protected: | int n; | }; | | class overridden : public delegate | { | public: | overridden(int n): delegate(n) {} | virtual int getval() override final { return this->n * 2; } | }; | | class nocopy | { | public: | nocopy(int i): i(i) {} | nocopy() = default; | nocopy(const nocopy&) = delete; | nocopy & operator=(const nocopy&) = delete; | private: | int i; | }; | | // for testing lambda expressions | template Ret eval(Fn f, Ret v) | { | return f(v); | } | | // for testing variadic templates and trailing return types | template auto sum(V first) -> V | { | return first; | } | template auto sum(V first, Args... rest) -> V | { | return first + sum(rest...); | } | } | | | int | main (int argc, char **argv) | { | int ok = 0; | | assert (argc); | assert (! argv[0]); | { | test_exception_syntax (); | test_template tt (2.0); | assert (tt.add (4) == 6.0); | assert (true && !false); | } | | | { | // Test auto and decltype | auto a1 = 6538; | auto a2 = 48573953.4; | auto a3 = "String literal"; | | int total = 0; | for (auto i = a3; *i; ++i) { total += *i; } | | decltype(a2) a4 = 34895.034; | } | { | // Test constexpr | short sa[cxx11test::get_val()] = { 0 }; | } | { | // Test initializer lists | cxx11test::testinit il = { 4323, 435234.23544 }; | } | { | // Test range-based for | int array[] = {9, 7, 13, 15, 4, 18, 12, 10, 5, 3, | 14, 19, 17, 8, 6, 20, 16, 2, 11, 1}; | for (auto &x : array) { x += 23; } | } | { | // Test lambda expressions | using cxx11test::eval; | assert (eval ([](int x) { return x*2; }, 21) == 42); | double d = 2.0; | assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0); | assert (d == 5.0); | assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0); | assert (d == 5.0); | } | { | // Test use of variadic templates | using cxx11test::sum; | auto a = sum(1); | auto b = sum(1, 2); | auto c = sum(1.0, 2.0, 3.0); | } | { | // Test constructor delegation | cxx11test::delegate d1; | cxx11test::delegate d2(); | cxx11test::delegate d3(45); | } | { | // Test override and final | cxx11test::overridden o1(55464); | } | { | // Test nullptr | char *c = nullptr; | } | { | // Test template brackets | test_template<::test_template> v(test_template(12)); | } | { | // Unicode literals | char const *utf8 = u8"UTF-8 string \u2500"; | char16_t const *utf16 = u"UTF-8 string \u2500"; | char32_t const *utf32 = U"UTF-32 string \u2500"; | } | | return ok; | } | configure:6572: result: none needed configure:6638: checking dependency style of g++ configure:6750: result: gcc3 configure:6809: g++ -c -O2 conftest.cpp >&5 configure:6809: $? = 0 configure:6828: checking for stdio.h configure:6828: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:6828: $? = 0 configure:6828: result: yes configure:6828: checking for stdlib.h configure:6828: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:6828: $? = 0 configure:6828: result: yes configure:6828: checking for string.h configure:6828: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:6828: $? = 0 configure:6828: result: yes configure:6828: checking for inttypes.h configure:6828: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:6828: $? = 0 configure:6828: result: yes configure:6828: checking for stdint.h configure:6828: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:6828: $? = 0 configure:6828: result: yes configure:6828: checking for strings.h configure:6828: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:6828: $? = 0 configure:6828: result: yes configure:6828: checking for sys/stat.h configure:6828: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:6828: $? = 0 configure:6828: result: yes configure:6828: checking for sys/types.h configure:6828: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:6828: $? = 0 configure:6828: result: yes configure:6828: checking for unistd.h configure:6828: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:6828: $? = 0 configure:6828: result: yes configure:6853: checking for int64_t configure:6853: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:6853: $? = 0 configure:6853: gcc -std=gnu11 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:54:53: warning: integer overflow in expression [-Woverflow] < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))]; ^ conftest.c:53:12: error: storage size of 'test_array' isn't constant static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1) ^ configure:6853: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PCRE" | #define PACKAGE_TARNAME "pcre" | #define PACKAGE_VERSION "8.45" | #define PACKAGE_STRING "PCRE 8.45" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "pcre" | #define VERSION "8.45" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | enum { N = 64 / 2 - 1 }; | int | main (void) | { | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1) | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:6853: result: yes configure:6870: checking build system type configure:6885: result: x86_64-pc-linux-gnu configure:6905: checking host system type configure:6919: result: x86_64-pc-linux-gnu configure:7319: checking how to print strings configure:7346: result: printf configure:7367: checking for a sed that does not truncate output configure:7437: result: /usr/bin/sed configure:7455: checking for grep that handles long lines and -e configure:7519: result: /usr/bin/grep configure:7524: checking for egrep configure:7592: result: /usr/bin/grep -E configure:7597: checking for fgrep configure:7665: result: /usr/bin/grep -F configure:7701: checking for ld used by gcc -std=gnu11 configure:7769: result: /usr/bin/ld configure:7776: checking if the linker (/usr/bin/ld) is GNU ld configure:7792: result: yes configure:7804: checking for BSD- or MS-compatible name lister (nm) configure:7859: result: /usr/bin/nm -B configure:7999: checking the name lister (/usr/bin/nm -B) interface configure:8007: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:8010: /usr/bin/nm -B "conftest.o" configure:8013: output 0000000000000000 B some_variable configure:8020: result: BSD nm configure:8023: checking whether ln -s works configure:8027: result: yes configure:8035: checking the maximum length of command line arguments configure:8167: result: 1572864 configure:8215: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format configure:8256: result: func_convert_file_noop configure:8263: checking how to convert x86_64-pc-linux-gnu file names to toolchain format configure:8284: result: func_convert_file_noop configure:8291: checking for /usr/bin/ld option to reload object files configure:8299: result: -r configure:8378: checking for objdump configure:8410: result: objdump configure:8439: checking how to recognize dependent libraries configure:8640: result: pass_all configure:8730: checking for dlltool configure:8762: result: dlltool configure:8792: checking how to associate runtime and link libraries configure:8820: result: printf %s\n configure:8970: checking for archiver @FILE support configure:8988: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:8988: $? = 0 configure:8992: ar cr libconftest.a @conftest.lst >&5 configure:8995: $? = 0 configure:9000: ar cr libconftest.a @conftest.lst >&5 ar: conftest.o: No such file or directory configure:9003: $? = 1 configure:9015: result: @ configure:9078: checking for strip configure:9099: found /usr/bin/strip configure:9110: result: strip configure:9187: checking for ranlib configure:9208: found /usr/bin/ranlib configure:9219: result: ranlib configure:9321: checking command to parse /usr/bin/nm -B output from gcc -std=gnu11 object configure:9475: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:9478: $? = 0 configure:9482: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:9485: $? = 0 configure:9551: gcc -std=gnu11 -o conftest -g -O2 conftest.c conftstm.o >&5 configure:9554: $? = 0 configure:9592: result: ok configure:9639: checking for sysroot configure:9670: result: no configure:9677: checking for a working dd configure:9721: result: /usr/bin/dd configure:9725: checking how to truncate binary pipes configure:9741: result: /usr/bin/dd bs=4096 count=1 configure:9878: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:9881: $? = 0 configure:10078: checking for mt configure:10113: result: no configure:10133: checking if : is a manifest tool configure:10140: : '-?' configure:10148: result: no configure:10874: checking for dlfcn.h configure:10874: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:10874: $? = 0 configure:10874: result: yes configure:11141: checking for objdir configure:11157: result: .libs configure:11421: checking if gcc -std=gnu11 supports -fno-rtti -fno-exceptions configure:11440: gcc -std=gnu11 -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] configure:11444: $? = 0 configure:11457: result: no configure:11815: checking for gcc -std=gnu11 option to produce PIC configure:11823: result: -fPIC -DPIC configure:11831: checking if gcc -std=gnu11 PIC flag -fPIC -DPIC works configure:11850: gcc -std=gnu11 -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 configure:11854: $? = 0 configure:11867: result: yes configure:11896: checking if gcc -std=gnu11 static flag -static works configure:11925: result: no configure:11940: checking if gcc -std=gnu11 supports -c -o file.o configure:11962: gcc -std=gnu11 -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:11966: $? = 0 configure:11988: result: yes configure:11996: checking if gcc -std=gnu11 supports -c -o file.o configure:12044: result: yes configure:12077: checking whether the gcc -std=gnu11 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:13345: result: yes configure:13382: checking whether -lc should be explicitly linked in configure:13391: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:13394: $? = 0 configure:13409: gcc -std=gnu11 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 configure:13412: $? = 0 configure:13426: result: no configure:13586: checking dynamic linker characteristics configure:14168: gcc -std=gnu11 -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 configure:14168: $? = 0 configure:14407: result: GNU/Linux ld.so configure:14529: checking how to hardcode library paths into programs configure:14554: result: immediate configure:15106: checking whether stripping libraries is possible configure:15115: result: yes configure:15157: checking if libtool supports shared libraries configure:15159: result: yes configure:15162: checking whether to build shared libraries configure:15187: result: yes configure:15190: checking whether to build static libraries configure:15194: result: yes configure:15217: checking how to run the C++ preprocessor configure:15239: g++ -E conftest.cpp configure:15239: $? = 0 configure:15254: g++ -E conftest.cpp conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:15254: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PCRE" | #define PACKAGE_TARNAME "pcre" | #define PACKAGE_VERSION "8.45" | #define PACKAGE_STRING "PCRE 8.45" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "pcre" | #define VERSION "8.45" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include configure:15281: result: g++ -E configure:15295: g++ -E conftest.cpp configure:15295: $? = 0 configure:15310: g++ -E conftest.cpp conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:15310: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PCRE" | #define PACKAGE_TARNAME "pcre" | #define PACKAGE_VERSION "8.45" | #define PACKAGE_STRING "PCRE 8.45" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "pcre" | #define VERSION "8.45" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include configure:15475: checking for ld used by g++ configure:15543: result: /usr/bin/ld -m elf_x86_64 configure:15550: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld configure:15566: result: yes configure:15621: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:16699: result: yes configure:16735: g++ -c -O2 conftest.cpp >&5 configure:16738: $? = 0 configure:17219: checking for g++ option to produce PIC configure:17227: result: -fPIC -DPIC configure:17235: checking if g++ PIC flag -fPIC -DPIC works configure:17254: g++ -c -O2 -fPIC -DPIC -DPIC conftest.cpp >&5 configure:17258: $? = 0 configure:17271: result: yes configure:17294: checking if g++ static flag -static works configure:17323: result: no configure:17335: checking if g++ supports -c -o file.o configure:17357: g++ -c -O2 -o out/conftest2.o conftest.cpp >&5 configure:17361: $? = 0 configure:17383: result: yes configure:17388: checking if g++ supports -c -o file.o configure:17436: result: yes configure:17466: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:17506: result: yes configure:17648: checking dynamic linker characteristics configure:18396: result: GNU/Linux ld.so configure:18461: checking how to hardcode library paths into programs configure:18486: result: immediate configure:18547: checking whether ln -s works configure:18551: result: yes configure:18567: checking whether the -Werror option is usable configure:18587: gcc -std=gnu11 -c -g -O2 -Werror conftest.c >&5 configure:18587: $? = 0 configure:18597: result: yes configure:18599: checking for simple visibility declarations configure:18627: gcc -std=gnu11 -c -g -O2 -fvisibility=hidden -Werror conftest.c >&5 configure:18627: $? = 0 configure:18637: result: yes configure:19168: checking for egrep configure:19236: result: /usr/bin/grep -E configure:19242: checking for limits.h configure:19242: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:19242: $? = 0 configure:19242: result: yes configure:19248: checking for sys/types.h configure:19248: result: yes configure:19254: checking for sys/stat.h configure:19254: result: yes configure:19260: checking for dirent.h configure:19260: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:19260: $? = 0 configure:19260: result: yes configure:19269: checking for windows.h configure:19269: gcc -std=gnu11 -c -g -O2 conftest.c >&5 conftest.c:63:21: fatal error: windows.h: No such file or directory #include ^ compilation terminated. configure:19269: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PCRE" | #define PACKAGE_TARNAME "pcre" | #define PACKAGE_VERSION "8.45" | #define PACKAGE_STRING "PCRE 8.45" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "pcre" | #define VERSION "8.45" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define PCRE_EXP_DECL extern __attribute__ ((visibility ("default"))) | #define PCRE_EXP_DEFN __attribute__ ((visibility ("default"))) | #define PCRE_EXP_DATA_DEFN __attribute__ ((visibility ("default"))) | #define PCREPOSIX_EXP_DECL extern __attribute__ ((visibility ("default"))) | #define PCREPOSIX_EXP_DEFN extern __attribute__ ((visibility ("default"))) | #define PCRECPP_EXP_DECL extern __attribute__ ((visibility ("default"))) | #define PCRECPP_EXP_DEFN __attribute__ ((visibility ("default"))) | #define HAVE_VISIBILITY 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_DIRENT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:19269: result: no configure:19303: checking for alias support in the linker configure:19322: g++ -o conftest -O2 -Wl,-alias,__ZN7pcrecpp2RE6no_argE,__ZN7pcrecpp6no_argE conftest.cpp >&5 /usr/bin/ld: unrecognized -a option `lias' collect2: error: ld returned 1 exit status configure:19322: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PCRE" | #define PACKAGE_TARNAME "pcre" | #define PACKAGE_VERSION "8.45" | #define PACKAGE_STRING "PCRE 8.45" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "pcre" | #define VERSION "8.45" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define PCRE_EXP_DECL extern __attribute__ ((visibility ("default"))) | #define PCRE_EXP_DEFN __attribute__ ((visibility ("default"))) | #define PCRE_EXP_DATA_DEFN __attribute__ ((visibility ("default"))) | #define PCREPOSIX_EXP_DECL extern __attribute__ ((visibility ("default"))) | #define PCREPOSIX_EXP_DEFN extern __attribute__ ((visibility ("default"))) | #define PCRECPP_EXP_DECL extern __attribute__ ((visibility ("default"))) | #define PCRECPP_EXP_DEFN __attribute__ ((visibility ("default"))) | #define HAVE_VISIBILITY 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_DIRENT_H 1 | /* end confdefs.h. */ | namespace pcrecpp { | class RE { static int no_arg; }; | int RE::no_arg; | } | int | main (void) | { | | ; | return 0; | } configure:19329: result: no configure:19303: checking for alias support in the linker configure:19322: g++ -o conftest -O2 -Wl,-i__ZN7pcrecpp6no_argE:__ZN7pcrecpp2RE6no_argE conftest.cpp >&5 /usr/bin/ld: unrecognised option: -i__ZN7pcrecpp6no_argE:__ZN7pcrecpp2RE6no_argE collect2: error: ld returned 1 exit status configure:19322: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PCRE" | #define PACKAGE_TARNAME "pcre" | #define PACKAGE_VERSION "8.45" | #define PACKAGE_STRING "PCRE 8.45" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "pcre" | #define VERSION "8.45" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define PCRE_EXP_DECL extern __attribute__ ((visibility ("default"))) | #define PCRE_EXP_DEFN __attribute__ ((visibility ("default"))) | #define PCRE_EXP_DATA_DEFN __attribute__ ((visibility ("default"))) | #define PCREPOSIX_EXP_DECL extern __attribute__ ((visibility ("default"))) | #define PCREPOSIX_EXP_DEFN extern __attribute__ ((visibility ("default"))) | #define PCRECPP_EXP_DECL extern __attribute__ ((visibility ("default"))) | #define PCRECPP_EXP_DEFN __attribute__ ((visibility ("default"))) | #define HAVE_VISIBILITY 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_DIRENT_H 1 | /* end confdefs.h. */ | namespace pcrecpp { | class RE { static int no_arg; }; | int RE::no_arg; | } | int | main (void) | { | | ; | return 0; | } configure:19329: result: no configure:19342: checking for string configure:19342: g++ -c -O2 conftest.cpp >&5 configure:19342: $? = 0 configure:19342: result: yes configure:19354: checking for bits/type_traits.h configure:19354: g++ -c -O2 conftest.cpp >&5 conftest.cpp:64:30: fatal error: bits/type_traits.h: No such file or directory #include ^ compilation terminated. configure:19354: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PCRE" | #define PACKAGE_TARNAME "pcre" | #define PACKAGE_VERSION "8.45" | #define PACKAGE_STRING "PCRE 8.45" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "pcre" | #define VERSION "8.45" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define PCRE_EXP_DECL extern __attribute__ ((visibility ("default"))) | #define PCRE_EXP_DEFN __attribute__ ((visibility ("default"))) | #define PCRE_EXP_DATA_DEFN __attribute__ ((visibility ("default"))) | #define PCREPOSIX_EXP_DECL extern __attribute__ ((visibility ("default"))) | #define PCREPOSIX_EXP_DEFN extern __attribute__ ((visibility ("default"))) | #define PCRECPP_EXP_DECL extern __attribute__ ((visibility ("default"))) | #define PCRECPP_EXP_DEFN __attribute__ ((visibility ("default"))) | #define HAVE_VISIBILITY 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STRING 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:19354: result: no configure:19366: checking for type_traits.h configure:19366: g++ -c -O2 conftest.cpp >&5 conftest.cpp:64:25: fatal error: type_traits.h: No such file or directory #include ^ compilation terminated. configure:19366: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PCRE" | #define PACKAGE_TARNAME "pcre" | #define PACKAGE_VERSION "8.45" | #define PACKAGE_STRING "PCRE 8.45" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "pcre" | #define VERSION "8.45" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define PCRE_EXP_DECL extern __attribute__ ((visibility ("default"))) | #define PCRE_EXP_DEFN __attribute__ ((visibility ("default"))) | #define PCRE_EXP_DATA_DEFN __attribute__ ((visibility ("default"))) | #define PCREPOSIX_EXP_DECL extern __attribute__ ((visibility ("default"))) | #define PCREPOSIX_EXP_DEFN extern __attribute__ ((visibility ("default"))) | #define PCRECPP_EXP_DECL extern __attribute__ ((visibility ("default"))) | #define PCRECPP_EXP_DEFN __attribute__ ((visibility ("default"))) | #define HAVE_VISIBILITY 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STRING 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:19366: result: no configure:19390: checking for strtoq configure:19408: g++ -c -O2 conftest.cpp >&5 configure:19408: $? = 0 configure:19410: result: yes configure:19427: checking for long long configure:19427: g++ -c -O2 conftest.cpp >&5 configure:19427: $? = 0 configure:19427: g++ -c -O2 conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:68:14: error: expected primary-expression before 'long' if (sizeof ((long long))) ^ conftest.cpp:68:14: error: expected ')' before 'long' conftest.cpp:69:14: error: expected ')' before ';' token return 0; ^ conftest.cpp:69:14: error: expected ')' before ';' token configure:19427: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PCRE" | #define PACKAGE_TARNAME "pcre" | #define PACKAGE_VERSION "8.45" | #define PACKAGE_STRING "PCRE 8.45" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "pcre" | #define VERSION "8.45" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define PCRE_EXP_DECL extern __attribute__ ((visibility ("default"))) | #define PCRE_EXP_DEFN __attribute__ ((visibility ("default"))) | #define PCRE_EXP_DATA_DEFN __attribute__ ((visibility ("default"))) | #define PCREPOSIX_EXP_DECL extern __attribute__ ((visibility ("default"))) | #define PCREPOSIX_EXP_DEFN extern __attribute__ ((visibility ("default"))) | #define PCRECPP_EXP_DECL extern __attribute__ ((visibility ("default"))) | #define PCRECPP_EXP_DEFN __attribute__ ((visibility ("default"))) | #define HAVE_VISIBILITY 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STRING 1 | #define HAVE_STRTOQ 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | if (sizeof ((long long))) | return 0; | ; | return 0; | } configure:19427: result: yes configure:19438: checking for unsigned long long configure:19438: g++ -c -O2 conftest.cpp >&5 configure:19438: $? = 0 configure:19438: g++ -c -O2 conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:69:14: error: expected primary-expression before 'unsigned' if (sizeof ((unsigned long long))) ^ conftest.cpp:69:14: error: expected ')' before 'unsigned' conftest.cpp:70:14: error: expected ')' before ';' token return 0; ^ conftest.cpp:70:14: error: expected ')' before ';' token configure:19438: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PCRE" | #define PACKAGE_TARNAME "pcre" | #define PACKAGE_VERSION "8.45" | #define PACKAGE_STRING "PCRE 8.45" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "pcre" | #define VERSION "8.45" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define PCRE_EXP_DECL extern __attribute__ ((visibility ("default"))) | #define PCRE_EXP_DEFN __attribute__ ((visibility ("default"))) | #define PCRE_EXP_DATA_DEFN __attribute__ ((visibility ("default"))) | #define PCREPOSIX_EXP_DECL extern __attribute__ ((visibility ("default"))) | #define PCREPOSIX_EXP_DEFN extern __attribute__ ((visibility ("default"))) | #define PCRECPP_EXP_DECL extern __attribute__ ((visibility ("default"))) | #define PCRECPP_EXP_DEFN __attribute__ ((visibility ("default"))) | #define HAVE_VISIBILITY 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STRING 1 | #define HAVE_STRTOQ 1 | #define HAVE_LONG_LONG 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | if (sizeof ((unsigned long long))) | return 0; | ; | return 0; | } configure:19438: result: yes configure:19535: checking for an ANSI C-conforming const configure:19602: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:19602: $? = 0 configure:19610: result: yes configure:19618: checking for size_t configure:19618: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:19618: $? = 0 configure:19618: gcc -std=gnu11 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:70:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:19618: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PCRE" | #define PACKAGE_TARNAME "pcre" | #define PACKAGE_VERSION "8.45" | #define PACKAGE_STRING "PCRE 8.45" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "pcre" | #define VERSION "8.45" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define PCRE_EXP_DECL extern __attribute__ ((visibility ("default"))) | #define PCRE_EXP_DEFN __attribute__ ((visibility ("default"))) | #define PCRE_EXP_DATA_DEFN __attribute__ ((visibility ("default"))) | #define PCREPOSIX_EXP_DECL extern __attribute__ ((visibility ("default"))) | #define PCREPOSIX_EXP_DEFN extern __attribute__ ((visibility ("default"))) | #define PCRECPP_EXP_DECL extern __attribute__ ((visibility ("default"))) | #define PCRECPP_EXP_DEFN __attribute__ ((visibility ("default"))) | #define HAVE_VISIBILITY 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STRING 1 | #define HAVE_STRTOQ 1 | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:19618: result: yes configure:19631: checking for bcopy configure:19631: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 conftest.c:55:6: warning: conflicting types for built-in function 'bcopy' [enabled by default] char bcopy (); ^ configure:19631: $? = 0 configure:19631: result: yes configure:19637: checking for memmove configure:19637: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 conftest.c:56:6: warning: conflicting types for built-in function 'memmove' [enabled by default] char memmove (); ^ configure:19637: $? = 0 configure:19637: result: yes configure:19643: checking for strerror configure:19643: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 configure:19643: $? = 0 configure:19643: result: yes configure:19655: checking for zlib.h configure:19655: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:19655: $? = 0 configure:19655: result: yes configure:19663: checking for gzopen in -lz configure:19686: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lz >&5 configure:19686: $? = 0 configure:19696: result: yes configure:19722: checking for bzlib.h configure:19722: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:19722: $? = 0 configure:19722: result: yes configure:19735: checking for libbz2 configure:19753: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lbz2 >&5 conftest.c: In function 'main': conftest.c:51:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)BZ2_bzopen("conftest", "rb"); ^ configure:19753: $? = 0 configure:19755: result: yes configure:21337: checking that generated files are newer than configure configure:21343: result: done configure:21410: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by PCRE config.status 8.45, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on wordpress config.status:1242: creating Makefile config.status:1242: creating libpcre.pc config.status:1242: creating libpcre16.pc config.status:1242: creating libpcre32.pc config.status:1242: creating libpcreposix.pc config.status:1242: creating libpcrecpp.pc config.status:1242: creating pcre-config config.status:1242: creating pcre.h config.status:1242: creating pcre_stringpiece.h config.status:1242: creating pcrecpparg.h config.status:1242: creating config.h config.status:1471: executing depfiles commands config.status:1548: cd . && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles config.status:1553: $? = 0 config.status:1471: executing libtool commands config.status:1471: executing script-chmod commands config.status:1471: executing delete-old-chartables commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_int64_t=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= 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_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_GENHTML_set= ac_cv_env_GENHTML_value= ac_cv_env_LCOV_set= ac_cv_env_LCOV_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LT_SYS_LIBRARY_PATH_set= ac_cv_env_LT_SYS_LIBRARY_PATH_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_VALGRIND_CFLAGS_set= ac_cv_env_VALGRIND_CFLAGS_value= ac_cv_env_VALGRIND_LIBS_set= ac_cv_env_VALGRIND_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_bcopy=yes ac_cv_func_memmove=yes ac_cv_func_strerror=yes ac_cv_header_bits_type_traits_h=no ac_cv_header_bzlib_h=yes ac_cv_header_dirent_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string=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_type_traits_h=no ac_cv_header_unistd_h=yes ac_cv_header_windows_h=no ac_cv_header_zlib_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_lib_z_gzopen=yes 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_install='/usr/bin/install -c' ac_cv_path_lt_DD=/usr/bin/dd ac_cv_path_mkdir=/usr/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_DLLTOOL=dlltool ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c11=-std=gnu11 ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc=-std=gnu11 ac_cv_prog_cxx_11=no ac_cv_prog_cxx_g=yes ac_cv_prog_cxx_stdcxx= ac_cv_prog_make_make_set=yes ac_cv_type_long_long=yes ac_cv_type_size_t=yes ac_cv_type_unsigned_long_long=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_ar_interface=ar am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= 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_LDCXX='/usr/bin/ld -m elf_x86_64' lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_pic_works_CXX=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=no lt_cv_prog_compiler_static_works_CXX=no lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=no lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_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/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_global_symbol_to_import= lt_cv_sys_max_cmd_len=1572864 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1' pcre_cv_cc_vis_werror=yes pcre_cv_cc_visibility=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} '\''/root/pcre-8.45/missing'\'' aclocal-1.16' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' AR='ar' AS='as' AUTOCONF='${SHELL} '\''/root/pcre-8.45/missing'\'' autoconf' AUTOHEADER='${SHELL} '\''/root/pcre-8.45/missing'\'' autoheader' AUTOMAKE='${SHELL} '\''/root/pcre-8.45/missing'\'' automake-1.16' AWK='gawk' CC='gcc -std=gnu11' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CPPFLAGS='' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-O2' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DISTCHECK_CONFIGURE_FLAGS='CFLAGS='\'''\'' CXXFLAGS='\'''\'' --enable-pcre16 --enable-pcre32 --enable-jit --enable-cpp --enable-unicode-properties' DLLTOOL='dlltool' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' EXTRA_LIBPCRE16_LDFLAGS=' -version-info 2:13:2' EXTRA_LIBPCRE32_LDFLAGS=' -version-info 0:13:0' EXTRA_LIBPCRECPP_LDFLAGS=' -version-info 0:2:0 ' EXTRA_LIBPCREPOSIX_LDFLAGS=' -version-info 0:7:0' EXTRA_LIBPCRE_LDFLAGS=' -version-info 3:13:2' FGREP='/usr/bin/grep -F' GCOV_CFLAGS='' GCOV_CXXFLAGS='' GCOV_LIBS='' GENHTML='' GREP='/usr/bin/grep' HAVE_VISIBILITY='1' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LCOV='' LD='/usr/bin/ld -m elf_x86_64' LDFLAGS='' LIBBZ2='' LIBOBJS='' LIBREADLINE='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBZ='' LIPO='' LN_S='ln -s' LTLIBOBJS='' LT_SYS_LIBRARY_PATH='' MAKEINFO='${SHELL} '\''/root/pcre-8.45/missing'\'' makeinfo' MANIFEST_TOOL=':' MKDIR_P='/usr/bin/mkdir -p' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='pcre' PACKAGE_BUGREPORT='' PACKAGE_NAME='PCRE' PACKAGE_STRING='PCRE 8.45' PACKAGE_TARNAME='pcre' PACKAGE_URL='' PACKAGE_VERSION='8.45' PATH_SEPARATOR=':' PCRE_DATE='2021-06-15' PCRE_MAJOR='8' PCRE_MINOR='45' PCRE_PRERELEASE='' PCRE_STATIC_CFLAG='' PKG_CONFIG='' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' PTHREAD_CC='' PTHREAD_CFLAGS='' PTHREAD_LIBS='' RANLIB='ranlib' SED='/usr/bin/sed' SET_MAKE='' SHELL='/bin/sh' SHTOOL='' STRIP='strip' VALGRIND_CFLAGS='' VALGRIND_LIBS='' VERSION='8.45' VISIBILITY_CFLAGS='-fvisibility=hidden' VISIBILITY_CXXFLAGS='-fvisibility=hidden -fvisibility-inlines-hidden' WITH_GCOV_FALSE='' WITH_GCOV_TRUE='#' WITH_JIT_FALSE='' WITH_JIT_TRUE='#' WITH_PCRE16_FALSE='' WITH_PCRE16_TRUE='#' WITH_PCRE32_FALSE='' WITH_PCRE32_TRUE='#' WITH_PCRE8_FALSE='#' WITH_PCRE8_TRUE='' WITH_PCRE_CPP_FALSE='#' WITH_PCRE_CPP_TRUE='' WITH_REBUILD_CHARTABLES_FALSE='' WITH_REBUILD_CHARTABLES_TRUE='#' WITH_UTF_FALSE='' WITH_UTF_TRUE='#' WITH_VALGRIND_FALSE='' WITH_VALGRIND_TRUE='#' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_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 -' ax_pthread_config='' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' enable_cpp='yes' enable_pcre16='no' enable_pcre32='no' enable_pcre8='yes' exec_prefix='${prefix}' host='x86_64-pc-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}/html' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /root/pcre-8.45/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pcre_have_bits_type_traits='0' pcre_have_long_long='1' pcre_have_type_traits='0' pcre_have_ulong_long='1' pdfdir='${docdir}' prefix='/usr/local/pcre8.45' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "PCRE" #define PACKAGE_TARNAME "pcre" #define PACKAGE_VERSION "8.45" #define PACKAGE_STRING "PCRE 8.45" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "pcre" #define VERSION "8.45" #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define STDC_HEADERS 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define PCRE_EXP_DECL extern __attribute__ ((visibility ("default"))) #define PCRE_EXP_DEFN __attribute__ ((visibility ("default"))) #define PCRE_EXP_DATA_DEFN __attribute__ ((visibility ("default"))) #define PCREPOSIX_EXP_DECL extern __attribute__ ((visibility ("default"))) #define PCREPOSIX_EXP_DEFN extern __attribute__ ((visibility ("default"))) #define PCRECPP_EXP_DECL extern __attribute__ ((visibility ("default"))) #define PCRECPP_EXP_DEFN __attribute__ ((visibility ("default"))) #define HAVE_VISIBILITY 1 #define HAVE_LIMITS_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_DIRENT_H 1 #define HAVE_STRING 1 #define HAVE_STRTOQ 1 #define HAVE_LONG_LONG 1 #define HAVE_UNSIGNED_LONG_LONG 1 #define HAVE_BCOPY 1 #define HAVE_MEMMOVE 1 #define HAVE_STRERROR 1 #define HAVE_ZLIB_H 1 #define HAVE_BZLIB_H 1 #define SUPPORT_PCRE8 /**/ #define PCREGREP_BUFSIZE 20480 #define NEWLINE 10 #define LINK_SIZE 2 #define POSIX_MALLOC_THRESHOLD 10 #define PARENS_NEST_LIMIT 250 #define MATCH_LIMIT 10000000 #define MATCH_LIMIT_RECURSION MATCH_LIMIT #define MAX_NAME_SIZE 32 #define MAX_NAME_COUNT 10000 configure: exit 0