revise installing a license file
[platform/upstream/gtest.git] / config.log
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 Google C++ Testing Framework configure 1.6.0, which was
5 generated by GNU Autoconf 2.65.  Invocation command line was
6
7   $ ./configure 
8
9 ## --------- ##
10 ## Platform. ##
11 ## --------- ##
12
13 hostname = dahyeong-Samsung-DeskTop-System
14 uname -m = i686
15 uname -r = 3.0.0-12-generic
16 uname -s = Linux
17 uname -v = #20-Ubuntu SMP Fri Oct 7 14:50:42 UTC 2011
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/lib/lightdm/lightdm
31 PATH: /usr/local/sbin
32 PATH: /usr/local/bin
33 PATH: /usr/sbin
34 PATH: /usr/bin
35 PATH: /sbin
36 PATH: /bin
37 PATH: /usr/games
38 PATH: /usr/lib/jdk1.7.0_05/bin
39 PATH: /opt/k9/k9_user_application/bin
40 PATH: /home/dahyeong/C++TEST/parasoft/cpptest/9.2
41 PATH: /home/dahyeong/tizen_sdk/SDK/sdb
42 PATH: /home/dahyeong/tizen_sdk/SDK/build-system/bin
43
44
45 ## ----------- ##
46 ## Core tests. ##
47 ## ----------- ##
48
49 configure:2410: checking for a BSD-compatible install
50 configure:2478: result: /usr/bin/install -c
51 configure:2489: checking whether build environment is sane
52 configure:2539: result: yes
53 configure:2680: checking for a thread-safe mkdir -p
54 configure:2719: result: /bin/mkdir -p
55 configure:2732: checking for gawk
56 configure:2762: result: no
57 configure:2732: checking for mawk
58 configure:2748: found /usr/bin/mawk
59 configure:2759: result: mawk
60 configure:2770: checking whether make sets $(MAKE)
61 configure:2792: result: yes
62 configure:2922: checking for gcc
63 configure:2938: found /usr/bin/gcc
64 configure:2949: result: gcc
65 configure:3178: checking for C compiler version
66 configure:3187: gcc --version >&5
67 gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1
68 Copyright (C) 2011 Free Software Foundation, Inc.
69 This is free software; see the source for copying conditions.  There is NO
70 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
71
72 configure:3198: $? = 0
73 configure:3187: gcc -v >&5
74 Using built-in specs.
75 COLLECT_GCC=gcc
76 COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6.1/lto-wrapper
77 Target: i686-linux-gnu
78 Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.1-9ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++,go --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-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
79 Thread model: posix
80 gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) 
81 configure:3198: $? = 0
82 configure:3187: gcc -V >&5
83 gcc: error: unrecognized option '-V'
84 gcc: fatal error: no input files
85 compilation terminated.
86 configure:3198: $? = 4
87 configure:3187: gcc -qversion >&5
88 gcc: error: unrecognized option '-qversion'
89 gcc: fatal error: no input files
90 compilation terminated.
91 configure:3198: $? = 4
92 configure:3218: checking whether the C compiler works
93 configure:3240: gcc    conftest.c  >&5
94 configure:3244: $? = 0
95 configure:3293: result: yes
96 configure:3296: checking for C compiler default output file name
97 configure:3298: result: a.out
98 configure:3304: checking for suffix of executables
99 configure:3311: gcc -o conftest    conftest.c  >&5
100 configure:3315: $? = 0
101 configure:3337: result: 
102 configure:3359: checking whether we are cross compiling
103 configure:3367: gcc -o conftest    conftest.c  >&5
104 configure:3371: $? = 0
105 configure:3378: ./conftest
106 configure:3382: $? = 0
107 configure:3397: result: no
108 configure:3402: checking for suffix of object files
109 configure:3424: gcc -c   conftest.c >&5
110 configure:3428: $? = 0
111 configure:3449: result: o
112 configure:3453: checking whether we are using the GNU C compiler
113 configure:3472: gcc -c   conftest.c >&5
114 configure:3472: $? = 0
115 configure:3481: result: yes
116 configure:3490: checking whether gcc accepts -g
117 configure:3510: gcc -c -g  conftest.c >&5
118 configure:3510: $? = 0
119 configure:3551: result: yes
120 configure:3568: checking for gcc option to accept ISO C89
121 configure:3632: gcc  -c -g -O2  conftest.c >&5
122 configure:3632: $? = 0
123 configure:3645: result: none needed
124 configure:3676: checking for style of include used by make
125 configure:3704: result: GNU
126 configure:3729: checking dependency style of gcc
127 configure:3839: result: gcc3
128 configure:3912: checking for g++
129 configure:3928: found /usr/bin/g++
130 configure:3939: result: g++
131 configure:3966: checking for C++ compiler version
132 configure:3975: g++ --version >&5
133 g++ (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1
134 Copyright (C) 2011 Free Software Foundation, Inc.
135 This is free software; see the source for copying conditions.  There is NO
136 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
137
138 configure:3986: $? = 0
139 configure:3975: g++ -v >&5
140 Using built-in specs.
141 COLLECT_GCC=g++
142 COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6.1/lto-wrapper
143 Target: i686-linux-gnu
144 Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.1-9ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++,go --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-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
145 Thread model: posix
146 gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) 
147 configure:3986: $? = 0
148 configure:3975: g++ -V >&5
149 g++: error: unrecognized option '-V'
150 g++: fatal error: no input files
151 compilation terminated.
152 configure:3986: $? = 4
153 configure:3975: g++ -qversion >&5
154 g++: error: unrecognized option '-qversion'
155 g++: fatal error: no input files
156 compilation terminated.
157 configure:3986: $? = 4
158 configure:3990: checking whether we are using the GNU C++ compiler
159 configure:4009: g++ -c   conftest.cpp >&5
160 configure:4009: $? = 0
161 configure:4018: result: yes
162 configure:4027: checking whether g++ accepts -g
163 configure:4047: g++ -c -g  conftest.cpp >&5
164 configure:4047: $? = 0
165 configure:4088: result: yes
166 configure:4113: checking dependency style of g++
167 configure:4223: result: gcc3
168 configure:4273: checking build system type
169 configure:4287: result: i686-pc-linux-gnu
170 configure:4307: checking host system type
171 configure:4320: result: i686-pc-linux-gnu
172 configure:4340: checking for a sed that does not truncate output
173 configure:4404: result: /bin/sed
174 configure:4422: checking for grep that handles long lines and -e
175 configure:4480: result: /bin/grep
176 configure:4485: checking for egrep
177 configure:4547: result: /bin/grep -E
178 configure:4552: checking for fgrep
179 configure:4614: result: /bin/grep -F
180 configure:4649: checking for ld used by gcc
181 configure:4716: result: /usr/bin/ld
182 configure:4723: checking if the linker (/usr/bin/ld) is GNU ld
183 configure:4738: result: yes
184 configure:4750: checking for BSD- or MS-compatible name lister (nm)
185 configure:4799: result: /usr/bin/nm -B
186 configure:4917: checking the name lister (/usr/bin/nm -B) interface
187 configure:4924: g++ -c -g -O2  conftest.cpp >&5
188 configure:4927: /usr/bin/nm -B "conftest.o"
189 configure:4930: output
190 00000000 B some_variable
191 configure:4937: result: BSD nm
192 configure:4940: checking whether ln -s works
193 configure:4944: result: yes
194 configure:4952: checking the maximum length of command line arguments
195 configure:5072: result: 1572864
196 configure:5089: checking whether the shell understands some XSI constructs
197 configure:5099: result: yes
198 configure:5103: checking whether the shell understands "+="
199 configure:5109: result: yes
200 configure:5144: checking for /usr/bin/ld option to reload object files
201 configure:5151: result: -r
202 configure:5220: checking for objdump
203 configure:5236: found /usr/bin/objdump
204 configure:5247: result: objdump
205 configure:5279: checking how to recognize dependent libraries
206 configure:5475: result: pass_all
207 configure:5535: checking for ar
208 configure:5551: found /usr/bin/ar
209 configure:5562: result: ar
210 configure:5640: checking for strip
211 configure:5656: found /usr/bin/strip
212 configure:5667: result: strip
213 configure:5739: checking for ranlib
214 configure:5755: found /usr/bin/ranlib
215 configure:5766: result: ranlib
216 configure:5856: checking command to parse /usr/bin/nm -B output from gcc object
217 configure:5974: g++ -c -g -O2  conftest.cpp >&5
218 configure:5977: $? = 0
219 configure:5981: /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
220 configure:5984: $? = 0
221 configure:6038: g++ -o conftest -g -O2   conftest.cpp conftstm.o >&5
222 configure:6041: $? = 0
223 configure:6079: result: ok
224 configure:6888: checking how to run the C preprocessor
225 configure:6919: gcc -E  conftest.c
226 configure:6919: $? = 0
227 configure:6933: gcc -E  conftest.c
228 conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
229 compilation terminated.
230 configure:6933: $? = 1
231 configure: failed program was:
232 | /* confdefs.h */
233 | #define PACKAGE_NAME "Google C++ Testing Framework"
234 | #define PACKAGE_TARNAME "gtest"
235 | #define PACKAGE_VERSION "1.6.0"
236 | #define PACKAGE_STRING "Google C++ Testing Framework 1.6.0"
237 | #define PACKAGE_BUGREPORT "googletestframework@googlegroups.com"
238 | #define PACKAGE_URL ""
239 | #define PACKAGE "gtest"
240 | #define VERSION "1.6.0"
241 | /* end confdefs.h.  */
242 | #include <ac_nonexistent.h>
243 configure:6958: result: gcc -E
244 configure:6978: gcc -E  conftest.c
245 configure:6978: $? = 0
246 configure:6992: gcc -E  conftest.c
247 conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
248 compilation terminated.
249 configure:6992: $? = 1
250 configure: failed program was:
251 | /* confdefs.h */
252 | #define PACKAGE_NAME "Google C++ Testing Framework"
253 | #define PACKAGE_TARNAME "gtest"
254 | #define PACKAGE_VERSION "1.6.0"
255 | #define PACKAGE_STRING "Google C++ Testing Framework 1.6.0"
256 | #define PACKAGE_BUGREPORT "googletestframework@googlegroups.com"
257 | #define PACKAGE_URL ""
258 | #define PACKAGE "gtest"
259 | #define VERSION "1.6.0"
260 | /* end confdefs.h.  */
261 | #include <ac_nonexistent.h>
262 configure:7021: checking for ANSI C header files
263 configure:7041: gcc -c -g -O2  conftest.c >&5
264 configure:7041: $? = 0
265 configure:7114: gcc -o conftest -g -O2   conftest.c  >&5
266 configure:7114: $? = 0
267 configure:7114: ./conftest
268 configure:7114: $? = 0
269 configure:7125: result: yes
270 configure:7138: checking for sys/types.h
271 configure:7138: gcc -c -g -O2  conftest.c >&5
272 configure:7138: $? = 0
273 configure:7138: result: yes
274 configure:7138: checking for sys/stat.h
275 configure:7138: gcc -c -g -O2  conftest.c >&5
276 configure:7138: $? = 0
277 configure:7138: result: yes
278 configure:7138: checking for stdlib.h
279 configure:7138: gcc -c -g -O2  conftest.c >&5
280 configure:7138: $? = 0
281 configure:7138: result: yes
282 configure:7138: checking for string.h
283 configure:7138: gcc -c -g -O2  conftest.c >&5
284 configure:7138: $? = 0
285 configure:7138: result: yes
286 configure:7138: checking for memory.h
287 configure:7138: gcc -c -g -O2  conftest.c >&5
288 configure:7138: $? = 0
289 configure:7138: result: yes
290 configure:7138: checking for strings.h
291 configure:7138: gcc -c -g -O2  conftest.c >&5
292 configure:7138: $? = 0
293 configure:7138: result: yes
294 configure:7138: checking for inttypes.h
295 configure:7138: gcc -c -g -O2  conftest.c >&5
296 configure:7138: $? = 0
297 configure:7138: result: yes
298 configure:7138: checking for stdint.h
299 configure:7138: gcc -c -g -O2  conftest.c >&5
300 configure:7138: $? = 0
301 configure:7138: result: yes
302 configure:7138: checking for unistd.h
303 configure:7138: gcc -c -g -O2  conftest.c >&5
304 configure:7138: $? = 0
305 configure:7138: result: yes
306 configure:7153: checking for dlfcn.h
307 configure:7153: gcc -c -g -O2  conftest.c >&5
308 configure:7153: $? = 0
309 configure:7153: result: yes
310 configure:7278: checking for C++ compiler version
311 configure:7287: g++ --version >&5
312 g++ (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1
313 Copyright (C) 2011 Free Software Foundation, Inc.
314 This is free software; see the source for copying conditions.  There is NO
315 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
316
317 configure:7298: $? = 0
318 configure:7287: g++ -v >&5
319 Using built-in specs.
320 COLLECT_GCC=g++
321 COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6.1/lto-wrapper
322 Target: i686-linux-gnu
323 Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.1-9ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++,go --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-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
324 Thread model: posix
325 gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) 
326 configure:7298: $? = 0
327 configure:7287: g++ -V >&5
328 g++: error: unrecognized option '-V'
329 g++: fatal error: no input files
330 compilation terminated.
331 configure:7298: $? = 4
332 configure:7287: g++ -qversion >&5
333 g++: error: unrecognized option '-qversion'
334 g++: fatal error: no input files
335 compilation terminated.
336 configure:7298: $? = 4
337 configure:7302: checking whether we are using the GNU C++ compiler
338 configure:7330: result: yes
339 configure:7339: checking whether g++ accepts -g
340 configure:7400: result: yes
341 configure:7425: checking dependency style of g++
342 configure:7535: result: gcc3
343 configure:7558: checking how to run the C++ preprocessor
344 configure:7585: g++ -E  conftest.cpp
345 configure:7585: $? = 0
346 configure:7599: g++ -E  conftest.cpp
347 conftest.cpp:22:28: fatal error: ac_nonexistent.h: No such file or directory
348 compilation terminated.
349 configure:7599: $? = 1
350 configure: failed program was:
351 | /* confdefs.h */
352 | #define PACKAGE_NAME "Google C++ Testing Framework"
353 | #define PACKAGE_TARNAME "gtest"
354 | #define PACKAGE_VERSION "1.6.0"
355 | #define PACKAGE_STRING "Google C++ Testing Framework 1.6.0"
356 | #define PACKAGE_BUGREPORT "googletestframework@googlegroups.com"
357 | #define PACKAGE_URL ""
358 | #define PACKAGE "gtest"
359 | #define VERSION "1.6.0"
360 | #define STDC_HEADERS 1
361 | #define HAVE_SYS_TYPES_H 1
362 | #define HAVE_SYS_STAT_H 1
363 | #define HAVE_STDLIB_H 1
364 | #define HAVE_STRING_H 1
365 | #define HAVE_MEMORY_H 1
366 | #define HAVE_STRINGS_H 1
367 | #define HAVE_INTTYPES_H 1
368 | #define HAVE_STDINT_H 1
369 | #define HAVE_UNISTD_H 1
370 | #define HAVE_DLFCN_H 1
371 | /* end confdefs.h.  */
372 | #include <ac_nonexistent.h>
373 configure:7624: result: g++ -E
374 configure:7644: g++ -E  conftest.cpp
375 configure:7644: $? = 0
376 configure:7658: g++ -E  conftest.cpp
377 conftest.cpp:22:28: fatal error: ac_nonexistent.h: No such file or directory
378 compilation terminated.
379 configure:7658: $? = 1
380 configure: failed program was:
381 | /* confdefs.h */
382 | #define PACKAGE_NAME "Google C++ Testing Framework"
383 | #define PACKAGE_TARNAME "gtest"
384 | #define PACKAGE_VERSION "1.6.0"
385 | #define PACKAGE_STRING "Google C++ Testing Framework 1.6.0"
386 | #define PACKAGE_BUGREPORT "googletestframework@googlegroups.com"
387 | #define PACKAGE_URL ""
388 | #define PACKAGE "gtest"
389 | #define VERSION "1.6.0"
390 | #define STDC_HEADERS 1
391 | #define HAVE_SYS_TYPES_H 1
392 | #define HAVE_SYS_STAT_H 1
393 | #define HAVE_STDLIB_H 1
394 | #define HAVE_STRING_H 1
395 | #define HAVE_MEMORY_H 1
396 | #define HAVE_STRINGS_H 1
397 | #define HAVE_INTTYPES_H 1
398 | #define HAVE_STDINT_H 1
399 | #define HAVE_UNISTD_H 1
400 | #define HAVE_DLFCN_H 1
401 | /* end confdefs.h.  */
402 | #include <ac_nonexistent.h>
403 configure:7864: checking for objdir
404 configure:7879: result: .libs
405 configure:8175: checking if gcc supports -fno-rtti -fno-exceptions
406 configure:8193: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
407 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
408 configure:8197: $? = 0
409 configure:8210: result: no
410 configure:8230: checking for gcc option to produce PIC
411 configure:8502: result: -fPIC -DPIC
412 configure:8514: checking if gcc PIC flag -fPIC -DPIC works
413 configure:8532: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
414 configure:8536: $? = 0
415 configure:8549: result: yes
416 configure:8573: checking if gcc static flag -static works
417 configure:8601: result: yes
418 configure:8616: checking if gcc supports -c -o file.o
419 configure:8637: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
420 configure:8641: $? = 0
421 configure:8663: result: yes
422 configure:8671: checking if gcc supports -c -o file.o
423 configure:8718: result: yes
424 configure:8751: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
425 configure:9742: result: yes
426 configure:9779: checking whether -lc should be explicitly linked in
427 configure:9784: gcc -c -g -O2  conftest.c >&5
428 configure:9787: $? = 0
429 configure:9802: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
430 configure:9805: $? = 0
431 configure:9817: result: no
432 configure:9981: checking dynamic linker characteristics
433 configure:10414: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
434 configure:10414: $? = 0
435 configure:10644: result: GNU/Linux ld.so
436 configure:10746: checking how to hardcode library paths into programs
437 configure:10771: result: immediate
438 configure:11291: checking whether stripping libraries is possible
439 configure:11296: result: yes
440 configure:11331: checking if libtool supports shared libraries
441 configure:11333: result: yes
442 configure:11336: checking whether to build shared libraries
443 configure:11357: result: yes
444 configure:11360: checking whether to build static libraries
445 configure:11364: result: yes
446 configure:11514: checking for ld used by g++
447 configure:11581: result: /usr/bin/ld
448 configure:11588: checking if the linker (/usr/bin/ld) is GNU ld
449 configure:11603: result: yes
450 configure:11658: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
451 configure:12571: result: yes
452 configure:12599: g++ -c -g -O2  conftest.cpp >&5
453 configure:12602: $? = 0
454 configure:12784: checking for g++ option to produce PIC
455 configure:13101: result: -fPIC -DPIC
456 configure:13110: checking if g++ PIC flag -fPIC -DPIC works
457 configure:13128: g++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
458 configure:13132: $? = 0
459 configure:13145: result: yes
460 configure:13166: checking if g++ static flag -static works
461 configure:13194: result: yes
462 configure:13206: checking if g++ supports -c -o file.o
463 configure:13227: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
464 configure:13231: $? = 0
465 configure:13253: result: yes
466 configure:13258: checking if g++ supports -c -o file.o
467 configure:13305: result: yes
468 configure:13335: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
469 configure:13364: result: yes
470 configure:13501: checking dynamic linker characteristics
471 configure:13882: g++ -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.cpp  >&5
472 configure:13882: $? = 0
473 configure:14112: result: GNU/Linux ld.so
474 configure:14163: checking how to hardcode library paths into programs
475 configure:14188: result: immediate
476 configure:14255: checking for python
477 configure:14273: found /usr/bin/python
478 configure:14286: result: /usr/bin/python
479 configure:14304: /usr/bin/python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.3'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
480 configure:14307: $? = 0
481 configure:14500: checking for the pthreads library -lpthreads
482 configure:14533: gcc -o conftest -g -O2    conftest.c -lpthreads  >&5
483 /usr/bin/ld: cannot find -lpthreads
484 collect2: ld returned 1 exit status
485 configure:14533: $? = 1
486 configure: failed program was:
487 | /* confdefs.h */
488 | #define PACKAGE_NAME "Google C++ Testing Framework"
489 | #define PACKAGE_TARNAME "gtest"
490 | #define PACKAGE_VERSION "1.6.0"
491 | #define PACKAGE_STRING "Google C++ Testing Framework 1.6.0"
492 | #define PACKAGE_BUGREPORT "googletestframework@googlegroups.com"
493 | #define PACKAGE_URL ""
494 | #define PACKAGE "gtest"
495 | #define VERSION "1.6.0"
496 | #define STDC_HEADERS 1
497 | #define HAVE_SYS_TYPES_H 1
498 | #define HAVE_SYS_STAT_H 1
499 | #define HAVE_STDLIB_H 1
500 | #define HAVE_STRING_H 1
501 | #define HAVE_MEMORY_H 1
502 | #define HAVE_STRINGS_H 1
503 | #define HAVE_INTTYPES_H 1
504 | #define HAVE_STDINT_H 1
505 | #define HAVE_UNISTD_H 1
506 | #define HAVE_DLFCN_H 1
507 | #define LT_OBJDIR ".libs/"
508 | /* end confdefs.h.  */
509 | #include <pthread.h>
510 | int
511 | main ()
512 | {
513 | pthread_t th; pthread_join(th, 0);
514 |                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
515 |                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
516 |   ;
517 |   return 0;
518 | }
519 configure:14542: result: no
520 configure:14445: checking whether pthreads work without any flags
521 configure:14533: gcc -o conftest -g -O2    conftest.c   >&5
522 /tmp/ccEfzPYz.o: In function `main':
523 /home/dahyeong/git_/osp/external/gtest/conftest.c:27: undefined reference to `pthread_join'
524 /home/dahyeong/git_/osp/external/gtest/conftest.c:28: undefined reference to `__pthread_register_cancel'
525 /home/dahyeong/git_/osp/external/gtest/conftest.c:29: undefined reference to `pthread_create'
526 /home/dahyeong/git_/osp/external/gtest/conftest.c:29: undefined reference to `__pthread_unregister_cancel'
527 collect2: ld returned 1 exit status
528 configure:14533: $? = 1
529 configure: failed program was:
530 | /* confdefs.h */
531 | #define PACKAGE_NAME "Google C++ Testing Framework"
532 | #define PACKAGE_TARNAME "gtest"
533 | #define PACKAGE_VERSION "1.6.0"
534 | #define PACKAGE_STRING "Google C++ Testing Framework 1.6.0"
535 | #define PACKAGE_BUGREPORT "googletestframework@googlegroups.com"
536 | #define PACKAGE_URL ""
537 | #define PACKAGE "gtest"
538 | #define VERSION "1.6.0"
539 | #define STDC_HEADERS 1
540 | #define HAVE_SYS_TYPES_H 1
541 | #define HAVE_SYS_STAT_H 1
542 | #define HAVE_STDLIB_H 1
543 | #define HAVE_STRING_H 1
544 | #define HAVE_MEMORY_H 1
545 | #define HAVE_STRINGS_H 1
546 | #define HAVE_INTTYPES_H 1
547 | #define HAVE_STDINT_H 1
548 | #define HAVE_UNISTD_H 1
549 | #define HAVE_DLFCN_H 1
550 | #define LT_OBJDIR ".libs/"
551 | /* end confdefs.h.  */
552 | #include <pthread.h>
553 | int
554 | main ()
555 | {
556 | pthread_t th; pthread_join(th, 0);
557 |                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
558 |                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
559 |   ;
560 |   return 0;
561 | }
562 configure:14542: result: no
563 configure:14450: checking whether pthreads work with -Kthread
564 configure:14533: gcc -o conftest -g -O2 -Kthread   conftest.c   >&5
565 gcc: error: unrecognized option '-Kthread'
566 configure:14533: $? = 1
567 configure: failed program was:
568 | /* confdefs.h */
569 | #define PACKAGE_NAME "Google C++ Testing Framework"
570 | #define PACKAGE_TARNAME "gtest"
571 | #define PACKAGE_VERSION "1.6.0"
572 | #define PACKAGE_STRING "Google C++ Testing Framework 1.6.0"
573 | #define PACKAGE_BUGREPORT "googletestframework@googlegroups.com"
574 | #define PACKAGE_URL ""
575 | #define PACKAGE "gtest"
576 | #define VERSION "1.6.0"
577 | #define STDC_HEADERS 1
578 | #define HAVE_SYS_TYPES_H 1
579 | #define HAVE_SYS_STAT_H 1
580 | #define HAVE_STDLIB_H 1
581 | #define HAVE_STRING_H 1
582 | #define HAVE_MEMORY_H 1
583 | #define HAVE_STRINGS_H 1
584 | #define HAVE_INTTYPES_H 1
585 | #define HAVE_STDINT_H 1
586 | #define HAVE_UNISTD_H 1
587 | #define HAVE_DLFCN_H 1
588 | #define LT_OBJDIR ".libs/"
589 | /* end confdefs.h.  */
590 | #include <pthread.h>
591 | int
592 | main ()
593 | {
594 | pthread_t th; pthread_join(th, 0);
595 |                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
596 |                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
597 |   ;
598 |   return 0;
599 | }
600 configure:14542: result: no
601 configure:14450: checking whether pthreads work with -kthread
602 configure:14533: gcc -o conftest -g -O2 -kthread   conftest.c   >&5
603 gcc: error: unrecognized option '-kthread'
604 configure:14533: $? = 1
605 configure: failed program was:
606 | /* confdefs.h */
607 | #define PACKAGE_NAME "Google C++ Testing Framework"
608 | #define PACKAGE_TARNAME "gtest"
609 | #define PACKAGE_VERSION "1.6.0"
610 | #define PACKAGE_STRING "Google C++ Testing Framework 1.6.0"
611 | #define PACKAGE_BUGREPORT "googletestframework@googlegroups.com"
612 | #define PACKAGE_URL ""
613 | #define PACKAGE "gtest"
614 | #define VERSION "1.6.0"
615 | #define STDC_HEADERS 1
616 | #define HAVE_SYS_TYPES_H 1
617 | #define HAVE_SYS_STAT_H 1
618 | #define HAVE_STDLIB_H 1
619 | #define HAVE_STRING_H 1
620 | #define HAVE_MEMORY_H 1
621 | #define HAVE_STRINGS_H 1
622 | #define HAVE_INTTYPES_H 1
623 | #define HAVE_STDINT_H 1
624 | #define HAVE_UNISTD_H 1
625 | #define HAVE_DLFCN_H 1
626 | #define LT_OBJDIR ".libs/"
627 | /* end confdefs.h.  */
628 | #include <pthread.h>
629 | int
630 | main ()
631 | {
632 | pthread_t th; pthread_join(th, 0);
633 |                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
634 |                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
635 |   ;
636 |   return 0;
637 | }
638 configure:14542: result: no
639 configure:14500: checking for the pthreads library -llthread
640 configure:14533: gcc -o conftest -g -O2    conftest.c -llthread  >&5
641 /usr/bin/ld: cannot find -llthread
642 collect2: ld returned 1 exit status
643 configure:14533: $? = 1
644 configure: failed program was:
645 | /* confdefs.h */
646 | #define PACKAGE_NAME "Google C++ Testing Framework"
647 | #define PACKAGE_TARNAME "gtest"
648 | #define PACKAGE_VERSION "1.6.0"
649 | #define PACKAGE_STRING "Google C++ Testing Framework 1.6.0"
650 | #define PACKAGE_BUGREPORT "googletestframework@googlegroups.com"
651 | #define PACKAGE_URL ""
652 | #define PACKAGE "gtest"
653 | #define VERSION "1.6.0"
654 | #define STDC_HEADERS 1
655 | #define HAVE_SYS_TYPES_H 1
656 | #define HAVE_SYS_STAT_H 1
657 | #define HAVE_STDLIB_H 1
658 | #define HAVE_STRING_H 1
659 | #define HAVE_MEMORY_H 1
660 | #define HAVE_STRINGS_H 1
661 | #define HAVE_INTTYPES_H 1
662 | #define HAVE_STDINT_H 1
663 | #define HAVE_UNISTD_H 1
664 | #define HAVE_DLFCN_H 1
665 | #define LT_OBJDIR ".libs/"
666 | /* end confdefs.h.  */
667 | #include <pthread.h>
668 | int
669 | main ()
670 | {
671 | pthread_t th; pthread_join(th, 0);
672 |                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
673 |                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
674 |   ;
675 |   return 0;
676 | }
677 configure:14542: result: no
678 configure:14450: checking whether pthreads work with -pthread
679 configure:14533: gcc -o conftest -g -O2 -pthread   conftest.c   >&5
680 configure:14533: $? = 0
681 configure:14542: result: yes
682 configure:14561: checking for joinable pthread attribute
683 configure:14576: gcc -o conftest -g -O2 -pthread   conftest.c   >&5
684 configure:14576: $? = 0
685 configure:14582: result: PTHREAD_CREATE_JOINABLE
686 configure:14592: checking if more special flags are required for pthreads
687 configure:14599: result: no
688 configure:14688: checking whether to check for GCC pthread/shared inconsistencies
689 configure:14701: gcc -o conftest -shared -fPIC -Wl,-z,defs -g -O2 -pthread   conftest.c   >&5
690 configure:14701: $? = 0
691 configure:14713: result: yes
692 configure:14719: checking whether -pthread is sufficient with -shared
693 configure:14734: gcc -o conftest -shared -fPIC -Wl,-z,defs -g -O2 -pthread   conftest.c   >&5
694 configure:14734: $? = 0
695 configure:14741: result: yes
696 configure:15015: creating ./config.status
697
698 ## ---------------------- ##
699 ## Running config.status. ##
700 ## ---------------------- ##
701
702 This file was extended by Google C++ Testing Framework config.status 1.6.0, which was
703 generated by GNU Autoconf 2.65.  Invocation command line was
704
705   CONFIG_FILES    = 
706   CONFIG_HEADERS  = 
707   CONFIG_LINKS    = 
708   CONFIG_COMMANDS = 
709   $ ./config.status 
710
711 on dahyeong-Samsung-DeskTop-System
712
713 config.status:1135: creating Makefile
714 config.status:1135: creating scripts/gtest-config
715 config.status:1135: creating build-aux/config.h
716 config.status:1307: build-aux/config.h is unchanged
717 config.status:1355: executing depfiles commands
718 config.status:1355: executing libtool commands
719
720 ## ---------------- ##
721 ## Cache variables. ##
722 ## ---------------- ##
723
724 ac_cv_build=i686-pc-linux-gnu
725 ac_cv_c_compiler_gnu=yes
726 ac_cv_cxx_compiler_gnu=yes
727 ac_cv_env_CCC_set=
728 ac_cv_env_CCC_value=
729 ac_cv_env_CC_set=
730 ac_cv_env_CC_value=
731 ac_cv_env_CFLAGS_set=
732 ac_cv_env_CFLAGS_value=
733 ac_cv_env_CPPFLAGS_set=
734 ac_cv_env_CPPFLAGS_value=
735 ac_cv_env_CPP_set=
736 ac_cv_env_CPP_value=
737 ac_cv_env_CXXCPP_set=
738 ac_cv_env_CXXCPP_value=
739 ac_cv_env_CXXFLAGS_set=
740 ac_cv_env_CXXFLAGS_value=
741 ac_cv_env_CXX_set=
742 ac_cv_env_CXX_value=
743 ac_cv_env_LDFLAGS_set=
744 ac_cv_env_LDFLAGS_value=
745 ac_cv_env_LIBS_set=
746 ac_cv_env_LIBS_value=
747 ac_cv_env_build_alias_set=
748 ac_cv_env_build_alias_value=
749 ac_cv_env_host_alias_set=
750 ac_cv_env_host_alias_value=
751 ac_cv_env_target_alias_set=
752 ac_cv_env_target_alias_value=
753 ac_cv_header_dlfcn_h=yes
754 ac_cv_header_inttypes_h=yes
755 ac_cv_header_memory_h=yes
756 ac_cv_header_stdc=yes
757 ac_cv_header_stdint_h=yes
758 ac_cv_header_stdlib_h=yes
759 ac_cv_header_string_h=yes
760 ac_cv_header_strings_h=yes
761 ac_cv_header_sys_stat_h=yes
762 ac_cv_header_sys_types_h=yes
763 ac_cv_header_unistd_h=yes
764 ac_cv_host=i686-pc-linux-gnu
765 ac_cv_objext=o
766 ac_cv_path_EGREP='/bin/grep -E'
767 ac_cv_path_FGREP='/bin/grep -F'
768 ac_cv_path_GREP=/bin/grep
769 ac_cv_path_PYTHON=/usr/bin/python
770 ac_cv_path_SED=/bin/sed
771 ac_cv_path_install='/usr/bin/install -c'
772 ac_cv_path_mkdir=/bin/mkdir
773 ac_cv_prog_AWK=mawk
774 ac_cv_prog_CPP='gcc -E'
775 ac_cv_prog_CXXCPP='g++ -E'
776 ac_cv_prog_ac_ct_AR=ar
777 ac_cv_prog_ac_ct_CC=gcc
778 ac_cv_prog_ac_ct_CXX=g++
779 ac_cv_prog_ac_ct_OBJDUMP=objdump
780 ac_cv_prog_ac_ct_RANLIB=ranlib
781 ac_cv_prog_ac_ct_STRIP=strip
782 ac_cv_prog_cc_c89=
783 ac_cv_prog_cc_g=yes
784 ac_cv_prog_cxx_g=yes
785 ac_cv_prog_make_make_set=yes
786 am_cv_CC_dependencies_compiler_type=gcc3
787 am_cv_CXX_dependencies_compiler_type=gcc3
788 lt_cv_deplibs_check_method=pass_all
789 lt_cv_file_magic_cmd='$MAGIC_CMD'
790 lt_cv_file_magic_test_file=
791 lt_cv_ld_reload_flag=-r
792 lt_cv_nm_interface='BSD nm'
793 lt_cv_objdir=.libs
794 lt_cv_path_LD=/usr/bin/ld
795 lt_cv_path_LDCXX=/usr/bin/ld
796 lt_cv_path_NM='/usr/bin/nm -B'
797 lt_cv_prog_compiler_c_o=yes
798 lt_cv_prog_compiler_c_o_CXX=yes
799 lt_cv_prog_compiler_pic_works=yes
800 lt_cv_prog_compiler_pic_works_CXX=yes
801 lt_cv_prog_compiler_rtti_exceptions=no
802 lt_cv_prog_compiler_static_works=yes
803 lt_cv_prog_compiler_static_works_CXX=yes
804 lt_cv_prog_gnu_ld=yes
805 lt_cv_prog_gnu_ldcxx=yes
806 lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
807 lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
808 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'\'''
809 lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
810 lt_cv_sys_max_cmd_len=1572864
811
812 ## ----------------- ##
813 ## Output variables. ##
814 ## ----------------- ##
815
816 ACLOCAL='${SHELL} /home/dahyeong/git_/osp/external/gtest/build-aux/missing --run aclocal-1.11'
817 AMDEPBACKSLASH='\'
818 AMDEP_FALSE='#'
819 AMDEP_TRUE=''
820 AMTAR='${SHELL} /home/dahyeong/git_/osp/external/gtest/build-aux/missing --run tar'
821 AR='ar'
822 AUTOCONF='${SHELL} /home/dahyeong/git_/osp/external/gtest/build-aux/missing --run autoconf'
823 AUTOHEADER='${SHELL} /home/dahyeong/git_/osp/external/gtest/build-aux/missing --run autoheader'
824 AUTOMAKE='${SHELL} /home/dahyeong/git_/osp/external/gtest/build-aux/missing --run automake-1.11'
825 AWK='mawk'
826 CC='gcc'
827 CCDEPMODE='depmode=gcc3'
828 CFLAGS='-g -O2'
829 CPP='gcc -E'
830 CPPFLAGS=''
831 CXX='g++'
832 CXXCPP='g++ -E'
833 CXXDEPMODE='depmode=gcc3'
834 CXXFLAGS='-g -O2'
835 CYGPATH_W='echo'
836 DEFS='-DHAVE_CONFIG_H'
837 DEPDIR='.deps'
838 DSYMUTIL=''
839 DUMPBIN=''
840 ECHO_C=''
841 ECHO_N='-n'
842 ECHO_T=''
843 EGREP='/bin/grep -E'
844 EXEEXT=''
845 FGREP='/bin/grep -F'
846 GREP='/bin/grep'
847 HAVE_PTHREADS_FALSE='#'
848 HAVE_PTHREADS_TRUE=''
849 HAVE_PYTHON_FALSE='#'
850 HAVE_PYTHON_TRUE=''
851 INSTALL_DATA='${INSTALL} -m 644'
852 INSTALL_PROGRAM='${INSTALL}'
853 INSTALL_SCRIPT='${INSTALL}'
854 INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
855 LD='/usr/bin/ld'
856 LDFLAGS=''
857 LIBOBJS=''
858 LIBS=''
859 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
860 LIPO=''
861 LN_S='ln -s'
862 LTLIBOBJS=''
863 MAKEINFO='${SHELL} /home/dahyeong/git_/osp/external/gtest/build-aux/missing --run makeinfo'
864 MKDIR_P='/bin/mkdir -p'
865 NM='/usr/bin/nm -B'
866 NMEDIT=''
867 OBJDUMP='objdump'
868 OBJEXT='o'
869 OTOOL64=''
870 OTOOL=''
871 PACKAGE='gtest'
872 PACKAGE_BUGREPORT='googletestframework@googlegroups.com'
873 PACKAGE_NAME='Google C++ Testing Framework'
874 PACKAGE_STRING='Google C++ Testing Framework 1.6.0'
875 PACKAGE_TARNAME='gtest'
876 PACKAGE_URL=''
877 PACKAGE_VERSION='1.6.0'
878 PATH_SEPARATOR=':'
879 PTHREAD_CC='gcc'
880 PTHREAD_CFLAGS='-pthread'
881 PTHREAD_LIBS=''
882 PYTHON='/usr/bin/python'
883 RANLIB='ranlib'
884 SED='/bin/sed'
885 SET_MAKE=''
886 SHELL='/bin/bash'
887 STRIP='strip'
888 VERSION='1.6.0'
889 ac_ct_CC='gcc'
890 ac_ct_CXX='g++'
891 ac_ct_DUMPBIN=''
892 acx_pthread_config=''
893 am__EXEEXT_FALSE=''
894 am__EXEEXT_TRUE='#'
895 am__fastdepCC_FALSE='#'
896 am__fastdepCC_TRUE=''
897 am__fastdepCXX_FALSE='#'
898 am__fastdepCXX_TRUE=''
899 am__include='include'
900 am__isrc=''
901 am__leading_dot='.'
902 am__quote=''
903 am__tar='${AMTAR} chof - "$$tardir"'
904 am__untar='${AMTAR} xf -'
905 bindir='${exec_prefix}/bin'
906 build='i686-pc-linux-gnu'
907 build_alias=''
908 build_cpu='i686'
909 build_os='linux-gnu'
910 build_vendor='pc'
911 datadir='${datarootdir}'
912 datarootdir='${prefix}/share'
913 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
914 dvidir='${docdir}'
915 exec_prefix='${prefix}'
916 host='i686-pc-linux-gnu'
917 host_alias=''
918 host_cpu='i686'
919 host_os='linux-gnu'
920 host_vendor='pc'
921 htmldir='${docdir}'
922 includedir='${prefix}/include'
923 infodir='${datarootdir}/info'
924 install_sh='${SHELL} /home/dahyeong/git_/osp/external/gtest/build-aux/install-sh'
925 libdir='${exec_prefix}/lib'
926 libexecdir='${exec_prefix}/libexec'
927 localedir='${datarootdir}/locale'
928 localstatedir='${prefix}/var'
929 lt_ECHO='echo'
930 mandir='${datarootdir}/man'
931 mkdir_p='/bin/mkdir -p'
932 oldincludedir='/usr/include'
933 pdfdir='${docdir}'
934 prefix='/usr/local'
935 program_transform_name='s,x,x,'
936 psdir='${docdir}'
937 sbindir='${exec_prefix}/sbin'
938 sharedstatedir='${prefix}/com'
939 sysconfdir='${prefix}/etc'
940 target_alias=''
941
942 ## ----------- ##
943 ## confdefs.h. ##
944 ## ----------- ##
945
946 /* confdefs.h */
947 #define PACKAGE_NAME "Google C++ Testing Framework"
948 #define PACKAGE_TARNAME "gtest"
949 #define PACKAGE_VERSION "1.6.0"
950 #define PACKAGE_STRING "Google C++ Testing Framework 1.6.0"
951 #define PACKAGE_BUGREPORT "googletestframework@googlegroups.com"
952 #define PACKAGE_URL ""
953 #define PACKAGE "gtest"
954 #define VERSION "1.6.0"
955 #define STDC_HEADERS 1
956 #define HAVE_SYS_TYPES_H 1
957 #define HAVE_SYS_STAT_H 1
958 #define HAVE_STDLIB_H 1
959 #define HAVE_STRING_H 1
960 #define HAVE_MEMORY_H 1
961 #define HAVE_STRINGS_H 1
962 #define HAVE_INTTYPES_H 1
963 #define HAVE_STDINT_H 1
964 #define HAVE_UNISTD_H 1
965 #define HAVE_DLFCN_H 1
966 #define LT_OBJDIR ".libs/"
967 #define HAVE_PTHREAD 1
968
969 configure: exit 0