Created
September 4, 2014 17:09
-
-
Save sjackman/0d8399572dc78e4ba349 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
checking for a BSD-compatible install... /home/sjackman/.linuxbrew/bin/ginstall -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /home/sjackman/.linuxbrew/bin/gmkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether make supports nested variables... (cached) yes | |
checking for style of include used by make... GNU | |
checking for gcc... /home/sjackman/.linuxbrew/bin/gcc-4.9 | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /home/sjackman/.linuxbrew/bin/gcc-4.9 accepts -g... yes | |
checking for /home/sjackman/.linuxbrew/bin/gcc-4.9 option to accept ISO C89... none needed | |
checking whether /home/sjackman/.linuxbrew/bin/gcc-4.9 understands -c and -o together... yes | |
checking dependency style of /home/sjackman/.linuxbrew/bin/gcc-4.9... none | |
checking for ar... ar | |
checking the archiver (ar) interface... ar | |
checking for gcc... (cached) /home/sjackman/.linuxbrew/bin/gcc-4.9 | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether /home/sjackman/.linuxbrew/bin/gcc-4.9 accepts -g... (cached) yes | |
checking for /home/sjackman/.linuxbrew/bin/gcc-4.9 option to accept ISO C89... (cached) none needed | |
checking whether /home/sjackman/.linuxbrew/bin/gcc-4.9 understands -c and -o together... (cached) yes | |
checking dependency style of /home/sjackman/.linuxbrew/bin/gcc-4.9... (cached) none | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether /home/sjackman/.linuxbrew/bin/g++-4.9 accepts -g... yes | |
checking dependency style of /home/sjackman/.linuxbrew/bin/g++-4.9... none | |
checking how to run the C preprocessor... /home/sjackman/.linuxbrew/bin/gcc-4.9 -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for int64_t... yes | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /home/sjackman/.linuxbrew/bin/sed | |
checking for fgrep... /bin/grep -F | |
checking for ld used by /home/sjackman/.linuxbrew/bin/gcc-4.9... /home/sjackman/.linuxbrew/bin/ld | |
checking if the linker (/home/sjackman/.linuxbrew/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /home/sjackman/.linuxbrew/bin/nm -B | |
checking the name lister (/home/sjackman/.linuxbrew/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 32768 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for /home/sjackman/.linuxbrew/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... dlltool | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /home/sjackman/.linuxbrew/bin/nm -B output from /home/sjackman/.linuxbrew/bin/gcc-4.9 object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if /home/sjackman/.linuxbrew/bin/gcc-4.9 supports -fno-rtti -fno-exceptions... yes | |
checking for /home/sjackman/.linuxbrew/bin/gcc-4.9 option to produce PIC... -fPIC -DPIC | |
checking if /home/sjackman/.linuxbrew/bin/gcc-4.9 PIC flag -fPIC -DPIC works... yes | |
checking if /home/sjackman/.linuxbrew/bin/gcc-4.9 static flag -static works... yes | |
checking if /home/sjackman/.linuxbrew/bin/gcc-4.9 supports -c -o file.o... yes | |
checking if /home/sjackman/.linuxbrew/bin/gcc-4.9 supports -c -o file.o... (cached) yes | |
checking whether the /home/sjackman/.linuxbrew/bin/gcc-4.9 linker (/home/sjackman/.linuxbrew/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking whether -lc should be explicitly linked in... no | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking how to run the C++ preprocessor... /home/sjackman/.linuxbrew/bin/g++-4.9 -E | |
checking for ld used by /home/sjackman/.linuxbrew/bin/g++-4.9... /home/sjackman/.linuxbrew/bin/ld -m elf_x86_64 | |
checking if the linker (/home/sjackman/.linuxbrew/bin/ld -m elf_x86_64) is GNU ld... yes | |
checking whether the /home/sjackman/.linuxbrew/bin/g++-4.9 linker (/home/sjackman/.linuxbrew/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking for /home/sjackman/.linuxbrew/bin/g++-4.9 option to produce PIC... -fPIC -DPIC | |
checking if /home/sjackman/.linuxbrew/bin/g++-4.9 PIC flag -fPIC -DPIC works... yes | |
checking if /home/sjackman/.linuxbrew/bin/g++-4.9 static flag -static works... yes | |
checking if /home/sjackman/.linuxbrew/bin/g++-4.9 supports -c -o file.o... yes | |
checking if /home/sjackman/.linuxbrew/bin/g++-4.9 supports -c -o file.o... (cached) yes | |
checking whether the /home/sjackman/.linuxbrew/bin/g++-4.9 linker (/home/sjackman/.linuxbrew/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether ln -s works... yes | |
checking whether the -Werror option is usable... yes | |
checking for simple visibility declarations... yes | |
checking for ANSI C header files... (cached) yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking for sys/types.h... (cached) yes | |
checking for sys/stat.h... (cached) yes | |
checking dirent.h usability... yes | |
checking dirent.h presence... yes | |
checking for dirent.h... yes | |
checking windows.h usability... no | |
checking windows.h presence... no | |
checking for windows.h... no | |
checking for alias support in the linker... no | |
checking for alias support in the linker... no | |
checking string usability... yes | |
checking string presence... yes | |
checking for string... yes | |
checking bits/type_traits.h usability... no | |
checking bits/type_traits.h presence... no | |
checking for bits/type_traits.h... no | |
checking type_traits.h usability... no | |
checking type_traits.h presence... no | |
checking for type_traits.h... no | |
checking for strtoq... yes | |
checking for long long... yes | |
checking for unsigned long long... yes | |
checking for an ANSI C-conforming const... yes | |
checking for size_t... yes | |
checking for bcopy... yes | |
checking for memmove... yes | |
checking for strerror... yes | |
checking zlib.h usability... yes | |
checking zlib.h presence... yes | |
checking for zlib.h... yes | |
checking for gzopen in -lz... yes | |
checking bzlib.h usability... yes | |
checking bzlib.h presence... yes | |
checking for bzlib.h... yes | |
checking for libbz2... yes | |
checking for the pthreads library -lpthreads... no | |
checking whether pthreads work without any flags... no | |
checking whether pthreads work with -Kthread... no | |
checking whether pthreads work with -kthread... no | |
checking for the pthreads library -llthread... no | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... no | |
checking for PTHREAD_PRIO_INHERIT... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating libpcre.pc | |
config.status: creating libpcre16.pc | |
config.status: creating libpcre32.pc | |
config.status: creating libpcreposix.pc | |
config.status: creating libpcrecpp.pc | |
config.status: creating pcre-config | |
config.status: creating pcre.h | |
config.status: creating pcre_stringpiece.h | |
config.status: creating pcrecpparg.h | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
config.status: executing script-chmod commands | |
config.status: executing delete-old-chartables commands | |
pcre-8.35 configuration summary: | |
Install prefix .................. : /home/sjackman/.linuxbrew/Cellar/pcre/8.35 | |
C preprocessor .................. : /home/sjackman/.linuxbrew/bin/gcc-4.9 -E | |
C compiler ...................... : /home/sjackman/.linuxbrew/bin/gcc-4.9 | |
C++ preprocessor ................ : /home/sjackman/.linuxbrew/bin/g++-4.9 -E | |
C++ compiler .................... : /home/sjackman/.linuxbrew/bin/g++-4.9 | |
Linker .......................... : /home/sjackman/.linuxbrew/bin/ld -m elf_x86_64 | |
C preprocessor flags ............ : -isystem/home/sjackman/.linuxbrew/include | |
C compiler flags ................ : -pthread -Os -w -pipe -march=core2 -fvisibility=hidden | |
C++ compiler flags .............. : -Os -w -pipe -march=core2 -fvisibility=hidden -fvisibility-inlines-hidden | |
Linker flags .................... : -L/home/sjackman/.linuxbrew/lib -Wl,-rpath,/home/sjackman/.linuxbrew/lib -Wl,--dynamic-linker=/home/sjackman/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 | |
Extra libraries ................. : | |
Build 8 bit pcre library ........ : yes | |
Build 16 bit pcre library ....... : yes | |
Build 32 bit pcre library ....... : yes | |
Build C++ library ............... : yes | |
Enable JIT compiling support .... : yes | |
Enable UTF-8/16/32 support ...... : yes | |
Unicode properties .............. : yes | |
Newline char/sequence ........... : lf | |
\R matches only ANYCRLF ......... : no | |
EBCDIC coding ................... : no | |
EBCDIC code for NL .............. : n/a | |
Rebuild char tables ............. : no | |
Use stack recursion ............. : yes | |
POSIX mem threshold ............. : 10 | |
Internal link size .............. : 2 | |
Nested parentheses limit ........ : 250 | |
Match limit ..................... : 10000000 | |
Match limit recursion ........... : MATCH_LIMIT | |
Build shared libs ............... : yes | |
Build static libs ............... : yes | |
Use JIT in pcregrep ............. : yes | |
Buffer size for pcregrep ........ : 20480 | |
Link pcregrep with libz ......... : yes | |
Link pcregrep with libbz2 ....... : yes | |
Link pcretest with libedit ...... : no | |
Link pcretest with libreadline .. : no | |
Valgrind support ................ : no | |
Code coverage ................... : no | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm -f pcre_chartables.c | |
ln -s ./pcre_chartables.c.dist pcre_chartables.c | |
make all-am | |
make[1]: Entering directory '/var/tmp/sjackman/pcre-dwn669/pcre-8.35' | |
CC libpcre_la-pcre_byte_order.lo | |
CC libpcre_la-pcre_compile.lo | |
CC libpcre_la-pcre_config.lo | |
CC libpcre_la-pcre_dfa_exec.lo | |
CC libpcre_la-pcre_exec.lo | |
CC libpcre_la-pcre_fullinfo.lo | |
CC libpcre_la-pcre_get.lo | |
CC libpcre_la-pcre_jit_compile.lo | |
CC libpcre_la-pcre_globals.lo | |
CC libpcre_la-pcre_newline.lo | |
CC libpcre_la-pcre_maketables.lo | |
CC libpcre_la-pcre_ord2utf8.lo | |
CC libpcre_la-pcre_string_utils.lo | |
CC libpcre_la-pcre_refcount.lo | |
CC libpcre_la-pcre_study.lo | |
CC libpcre_la-pcre_ucd.lo | |
CC libpcre_la-pcre_valid_utf8.lo | |
CC libpcre_la-pcre_version.lo | |
CC libpcre_la-pcre_tables.lo | |
CC libpcre_la-pcre_xclass.lo | |
CC libpcre_la-pcre_chartables.lo | |
CC libpcre16_la-pcre16_byte_order.lo | |
CC libpcre16_la-pcre16_chartables.lo | |
CC libpcre16_la-pcre16_dfa_exec.lo | |
CC libpcre16_la-pcre16_compile.lo | |
CC libpcre16_la-pcre16_config.lo | |
CC libpcre16_la-pcre16_globals.lo | |
CC libpcre16_la-pcre16_fullinfo.lo | |
CC libpcre16_la-pcre16_get.lo | |
CC libpcre16_la-pcre16_exec.lo | |
CC libpcre16_la-pcre16_jit_compile.lo | |
CC libpcre16_la-pcre16_maketables.lo | |
CC libpcre16_la-pcre16_newline.lo | |
CC libpcre16_la-pcre16_ord2utf16.lo | |
CC libpcre16_la-pcre16_refcount.lo | |
CC libpcre16_la-pcre16_string_utils.lo | |
CC libpcre16_la-pcre16_study.lo | |
CC libpcre16_la-pcre16_ucd.lo | |
CC libpcre16_la-pcre16_tables.lo | |
CC libpcre16_la-pcre16_utf16_utils.lo | |
CC libpcre16_la-pcre16_valid_utf16.lo | |
CC libpcre16_la-pcre16_version.lo | |
CC libpcre16_la-pcre16_xclass.lo | |
CC libpcre16_la-pcre_chartables.lo | |
CC libpcre32_la-pcre32_byte_order.lo | |
CC libpcre32_la-pcre32_chartables.lo | |
CC libpcre32_la-pcre32_compile.lo | |
CC libpcre32_la-pcre32_config.lo | |
CC libpcre32_la-pcre32_dfa_exec.lo | |
CC libpcre32_la-pcre32_exec.lo | |
CC libpcre32_la-pcre32_fullinfo.lo | |
CC libpcre32_la-pcre32_get.lo | |
CC libpcre32_la-pcre32_globals.lo | |
CC libpcre32_la-pcre32_jit_compile.lo | |
CC libpcre32_la-pcre32_maketables.lo | |
CC libpcre32_la-pcre32_newline.lo | |
CC libpcre32_la-pcre32_ord2utf32.lo | |
CC libpcre32_la-pcre32_refcount.lo | |
CC libpcre32_la-pcre32_string_utils.lo | |
CC libpcre32_la-pcre32_study.lo | |
CC libpcre32_la-pcre32_tables.lo | |
CC libpcre32_la-pcre32_ucd.lo | |
CC libpcre32_la-pcre32_utf32_utils.lo | |
CC libpcre32_la-pcre32_valid_utf32.lo | |
CC libpcre32_la-pcre32_version.lo | |
CC libpcre32_la-pcre32_xclass.lo | |
CC libpcre32_la-pcre_chartables.lo | |
CC libpcreposix_la-pcreposix.lo | |
CXX libpcrecpp_la-pcrecpp.lo | |
CXX libpcrecpp_la-pcre_scanner.lo | |
CXX libpcrecpp_la-pcre_stringpiece.lo | |
CC pcretest-pcretest.o | |
CC pcretest-pcre_printint.o | |
CC pcretest-pcre16_printint.o | |
CC pcretest-pcre32_printint.o | |
CC pcregrep-pcregrep.o | |
CC pcre_jit_test-pcre_jit_test.o | |
CXX pcrecpp_unittest-pcrecpp_unittest.o | |
CXX pcre_scanner_unittest-pcre_scanner_unittest.o | |
CXX pcre_stringpiece_unittest-pcre_stringpiece_unittest.o | |
CCLD libpcre16.la | |
CCLD libpcre32.la | |
CCLD libpcre.la | |
CCLD libpcreposix.la | |
CXXLD libpcrecpp.la | |
CCLD pcre_jit_test | |
libtool: link: warning: library `/home/sjackman/.linuxbrew/Cellar/gcc/4.9.1/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.1/../../../../lib64/libstdc++.la' was moved. | |
CCLD pcretest | |
CCLD pcregrep | |
CXXLD pcrecpp_unittest | |
CXXLD pcre_scanner_unittest | |
CXXLD pcre_stringpiece_unittest | |
libtool: link: warning: library `/home/sjackman/.linuxbrew/Cellar/gcc/4.9.1/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.1/../../../../lib64/libstdc++.la' was moved. | |
libtool: link: warning: library `/home/sjackman/.linuxbrew/Cellar/gcc/4.9.1/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.1/../../../../lib64/libstdc++.la' was moved. | |
libtool: link: warning: library `/home/sjackman/.linuxbrew/Cellar/gcc/4.9.1/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.1/../../../../lib64/libstdc++.la' was moved. | |
libtool: link: warning: library `/home/sjackman/.linuxbrew/Cellar/gcc/4.9.1/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.1/../../../../lib64/libstdc++.la' was moved. | |
libtool: link: warning: library `/home/sjackman/.linuxbrew/Cellar/gcc/4.9.1/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.1/../../../../lib64/libstdc++.la' was moved. | |
libtool: link: warning: library `/home/sjackman/.linuxbrew/Cellar/gcc/4.9.1/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.1/../../../../lib64/libstdc++.la' was moved. | |
make[1]: Leaving directory '/var/tmp/sjackman/pcre-dwn669/pcre-8.35' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make check-am | |
make[1]: Entering directory '/var/tmp/sjackman/pcre-dwn669/pcre-8.35' | |
make | |
make[2]: Entering directory '/var/tmp/sjackman/pcre-dwn669/pcre-8.35' | |
make all-am | |
make[3]: Entering directory '/var/tmp/sjackman/pcre-dwn669/pcre-8.35' | |
make[3]: Nothing to be done for 'all-am'. | |
make[3]: Leaving directory '/var/tmp/sjackman/pcre-dwn669/pcre-8.35' | |
make[2]: Leaving directory '/var/tmp/sjackman/pcre-dwn669/pcre-8.35' | |
make check-TESTS | |
make[2]: Entering directory '/var/tmp/sjackman/pcre-dwn669/pcre-8.35' | |
make[3]: Entering directory '/var/tmp/sjackman/pcre-dwn669/pcre-8.35' | |
PASS: pcre_jit_test | |
PASS: pcrecpp_unittest | |
PASS: pcre_scanner_unittest | |
PASS: pcre_stringpiece_unittest | |
FAIL: RunTest | |
PASS: RunGrepTest | |
make[4]: Entering directory '/var/tmp/sjackman/pcre-dwn669/pcre-8.35' | |
make all-am | |
make[5]: Entering directory '/var/tmp/sjackman/pcre-dwn669/pcre-8.35' | |
make[5]: Nothing to be done for 'all-am'. | |
make[5]: Leaving directory '/var/tmp/sjackman/pcre-dwn669/pcre-8.35' | |
make[4]: Leaving directory '/var/tmp/sjackman/pcre-dwn669/pcre-8.35' | |
============================================================================ | |
Testsuite summary for PCRE 8.35 | |
============================================================================ | |
# TOTAL: 6 | |
# PASS: 5 | |
# SKIP: 0 | |
# XFAIL: 0 | |
# FAIL: 1 | |
# XPASS: 0 | |
# ERROR: 0 | |
============================================================================ | |
See ./test-suite.log | |
============================================================================ | |
Makefile:2601: recipe for target 'test-suite.log' failed | |
make[3]: *** [test-suite.log] Error 1 | |
make[3]: Leaving directory '/var/tmp/sjackman/pcre-dwn669/pcre-8.35' | |
Makefile:2707: recipe for target 'check-TESTS' failed | |
make[2]: *** [check-TESTS] Error 2 | |
make[2]: Leaving directory '/var/tmp/sjackman/pcre-dwn669/pcre-8.35' | |
Makefile:2946: recipe for target 'check-am' failed | |
make[1]: *** [check-am] Error 2 | |
make[1]: Leaving directory '/var/tmp/sjackman/pcre-dwn669/pcre-8.35' | |
Makefile:2949: recipe for target 'check' failed | |
make: *** [check] Error 2 | |
HOMEBREW_VERSION: 0.9.5 | |
HEAD: 783c6b33dc9e26e1bc025fc838d676fb1de4c86c | |
HOMEBREW_PREFIX: /home/sjackman/.linuxbrew | |
CPU: 32-core 64-bit 6 | |
OS X: 0-x86_64 | |
/projects/btl/linuxbrew/Cellar/ruby/2.1.2_2/bin/ruby: | |
2.1.2-95 | |
X11: N/A |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.35, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --disable-dependency-tracking --prefix=/home/sjackman/.linuxbrew/Cellar/pcre/8.35 --enable-utf8 --enable-pcre8 --enable-pcre16 --enable-pcre32 --enable-unicode-properties --enable-pcregrep-libz --enable-pcregrep-libbz2 --enable-jit | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = xhost14 | |
uname -m = x86_64 | |
uname -r = 2.6.18-348.1.1.el5.centos.plus | |
uname -s = Linux | |
uname -v = #1 SMP Tue Jan 22 19:12:20 EST 2013 | |
/usr/bin/uname -p = unknown | |
/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: /home/sjackman/.linuxbrew/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /home/sjackman/.linuxbrew/Library/Contributions/cmd | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2808: checking for a BSD-compatible install | |
configure:2876: result: /home/sjackman/.linuxbrew/bin/ginstall -c | |
configure:2887: checking whether build environment is sane | |
configure:2942: result: yes | |
configure:3093: checking for a thread-safe mkdir -p | |
configure:3132: result: /home/sjackman/.linuxbrew/bin/gmkdir -p | |
configure:3139: checking for gawk | |
configure:3155: found /home/sjackman/.linuxbrew/bin/gawk | |
configure:3166: result: gawk | |
configure:3177: checking whether make sets $(MAKE) | |
configure:3199: result: yes | |
configure:3228: checking whether make supports nested variables | |
configure:3245: result: yes | |
configure:3381: checking whether make supports nested variables | |
configure:3398: result: yes | |
configure:3425: checking for style of include used by make | |
configure:3453: result: GNU | |
configure:3524: checking for gcc | |
configure:3551: result: /home/sjackman/.linuxbrew/bin/gcc-4.9 | |
configure:3780: checking for C compiler version | |
configure:3789: /home/sjackman/.linuxbrew/bin/gcc-4.9 --version >&5 | |
gcc-4.9 (Homebrew gcc 4.9.1 --with-sysroot --without-multilib) 4.9.1 | |
Copyright (C) 2014 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:3800: $? = 0 | |
configure:3789: /home/sjackman/.linuxbrew/bin/gcc-4.9 -v >&5 | |
Using built-in specs. | |
COLLECT_GCC=/home/sjackman/.linuxbrew/bin/gcc-4.9 | |
COLLECT_LTO_WRAPPER=/home/sjackman/.linuxbrew/Cellar/gcc/4.9.1/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.1/lto-wrapper | |
Target: x86_64-unknown-linux-gnu | |
Configured with: ../configure --with-sysroot=/home/sjackman/.linuxbrew --prefix=/Cellar/gcc/4.9.1 --with-native-system-header-dir=/opt/glibc-sysroot/include --with-build-time-tools=/opt/binutils/bin --with-boot-ldflags='-static-libstdc++ -static-libgcc -L/home/sjackman/.linuxbrew/lib -Wl,-rpath,/home/sjackman/.linuxbrew/lib -Wl,--dynamic-linker=/home/sjackman/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2' --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-4.9 --with-gmp=/home/sjackman/.linuxbrew/opt/gmp --with-mpfr=/home/sjackman/.linuxbrew/opt/mpfr --with-mpc=/home/sjackman/.linuxbrew/opt/libmpc --with-cloog=/home/sjackman/.linuxbrew/opt/cloog --with-isl=/home/sjackman/.linuxbrew/opt/isl --with-system-zlib --enable-libstdcxx-time=yes --enable-stage1-checking --enable-checking=release --enable-lto --disable-werror --with-pkgversion='Homebrew gcc 4.9.1 --with-sysroot --without-multilib' --with-bugurl=https://github.com/Homebrew/homebrew/issues --enable-plugin --disable-nls --disable-multilib | |
Thread model: posix | |
gcc version 4.9.1 (Homebrew gcc 4.9.1 --with-sysroot --without-multilib) | |
configure:3800: $? = 0 | |
configure:3789: /home/sjackman/.linuxbrew/bin/gcc-4.9 -V >&5 | |
gcc-4.9: error: unrecognized command line option '-V' | |
gcc-4.9: fatal error: no input files | |
compilation terminated. | |
configure:3800: $? = 1 | |
configure:3789: /home/sjackman/.linuxbrew/bin/gcc-4.9 -qversion >&5 | |
gcc-4.9: error: unrecognized command line option '-qversion' | |
gcc-4.9: fatal error: no input files | |
compilation terminated. | |
configure:3800: $? = 1 | |
configure:3820: checking whether the C compiler works | |
configure:3842: /home/sjackman/.linuxbrew/bin/gcc-4.9 -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include -L/home/sjackman/.linuxbrew/lib -Wl,-rpath,/home/sjackman/.linuxbrew/lib -Wl,--dynamic-linker=/home/sjackman/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 conftest.c >&5 | |
configure:3846: $? = 0 | |
configure:3894: result: yes | |
configure:3897: checking for C compiler default output file name | |
configure:3899: result: a.out | |
configure:3905: checking for suffix of executables | |
configure:3912: /home/sjackman/.linuxbrew/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include -L/home/sjackman/.linuxbrew/lib -Wl,-rpath,/home/sjackman/.linuxbrew/lib -Wl,--dynamic-linker=/home/sjackman/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 conftest.c >&5 | |
configure:3916: $? = 0 | |
configure:3938: result: | |
configure:3960: checking whether we are cross compiling | |
configure:3968: /home/sjackman/.linuxbrew/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include -L/home/sjackman/.linuxbrew/lib -Wl,-rpath,/home/sjackman/.linuxbrew/lib -Wl,--dynamic-linker=/home/sjackman/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 conftest.c >&5 | |
configure:3972: $? = 0 | |
configure:3979: ./conftest | |
configure:3983: $? = 0 | |
configure:3998: result: no | |
configure:4003: checking for suffix of object files | |
configure:4025: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
configure:4029: $? = 0 | |
configure:4050: result: o | |
configure:4054: checking whether we are using the GNU C compiler | |
configure:4073: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
configure:4073: $? = 0 | |
configure:4082: result: yes | |
configure:4091: checking whether /home/sjackman/.linuxbrew/bin/gcc-4.9 accepts -g | |
configure:4111: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -g -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
configure:4111: $? = 0 | |
configure:4152: result: yes | |
configure:4169: checking for /home/sjackman/.linuxbrew/bin/gcc-4.9 option to accept ISO C89 | |
configure:4232: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
configure:4232: $? = 0 | |
configure:4245: result: none needed | |
configure:4270: checking whether /home/sjackman/.linuxbrew/bin/gcc-4.9 understands -c and -o together | |
configure:4292: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c conftest.c -o conftest2.o | |
configure:4295: $? = 0 | |
configure:4292: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c conftest.c -o conftest2.o | |
configure:4295: $? = 0 | |
configure:4307: result: yes | |
configure:4326: checking dependency style of /home/sjackman/.linuxbrew/bin/gcc-4.9 | |
configure:4437: result: none | |
configure:4502: checking for ar | |
configure:4518: found /home/sjackman/.linuxbrew/bin/ar | |
configure:4529: result: ar | |
configure:4555: checking the archiver (ar) interface | |
configure:4571: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
configure:4571: $? = 0 | |
configure:4573: ar cru libconftest.a conftest.o >&5 | |
configure:4576: $? = 0 | |
configure:4604: result: ar | |
configure:4689: checking for gcc | |
configure:4716: result: /home/sjackman/.linuxbrew/bin/gcc-4.9 | |
configure:4945: checking for C compiler version | |
configure:4954: /home/sjackman/.linuxbrew/bin/gcc-4.9 --version >&5 | |
gcc-4.9 (Homebrew gcc 4.9.1 --with-sysroot --without-multilib) 4.9.1 | |
Copyright (C) 2014 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:4965: $? = 0 | |
configure:4954: /home/sjackman/.linuxbrew/bin/gcc-4.9 -v >&5 | |
Using built-in specs. | |
COLLECT_GCC=/home/sjackman/.linuxbrew/bin/gcc-4.9 | |
COLLECT_LTO_WRAPPER=/home/sjackman/.linuxbrew/Cellar/gcc/4.9.1/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.1/lto-wrapper | |
Target: x86_64-unknown-linux-gnu | |
Configured with: ../configure --with-sysroot=/home/sjackman/.linuxbrew --prefix=/Cellar/gcc/4.9.1 --with-native-system-header-dir=/opt/glibc-sysroot/include --with-build-time-tools=/opt/binutils/bin --with-boot-ldflags='-static-libstdc++ -static-libgcc -L/home/sjackman/.linuxbrew/lib -Wl,-rpath,/home/sjackman/.linuxbrew/lib -Wl,--dynamic-linker=/home/sjackman/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2' --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-4.9 --with-gmp=/home/sjackman/.linuxbrew/opt/gmp --with-mpfr=/home/sjackman/.linuxbrew/opt/mpfr --with-mpc=/home/sjackman/.linuxbrew/opt/libmpc --with-cloog=/home/sjackman/.linuxbrew/opt/cloog --with-isl=/home/sjackman/.linuxbrew/opt/isl --with-system-zlib --enable-libstdcxx-time=yes --enable-stage1-checking --enable-checking=release --enable-lto --disable-werror --with-pkgversion='Homebrew gcc 4.9.1 --with-sysroot --without-multilib' --with-bugurl=https://github.com/Homebrew/homebrew/issues --enable-plugin --disable-nls --disable-multilib | |
Thread model: posix | |
gcc version 4.9.1 (Homebrew gcc 4.9.1 --with-sysroot --without-multilib) | |
configure:4965: $? = 0 | |
configure:4954: /home/sjackman/.linuxbrew/bin/gcc-4.9 -V >&5 | |
gcc-4.9: error: unrecognized command line option '-V' | |
gcc-4.9: fatal error: no input files | |
compilation terminated. | |
configure:4965: $? = 1 | |
configure:4954: /home/sjackman/.linuxbrew/bin/gcc-4.9 -qversion >&5 | |
gcc-4.9: error: unrecognized command line option '-qversion' | |
gcc-4.9: fatal error: no input files | |
compilation terminated. | |
configure:4965: $? = 1 | |
configure:4969: checking whether we are using the GNU C compiler | |
configure:4997: result: yes | |
configure:5006: checking whether /home/sjackman/.linuxbrew/bin/gcc-4.9 accepts -g | |
configure:5067: result: yes | |
configure:5084: checking for /home/sjackman/.linuxbrew/bin/gcc-4.9 option to accept ISO C89 | |
configure:5160: result: none needed | |
configure:5185: checking whether /home/sjackman/.linuxbrew/bin/gcc-4.9 understands -c and -o together | |
configure:5222: result: yes | |
configure:5241: checking dependency style of /home/sjackman/.linuxbrew/bin/gcc-4.9 | |
configure:5352: result: none | |
configure:5479: checking for C++ compiler version | |
configure:5488: /home/sjackman/.linuxbrew/bin/g++-4.9 --version >&5 | |
g++-4.9 (Homebrew gcc 4.9.1 --with-sysroot --without-multilib) 4.9.1 | |
Copyright (C) 2014 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:5499: $? = 0 | |
configure:5488: /home/sjackman/.linuxbrew/bin/g++-4.9 -v >&5 | |
Using built-in specs. | |
COLLECT_GCC=/home/sjackman/.linuxbrew/bin/g++-4.9 | |
COLLECT_LTO_WRAPPER=/home/sjackman/.linuxbrew/Cellar/gcc/4.9.1/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.1/lto-wrapper | |
Target: x86_64-unknown-linux-gnu | |
Configured with: ../configure --with-sysroot=/home/sjackman/.linuxbrew --prefix=/Cellar/gcc/4.9.1 --with-native-system-header-dir=/opt/glibc-sysroot/include --with-build-time-tools=/opt/binutils/bin --with-boot-ldflags='-static-libstdc++ -static-libgcc -L/home/sjackman/.linuxbrew/lib -Wl,-rpath,/home/sjackman/.linuxbrew/lib -Wl,--dynamic-linker=/home/sjackman/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2' --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-4.9 --with-gmp=/home/sjackman/.linuxbrew/opt/gmp --with-mpfr=/home/sjackman/.linuxbrew/opt/mpfr --with-mpc=/home/sjackman/.linuxbrew/opt/libmpc --with-cloog=/home/sjackman/.linuxbrew/opt/cloog --with-isl=/home/sjackman/.linuxbrew/opt/isl --with-system-zlib --enable-libstdcxx-time=yes --enable-stage1-checking --enable-checking=release --enable-lto --disable-werror --with-pkgversion='Homebrew gcc 4.9.1 --with-sysroot --without-multilib' --with-bugurl=https://github.com/Homebrew/homebrew/issues --enable-plugin --disable-nls --disable-multilib | |
Thread model: posix | |
gcc version 4.9.1 (Homebrew gcc 4.9.1 --with-sysroot --without-multilib) | |
configure:5499: $? = 0 | |
configure:5488: /home/sjackman/.linuxbrew/bin/g++-4.9 -V >&5 | |
g++-4.9: error: unrecognized command line option '-V' | |
g++-4.9: fatal error: no input files | |
compilation terminated. | |
configure:5499: $? = 1 | |
configure:5488: /home/sjackman/.linuxbrew/bin/g++-4.9 -qversion >&5 | |
g++-4.9: error: unrecognized command line option '-qversion' | |
g++-4.9: fatal error: no input files | |
compilation terminated. | |
configure:5499: $? = 1 | |
configure:5503: checking whether we are using the GNU C++ compiler | |
configure:5522: /home/sjackman/.linuxbrew/bin/g++-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.cpp >&5 | |
configure:5522: $? = 0 | |
configure:5531: result: yes | |
configure:5540: checking whether /home/sjackman/.linuxbrew/bin/g++-4.9 accepts -g | |
configure:5560: /home/sjackman/.linuxbrew/bin/g++-4.9 -c -g -isystem/home/sjackman/.linuxbrew/include conftest.cpp >&5 | |
configure:5560: $? = 0 | |
configure:5601: result: yes | |
configure:5626: checking dependency style of /home/sjackman/.linuxbrew/bin/g++-4.9 | |
configure:5737: result: none | |
configure:5796: /home/sjackman/.linuxbrew/bin/g++-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.cpp >&5 | |
configure:5796: $? = 0 | |
configure:5815: checking how to run the C preprocessor | |
configure:5846: /home/sjackman/.linuxbrew/bin/gcc-4.9 -E -isystem/home/sjackman/.linuxbrew/include conftest.c | |
configure:5846: $? = 0 | |
configure:5860: /home/sjackman/.linuxbrew/bin/gcc-4.9 -E -isystem/home/sjackman/.linuxbrew/include conftest.c | |
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory | |
#include <ac_nonexistent.h> | |
^ | |
compilation terminated. | |
configure:5860: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PCRE" | |
| #define PACKAGE_TARNAME "pcre" | |
| #define PACKAGE_VERSION "8.35" | |
| #define PACKAGE_STRING "PCRE 8.35" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "pcre" | |
| #define VERSION "8.35" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:5885: result: /home/sjackman/.linuxbrew/bin/gcc-4.9 -E | |
configure:5905: /home/sjackman/.linuxbrew/bin/gcc-4.9 -E -isystem/home/sjackman/.linuxbrew/include conftest.c | |
configure:5905: $? = 0 | |
configure:5919: /home/sjackman/.linuxbrew/bin/gcc-4.9 -E -isystem/home/sjackman/.linuxbrew/include conftest.c | |
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory | |
#include <ac_nonexistent.h> | |
^ | |
compilation terminated. | |
configure:5919: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PCRE" | |
| #define PACKAGE_TARNAME "pcre" | |
| #define PACKAGE_VERSION "8.35" | |
| #define PACKAGE_STRING "PCRE 8.35" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "pcre" | |
| #define VERSION "8.35" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:5948: checking for grep that handles long lines and -e | |
configure:6006: result: /bin/grep | |
configure:6011: checking for egrep | |
configure:6073: result: /bin/grep -E | |
configure:6078: checking for ANSI C header files | |
configure:6098: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
configure:6098: $? = 0 | |
configure:6171: /home/sjackman/.linuxbrew/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include -L/home/sjackman/.linuxbrew/lib -Wl,-rpath,/home/sjackman/.linuxbrew/lib -Wl,--dynamic-linker=/home/sjackman/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 conftest.c >&5 | |
configure:6171: $? = 0 | |
configure:6171: ./conftest | |
configure:6171: $? = 0 | |
configure:6182: result: yes | |
configure:6195: checking for sys/types.h | |
configure:6195: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
configure:6195: $? = 0 | |
configure:6195: result: yes | |
configure:6195: checking for sys/stat.h | |
configure:6195: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
configure:6195: $? = 0 | |
configure:6195: result: yes | |
configure:6195: checking for stdlib.h | |
configure:6195: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
configure:6195: $? = 0 | |
configure:6195: result: yes | |
configure:6195: checking for string.h | |
configure:6195: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
configure:6195: $? = 0 | |
configure:6195: result: yes | |
configure:6195: checking for memory.h | |
configure:6195: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
configure:6195: $? = 0 | |
configure:6195: result: yes | |
configure:6195: checking for strings.h | |
configure:6195: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
configure:6195: $? = 0 | |
configure:6195: result: yes | |
configure:6195: checking for inttypes.h | |
configure:6195: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
configure:6195: $? = 0 | |
configure:6195: result: yes | |
configure:6195: checking for stdint.h | |
configure:6195: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
configure:6195: $? = 0 | |
configure:6195: result: yes | |
configure:6195: checking for unistd.h | |
configure:6195: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
configure:6195: $? = 0 | |
configure:6195: result: yes | |
configure:6207: checking for int64_t | |
configure:6207: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
configure:6207: $? = 0 | |
configure:6207: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:58: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:6207: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PCRE" | |
| #define PACKAGE_TARNAME "pcre" | |
| #define PACKAGE_VERSION "8.35" | |
| #define PACKAGE_STRING "PCRE 8.35" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "pcre" | |
| #define VERSION "8.35" | |
| #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 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| enum { N = 64 / 2 - 1 }; | |
| int | |
| main () | |
| { | |
| 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:6207: result: yes | |
configure:6224: checking build system type | |
configure:6238: result: x86_64-unknown-linux-gnu | |
configure:6258: checking host system type | |
configure:6271: result: x86_64-unknown-linux-gnu | |
configure:6640: checking how to print strings | |
configure:6667: result: printf | |
configure:6688: checking for a sed that does not truncate output | |
configure:6752: result: /home/sjackman/.linuxbrew/bin/sed | |
configure:6770: checking for fgrep | |
configure:6832: result: /bin/grep -F | |
configure:6867: checking for ld used by /home/sjackman/.linuxbrew/bin/gcc-4.9 | |
configure:6934: result: /home/sjackman/.linuxbrew/bin/ld | |
configure:6941: checking if the linker (/home/sjackman/.linuxbrew/bin/ld) is GNU ld | |
configure:6956: result: yes | |
configure:6968: checking for BSD- or MS-compatible name lister (nm) | |
configure:7017: result: /home/sjackman/.linuxbrew/bin/nm -B | |
configure:7147: checking the name lister (/home/sjackman/.linuxbrew/bin/nm -B) interface | |
configure:7154: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
configure:7157: /home/sjackman/.linuxbrew/bin/nm -B "conftest.o" | |
configure:7160: output | |
0000000000000000 B some_variable | |
configure:7167: result: BSD nm | |
configure:7170: checking whether ln -s works | |
configure:7174: result: yes | |
configure:7182: checking the maximum length of command line arguments | |
configure:7312: result: 32768 | |
configure:7329: checking whether the shell understands some XSI constructs | |
configure:7339: result: yes | |
configure:7343: checking whether the shell understands "+=" | |
configure:7349: result: yes | |
configure:7384: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format | |
configure:7424: result: func_convert_file_noop | |
configure:7431: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format | |
configure:7451: result: func_convert_file_noop | |
configure:7458: checking for /home/sjackman/.linuxbrew/bin/ld option to reload object files | |
configure:7465: result: -r | |
configure:7539: checking for objdump | |
configure:7566: result: objdump | |
configure:7595: checking how to recognize dependent libraries | |
configure:7797: result: pass_all | |
configure:7882: checking for dlltool | |
configure:7909: result: dlltool | |
configure:7939: checking how to associate runtime and link libraries | |
configure:7966: result: printf %s\n | |
configure:8090: checking for archiver @FILE support | |
configure:8107: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
configure:8107: $? = 0 | |
configure:8110: ar cru libconftest.a @conftest.lst >&5 | |
configure:8113: $? = 0 | |
configure:8118: ar cru libconftest.a @conftest.lst >&5 | |
ar: conftest.o: No such file or directory | |
configure:8121: $? = 1 | |
configure:8133: result: @ | |
configure:8191: checking for strip | |
configure:8207: found /home/sjackman/.linuxbrew/bin/strip | |
configure:8218: result: strip | |
configure:8290: checking for ranlib | |
configure:8306: found /home/sjackman/.linuxbrew/bin/ranlib | |
configure:8317: result: ranlib | |
configure:8419: checking command to parse /home/sjackman/.linuxbrew/bin/nm -B output from /home/sjackman/.linuxbrew/bin/gcc-4.9 object | |
configure:8539: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
configure:8542: $? = 0 | |
configure:8546: /home/sjackman/.linuxbrew/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:8549: $? = 0 | |
configure:8615: /home/sjackman/.linuxbrew/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include -L/home/sjackman/.linuxbrew/lib -Wl,-rpath,/home/sjackman/.linuxbrew/lib -Wl,--dynamic-linker=/home/sjackman/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 conftest.c conftstm.o >&5 | |
configure:8618: $? = 0 | |
configure:8656: result: ok | |
configure:8693: checking for sysroot | |
configure:8723: result: no | |
configure:8800: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
configure:8803: $? = 0 | |
configure:8979: checking for mt | |
configure:9009: result: no | |
configure:9029: checking if : is a manifest tool | |
configure:9035: : '-?' | |
configure:9043: result: no | |
configure:9682: checking for dlfcn.h | |
configure:9682: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
configure:9682: $? = 0 | |
configure:9682: result: yes | |
configure:9896: checking for objdir | |
configure:9911: result: .libs | |
configure:10182: checking if /home/sjackman/.linuxbrew/bin/gcc-4.9 supports -fno-rtti -fno-exceptions | |
configure:10200: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include -fno-rtti -fno-exceptions conftest.c >&5 | |
configure:10204: $? = 0 | |
configure:10217: result: yes | |
configure:10544: checking for /home/sjackman/.linuxbrew/bin/gcc-4.9 option to produce PIC | |
configure:10551: result: -fPIC -DPIC | |
configure:10559: checking if /home/sjackman/.linuxbrew/bin/gcc-4.9 PIC flag -fPIC -DPIC works | |
configure:10577: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include -fPIC -DPIC -DPIC conftest.c >&5 | |
configure:10581: $? = 0 | |
configure:10594: result: yes | |
configure:10623: checking if /home/sjackman/.linuxbrew/bin/gcc-4.9 static flag -static works | |
configure:10651: result: yes | |
configure:10666: checking if /home/sjackman/.linuxbrew/bin/gcc-4.9 supports -c -o file.o | |
configure:10687: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include -o out/conftest2.o conftest.c >&5 | |
configure:10691: $? = 0 | |
configure:10713: result: yes | |
configure:10721: checking if /home/sjackman/.linuxbrew/bin/gcc-4.9 supports -c -o file.o | |
configure:10768: result: yes | |
configure:10801: checking whether the /home/sjackman/.linuxbrew/bin/gcc-4.9 linker (/home/sjackman/.linuxbrew/bin/ld -m elf_x86_64) supports shared libraries | |
configure:11954: result: yes | |
configure:11991: checking whether -lc should be explicitly linked in | |
configure:11999: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
configure:12002: $? = 0 | |
configure:12017: /home/sjackman/.linuxbrew/bin/gcc-4.9 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 | |
configure:12020: $? = 0 | |
configure:12034: result: no | |
configure:12194: checking dynamic linker characteristics | |
configure:12705: /home/sjackman/.linuxbrew/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include -L/home/sjackman/.linuxbrew/lib -Wl,-rpath,/home/sjackman/.linuxbrew/lib -Wl,--dynamic-linker=/home/sjackman/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-rpath -Wl,/foo conftest.c >&5 | |
configure:12705: $? = 0 | |
configure:12927: result: GNU/Linux ld.so | |
configure:13034: checking how to hardcode library paths into programs | |
configure:13059: result: immediate | |
configure:13599: checking whether stripping libraries is possible | |
configure:13604: result: yes | |
configure:13639: checking if libtool supports shared libraries | |
configure:13641: result: yes | |
configure:13644: checking whether to build shared libraries | |
configure:13665: result: yes | |
configure:13668: checking whether to build static libraries | |
configure:13672: result: yes | |
configure:13695: checking how to run the C++ preprocessor | |
configure:13722: /home/sjackman/.linuxbrew/bin/g++-4.9 -E -isystem/home/sjackman/.linuxbrew/include conftest.cpp | |
configure:13722: $? = 0 | |
configure:13736: /home/sjackman/.linuxbrew/bin/g++-4.9 -E -isystem/home/sjackman/.linuxbrew/include conftest.cpp | |
conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory | |
#include <ac_nonexistent.h> | |
^ | |
compilation terminated. | |
configure:13736: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PCRE" | |
| #define PACKAGE_TARNAME "pcre" | |
| #define PACKAGE_VERSION "8.35" | |
| #define PACKAGE_STRING "PCRE 8.35" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "pcre" | |
| #define VERSION "8.35" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:13761: result: /home/sjackman/.linuxbrew/bin/g++-4.9 -E | |
configure:13781: /home/sjackman/.linuxbrew/bin/g++-4.9 -E -isystem/home/sjackman/.linuxbrew/include conftest.cpp | |
configure:13781: $? = 0 | |
configure:13795: /home/sjackman/.linuxbrew/bin/g++-4.9 -E -isystem/home/sjackman/.linuxbrew/include conftest.cpp | |
conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory | |
#include <ac_nonexistent.h> | |
^ | |
compilation terminated. | |
configure:13795: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PCRE" | |
| #define PACKAGE_TARNAME "pcre" | |
| #define PACKAGE_VERSION "8.35" | |
| #define PACKAGE_STRING "PCRE 8.35" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "pcre" | |
| #define VERSION "8.35" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:13964: checking for ld used by /home/sjackman/.linuxbrew/bin/g++-4.9 | |
configure:14031: result: /home/sjackman/.linuxbrew/bin/ld -m elf_x86_64 | |
configure:14038: checking if the linker (/home/sjackman/.linuxbrew/bin/ld -m elf_x86_64) is GNU ld | |
configure:14053: result: yes | |
configure:14108: checking whether the /home/sjackman/.linuxbrew/bin/g++-4.9 linker (/home/sjackman/.linuxbrew/bin/ld -m elf_x86_64) supports shared libraries | |
configure:15113: result: yes | |
configure:15149: /home/sjackman/.linuxbrew/bin/g++-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.cpp >&5 | |
configure:15152: $? = 0 | |
configure:15672: checking for /home/sjackman/.linuxbrew/bin/g++-4.9 option to produce PIC | |
configure:15679: result: -fPIC -DPIC | |
configure:15687: checking if /home/sjackman/.linuxbrew/bin/g++-4.9 PIC flag -fPIC -DPIC works | |
configure:15705: /home/sjackman/.linuxbrew/bin/g++-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include -fPIC -DPIC -DPIC conftest.cpp >&5 | |
configure:15709: $? = 0 | |
configure:15722: result: yes | |
configure:15745: checking if /home/sjackman/.linuxbrew/bin/g++-4.9 static flag -static works | |
configure:15773: result: yes | |
configure:15785: checking if /home/sjackman/.linuxbrew/bin/g++-4.9 supports -c -o file.o | |
configure:15806: /home/sjackman/.linuxbrew/bin/g++-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include -o out/conftest2.o conftest.cpp >&5 | |
configure:15810: $? = 0 | |
configure:15832: result: yes | |
configure:15837: checking if /home/sjackman/.linuxbrew/bin/g++-4.9 supports -c -o file.o | |
configure:15884: result: yes | |
configure:15914: checking whether the /home/sjackman/.linuxbrew/bin/g++-4.9 linker (/home/sjackman/.linuxbrew/bin/ld -m elf_x86_64) supports shared libraries | |
configure:15950: result: yes | |
configure:16091: checking dynamic linker characteristics | |
configure:16758: result: GNU/Linux ld.so | |
configure:16811: checking how to hardcode library paths into programs | |
configure:16836: result: immediate | |
configure:16897: checking whether ln -s works | |
configure:16901: result: yes | |
configure:16917: checking whether the -Werror option is usable | |
configure:16936: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -Werror -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
configure:16936: $? = 0 | |
configure:16945: result: yes | |
configure:16947: checking for simple visibility declarations | |
configure:16974: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -fvisibility=hidden -Werror -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
configure:16974: $? = 0 | |
configure:16983: result: yes | |
configure:17452: checking for ANSI C header files | |
configure:17556: result: yes | |
configure:17567: checking limits.h usability | |
configure:17567: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
configure:17567: $? = 0 | |
configure:17567: result: yes | |
configure:17567: checking limits.h presence | |
configure:17567: /home/sjackman/.linuxbrew/bin/gcc-4.9 -E -isystem/home/sjackman/.linuxbrew/include conftest.c | |
configure:17567: $? = 0 | |
configure:17567: result: yes | |
configure:17567: checking for limits.h | |
configure:17567: result: yes | |
configure:17567: checking for sys/types.h | |
configure:17567: result: yes | |
configure:17567: checking for sys/stat.h | |
configure:17567: result: yes | |
configure:17567: checking dirent.h usability | |
configure:17567: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
configure:17567: $? = 0 | |
configure:17567: result: yes | |
configure:17567: checking dirent.h presence | |
configure:17567: /home/sjackman/.linuxbrew/bin/gcc-4.9 -E -isystem/home/sjackman/.linuxbrew/include conftest.c | |
configure:17567: $? = 0 | |
configure:17567: result: yes | |
configure:17567: checking for dirent.h | |
configure:17567: result: yes | |
configure:17579: checking windows.h usability | |
configure:17579: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
conftest.c:69:21: fatal error: windows.h: No such file or directory | |
#include <windows.h> | |
^ | |
compilation terminated. | |
configure:17579: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PCRE" | |
| #define PACKAGE_TARNAME "pcre" | |
| #define PACKAGE_VERSION "8.35" | |
| #define PACKAGE_STRING "PCRE 8.35" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "pcre" | |
| #define VERSION "8.35" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_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 STDC_HEADERS 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 <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <windows.h> | |
configure:17579: result: no | |
configure:17579: checking windows.h presence | |
configure:17579: /home/sjackman/.linuxbrew/bin/gcc-4.9 -E -isystem/home/sjackman/.linuxbrew/include conftest.c | |
conftest.c:36:21: fatal error: windows.h: No such file or directory | |
#include <windows.h> | |
^ | |
compilation terminated. | |
configure:17579: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PCRE" | |
| #define PACKAGE_TARNAME "pcre" | |
| #define PACKAGE_VERSION "8.35" | |
| #define PACKAGE_STRING "PCRE 8.35" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "pcre" | |
| #define VERSION "8.35" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_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 STDC_HEADERS 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 <windows.h> | |
configure:17579: result: no | |
configure:17579: checking for windows.h | |
configure:17579: result: no | |
configure:17615: checking for alias support in the linker | |
configure:17634: /home/sjackman/.linuxbrew/bin/g++-4.9 -o conftest -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include -L/home/sjackman/.linuxbrew/lib -Wl,-rpath,/home/sjackman/.linuxbrew/lib -Wl,--dynamic-linker=/home/sjackman/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-alias,__ZN7pcrecpp2RE6no_argE,__ZN7pcrecpp6no_argE conftest.cpp >&5 | |
/home/sjackman/.linuxbrew/bin/ld: unrecognized -a option `lias' | |
collect2: error: ld returned 1 exit status | |
configure:17634: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PCRE" | |
| #define PACKAGE_TARNAME "pcre" | |
| #define PACKAGE_VERSION "8.35" | |
| #define PACKAGE_STRING "PCRE 8.35" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "pcre" | |
| #define VERSION "8.35" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_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 STDC_HEADERS 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 () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:17640: result: no | |
configure:17615: checking for alias support in the linker | |
configure:17634: /home/sjackman/.linuxbrew/bin/g++-4.9 -o conftest -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include -L/home/sjackman/.linuxbrew/lib -Wl,-rpath,/home/sjackman/.linuxbrew/lib -Wl,--dynamic-linker=/home/sjackman/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 -Wl,-i__ZN7pcrecpp6no_argE:__ZN7pcrecpp2RE6no_argE conftest.cpp >&5 | |
/home/sjackman/.linuxbrew/bin/ld: bad -rpath option | |
collect2: error: ld returned 1 exit status | |
configure:17634: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PCRE" | |
| #define PACKAGE_TARNAME "pcre" | |
| #define PACKAGE_VERSION "8.35" | |
| #define PACKAGE_STRING "PCRE 8.35" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "pcre" | |
| #define VERSION "8.35" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_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 STDC_HEADERS 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 () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:17640: result: no | |
configure:17654: checking string usability | |
configure:17654: /home/sjackman/.linuxbrew/bin/g++-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.cpp >&5 | |
configure:17654: $? = 0 | |
configure:17654: result: yes | |
configure:17654: checking string presence | |
configure:17654: /home/sjackman/.linuxbrew/bin/g++-4.9 -E -isystem/home/sjackman/.linuxbrew/include conftest.cpp | |
configure:17654: $? = 0 | |
configure:17654: result: yes | |
configure:17654: checking for string | |
configure:17654: result: yes | |
configure:17668: checking bits/type_traits.h usability | |
configure:17668: /home/sjackman/.linuxbrew/bin/g++-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.cpp >&5 | |
conftest.cpp:70:30: fatal error: bits/type_traits.h: No such file or directory | |
#include <bits/type_traits.h> | |
^ | |
compilation terminated. | |
configure:17668: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PCRE" | |
| #define PACKAGE_TARNAME "pcre" | |
| #define PACKAGE_VERSION "8.35" | |
| #define PACKAGE_STRING "PCRE 8.35" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "pcre" | |
| #define VERSION "8.35" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_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 STDC_HEADERS 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 <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <bits/type_traits.h> | |
configure:17668: result: no | |
configure:17668: checking bits/type_traits.h presence | |
configure:17668: /home/sjackman/.linuxbrew/bin/g++-4.9 -E -isystem/home/sjackman/.linuxbrew/include conftest.cpp | |
conftest.cpp:37:30: fatal error: bits/type_traits.h: No such file or directory | |
#include <bits/type_traits.h> | |
^ | |
compilation terminated. | |
configure:17668: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PCRE" | |
| #define PACKAGE_TARNAME "pcre" | |
| #define PACKAGE_VERSION "8.35" | |
| #define PACKAGE_STRING "PCRE 8.35" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "pcre" | |
| #define VERSION "8.35" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_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 STDC_HEADERS 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 <bits/type_traits.h> | |
configure:17668: result: no | |
configure:17668: checking for bits/type_traits.h | |
configure:17668: result: no | |
configure:17682: checking type_traits.h usability | |
configure:17682: /home/sjackman/.linuxbrew/bin/g++-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.cpp >&5 | |
conftest.cpp:70:25: fatal error: type_traits.h: No such file or directory | |
#include <type_traits.h> | |
^ | |
compilation terminated. | |
configure:17682: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PCRE" | |
| #define PACKAGE_TARNAME "pcre" | |
| #define PACKAGE_VERSION "8.35" | |
| #define PACKAGE_STRING "PCRE 8.35" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "pcre" | |
| #define VERSION "8.35" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_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 STDC_HEADERS 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 <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <type_traits.h> | |
configure:17682: result: no | |
configure:17682: checking type_traits.h presence | |
configure:17682: /home/sjackman/.linuxbrew/bin/g++-4.9 -E -isystem/home/sjackman/.linuxbrew/include conftest.cpp | |
conftest.cpp:37:25: fatal error: type_traits.h: No such file or directory | |
#include <type_traits.h> | |
^ | |
compilation terminated. | |
configure:17682: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PCRE" | |
| #define PACKAGE_TARNAME "pcre" | |
| #define PACKAGE_VERSION "8.35" | |
| #define PACKAGE_STRING "PCRE 8.35" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "pcre" | |
| #define VERSION "8.35" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_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 STDC_HEADERS 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 <type_traits.h> | |
configure:17682: result: no | |
configure:17682: checking for type_traits.h | |
configure:17682: result: no | |
configure:17708: checking for strtoq | |
configure:17726: /home/sjackman/.linuxbrew/bin/g++-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.cpp >&5 | |
configure:17726: $? = 0 | |
configure:17727: result: yes | |
configure:17744: checking for long long | |
configure:17744: /home/sjackman/.linuxbrew/bin/g++-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.cpp >&5 | |
configure:17744: $? = 0 | |
configure:17744: /home/sjackman/.linuxbrew/bin/g++-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.cpp >&5 | |
conftest.cpp: In function 'int main()': | |
conftest.cpp:74:14: error: expected primary-expression before 'long' | |
if (sizeof ((long long))) | |
^ | |
conftest.cpp:74:14: error: expected ')' before 'long' | |
conftest.cpp:75:14: error: expected ')' before ';' token | |
return 0; | |
^ | |
conftest.cpp:75:14: error: expected ')' before ';' token | |
configure:17744: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PCRE" | |
| #define PACKAGE_TARNAME "pcre" | |
| #define PACKAGE_VERSION "8.35" | |
| #define PACKAGE_STRING "PCRE 8.35" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "pcre" | |
| #define VERSION "8.35" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_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 STDC_HEADERS 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 <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((long long))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17744: result: yes | |
configure:17756: checking for unsigned long long | |
configure:17756: /home/sjackman/.linuxbrew/bin/g++-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.cpp >&5 | |
configure:17756: $? = 0 | |
configure:17756: /home/sjackman/.linuxbrew/bin/g++-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.cpp >&5 | |
conftest.cpp: In function 'int main()': | |
conftest.cpp:75:14: error: expected primary-expression before 'unsigned' | |
if (sizeof ((unsigned long long))) | |
^ | |
conftest.cpp:75:14: error: expected ')' before 'unsigned' | |
conftest.cpp:76:14: error: expected ')' before ';' token | |
return 0; | |
^ | |
conftest.cpp:76:14: error: expected ')' before ';' token | |
configure:17756: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PCRE" | |
| #define PACKAGE_TARNAME "pcre" | |
| #define PACKAGE_VERSION "8.35" | |
| #define PACKAGE_STRING "PCRE 8.35" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "pcre" | |
| #define VERSION "8.35" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_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 STDC_HEADERS 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 <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((unsigned long long))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17756: result: yes | |
configure:17854: checking for an ANSI C-conforming const | |
configure:17920: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
configure:17920: $? = 0 | |
configure:17927: result: yes | |
configure:17935: checking for size_t | |
configure:17935: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
configure:17935: $? = 0 | |
configure:17935: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:76:21: error: expected expression before ')' token | |
if (sizeof ((size_t))) | |
^ | |
configure:17935: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PCRE" | |
| #define PACKAGE_TARNAME "pcre" | |
| #define PACKAGE_VERSION "8.35" | |
| #define PACKAGE_STRING "PCRE 8.35" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "pcre" | |
| #define VERSION "8.35" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_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 STDC_HEADERS 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 <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((size_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17935: result: yes | |
configure:17952: checking for bcopy | |
configure:17952: /home/sjackman/.linuxbrew/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include -L/home/sjackman/.linuxbrew/lib -Wl,-rpath,/home/sjackman/.linuxbrew/lib -Wl,--dynamic-linker=/home/sjackman/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 conftest.c >&5 | |
configure:17952: $? = 0 | |
configure:17952: result: yes | |
configure:17952: checking for memmove | |
configure:17952: /home/sjackman/.linuxbrew/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include -L/home/sjackman/.linuxbrew/lib -Wl,-rpath,/home/sjackman/.linuxbrew/lib -Wl,--dynamic-linker=/home/sjackman/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 conftest.c >&5 | |
configure:17952: $? = 0 | |
configure:17952: result: yes | |
configure:17952: checking for strerror | |
configure:17952: /home/sjackman/.linuxbrew/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include -L/home/sjackman/.linuxbrew/lib -Wl,-rpath,/home/sjackman/.linuxbrew/lib -Wl,--dynamic-linker=/home/sjackman/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 conftest.c >&5 | |
configure:17952: $? = 0 | |
configure:17952: result: yes | |
configure:17966: checking zlib.h usability | |
configure:17966: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
configure:17966: $? = 0 | |
configure:17966: result: yes | |
configure:17966: checking zlib.h presence | |
configure:17966: /home/sjackman/.linuxbrew/bin/gcc-4.9 -E -isystem/home/sjackman/.linuxbrew/include conftest.c | |
configure:17966: $? = 0 | |
configure:17966: result: yes | |
configure:17966: checking for zlib.h | |
configure:17966: result: yes | |
configure:17976: checking for gzopen in -lz | |
configure:18001: /home/sjackman/.linuxbrew/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include -L/home/sjackman/.linuxbrew/lib -Wl,-rpath,/home/sjackman/.linuxbrew/lib -Wl,--dynamic-linker=/home/sjackman/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 conftest.c -lz >&5 | |
configure:18001: $? = 0 | |
configure:18010: result: yes | |
configure:18035: checking bzlib.h usability | |
configure:18035: /home/sjackman/.linuxbrew/bin/gcc-4.9 -c -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include conftest.c >&5 | |
configure:18035: $? = 0 | |
configure:18035: result: yes | |
configure:18035: checking bzlib.h presence | |
configure:18035: /home/sjackman/.linuxbrew/bin/gcc-4.9 -E -isystem/home/sjackman/.linuxbrew/include conftest.c | |
configure:18035: $? = 0 | |
configure:18035: result: yes | |
configure:18035: checking for bzlib.h | |
configure:18035: result: yes | |
configure:18050: checking for libbz2 | |
configure:18068: /home/sjackman/.linuxbrew/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include -L/home/sjackman/.linuxbrew/lib -Wl,-rpath,/home/sjackman/.linuxbrew/lib -Wl,--dynamic-linker=/home/sjackman/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 conftest.c -lbz2 >&5 | |
configure:18068: $? = 0 | |
configure:18069: result: yes | |
configure:18655: checking for the pthreads library -lpthreads | |
configure:18693: /home/sjackman/.linuxbrew/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include -L/home/sjackman/.linuxbrew/lib -Wl,-rpath,/home/sjackman/.linuxbrew/lib -Wl,--dynamic-linker=/home/sjackman/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 conftest.c -lpthreads >&5 | |
/home/sjackman/.linuxbrew/bin/ld: cannot find -lpthreads | |
collect2: error: ld returned 1 exit status | |
configure:18693: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PCRE" | |
| #define PACKAGE_TARNAME "pcre" | |
| #define PACKAGE_VERSION "8.35" | |
| #define PACKAGE_STRING "PCRE 8.35" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "pcre" | |
| #define VERSION "8.35" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_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 STDC_HEADERS 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 SUPPORT_PCRE16 /**/ | |
| #define SUPPORT_PCRE32 /**/ | |
| /* end confdefs.h. */ | |
| #include <pthread.h> | |
| static void routine(void *a) { a = 0; } | |
| static void *start_routine(void *a) { return a; } | |
| int | |
| main () | |
| { | |
| pthread_t th; pthread_attr_t attr; | |
| pthread_create(&th, 0, start_routine, 0); | |
| pthread_join(th, 0); | |
| pthread_attr_init(&attr); | |
| pthread_cleanup_push(routine, 0); | |
| pthread_cleanup_pop(0) /* ; */ | |
| ; | |
| return 0; | |
| } | |
configure:18702: result: no | |
configure:18600: checking whether pthreads work without any flags | |
configure:18693: /home/sjackman/.linuxbrew/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include -L/home/sjackman/.linuxbrew/lib -Wl,-rpath,/home/sjackman/.linuxbrew/lib -Wl,--dynamic-linker=/home/sjackman/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 conftest.c >&5 | |
/tmp/ccVacodO.o: In function `main': | |
conftest.c:(.text.startup+0x14): undefined reference to `pthread_create' | |
conftest.c:(.text.startup+0x1f): undefined reference to `pthread_join' | |
conftest.c:(.text.startup+0x54): undefined reference to `__pthread_register_cancel' | |
conftest.c:(.text.startup+0x5e): undefined reference to `__pthread_unregister_cancel' | |
collect2: error: ld returned 1 exit status | |
configure:18693: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PCRE" | |
| #define PACKAGE_TARNAME "pcre" | |
| #define PACKAGE_VERSION "8.35" | |
| #define PACKAGE_STRING "PCRE 8.35" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "pcre" | |
| #define VERSION "8.35" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_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 STDC_HEADERS 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 SUPPORT_PCRE16 /**/ | |
| #define SUPPORT_PCRE32 /**/ | |
| /* end confdefs.h. */ | |
| #include <pthread.h> | |
| static void routine(void *a) { a = 0; } | |
| static void *start_routine(void *a) { return a; } | |
| int | |
| main () | |
| { | |
| pthread_t th; pthread_attr_t attr; | |
| pthread_create(&th, 0, start_routine, 0); | |
| pthread_join(th, 0); | |
| pthread_attr_init(&attr); | |
| pthread_cleanup_push(routine, 0); | |
| pthread_cleanup_pop(0) /* ; */ | |
| ; | |
| return 0; | |
| } | |
configure:18702: result: no | |
configure:18605: checking whether pthreads work with -Kthread | |
configure:18693: /home/sjackman/.linuxbrew/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -Kthread -isystem/home/sjackman/.linuxbrew/include -L/home/sjackman/.linuxbrew/lib -Wl,-rpath,/home/sjackman/.linuxbrew/lib -Wl,--dynamic-linker=/home/sjackman/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 conftest.c >&5 | |
gcc-4.9: error: unrecognized command line option '-Kthread' | |
configure:18693: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PCRE" | |
| #define PACKAGE_TARNAME "pcre" | |
| #define PACKAGE_VERSION "8.35" | |
| #define PACKAGE_STRING "PCRE 8.35" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "pcre" | |
| #define VERSION "8.35" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_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 STDC_HEADERS 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 SUPPORT_PCRE16 /**/ | |
| #define SUPPORT_PCRE32 /**/ | |
| /* end confdefs.h. */ | |
| #include <pthread.h> | |
| static void routine(void *a) { a = 0; } | |
| static void *start_routine(void *a) { return a; } | |
| int | |
| main () | |
| { | |
| pthread_t th; pthread_attr_t attr; | |
| pthread_create(&th, 0, start_routine, 0); | |
| pthread_join(th, 0); | |
| pthread_attr_init(&attr); | |
| pthread_cleanup_push(routine, 0); | |
| pthread_cleanup_pop(0) /* ; */ | |
| ; | |
| return 0; | |
| } | |
configure:18702: result: no | |
configure:18605: checking whether pthreads work with -kthread | |
configure:18693: /home/sjackman/.linuxbrew/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -kthread -isystem/home/sjackman/.linuxbrew/include -L/home/sjackman/.linuxbrew/lib -Wl,-rpath,/home/sjackman/.linuxbrew/lib -Wl,--dynamic-linker=/home/sjackman/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 conftest.c >&5 | |
gcc-4.9: error: unrecognized command line option '-kthread' | |
configure:18693: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PCRE" | |
| #define PACKAGE_TARNAME "pcre" | |
| #define PACKAGE_VERSION "8.35" | |
| #define PACKAGE_STRING "PCRE 8.35" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "pcre" | |
| #define VERSION "8.35" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_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 STDC_HEADERS 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 SUPPORT_PCRE16 /**/ | |
| #define SUPPORT_PCRE32 /**/ | |
| /* end confdefs.h. */ | |
| #include <pthread.h> | |
| static void routine(void *a) { a = 0; } | |
| static void *start_routine(void *a) { return a; } | |
| int | |
| main () | |
| { | |
| pthread_t th; pthread_attr_t attr; | |
| pthread_create(&th, 0, start_routine, 0); | |
| pthread_join(th, 0); | |
| pthread_attr_init(&attr); | |
| pthread_cleanup_push(routine, 0); | |
| pthread_cleanup_pop(0) /* ; */ | |
| ; | |
| return 0; | |
| } | |
configure:18702: result: no | |
configure:18655: checking for the pthreads library -llthread | |
configure:18693: /home/sjackman/.linuxbrew/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -isystem/home/sjackman/.linuxbrew/include -L/home/sjackman/.linuxbrew/lib -Wl,-rpath,/home/sjackman/.linuxbrew/lib -Wl,--dynamic-linker=/home/sjackman/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 conftest.c -llthread >&5 | |
/home/sjackman/.linuxbrew/bin/ld: cannot find -llthread | |
collect2: error: ld returned 1 exit status | |
configure:18693: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "PCRE" | |
| #define PACKAGE_TARNAME "pcre" | |
| #define PACKAGE_VERSION "8.35" | |
| #define PACKAGE_STRING "PCRE 8.35" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "pcre" | |
| #define VERSION "8.35" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_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 STDC_HEADERS 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 SUPPORT_PCRE16 /**/ | |
| #define SUPPORT_PCRE32 /**/ | |
| /* end confdefs.h. */ | |
| #include <pthread.h> | |
| static void routine(void *a) { a = 0; } | |
| static void *start_routine(void *a) { return a; } | |
| int | |
| main () | |
| { | |
| pthread_t th; pthread_attr_t attr; | |
| pthread_create(&th, 0, start_routine, 0); | |
| pthread_join(th, 0); | |
| pthread_attr_init(&attr); | |
| pthread_cleanup_push(routine, 0); | |
| pthread_cleanup_pop(0) /* ; */ | |
| ; | |
| return 0; | |
| } | |
configure:18702: result: no | |
configure:18605: checking whether pthreads work with -pthread | |
configure:18693: /home/sjackman/.linuxbrew/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -pthread -isystem/home/sjackman/.linuxbrew/include -L/home/sjackman/.linuxbrew/lib -Wl,-rpath,/home/sjackman/.linuxbrew/lib -Wl,--dynamic-linker=/home/sjackman/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 conftest.c >&5 | |
configure:18693: $? = 0 | |
configure:18702: result: yes | |
configure:18721: checking for joinable pthread attribute | |
configure:18736: /home/sjackman/.linuxbrew/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -pthread -isystem/home/sjackman/.linuxbrew/include -L/home/sjackman/.linuxbrew/lib -Wl,-rpath,/home/sjackman/.linuxbrew/lib -Wl,--dynamic-linker=/home/sjackman/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 conftest.c >&5 | |
configure:18736: $? = 0 | |
configure:18742: result: PTHREAD_CREATE_JOINABLE | |
configure:18752: checking if more special flags are required for pthreads | |
configure:18766: result: no | |
configure:18772: checking for PTHREAD_PRIO_INHERIT | |
configure:18790: /home/sjackman/.linuxbrew/bin/gcc-4.9 -o conftest -Os -w -pipe -march=core2 -pthread -isystem/home/sjackman/.linuxbrew/include -L/home/sjackman/.linuxbrew/lib -Wl,-rpath,/home/sjackman/.linuxbrew/lib -Wl,--dynamic-linker=/home/sjackman/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2 conftest.c >&5 | |
configure:18790: $? = 0 | |
configure:18799: result: yes | |
configure:19645: checking that generated files are newer than configure | |
configure:19651: result: done | |
configure:19718: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by PCRE config.status 8.35, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on xhost14 | |
config.status:1257: creating Makefile | |
config.status:1257: creating libpcre.pc | |
config.status:1257: creating libpcre16.pc | |
config.status:1257: creating libpcre32.pc | |
config.status:1257: creating libpcreposix.pc | |
config.status:1257: creating libpcrecpp.pc | |
config.status:1257: creating pcre-config | |
config.status:1257: creating pcre.h | |
config.status:1257: creating pcre_stringpiece.h | |
config.status:1257: creating pcrecpparg.h | |
config.status:1257: creating config.h | |
config.status:1486: executing depfiles commands | |
config.status:1486: executing libtool commands | |
config.status:1486: executing script-chmod commands | |
config.status:1486: executing delete-old-chartables commands | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-unknown-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=set | |
ac_cv_env_CC_value=/home/sjackman/.linuxbrew/bin/gcc-4.9 | |
ac_cv_env_CFLAGS_set=set | |
ac_cv_env_CFLAGS_value='-Os -w -pipe -march=core2' | |
ac_cv_env_CPPFLAGS_set=set | |
ac_cv_env_CPPFLAGS_value=-isystem/home/sjackman/.linuxbrew/include | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_CXXCPP_set= | |
ac_cv_env_CXXCPP_value= | |
ac_cv_env_CXXFLAGS_set=set | |
ac_cv_env_CXXFLAGS_value='-Os -w -pipe -march=core2' | |
ac_cv_env_CXX_set=set | |
ac_cv_env_CXX_value=/home/sjackman/.linuxbrew/bin/g++-4.9 | |
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=set | |
ac_cv_env_LDFLAGS_value='-L/home/sjackman/.linuxbrew/lib -Wl,-rpath,/home/sjackman/.linuxbrew/lib -Wl,--dynamic-linker=/home/sjackman/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2' | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_PKG_CONFIG_LIBDIR_set=set | |
ac_cv_env_PKG_CONFIG_LIBDIR_value=/home/sjackman/.linuxbrew/lib/pkgconfig:/usr/lib/pkgconfig | |
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_memory_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stdint_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-unknown-linux-gnu | |
ac_cv_lib_z_gzopen=yes | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/bin/grep -E' | |
ac_cv_path_FGREP='/bin/grep -F' | |
ac_cv_path_GREP=/bin/grep | |
ac_cv_path_SED=/home/sjackman/.linuxbrew/bin/sed | |
ac_cv_path_install='/home/sjackman/.linuxbrew/bin/ginstall -c' | |
ac_cv_path_mkdir=/home/sjackman/.linuxbrew/bin/gmkdir | |
ac_cv_prog_AWK=gawk | |
ac_cv_prog_CPP='/home/sjackman/.linuxbrew/bin/gcc-4.9 -E' | |
ac_cv_prog_CXXCPP='/home/sjackman/.linuxbrew/bin/g++-4.9 -E' | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=/home/sjackman/.linuxbrew/bin/gcc-4.9 | |
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_c89= | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_cxx_g=yes | |
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=none | |
am_cv_CXX_dependencies_compiler_type=none | |
am_cv_ar_interface=ar | |
am_cv_make_support_nested_variables=yes | |
am_cv_prog_cc_c_o=yes | |
ax_cv_PTHREAD_PRIO_INHERIT=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=/home/sjackman/.linuxbrew/bin/ld | |
lt_cv_path_LDCXX='/home/sjackman/.linuxbrew/bin/ld -m elf_x86_64' | |
lt_cv_path_NM='/home/sjackman/.linuxbrew/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=yes | |
lt_cv_prog_compiler_static_works=yes | |
lt_cv_prog_compiler_static_works_CXX=yes | |
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]* \([^ ]*\) \([^ ]*\)$/ {"\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/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' | |
lt_cv_sys_max_cmd_len=32768 | |
lt_cv_to_host_file_cmd=func_convert_file_noop | |
lt_cv_to_tool_file_cmd=func_convert_file_noop | |
pcre_cv_cc_vis_werror=yes | |
pcre_cv_cc_visibility=yes | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /var/tmp/sjackman/pcre-dwn669/pcre-8.35/missing aclocal-1.14' | |
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} /var/tmp/sjackman/pcre-dwn669/pcre-8.35/missing autoconf' | |
AUTOHEADER='${SHELL} /var/tmp/sjackman/pcre-dwn669/pcre-8.35/missing autoheader' | |
AUTOMAKE='${SHELL} /var/tmp/sjackman/pcre-dwn669/pcre-8.35/missing automake-1.14' | |
AWK='gawk' | |
CC='/home/sjackman/.linuxbrew/bin/gcc-4.9' | |
CCDEPMODE='depmode=none' | |
CFLAGS='-pthread -Os -w -pipe -march=core2' | |
CPP='/home/sjackman/.linuxbrew/bin/gcc-4.9 -E' | |
CPPFLAGS='-isystem/home/sjackman/.linuxbrew/include' | |
CXX='/home/sjackman/.linuxbrew/bin/g++-4.9' | |
CXXCPP='/home/sjackman/.linuxbrew/bin/g++-4.9 -E' | |
CXXDEPMODE='depmode=none' | |
CXXFLAGS='-Os -w -pipe -march=core2' | |
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='/bin/grep -E' | |
EXEEXT='' | |
EXTRA_LIBPCRE16_LDFLAGS=' -version-info 2:3:2' | |
EXTRA_LIBPCRE32_LDFLAGS=' -version-info 0:3:0' | |
EXTRA_LIBPCRECPP_LDFLAGS=' -version-info 0:0:0 ' | |
EXTRA_LIBPCREPOSIX_LDFLAGS=' -version-info 0:2:0' | |
EXTRA_LIBPCRE_LDFLAGS=' -version-info 3:3:2' | |
FGREP='/bin/grep -F' | |
GCOV_CFLAGS='' | |
GCOV_CXXFLAGS='' | |
GCOV_LIBS='' | |
GENHTML='' | |
GREP='/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='/home/sjackman/.linuxbrew/bin/ld -m elf_x86_64' | |
LDFLAGS='-L/home/sjackman/.linuxbrew/lib -Wl,-rpath,/home/sjackman/.linuxbrew/lib -Wl,--dynamic-linker=/home/sjackman/.linuxbrew/opt/glibc/lib/ld-linux-x86-64.so.2' | |
LIBBZ2='-lbz2' | |
LIBOBJS='' | |
LIBREADLINE='' | |
LIBS=' ' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIBZ='-lz' | |
LIPO='' | |
LN_S='ln -s' | |
LTLIBOBJS='' | |
MAKEINFO='${SHELL} /var/tmp/sjackman/pcre-dwn669/pcre-8.35/missing makeinfo' | |
MANIFEST_TOOL=':' | |
MKDIR_P='/home/sjackman/.linuxbrew/bin/gmkdir -p' | |
NM='/home/sjackman/.linuxbrew/bin/nm -B' | |
NMEDIT='' | |
OBJDUMP='objdump' | |
OBJEXT='o' | |
OTOOL64='' | |
OTOOL='' | |
PACKAGE='pcre' | |
PACKAGE_BUGREPORT='' | |
PACKAGE_NAME='PCRE' | |
PACKAGE_STRING='PCRE 8.35' | |
PACKAGE_TARNAME='pcre' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='8.35' | |
PATH_SEPARATOR=':' | |
PCRE_DATE='2014-04-04' | |
PCRE_MAJOR='8' | |
PCRE_MINOR='35' | |
PCRE_PRERELEASE='' | |
PCRE_STATIC_CFLAG='' | |
PKG_CONFIG='' | |
PKG_CONFIG_LIBDIR='/home/sjackman/.linuxbrew/lib/pkgconfig:/usr/lib/pkgconfig' | |
PKG_CONFIG_PATH='' | |
PTHREAD_CC='/home/sjackman/.linuxbrew/bin/gcc-4.9' | |
PTHREAD_CFLAGS='-pthread' | |
PTHREAD_LIBS='' | |
RANLIB='ranlib' | |
SED='/home/sjackman/.linuxbrew/bin/sed' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
SHTOOL='' | |
STRIP='strip' | |
VALGRIND_CFLAGS='' | |
VALGRIND_LIBS='' | |
VERSION='8.35' | |
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='/home/sjackman/.linuxbrew/bin/gcc-4.9' | |
ac_ct_CXX='' | |
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='' | |
am__quote='' | |
am__tar='$${TAR-tar} chof - "$$tardir"' | |
am__untar='$${TAR-tar} xf -' | |
ax_pthread_config='' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-unknown-linux-gnu' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='linux-gnu' | |
build_vendor='unknown' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
enable_cpp='yes' | |
enable_pcre16='yes' | |
enable_pcre32='yes' | |
enable_pcre8='yes' | |
exec_prefix='${prefix}' | |
host='x86_64-unknown-linux-gnu' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='linux-gnu' | |
host_vendor='unknown' | |
htmldir='${docdir}/html' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /var/tmp/sjackman/pcre-dwn669/pcre-8.35/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='/home/sjackman/.linuxbrew/Cellar/pcre/8.35' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
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.35" | |
#define PACKAGE_STRING "PCRE 8.35" | |
#define PACKAGE_BUGREPORT "" | |
#define PACKAGE_URL "" | |
#define PACKAGE "pcre" | |
#define VERSION "8.35" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_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 STDC_HEADERS 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 SUPPORT_PCRE16 /**/ | |
#define SUPPORT_PCRE32 /**/ | |
#define HAVE_PTHREAD_PRIO_INHERIT 1 | |
#define HAVE_PTHREAD 1 | |
#define SUPPORT_JIT /**/ | |
#define SUPPORT_PCREGREP_JIT /**/ | |
#define SUPPORT_UTF /**/ | |
#define SUPPORT_UCP /**/ | |
#define SUPPORT_LIBZ /**/ | |
#define SUPPORT_LIBBZ2 /**/ | |
#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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PCRE C library tests using test data from ./testdata | |
PCRE version 8.35 2014-04-04 | |
---- Testing 8-bit library ---- | |
Test 1: Main functionality (Compatible with Perl >= 5.10) | |
OK | |
OK with study | |
OK with JIT study | |
Test 2: API, errors, internals, and non-Perl stuff (not UTF-8) | |
--- ./testdata/testoutput2 2014-03-10 09:28:08.000000000 -0700 | |
+++ testtry 2014-09-04 09:55:24.000000000 -0700 | |
@@ -5821,13 +5821,16 @@ | |
No match | |
/a{11111111111111111111}/I | |
-Failed: number too big in {} quantifier at offset 22 | |
+Capturing subpattern count = 0 | |
+No options | |
+First char = 'a' | |
+No need char | |
/(){64294967295}/I | |
-Failed: number too big in {} quantifier at offset 14 | |
+Failed: regular expression is too large at offset 15 | |
/(){2,4294967295}/I | |
-Failed: number too big in {} quantifier at offset 15 | |
+Failed: numbers out of order in {} quantifier at offset 15 | |
"(?i:a)(?i:b)(?i:c)(?i:d)(?i:e)(?i:f)(?i:g)(?i:h)(?i:i)(?i:j)(k)(?i:l)A\1B"I | |
Capturing subpattern count = 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:test-result: FAIL | |
:global-test-result: FAIL | |
:recheck: yes | |
:copy-in-global-log: yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment