github.com/jlmucb/cloudproxy@v0.0.0-20170830161738-b5aa0b619bc4/src/third_party/gflags/config.log (about)

     1  This file contains any messages produced by compilers while
     2  running configure, to aid debugging if configure makes a mistake.
     3  
     4  It was created by gflags configure 2.0, which was
     5  generated by GNU Autoconf 2.62.  Invocation command line was
     6  
     7    $ ./configure 
     8  
     9  ## --------- ##
    10  ## Platform. ##
    11  ## --------- ##
    12  
    13  hostname = tmroeder-loaner2
    14  uname -m = x86_64
    15  uname -r = 3.7.6
    16  uname -s = Linux
    17  uname -v = #1 SMP Fri Feb 8 09:11:43 PST 2013
    18  
    19  /usr/bin/uname -p = unknown
    20  /bin/uname -X     = unknown
    21  
    22  /bin/arch              = unknown
    23  /usr/bin/arch -k       = unknown
    24  /usr/convex/getsysinfo = unknown
    25  /usr/bin/hostinfo      = unknown
    26  /bin/machine           = unknown
    27  /usr/bin/oslevel       = unknown
    28  /bin/universe          = unknown
    29  
    30  PATH: /usr/local/sbin
    31  PATH: /usr/local/bin
    32  PATH: /usr/sbin
    33  PATH: /usr/bin
    34  PATH: /sbin
    35  PATH: /bin
    36  PATH: /home/tmroeder/src/fileProxy/Code/third_party/gyp
    37  PATH: /home/tmroeder/src/fileProxy/src/third_party/gyp
    38  
    39  
    40  ## ----------- ##
    41  ## Core tests. ##
    42  ## ----------- ##
    43  
    44  configure:2110: checking for a BSD-compatible install
    45  configure:2178: result: /usr/bin/install -c
    46  configure:2189: checking whether build environment is sane
    47  configure:2232: result: yes
    48  configure:2257: checking for a thread-safe mkdir -p
    49  configure:2296: result: /bin/mkdir -p
    50  configure:2309: checking for gawk
    51  configure:2325: found /usr/bin/gawk
    52  configure:2336: result: gawk
    53  configure:2347: checking whether make sets $(MAKE)
    54  configure:2369: result: yes
    55  configure:2619: checking for g++
    56  configure:2635: found /usr/bin/g++
    57  configure:2646: result: g++
    58  configure:2677: checking for C++ compiler version
    59  configure:2685: g++ --version >&5
    60  g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
    61  Copyright (C) 2011 Free Software Foundation, Inc.
    62  This is free software; see the source for copying conditions.  There is NO
    63  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    64  
    65  configure:2689: $? = 0
    66  configure:2696: g++ -v >&5
    67  Using built-in specs.
    68  COLLECT_GCC=g++
    69  COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
    70  Target: x86_64-linux-gnu
    71  Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
    72  Thread model: posix
    73  gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) 
    74  configure:2700: $? = 0
    75  configure:2707: g++ -V >&5
    76  g++: error: unrecognized option '-V'
    77  g++: fatal error: no input files
    78  compilation terminated.
    79  configure:2711: $? = 4
    80  configure:2734: checking for C++ compiler default output file name
    81  configure:2756: g++    conftest.cpp  >&5
    82  configure:2760: $? = 0
    83  configure:2798: result: a.out
    84  configure:2815: checking whether the C++ compiler works
    85  configure:2825: ./a.out
    86  configure:2829: $? = 0
    87  configure:2846: result: yes
    88  configure:2853: checking whether we are cross compiling
    89  configure:2855: result: no
    90  configure:2858: checking for suffix of executables
    91  configure:2865: g++ -o conftest    conftest.cpp  >&5
    92  configure:2869: $? = 0
    93  configure:2893: result: 
    94  configure:2899: checking for suffix of object files
    95  configure:2925: g++ -c   conftest.cpp >&5
    96  configure:2929: $? = 0
    97  configure:2952: result: o
    98  configure:2956: checking whether we are using the GNU C++ compiler
    99  configure:2985: g++ -c   conftest.cpp >&5
   100  configure:2992: $? = 0
   101  configure:3009: result: yes
   102  configure:3018: checking whether g++ accepts -g
   103  configure:3048: g++ -c -g  conftest.cpp >&5
   104  configure:3055: $? = 0
   105  configure:3156: result: yes
   106  configure:3190: checking for style of include used by make
   107  configure:3218: result: GNU
   108  configure:3243: checking dependency style of g++
   109  configure:3334: result: gcc3
   110  configure:3397: checking for gcc
   111  configure:3413: found /usr/bin/gcc
   112  configure:3424: result: gcc
   113  configure:3662: checking for C compiler version
   114  configure:3670: gcc --version >&5
   115  gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
   116  Copyright (C) 2011 Free Software Foundation, Inc.
   117  This is free software; see the source for copying conditions.  There is NO
   118  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
   119  
   120  configure:3674: $? = 0
   121  configure:3681: gcc -v >&5
   122  Using built-in specs.
   123  COLLECT_GCC=gcc
   124  COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
   125  Target: x86_64-linux-gnu
   126  Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
   127  Thread model: posix
   128  gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) 
   129  configure:3685: $? = 0
   130  configure:3692: gcc -V >&5
   131  gcc: error: unrecognized option '-V'
   132  gcc: fatal error: no input files
   133  compilation terminated.
   134  configure:3696: $? = 4
   135  configure:3699: checking whether we are using the GNU C compiler
   136  configure:3728: gcc -c   conftest.c >&5
   137  configure:3735: $? = 0
   138  configure:3752: result: yes
   139  configure:3761: checking whether gcc accepts -g
   140  configure:3791: gcc -c -g  conftest.c >&5
   141  configure:3798: $? = 0
   142  configure:3899: result: yes
   143  configure:3916: checking for gcc option to accept ISO C89
   144  configure:3990: gcc  -c -g -O2  conftest.c >&5
   145  configure:3997: $? = 0
   146  configure:4020: result: none needed
   147  configure:4040: checking dependency style of gcc
   148  configure:4131: result: gcc3
   149  configure:4151: checking how to run the C preprocessor
   150  configure:4191: gcc -E  conftest.c
   151  configure:4198: $? = 0
   152  configure:4229: gcc -E  conftest.c
   153  conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
   154  compilation terminated.
   155  configure:4236: $? = 1
   156  configure: failed program was:
   157  | /* confdefs.h.  */
   158  | #define PACKAGE_NAME "gflags"
   159  | #define PACKAGE_TARNAME "gflags"
   160  | #define PACKAGE_VERSION "2.0"
   161  | #define PACKAGE_STRING "gflags 2.0"
   162  | #define PACKAGE_BUGREPORT "google-gflags@googlegroups.com"
   163  | #define PACKAGE "gflags"
   164  | #define VERSION "2.0"
   165  | /* end confdefs.h.  */
   166  | #include <ac_nonexistent.h>
   167  configure:4269: result: gcc -E
   168  configure:4298: gcc -E  conftest.c
   169  configure:4305: $? = 0
   170  configure:4336: gcc -E  conftest.c
   171  conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
   172  compilation terminated.
   173  configure:4343: $? = 1
   174  configure: failed program was:
   175  | /* confdefs.h.  */
   176  | #define PACKAGE_NAME "gflags"
   177  | #define PACKAGE_TARNAME "gflags"
   178  | #define PACKAGE_VERSION "2.0"
   179  | #define PACKAGE_STRING "gflags 2.0"
   180  | #define PACKAGE_BUGREPORT "google-gflags@googlegroups.com"
   181  | #define PACKAGE "gflags"
   182  | #define VERSION "2.0"
   183  | /* end confdefs.h.  */
   184  | #include <ac_nonexistent.h>
   185  configure:4394: checking build system type
   186  configure:4412: result: x86_64-unknown-linux-gnu
   187  configure:4434: checking host system type
   188  configure:4449: result: x86_64-unknown-linux-gnu
   189  configure:4479: checking host system type
   190  configure:4494: result: x86_64-unknown-linux-gnu
   191  configure:4616: checking for a sed that does not truncate output
   192  configure:4682: result: /bin/sed
   193  configure:4700: checking for grep that handles long lines and -e
   194  configure:4760: result: /bin/grep
   195  configure:4765: checking for egrep
   196  configure:4829: result: /bin/grep -E
   197  configure:4834: checking for fgrep
   198  configure:4898: result: /bin/grep -F
   199  configure:4933: checking for ld used by gcc
   200  configure:5000: result: /usr/bin/ld
   201  configure:5009: checking if the linker (/usr/bin/ld) is GNU ld
   202  configure:5024: result: yes
   203  configure:5036: checking for BSD- or MS-compatible name lister (nm)
   204  configure:5085: result: /usr/bin/nm -B
   205  configure:5207: checking the name lister (/usr/bin/nm -B) interface
   206  configure:5214: gcc -c -g -O2  conftest.c >&5
   207  configure:5217: /usr/bin/nm -B "conftest.o"
   208  configure:5220: output
   209  0000000000000000 B some_variable
   210  configure:5227: result: BSD nm
   211  configure:5230: checking whether ln -s works
   212  configure:5234: result: yes
   213  configure:5242: checking the maximum length of command line arguments
   214  configure:5362: result: 1572864
   215  configure:5379: checking whether the shell understands some XSI constructs
   216  configure:5389: result: yes
   217  configure:5393: checking whether the shell understands "+="
   218  configure:5399: result: yes
   219  configure:5434: checking for /usr/bin/ld option to reload object files
   220  configure:5441: result: -r
   221  configure:5510: checking for objdump
   222  configure:5526: found /usr/bin/objdump
   223  configure:5537: result: objdump
   224  configure:5573: checking how to recognize dependent libraries
   225  configure:5769: result: pass_all
   226  configure:5829: checking for ar
   227  configure:5845: found /usr/bin/ar
   228  configure:5856: result: ar
   229  configure:5938: checking for strip
   230  configure:5954: found /usr/bin/strip
   231  configure:5965: result: strip
   232  configure:6041: checking for ranlib
   233  configure:6057: found /usr/bin/ranlib
   234  configure:6068: result: ranlib
   235  configure:6162: checking command to parse /usr/bin/nm -B output from gcc object
   236  configure:6280: gcc -c -g -O2  conftest.c >&5
   237  configure:6283: $? = 0
   238  configure:6287: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
   239  configure:6290: $? = 0
   240  configure:6344: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
   241  configure:6347: $? = 0
   242  configure:6385: result: ok
   243  configure:6481: gcc -c -g -O2  conftest.c >&5
   244  configure:6484: $? = 0
   245  configure:7268: checking for ANSI C header files
   246  configure:7298: gcc -c -g -O2  conftest.c >&5
   247  configure:7305: $? = 0
   248  configure:7404: gcc -o conftest -g -O2   conftest.c  >&5
   249  configure:7408: $? = 0
   250  configure:7414: ./conftest
   251  configure:7418: $? = 0
   252  configure:7436: result: yes
   253  configure:7460: checking for sys/types.h
   254  configure:7481: gcc -c -g -O2  conftest.c >&5
   255  configure:7488: $? = 0
   256  configure:7505: result: yes
   257  configure:7460: checking for sys/stat.h
   258  configure:7481: gcc -c -g -O2  conftest.c >&5
   259  configure:7488: $? = 0
   260  configure:7505: result: yes
   261  configure:7460: checking for stdlib.h
   262  configure:7481: gcc -c -g -O2  conftest.c >&5
   263  configure:7488: $? = 0
   264  configure:7505: result: yes
   265  configure:7460: checking for string.h
   266  configure:7481: gcc -c -g -O2  conftest.c >&5
   267  configure:7488: $? = 0
   268  configure:7505: result: yes
   269  configure:7460: checking for memory.h
   270  configure:7481: gcc -c -g -O2  conftest.c >&5
   271  configure:7488: $? = 0
   272  configure:7505: result: yes
   273  configure:7460: checking for strings.h
   274  configure:7481: gcc -c -g -O2  conftest.c >&5
   275  configure:7488: $? = 0
   276  configure:7505: result: yes
   277  configure:7460: checking for inttypes.h
   278  configure:7481: gcc -c -g -O2  conftest.c >&5
   279  configure:7488: $? = 0
   280  configure:7505: result: yes
   281  configure:7460: checking for stdint.h
   282  configure:7481: gcc -c -g -O2  conftest.c >&5
   283  configure:7488: $? = 0
   284  configure:7505: result: yes
   285  configure:7460: checking for unistd.h
   286  configure:7481: gcc -c -g -O2  conftest.c >&5
   287  configure:7488: $? = 0
   288  configure:7505: result: yes
   289  configure:7522: checking for dlfcn.h
   290  configure:7543: gcc -c -g -O2  conftest.c >&5
   291  configure:7550: $? = 0
   292  configure:7567: result: yes
   293  configure:7697: checking for C++ compiler version
   294  configure:7705: g++ --version >&5
   295  g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
   296  Copyright (C) 2011 Free Software Foundation, Inc.
   297  This is free software; see the source for copying conditions.  There is NO
   298  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
   299  
   300  configure:7709: $? = 0
   301  configure:7716: g++ -v >&5
   302  Using built-in specs.
   303  COLLECT_GCC=g++
   304  COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
   305  Target: x86_64-linux-gnu
   306  Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
   307  Thread model: posix
   308  gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) 
   309  configure:7720: $? = 0
   310  configure:7727: g++ -V >&5
   311  g++: error: unrecognized option '-V'
   312  g++: fatal error: no input files
   313  compilation terminated.
   314  configure:7731: $? = 4
   315  configure:7734: checking whether we are using the GNU C++ compiler
   316  configure:7787: result: yes
   317  configure:7796: checking whether g++ accepts -g
   318  configure:7934: result: yes
   319  configure:7959: checking dependency style of g++
   320  configure:8050: result: gcc3
   321  configure:8073: checking how to run the C++ preprocessor
   322  configure:8109: g++ -E  conftest.cpp
   323  configure:8116: $? = 0
   324  configure:8147: g++ -E  conftest.cpp
   325  conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory
   326  compilation terminated.
   327  configure:8154: $? = 1
   328  configure: failed program was:
   329  | /* confdefs.h.  */
   330  | #define PACKAGE_NAME "gflags"
   331  | #define PACKAGE_TARNAME "gflags"
   332  | #define PACKAGE_VERSION "2.0"
   333  | #define PACKAGE_STRING "gflags 2.0"
   334  | #define PACKAGE_BUGREPORT "google-gflags@googlegroups.com"
   335  | #define PACKAGE "gflags"
   336  | #define VERSION "2.0"
   337  | #define STDC_HEADERS 1
   338  | #define HAVE_SYS_TYPES_H 1
   339  | #define HAVE_SYS_STAT_H 1
   340  | #define HAVE_STDLIB_H 1
   341  | #define HAVE_STRING_H 1
   342  | #define HAVE_MEMORY_H 1
   343  | #define HAVE_STRINGS_H 1
   344  | #define HAVE_INTTYPES_H 1
   345  | #define HAVE_STDINT_H 1
   346  | #define HAVE_UNISTD_H 1
   347  | #define HAVE_DLFCN_H 1
   348  | /* end confdefs.h.  */
   349  | #include <ac_nonexistent.h>
   350  configure:8187: result: g++ -E
   351  configure:8216: g++ -E  conftest.cpp
   352  configure:8223: $? = 0
   353  configure:8254: g++ -E  conftest.cpp
   354  conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory
   355  compilation terminated.
   356  configure:8261: $? = 1
   357  configure: failed program was:
   358  | /* confdefs.h.  */
   359  | #define PACKAGE_NAME "gflags"
   360  | #define PACKAGE_TARNAME "gflags"
   361  | #define PACKAGE_VERSION "2.0"
   362  | #define PACKAGE_STRING "gflags 2.0"
   363  | #define PACKAGE_BUGREPORT "google-gflags@googlegroups.com"
   364  | #define PACKAGE "gflags"
   365  | #define VERSION "2.0"
   366  | #define STDC_HEADERS 1
   367  | #define HAVE_SYS_TYPES_H 1
   368  | #define HAVE_SYS_STAT_H 1
   369  | #define HAVE_STDLIB_H 1
   370  | #define HAVE_STRING_H 1
   371  | #define HAVE_MEMORY_H 1
   372  | #define HAVE_STRINGS_H 1
   373  | #define HAVE_INTTYPES_H 1
   374  | #define HAVE_STDINT_H 1
   375  | #define HAVE_UNISTD_H 1
   376  | #define HAVE_DLFCN_H 1
   377  | /* end confdefs.h.  */
   378  | #include <ac_nonexistent.h>
   379  configure:8444: checking for objdir
   380  configure:8459: result: .libs
   381  configure:8755: checking if gcc supports -fno-rtti -fno-exceptions
   382  configure:8773: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
   383  cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
   384  configure:8777: $? = 0
   385  configure:8790: result: no
   386  configure:8810: checking for gcc option to produce PIC
   387  configure:9082: result: -fPIC -DPIC
   388  configure:9094: checking if gcc PIC flag -fPIC -DPIC works
   389  configure:9112: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
   390  configure:9116: $? = 0
   391  configure:9129: result: yes
   392  configure:9153: checking if gcc static flag -static works
   393  configure:9181: result: yes
   394  configure:9196: checking if gcc supports -c -o file.o
   395  configure:9217: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
   396  configure:9221: $? = 0
   397  configure:9243: result: yes
   398  configure:9251: checking if gcc supports -c -o file.o
   399  configure:9298: result: yes
   400  configure:9331: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
   401  configure:10410: result: yes
   402  configure:10447: checking whether -lc should be explicitly linked in
   403  configure:10452: gcc -c -g -O2  conftest.c >&5
   404  configure:10455: $? = 0
   405  configure:10470: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
   406  configure:10473: $? = 0
   407  configure:10485: result: no
   408  configure:10649: checking dynamic linker characteristics
   409  configure:11092: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
   410  configure:11099: $? = 0
   411  configure:11344: result: GNU/Linux ld.so
   412  configure:11446: checking how to hardcode library paths into programs
   413  configure:11471: result: immediate
   414  configure:12304: checking whether stripping libraries is possible
   415  configure:12309: result: yes
   416  configure:12344: checking if libtool supports shared libraries
   417  configure:12346: result: yes
   418  configure:12349: checking whether to build shared libraries
   419  configure:12370: result: yes
   420  configure:12373: checking whether to build static libraries
   421  configure:12377: result: yes
   422  configure:12527: checking for ld used by g++
   423  configure:12594: result: /usr/bin/ld -m elf_x86_64
   424  configure:12603: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
   425  configure:12618: result: yes
   426  configure:12673: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
   427  configure:13648: result: yes
   428  configure:13676: g++ -c -g -O2  conftest.cpp >&5
   429  configure:13679: $? = 0
   430  configure:13861: checking for g++ option to produce PIC
   431  configure:14178: result: -fPIC -DPIC
   432  configure:14187: checking if g++ PIC flag -fPIC -DPIC works
   433  configure:14205: g++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
   434  configure:14209: $? = 0
   435  configure:14222: result: yes
   436  configure:14243: checking if g++ static flag -static works
   437  configure:14271: result: yes
   438  configure:14283: checking if g++ supports -c -o file.o
   439  configure:14304: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
   440  configure:14308: $? = 0
   441  configure:14330: result: yes
   442  configure:14335: checking if g++ supports -c -o file.o
   443  configure:14382: result: yes
   444  configure:14412: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
   445  configure:14441: result: yes
   446  configure:14578: checking dynamic linker characteristics
   447  configure:14969: g++ -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.cpp  >&5
   448  configure:14976: $? = 0
   449  configure:15221: result: GNU/Linux ld.so
   450  configure:15272: checking how to hardcode library paths into programs
   451  configure:15297: result: immediate
   452  configure:15359: checking for ANSI C header files
   453  configure:15527: result: yes
   454  configure:15540: checking for stdint.h
   455  configure:15545: result: yes
   456  configure:15679: checking for sys/types.h
   457  configure:15684: result: yes
   458  configure:15818: checking for inttypes.h
   459  configure:15823: result: yes
   460  configure:15972: checking fnmatch.h usability
   461  configure:15989: gcc -c -g -O2  conftest.c >&5
   462  configure:15996: $? = 0
   463  configure:16010: result: yes
   464  configure:16014: checking fnmatch.h presence
   465  configure:16029: gcc -E  conftest.c
   466  configure:16036: $? = 0
   467  configure:16050: result: yes
   468  configure:16083: checking for fnmatch.h
   469  configure:16092: result: yes
   470  configure:16111: checking for sys/stat.h
   471  configure:16118: result: yes
   472  configure:16261: checking for unistd.h
   473  configure:16268: result: yes
   474  configure:16409: checking for uint16_t
   475  configure:16437: gcc -c -g -O2  conftest.c >&5
   476  configure:16444: $? = 0
   477  configure:16471: gcc -c -g -O2  conftest.c >&5
   478  conftest.c: In function 'main':
   479  conftest.c:62:23: error: expected expression before ')' token
   480  configure:16478: $? = 1
   481  configure: failed program was:
   482  | /* confdefs.h.  */
   483  | #define PACKAGE_NAME "gflags"
   484  | #define PACKAGE_TARNAME "gflags"
   485  | #define PACKAGE_VERSION "2.0"
   486  | #define PACKAGE_STRING "gflags 2.0"
   487  | #define PACKAGE_BUGREPORT "google-gflags@googlegroups.com"
   488  | #define PACKAGE "gflags"
   489  | #define VERSION "2.0"
   490  | #define STDC_HEADERS 1
   491  | #define HAVE_SYS_TYPES_H 1
   492  | #define HAVE_SYS_STAT_H 1
   493  | #define HAVE_STDLIB_H 1
   494  | #define HAVE_STRING_H 1
   495  | #define HAVE_MEMORY_H 1
   496  | #define HAVE_STRINGS_H 1
   497  | #define HAVE_INTTYPES_H 1
   498  | #define HAVE_STDINT_H 1
   499  | #define HAVE_UNISTD_H 1
   500  | #define HAVE_DLFCN_H 1
   501  | #define LT_OBJDIR ".libs/"
   502  | #define STDC_HEADERS 1
   503  | #define HAVE_FNMATCH_H 1
   504  | #define HAVE_SYS_STAT_H 1
   505  | #define HAVE_UNISTD_H 1
   506  | /* end confdefs.h.  */
   507  | #include <stdio.h>
   508  | #ifdef HAVE_SYS_TYPES_H
   509  | # include <sys/types.h>
   510  | #endif
   511  | #ifdef HAVE_SYS_STAT_H
   512  | # include <sys/stat.h>
   513  | #endif
   514  | #ifdef STDC_HEADERS
   515  | # include <stdlib.h>
   516  | # include <stddef.h>
   517  | #else
   518  | # ifdef HAVE_STDLIB_H
   519  | #  include <stdlib.h>
   520  | # endif
   521  | #endif
   522  | #ifdef HAVE_STRING_H
   523  | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
   524  | #  include <memory.h>
   525  | # endif
   526  | # include <string.h>
   527  | #endif
   528  | #ifdef HAVE_STRINGS_H
   529  | # include <strings.h>
   530  | #endif
   531  | #ifdef HAVE_INTTYPES_H
   532  | # include <inttypes.h>
   533  | #endif
   534  | #ifdef HAVE_STDINT_H
   535  | # include <stdint.h>
   536  | #endif
   537  | #ifdef HAVE_UNISTD_H
   538  | # include <unistd.h>
   539  | #endif
   540  | int
   541  | main ()
   542  | {
   543  | if (sizeof ((uint16_t)))
   544  | 	  return 0;
   545  |   ;
   546  |   return 0;
   547  | }
   548  configure:16501: result: yes
   549  configure:16509: checking for u_int16_t
   550  configure:16537: gcc -c -g -O2  conftest.c >&5
   551  configure:16544: $? = 0
   552  configure:16571: gcc -c -g -O2  conftest.c >&5
   553  conftest.c: In function 'main':
   554  conftest.c:62:24: error: expected expression before ')' token
   555  configure:16578: $? = 1
   556  configure: failed program was:
   557  | /* confdefs.h.  */
   558  | #define PACKAGE_NAME "gflags"
   559  | #define PACKAGE_TARNAME "gflags"
   560  | #define PACKAGE_VERSION "2.0"
   561  | #define PACKAGE_STRING "gflags 2.0"
   562  | #define PACKAGE_BUGREPORT "google-gflags@googlegroups.com"
   563  | #define PACKAGE "gflags"
   564  | #define VERSION "2.0"
   565  | #define STDC_HEADERS 1
   566  | #define HAVE_SYS_TYPES_H 1
   567  | #define HAVE_SYS_STAT_H 1
   568  | #define HAVE_STDLIB_H 1
   569  | #define HAVE_STRING_H 1
   570  | #define HAVE_MEMORY_H 1
   571  | #define HAVE_STRINGS_H 1
   572  | #define HAVE_INTTYPES_H 1
   573  | #define HAVE_STDINT_H 1
   574  | #define HAVE_UNISTD_H 1
   575  | #define HAVE_DLFCN_H 1
   576  | #define LT_OBJDIR ".libs/"
   577  | #define STDC_HEADERS 1
   578  | #define HAVE_FNMATCH_H 1
   579  | #define HAVE_SYS_STAT_H 1
   580  | #define HAVE_UNISTD_H 1
   581  | /* end confdefs.h.  */
   582  | #include <stdio.h>
   583  | #ifdef HAVE_SYS_TYPES_H
   584  | # include <sys/types.h>
   585  | #endif
   586  | #ifdef HAVE_SYS_STAT_H
   587  | # include <sys/stat.h>
   588  | #endif
   589  | #ifdef STDC_HEADERS
   590  | # include <stdlib.h>
   591  | # include <stddef.h>
   592  | #else
   593  | # ifdef HAVE_STDLIB_H
   594  | #  include <stdlib.h>
   595  | # endif
   596  | #endif
   597  | #ifdef HAVE_STRING_H
   598  | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
   599  | #  include <memory.h>
   600  | # endif
   601  | # include <string.h>
   602  | #endif
   603  | #ifdef HAVE_STRINGS_H
   604  | # include <strings.h>
   605  | #endif
   606  | #ifdef HAVE_INTTYPES_H
   607  | # include <inttypes.h>
   608  | #endif
   609  | #ifdef HAVE_STDINT_H
   610  | # include <stdint.h>
   611  | #endif
   612  | #ifdef HAVE_UNISTD_H
   613  | # include <unistd.h>
   614  | #endif
   615  | int
   616  | main ()
   617  | {
   618  | if (sizeof ((u_int16_t)))
   619  | 	  return 0;
   620  |   ;
   621  |   return 0;
   622  | }
   623  configure:16601: result: yes
   624  configure:16609: checking for __int16
   625  configure:16637: gcc -c -g -O2  conftest.c >&5
   626  conftest.c: In function 'main':
   627  conftest.c:62:13: error: '__int16' undeclared (first use in this function)
   628  conftest.c:62:13: note: each undeclared identifier is reported only once for each function it appears in
   629  configure:16644: $? = 1
   630  configure: failed program was:
   631  | /* confdefs.h.  */
   632  | #define PACKAGE_NAME "gflags"
   633  | #define PACKAGE_TARNAME "gflags"
   634  | #define PACKAGE_VERSION "2.0"
   635  | #define PACKAGE_STRING "gflags 2.0"
   636  | #define PACKAGE_BUGREPORT "google-gflags@googlegroups.com"
   637  | #define PACKAGE "gflags"
   638  | #define VERSION "2.0"
   639  | #define STDC_HEADERS 1
   640  | #define HAVE_SYS_TYPES_H 1
   641  | #define HAVE_SYS_STAT_H 1
   642  | #define HAVE_STDLIB_H 1
   643  | #define HAVE_STRING_H 1
   644  | #define HAVE_MEMORY_H 1
   645  | #define HAVE_STRINGS_H 1
   646  | #define HAVE_INTTYPES_H 1
   647  | #define HAVE_STDINT_H 1
   648  | #define HAVE_UNISTD_H 1
   649  | #define HAVE_DLFCN_H 1
   650  | #define LT_OBJDIR ".libs/"
   651  | #define STDC_HEADERS 1
   652  | #define HAVE_FNMATCH_H 1
   653  | #define HAVE_SYS_STAT_H 1
   654  | #define HAVE_UNISTD_H 1
   655  | /* end confdefs.h.  */
   656  | #include <stdio.h>
   657  | #ifdef HAVE_SYS_TYPES_H
   658  | # include <sys/types.h>
   659  | #endif
   660  | #ifdef HAVE_SYS_STAT_H
   661  | # include <sys/stat.h>
   662  | #endif
   663  | #ifdef STDC_HEADERS
   664  | # include <stdlib.h>
   665  | # include <stddef.h>
   666  | #else
   667  | # ifdef HAVE_STDLIB_H
   668  | #  include <stdlib.h>
   669  | # endif
   670  | #endif
   671  | #ifdef HAVE_STRING_H
   672  | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
   673  | #  include <memory.h>
   674  | # endif
   675  | # include <string.h>
   676  | #endif
   677  | #ifdef HAVE_STRINGS_H
   678  | # include <strings.h>
   679  | #endif
   680  | #ifdef HAVE_INTTYPES_H
   681  | # include <inttypes.h>
   682  | #endif
   683  | #ifdef HAVE_STDINT_H
   684  | # include <stdint.h>
   685  | #endif
   686  | #ifdef HAVE_UNISTD_H
   687  | # include <unistd.h>
   688  | #endif
   689  | int
   690  | main ()
   691  | {
   692  | if (sizeof (__int16))
   693  |        return 0;
   694  |   ;
   695  |   return 0;
   696  | }
   697  configure:16701: result: no
   698  configure:16715: checking for strtoll
   699  configure:16771: gcc -o conftest -g -O2   conftest.c  >&5
   700  configure:16778: $? = 0
   701  configure:16800: result: yes
   702  configure:16715: checking for strtoq
   703  configure:16771: gcc -o conftest -g -O2   conftest.c  >&5
   704  configure:16778: $? = 0
   705  configure:16800: result: yes
   706  configure:16813: checking for __attribute__
   707  configure:16842: gcc -c -g -O2  conftest.c >&5
   708  configure:16849: $? = 0
   709  configure:16873: result: yes
   710  configure:17079: checking for the pthreads library -lpthreads
   711  configure:17122: gcc -o conftest -g -O2    conftest.c -lpthreads  >&5
   712  /usr/bin/ld: cannot find -lpthreads
   713  collect2: ld returned 1 exit status
   714  configure:17129: $? = 1
   715  configure: failed program was:
   716  | /* confdefs.h.  */
   717  | #define PACKAGE_NAME "gflags"
   718  | #define PACKAGE_TARNAME "gflags"
   719  | #define PACKAGE_VERSION "2.0"
   720  | #define PACKAGE_STRING "gflags 2.0"
   721  | #define PACKAGE_BUGREPORT "google-gflags@googlegroups.com"
   722  | #define PACKAGE "gflags"
   723  | #define VERSION "2.0"
   724  | #define STDC_HEADERS 1
   725  | #define HAVE_SYS_TYPES_H 1
   726  | #define HAVE_SYS_STAT_H 1
   727  | #define HAVE_STDLIB_H 1
   728  | #define HAVE_STRING_H 1
   729  | #define HAVE_MEMORY_H 1
   730  | #define HAVE_STRINGS_H 1
   731  | #define HAVE_INTTYPES_H 1
   732  | #define HAVE_STDINT_H 1
   733  | #define HAVE_UNISTD_H 1
   734  | #define HAVE_DLFCN_H 1
   735  | #define LT_OBJDIR ".libs/"
   736  | #define STDC_HEADERS 1
   737  | #define HAVE_FNMATCH_H 1
   738  | #define HAVE_SYS_STAT_H 1
   739  | #define HAVE_UNISTD_H 1
   740  | #define HAVE_STRTOLL 1
   741  | #define HAVE_STRTOQ 1
   742  | #define HAVE___ATTRIBUTE__ 1
   743  | /* end confdefs.h.  */
   744  | #include <pthread.h>
   745  | int
   746  | main ()
   747  | {
   748  | pthread_t th; pthread_join(th, 0);
   749  |                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
   750  |                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
   751  |   ;
   752  |   return 0;
   753  | }
   754  configure:17152: result: no
   755  configure:17024: checking whether pthreads work without any flags
   756  configure:17122: gcc -o conftest -g -O2    conftest.c   >&5
   757  /tmp/ccQhCgC1.o: In function `main':
   758  /home/tmroeder/src/fileProxy/src/third_party/gflags/conftest.c:33: undefined reference to `pthread_join'
   759  /home/tmroeder/src/fileProxy/src/third_party/gflags/conftest.c:34: undefined reference to `__pthread_register_cancel'
   760  /home/tmroeder/src/fileProxy/src/third_party/gflags/conftest.c:35: undefined reference to `pthread_create'
   761  /home/tmroeder/src/fileProxy/src/third_party/gflags/conftest.c:35: undefined reference to `__pthread_unregister_cancel'
   762  collect2: ld returned 1 exit status
   763  configure:17129: $? = 1
   764  configure: failed program was:
   765  | /* confdefs.h.  */
   766  | #define PACKAGE_NAME "gflags"
   767  | #define PACKAGE_TARNAME "gflags"
   768  | #define PACKAGE_VERSION "2.0"
   769  | #define PACKAGE_STRING "gflags 2.0"
   770  | #define PACKAGE_BUGREPORT "google-gflags@googlegroups.com"
   771  | #define PACKAGE "gflags"
   772  | #define VERSION "2.0"
   773  | #define STDC_HEADERS 1
   774  | #define HAVE_SYS_TYPES_H 1
   775  | #define HAVE_SYS_STAT_H 1
   776  | #define HAVE_STDLIB_H 1
   777  | #define HAVE_STRING_H 1
   778  | #define HAVE_MEMORY_H 1
   779  | #define HAVE_STRINGS_H 1
   780  | #define HAVE_INTTYPES_H 1
   781  | #define HAVE_STDINT_H 1
   782  | #define HAVE_UNISTD_H 1
   783  | #define HAVE_DLFCN_H 1
   784  | #define LT_OBJDIR ".libs/"
   785  | #define STDC_HEADERS 1
   786  | #define HAVE_FNMATCH_H 1
   787  | #define HAVE_SYS_STAT_H 1
   788  | #define HAVE_UNISTD_H 1
   789  | #define HAVE_STRTOLL 1
   790  | #define HAVE_STRTOQ 1
   791  | #define HAVE___ATTRIBUTE__ 1
   792  | /* end confdefs.h.  */
   793  | #include <pthread.h>
   794  | int
   795  | main ()
   796  | {
   797  | pthread_t th; pthread_join(th, 0);
   798  |                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
   799  |                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
   800  |   ;
   801  |   return 0;
   802  | }
   803  configure:17152: result: no
   804  configure:17029: checking whether pthreads work with -Kthread
   805  configure:17122: gcc -o conftest -g -O2 -Kthread   conftest.c   >&5
   806  gcc: error: unrecognized option '-Kthread'
   807  configure:17129: $? = 1
   808  configure: failed program was:
   809  | /* confdefs.h.  */
   810  | #define PACKAGE_NAME "gflags"
   811  | #define PACKAGE_TARNAME "gflags"
   812  | #define PACKAGE_VERSION "2.0"
   813  | #define PACKAGE_STRING "gflags 2.0"
   814  | #define PACKAGE_BUGREPORT "google-gflags@googlegroups.com"
   815  | #define PACKAGE "gflags"
   816  | #define VERSION "2.0"
   817  | #define STDC_HEADERS 1
   818  | #define HAVE_SYS_TYPES_H 1
   819  | #define HAVE_SYS_STAT_H 1
   820  | #define HAVE_STDLIB_H 1
   821  | #define HAVE_STRING_H 1
   822  | #define HAVE_MEMORY_H 1
   823  | #define HAVE_STRINGS_H 1
   824  | #define HAVE_INTTYPES_H 1
   825  | #define HAVE_STDINT_H 1
   826  | #define HAVE_UNISTD_H 1
   827  | #define HAVE_DLFCN_H 1
   828  | #define LT_OBJDIR ".libs/"
   829  | #define STDC_HEADERS 1
   830  | #define HAVE_FNMATCH_H 1
   831  | #define HAVE_SYS_STAT_H 1
   832  | #define HAVE_UNISTD_H 1
   833  | #define HAVE_STRTOLL 1
   834  | #define HAVE_STRTOQ 1
   835  | #define HAVE___ATTRIBUTE__ 1
   836  | /* end confdefs.h.  */
   837  | #include <pthread.h>
   838  | int
   839  | main ()
   840  | {
   841  | pthread_t th; pthread_join(th, 0);
   842  |                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
   843  |                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
   844  |   ;
   845  |   return 0;
   846  | }
   847  configure:17152: result: no
   848  configure:17029: checking whether pthreads work with -kthread
   849  configure:17122: gcc -o conftest -g -O2 -kthread   conftest.c   >&5
   850  gcc: error: unrecognized option '-kthread'
   851  configure:17129: $? = 1
   852  configure: failed program was:
   853  | /* confdefs.h.  */
   854  | #define PACKAGE_NAME "gflags"
   855  | #define PACKAGE_TARNAME "gflags"
   856  | #define PACKAGE_VERSION "2.0"
   857  | #define PACKAGE_STRING "gflags 2.0"
   858  | #define PACKAGE_BUGREPORT "google-gflags@googlegroups.com"
   859  | #define PACKAGE "gflags"
   860  | #define VERSION "2.0"
   861  | #define STDC_HEADERS 1
   862  | #define HAVE_SYS_TYPES_H 1
   863  | #define HAVE_SYS_STAT_H 1
   864  | #define HAVE_STDLIB_H 1
   865  | #define HAVE_STRING_H 1
   866  | #define HAVE_MEMORY_H 1
   867  | #define HAVE_STRINGS_H 1
   868  | #define HAVE_INTTYPES_H 1
   869  | #define HAVE_STDINT_H 1
   870  | #define HAVE_UNISTD_H 1
   871  | #define HAVE_DLFCN_H 1
   872  | #define LT_OBJDIR ".libs/"
   873  | #define STDC_HEADERS 1
   874  | #define HAVE_FNMATCH_H 1
   875  | #define HAVE_SYS_STAT_H 1
   876  | #define HAVE_UNISTD_H 1
   877  | #define HAVE_STRTOLL 1
   878  | #define HAVE_STRTOQ 1
   879  | #define HAVE___ATTRIBUTE__ 1
   880  | /* end confdefs.h.  */
   881  | #include <pthread.h>
   882  | int
   883  | main ()
   884  | {
   885  | pthread_t th; pthread_join(th, 0);
   886  |                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
   887  |                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
   888  |   ;
   889  |   return 0;
   890  | }
   891  configure:17152: result: no
   892  configure:17079: checking for the pthreads library -llthread
   893  configure:17122: gcc -o conftest -g -O2    conftest.c -llthread  >&5
   894  /usr/bin/ld: cannot find -llthread
   895  collect2: ld returned 1 exit status
   896  configure:17129: $? = 1
   897  configure: failed program was:
   898  | /* confdefs.h.  */
   899  | #define PACKAGE_NAME "gflags"
   900  | #define PACKAGE_TARNAME "gflags"
   901  | #define PACKAGE_VERSION "2.0"
   902  | #define PACKAGE_STRING "gflags 2.0"
   903  | #define PACKAGE_BUGREPORT "google-gflags@googlegroups.com"
   904  | #define PACKAGE "gflags"
   905  | #define VERSION "2.0"
   906  | #define STDC_HEADERS 1
   907  | #define HAVE_SYS_TYPES_H 1
   908  | #define HAVE_SYS_STAT_H 1
   909  | #define HAVE_STDLIB_H 1
   910  | #define HAVE_STRING_H 1
   911  | #define HAVE_MEMORY_H 1
   912  | #define HAVE_STRINGS_H 1
   913  | #define HAVE_INTTYPES_H 1
   914  | #define HAVE_STDINT_H 1
   915  | #define HAVE_UNISTD_H 1
   916  | #define HAVE_DLFCN_H 1
   917  | #define LT_OBJDIR ".libs/"
   918  | #define STDC_HEADERS 1
   919  | #define HAVE_FNMATCH_H 1
   920  | #define HAVE_SYS_STAT_H 1
   921  | #define HAVE_UNISTD_H 1
   922  | #define HAVE_STRTOLL 1
   923  | #define HAVE_STRTOQ 1
   924  | #define HAVE___ATTRIBUTE__ 1
   925  | /* end confdefs.h.  */
   926  | #include <pthread.h>
   927  | int
   928  | main ()
   929  | {
   930  | pthread_t th; pthread_join(th, 0);
   931  |                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
   932  |                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
   933  |   ;
   934  |   return 0;
   935  | }
   936  configure:17152: result: no
   937  configure:17029: checking whether pthreads work with -pthread
   938  configure:17122: gcc -o conftest -g -O2 -pthread   conftest.c   >&5
   939  configure:17129: $? = 0
   940  configure:17152: result: yes
   941  configure:17171: checking for joinable pthread attribute
   942  configure:17196: gcc -o conftest -g -O2 -pthread   conftest.c   >&5
   943  configure:17203: $? = 0
   944  configure:17223: result: PTHREAD_CREATE_JOINABLE
   945  configure:17233: checking if more special flags are required for pthreads
   946  configure:17240: result: no
   947  configure:17329: checking whether to check for GCC pthread/shared inconsistencies
   948  configure:17352: gcc -o conftest -shared -fPIC -Wl,-z,defs -g -O2 -pthread   conftest.c   >&5
   949  configure:17359: $? = 0
   950  configure:17383: result: yes
   951  configure:17389: checking whether -pthread is sufficient with -shared
   952  configure:17414: gcc -o conftest -shared -fPIC -Wl,-z,defs -g -O2 -pthread   conftest.c   >&5
   953  configure:17421: $? = 0
   954  configure:17442: result: yes
   955  configure:17592: checking whether what we have so far is sufficient with -nostdlib
   956  configure:17620: gcc -o conftest -nostdlib -shared -fPIC -Wl,-z,defs -g -O2 -pthread   conftest.c   -lc >&5
   957  /tmp/ccVQEVPk.o: In function `main':
   958  /home/tmroeder/src/fileProxy/src/third_party/gflags/conftest.c:33: undefined reference to `pthread_join'
   959  /home/tmroeder/src/fileProxy/src/third_party/gflags/conftest.c:34: undefined reference to `__pthread_register_cancel'
   960  /home/tmroeder/src/fileProxy/src/third_party/gflags/conftest.c:35: undefined reference to `pthread_create'
   961  /home/tmroeder/src/fileProxy/src/third_party/gflags/conftest.c:35: undefined reference to `__pthread_unregister_cancel'
   962  collect2: ld returned 1 exit status
   963  configure:17627: $? = 1
   964  configure: failed program was:
   965  | /* confdefs.h.  */
   966  | #define PACKAGE_NAME "gflags"
   967  | #define PACKAGE_TARNAME "gflags"
   968  | #define PACKAGE_VERSION "2.0"
   969  | #define PACKAGE_STRING "gflags 2.0"
   970  | #define PACKAGE_BUGREPORT "google-gflags@googlegroups.com"
   971  | #define PACKAGE "gflags"
   972  | #define VERSION "2.0"
   973  | #define STDC_HEADERS 1
   974  | #define HAVE_SYS_TYPES_H 1
   975  | #define HAVE_SYS_STAT_H 1
   976  | #define HAVE_STDLIB_H 1
   977  | #define HAVE_STRING_H 1
   978  | #define HAVE_MEMORY_H 1
   979  | #define HAVE_STRINGS_H 1
   980  | #define HAVE_INTTYPES_H 1
   981  | #define HAVE_STDINT_H 1
   982  | #define HAVE_UNISTD_H 1
   983  | #define HAVE_DLFCN_H 1
   984  | #define LT_OBJDIR ".libs/"
   985  | #define STDC_HEADERS 1
   986  | #define HAVE_FNMATCH_H 1
   987  | #define HAVE_SYS_STAT_H 1
   988  | #define HAVE_UNISTD_H 1
   989  | #define HAVE_STRTOLL 1
   990  | #define HAVE_STRTOQ 1
   991  | #define HAVE___ATTRIBUTE__ 1
   992  | /* end confdefs.h.  */
   993  | #include <pthread.h>
   994  | int
   995  | main ()
   996  | {
   997  | pthread_t th; pthread_join(th, 0);
   998  | 	       pthread_attr_init(0); pthread_cleanup_push(0, 0);
   999  | 	       pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  1000  |   ;
  1001  |   return 0;
  1002  | }
  1003  configure:17651: result: no
  1004  configure:17656: checking whether -lpthread saves the day
  1005  configure:17682: gcc -o conftest -nostdlib -shared -fPIC -Wl,-z,defs -g -O2 -pthread   conftest.c -lpthread   -lc >&5
  1006  configure:17689: $? = 0
  1007  configure:17710: result: yes
  1008  configure:17754: checking whether the compiler implements namespaces
  1009  configure:17788: g++ -c -g -O2  conftest.cpp >&5
  1010  configure:17795: $? = 0
  1011  configure:17816: result: yes
  1012  configure:17825: checking what namespace STL code is in
  1013  configure:17859: g++ -c -g -O2  conftest.cpp >&5
  1014  conftest.cpp: In function 'int main()':
  1015  conftest.cpp:35:1: error: 'vector' was not declared in this scope
  1016  conftest.cpp:35:1: note: suggested alternative:
  1017  /usr/include/c++/4.6/bits/stl_vector.h:180:11: note:   'std::vector'
  1018  conftest.cpp:35:8: error: expected primary-expression before 'int'
  1019  conftest.cpp:35:8: error: expected ';' before 'int'
  1020  configure:17866: $? = 1
  1021  configure: failed program was:
  1022  | /* confdefs.h.  */
  1023  | #define PACKAGE_NAME "gflags"
  1024  | #define PACKAGE_TARNAME "gflags"
  1025  | #define PACKAGE_VERSION "2.0"
  1026  | #define PACKAGE_STRING "gflags 2.0"
  1027  | #define PACKAGE_BUGREPORT "google-gflags@googlegroups.com"
  1028  | #define PACKAGE "gflags"
  1029  | #define VERSION "2.0"
  1030  | #define STDC_HEADERS 1
  1031  | #define HAVE_SYS_TYPES_H 1
  1032  | #define HAVE_SYS_STAT_H 1
  1033  | #define HAVE_STDLIB_H 1
  1034  | #define HAVE_STRING_H 1
  1035  | #define HAVE_MEMORY_H 1
  1036  | #define HAVE_STRINGS_H 1
  1037  | #define HAVE_INTTYPES_H 1
  1038  | #define HAVE_STDINT_H 1
  1039  | #define HAVE_UNISTD_H 1
  1040  | #define HAVE_DLFCN_H 1
  1041  | #define LT_OBJDIR ".libs/"
  1042  | #define STDC_HEADERS 1
  1043  | #define HAVE_FNMATCH_H 1
  1044  | #define HAVE_SYS_STAT_H 1
  1045  | #define HAVE_UNISTD_H 1
  1046  | #define HAVE_STRTOLL 1
  1047  | #define HAVE_STRTOQ 1
  1048  | #define HAVE___ATTRIBUTE__ 1
  1049  | #define HAVE_PTHREAD 1
  1050  | #define HAVE_NAMESPACES 1
  1051  | /* end confdefs.h.  */
  1052  | #include <vector>
  1053  | int
  1054  | main ()
  1055  | {
  1056  | vector<int> t; return 0;
  1057  |   ;
  1058  |   return 0;
  1059  | }
  1060  configure:17901: g++ -c -g -O2  conftest.cpp >&5
  1061  configure:17908: $? = 0
  1062  configure:17929: result: std
  1063  configure:18156: creating ./config.status
  1064  
  1065  ## ---------------------- ##
  1066  ## Running config.status. ##
  1067  ## ---------------------- ##
  1068  
  1069  This file was extended by gflags config.status 2.0, which was
  1070  generated by GNU Autoconf 2.62.  Invocation command line was
  1071  
  1072    CONFIG_FILES    = 
  1073    CONFIG_HEADERS  = 
  1074    CONFIG_LINKS    = 
  1075    CONFIG_COMMANDS = 
  1076    $ ./config.status 
  1077  
  1078  on tmroeder-loaner2
  1079  
  1080  config.status:1079: creating Makefile
  1081  config.status:1079: creating src/gflags/gflags.h
  1082  config.status:1079: creating src/gflags/gflags_declare.h
  1083  config.status:1079: creating src/gflags/gflags_completions.h
  1084  config.status:1079: creating src/config.h
  1085  config.status:1353: executing depfiles commands
  1086  config.status:1353: executing libtool commands
  1087  
  1088  ## ---------------- ##
  1089  ## Cache variables. ##
  1090  ## ---------------- ##
  1091  
  1092  ac_cv___attribute__=yes
  1093  ac_cv___attribute__unused='__attribute__ ((unused))'
  1094  ac_cv_build=x86_64-unknown-linux-gnu
  1095  ac_cv_c_compiler_gnu=yes
  1096  ac_cv_cxx_compiler_gnu=yes
  1097  ac_cv_cxx_namespaces=yes
  1098  ac_cv_cxx_stl_namespace=std
  1099  ac_cv_env_CCC_set=
  1100  ac_cv_env_CCC_value=
  1101  ac_cv_env_CC_set=
  1102  ac_cv_env_CC_value=
  1103  ac_cv_env_CFLAGS_set=
  1104  ac_cv_env_CFLAGS_value=
  1105  ac_cv_env_CPPFLAGS_set=
  1106  ac_cv_env_CPPFLAGS_value=
  1107  ac_cv_env_CPP_set=
  1108  ac_cv_env_CPP_value=
  1109  ac_cv_env_CXXCPP_set=
  1110  ac_cv_env_CXXCPP_value=
  1111  ac_cv_env_CXXFLAGS_set=
  1112  ac_cv_env_CXXFLAGS_value=
  1113  ac_cv_env_CXX_set=
  1114  ac_cv_env_CXX_value=
  1115  ac_cv_env_LDFLAGS_set=
  1116  ac_cv_env_LDFLAGS_value=
  1117  ac_cv_env_LIBS_set=
  1118  ac_cv_env_LIBS_value=
  1119  ac_cv_env_build_alias_set=
  1120  ac_cv_env_build_alias_value=
  1121  ac_cv_env_host_alias_set=
  1122  ac_cv_env_host_alias_value=
  1123  ac_cv_env_target_alias_set=
  1124  ac_cv_env_target_alias_value=
  1125  ac_cv_func_strtoll=yes
  1126  ac_cv_func_strtoq=yes
  1127  ac_cv_have___int16=0
  1128  ac_cv_have_inttypes_h=1
  1129  ac_cv_have_stdint_h=1
  1130  ac_cv_have_systypes_h=1
  1131  ac_cv_have_u_int16_t=1
  1132  ac_cv_have_uint16_t=1
  1133  ac_cv_header_dlfcn_h=yes
  1134  ac_cv_header_fnmatch_h=yes
  1135  ac_cv_header_inttypes_h=yes
  1136  ac_cv_header_memory_h=yes
  1137  ac_cv_header_stdc=yes
  1138  ac_cv_header_stdint_h=yes
  1139  ac_cv_header_stdlib_h=yes
  1140  ac_cv_header_string_h=yes
  1141  ac_cv_header_strings_h=yes
  1142  ac_cv_header_sys_stat_h=yes
  1143  ac_cv_header_sys_types_h=yes
  1144  ac_cv_header_unistd_h=yes
  1145  ac_cv_host=x86_64-unknown-linux-gnu
  1146  ac_cv_objext=o
  1147  ac_cv_path_EGREP='/bin/grep -E'
  1148  ac_cv_path_FGREP='/bin/grep -F'
  1149  ac_cv_path_GREP=/bin/grep
  1150  ac_cv_path_SED=/bin/sed
  1151  ac_cv_path_install='/usr/bin/install -c'
  1152  ac_cv_path_mkdir=/bin/mkdir
  1153  ac_cv_prog_AWK=gawk
  1154  ac_cv_prog_CPP='gcc -E'
  1155  ac_cv_prog_CXXCPP='g++ -E'
  1156  ac_cv_prog_ac_ct_AR=ar
  1157  ac_cv_prog_ac_ct_CC=gcc
  1158  ac_cv_prog_ac_ct_CXX=g++
  1159  ac_cv_prog_ac_ct_OBJDUMP=objdump
  1160  ac_cv_prog_ac_ct_RANLIB=ranlib
  1161  ac_cv_prog_ac_ct_STRIP=strip
  1162  ac_cv_prog_cc_c89=
  1163  ac_cv_prog_cc_g=yes
  1164  ac_cv_prog_cxx_g=yes
  1165  ac_cv_prog_make_make_set=yes
  1166  ac_cv_type___int16=no
  1167  ac_cv_type_u_int16_t=yes
  1168  ac_cv_type_uint16_t=yes
  1169  am_cv_CC_dependencies_compiler_type=gcc3
  1170  am_cv_CXX_dependencies_compiler_type=gcc3
  1171  lt_cv_deplibs_check_method=pass_all
  1172  lt_cv_file_magic_cmd='$MAGIC_CMD'
  1173  lt_cv_file_magic_test_file=
  1174  lt_cv_ld_reload_flag=-r
  1175  lt_cv_nm_interface='BSD nm'
  1176  lt_cv_objdir=.libs
  1177  lt_cv_path_LD=/usr/bin/ld
  1178  lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
  1179  lt_cv_path_NM='/usr/bin/nm -B'
  1180  lt_cv_prog_compiler_c_o=yes
  1181  lt_cv_prog_compiler_c_o_CXX=yes
  1182  lt_cv_prog_compiler_pic_works=yes
  1183  lt_cv_prog_compiler_pic_works_CXX=yes
  1184  lt_cv_prog_compiler_rtti_exceptions=no
  1185  lt_cv_prog_compiler_static_works=yes
  1186  lt_cv_prog_compiler_static_works_CXX=yes
  1187  lt_cv_prog_gnu_ld=yes
  1188  lt_cv_prog_gnu_ldcxx=yes
  1189  lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  1190  lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
  1191  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'\'''
  1192  lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  1193  lt_cv_sys_max_cmd_len=1572864
  1194  
  1195  ## ----------------- ##
  1196  ## Output variables. ##
  1197  ## ----------------- ##
  1198  
  1199  ACLOCAL='${SHELL} /home/tmroeder/src/fileProxy/src/third_party/gflags/missing --run aclocal-1.10'
  1200  AMDEPBACKSLASH='\'
  1201  AMDEP_FALSE='#'
  1202  AMDEP_TRUE=''
  1203  AMTAR='${SHELL} /home/tmroeder/src/fileProxy/src/third_party/gflags/missing --run tar'
  1204  AR='ar'
  1205  AUTOCONF='${SHELL} /home/tmroeder/src/fileProxy/src/third_party/gflags/missing --run autoconf'
  1206  AUTOHEADER='${SHELL} /home/tmroeder/src/fileProxy/src/third_party/gflags/missing --run autoheader'
  1207  AUTOMAKE='${SHELL} /home/tmroeder/src/fileProxy/src/third_party/gflags/missing --run automake-1.10'
  1208  AWK='gawk'
  1209  CC='gcc'
  1210  CCDEPMODE='depmode=gcc3'
  1211  CFLAGS='-g -O2'
  1212  CPP='gcc -E'
  1213  CPPFLAGS=''
  1214  CXX='g++'
  1215  CXXCPP='g++ -E'
  1216  CXXDEPMODE='depmode=gcc3'
  1217  CXXFLAGS='-g -O2'
  1218  CYGPATH_W='echo'
  1219  DEFS='-DHAVE_CONFIG_H'
  1220  DEPDIR='.deps'
  1221  DSYMUTIL=''
  1222  DUMPBIN=''
  1223  ECHO_C=''
  1224  ECHO_N='-n'
  1225  ECHO_T=''
  1226  EGREP='/bin/grep -E'
  1227  EXEEXT=''
  1228  FGREP='/bin/grep -F'
  1229  GCC_FALSE='#'
  1230  GCC_TRUE=''
  1231  GREP='/bin/grep'
  1232  INSTALL_DATA='${INSTALL} -m 644'
  1233  INSTALL_PROGRAM='${INSTALL}'
  1234  INSTALL_SCRIPT='${INSTALL}'
  1235  INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1236  LD='/usr/bin/ld -m elf_x86_64'
  1237  LDFLAGS=''
  1238  LIBOBJS=''
  1239  LIBS=''
  1240  LIBSTDCXX_LA_LINKER_FLAG=''
  1241  LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1242  LIBTOOL_DEPS='./ltmain.sh'
  1243  LIPO=''
  1244  LN_S='ln -s'
  1245  LTLIBOBJS=''
  1246  MAKEINFO='${SHELL} /home/tmroeder/src/fileProxy/src/third_party/gflags/missing --run makeinfo'
  1247  MKDIR_P='/bin/mkdir -p'
  1248  NM='/usr/bin/nm -B'
  1249  NMEDIT=''
  1250  OBJDUMP='objdump'
  1251  OBJEXT='o'
  1252  OTOOL64=''
  1253  OTOOL=''
  1254  PACKAGE='gflags'
  1255  PACKAGE_BUGREPORT='google-gflags@googlegroups.com'
  1256  PACKAGE_NAME='gflags'
  1257  PACKAGE_STRING='gflags 2.0'
  1258  PACKAGE_TARNAME='gflags'
  1259  PACKAGE_VERSION='2.0'
  1260  PATH_SEPARATOR=':'
  1261  PTHREAD_CC='gcc'
  1262  PTHREAD_CFLAGS='-pthread'
  1263  PTHREAD_LIBS=' -lpthread'
  1264  RANLIB='ranlib'
  1265  SED='/bin/sed'
  1266  SET_MAKE=''
  1267  SHELL='/bin/sh'
  1268  SO_VERSION='3:0:1'
  1269  STRIP='strip'
  1270  TEST_TMPDIR='/tmp/gflags'
  1271  VERSION='2.0'
  1272  ac_ct_CC='gcc'
  1273  ac_ct_CXX='g++'
  1274  ac_ct_DUMPBIN=''
  1275  ac_cv___attribute__unused='__attribute__ ((unused))'
  1276  ac_cv_have___int16='0'
  1277  ac_cv_have_inttypes_h='1'
  1278  ac_cv_have_stdint_h='1'
  1279  ac_cv_have_systypes_h='1'
  1280  ac_cv_have_u_int16_t='1'
  1281  ac_cv_have_uint16_t='1'
  1282  ac_google_end_namespace='}'
  1283  ac_google_namespace='::google'
  1284  ac_google_start_namespace='namespace google {'
  1285  acx_pthread_config=''
  1286  am__fastdepCC_FALSE='#'
  1287  am__fastdepCC_TRUE=''
  1288  am__fastdepCXX_FALSE='#'
  1289  am__fastdepCXX_TRUE=''
  1290  am__include='include'
  1291  am__isrc=''
  1292  am__leading_dot='.'
  1293  am__quote=''
  1294  am__tar='${AMTAR} chof - "$$tardir"'
  1295  am__untar='${AMTAR} xf -'
  1296  bindir='${exec_prefix}/bin'
  1297  build='x86_64-unknown-linux-gnu'
  1298  build_alias=''
  1299  build_cpu='x86_64'
  1300  build_os='linux-gnu'
  1301  build_vendor='unknown'
  1302  datadir='${datarootdir}'
  1303  datarootdir='${prefix}/share'
  1304  docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1305  dvidir='${docdir}'
  1306  exec_prefix='${prefix}'
  1307  host='x86_64-unknown-linux-gnu'
  1308  host_alias=''
  1309  host_cpu='x86_64'
  1310  host_os='linux-gnu'
  1311  host_vendor='unknown'
  1312  htmldir='${docdir}'
  1313  includedir='${prefix}/include'
  1314  infodir='${datarootdir}/info'
  1315  install_sh='$(SHELL) /home/tmroeder/src/fileProxy/src/third_party/gflags/install-sh'
  1316  libdir='${exec_prefix}/lib'
  1317  libexecdir='${exec_prefix}/libexec'
  1318  localedir='${datarootdir}/locale'
  1319  localstatedir='${prefix}/var'
  1320  lt_ECHO='echo'
  1321  mandir='${datarootdir}/man'
  1322  mkdir_p='/bin/mkdir -p'
  1323  oldincludedir='/usr/include'
  1324  pdfdir='${docdir}'
  1325  prefix='/usr/local'
  1326  program_transform_name='s,x,x,'
  1327  psdir='${docdir}'
  1328  sbindir='${exec_prefix}/sbin'
  1329  sharedstatedir='${prefix}/com'
  1330  sysconfdir='${prefix}/etc'
  1331  target_alias=''
  1332  
  1333  ## ----------- ##
  1334  ## confdefs.h. ##
  1335  ## ----------- ##
  1336  
  1337  #define PACKAGE_NAME "gflags"
  1338  #define PACKAGE_TARNAME "gflags"
  1339  #define PACKAGE_VERSION "2.0"
  1340  #define PACKAGE_STRING "gflags 2.0"
  1341  #define PACKAGE_BUGREPORT "google-gflags@googlegroups.com"
  1342  #define PACKAGE "gflags"
  1343  #define VERSION "2.0"
  1344  #define STDC_HEADERS 1
  1345  #define HAVE_SYS_TYPES_H 1
  1346  #define HAVE_SYS_STAT_H 1
  1347  #define HAVE_STDLIB_H 1
  1348  #define HAVE_STRING_H 1
  1349  #define HAVE_MEMORY_H 1
  1350  #define HAVE_STRINGS_H 1
  1351  #define HAVE_INTTYPES_H 1
  1352  #define HAVE_STDINT_H 1
  1353  #define HAVE_UNISTD_H 1
  1354  #define HAVE_DLFCN_H 1
  1355  #define LT_OBJDIR ".libs/"
  1356  #define STDC_HEADERS 1
  1357  #define HAVE_FNMATCH_H 1
  1358  #define HAVE_SYS_STAT_H 1
  1359  #define HAVE_UNISTD_H 1
  1360  #define HAVE_STRTOLL 1
  1361  #define HAVE_STRTOQ 1
  1362  #define HAVE___ATTRIBUTE__ 1
  1363  #define HAVE_PTHREAD 1
  1364  #define HAVE_NAMESPACES 1
  1365  #define STL_NAMESPACE std
  1366  #define GOOGLE_NAMESPACE ::google
  1367  #define _START_GOOGLE_NAMESPACE_ namespace google {
  1368  #define _END_GOOGLE_NAMESPACE_ }
  1369  #define GFLAGS_DLL_DECL /**/
  1370  
  1371  configure: exit 0