]> git.uio.no Git - private-olgabo.git/blame - OgreBullet/config.log
sc
[private-olgabo.git] / OgreBullet / config.log
CommitLineData
f95304d3 1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by OgreBullet configure 0.2, which was
5generated by GNU Autoconf 2.68. Invocation command line was
6
7 $ ./configure
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = one
14uname -m = x86_64
15uname -r = 3.2.0-24-generic
16uname -s = Linux
17uname -v = #37-Ubuntu SMP Wed Apr 25 08:43:22 UTC 2012
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
30PATH: /usr/lib/lightdm/lightdm
31PATH: /usr/local/sbin
32PATH: /usr/local/bin
33PATH: /usr/sbin
34PATH: /usr/bin
35PATH: /sbin
36PATH: /bin
37PATH: /usr/games
38PATH: /home/olga/bullet-2.80-rev2531/src
39
40
41## ----------- ##
42## Core tests. ##
43## ----------- ##
44
45configure:2287: checking for a BSD-compatible install
46configure:2355: result: /usr/bin/install -c
47configure:2366: checking whether build environment is sane
48configure:2416: result: yes
49configure:2557: checking for a thread-safe mkdir -p
50configure:2596: result: /bin/mkdir -p
51configure:2609: checking for gawk
52configure:2625: found /usr/bin/gawk
53configure:2636: result: gawk
54configure:2647: checking whether make sets $(MAKE)
55configure:2669: result: yes
56configure:2873: checking for g++
57configure:2889: found /usr/bin/g++
58configure:2900: result: g++
59configure:2927: checking for C++ compiler version
60configure:2936: g++ --version >&5
61g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
62Copyright (C) 2011 Free Software Foundation, Inc.
63This is free software; see the source for copying conditions. There is NO
64warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
65
66configure:2947: $? = 0
67configure:2936: g++ -v >&5
68Using built-in specs.
69COLLECT_GCC=g++
70COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
71Target: x86_64-linux-gnu
72Configured 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
73Thread model: posix
74gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
75configure:2947: $? = 0
76configure:2936: g++ -V >&5
77g++: error: unrecognized option '-V'
78g++: fatal error: no input files
79compilation terminated.
80configure:2947: $? = 4
81configure:2936: g++ -qversion >&5
82g++: error: unrecognized option '-qversion'
83g++: fatal error: no input files
84compilation terminated.
85configure:2947: $? = 4
86configure:2967: checking whether the C++ compiler works
87configure:2989: g++ conftest.cpp >&5
88conftest.cpp:10:0: warning: "PACKAGE" redefined [enabled by default]
89conftest.cpp:8:0: note: this is the location of the previous definition
90configure:2993: $? = 0
91configure:3041: result: yes
92configure:3044: checking for C++ compiler default output file name
93configure:3046: result: a.out
94configure:3052: checking for suffix of executables
95configure:3059: g++ -o conftest conftest.cpp >&5
96conftest.cpp:10:0: warning: "PACKAGE" redefined [enabled by default]
97conftest.cpp:8:0: note: this is the location of the previous definition
98configure:3063: $? = 0
99configure:3085: result:
100configure:3107: checking whether we are cross compiling
101configure:3115: g++ -o conftest conftest.cpp >&5
102conftest.cpp:10:0: warning: "PACKAGE" redefined [enabled by default]
103conftest.cpp:8:0: note: this is the location of the previous definition
104configure:3119: $? = 0
105configure:3126: ./conftest
106configure:3130: $? = 0
107configure:3145: result: no
108configure:3150: checking for suffix of object files
109configure:3172: g++ -c conftest.cpp >&5
110conftest.cpp:10:0: warning: "PACKAGE" redefined [enabled by default]
111conftest.cpp:8:0: note: this is the location of the previous definition
112configure:3176: $? = 0
113configure:3197: result: o
114configure:3201: checking whether we are using the GNU C++ compiler
115configure:3220: g++ -c conftest.cpp >&5
116conftest.cpp:10:0: warning: "PACKAGE" redefined [enabled by default]
117conftest.cpp:8:0: note: this is the location of the previous definition
118configure:3220: $? = 0
119configure:3229: result: yes
120configure:3238: checking whether g++ accepts -g
121configure:3258: g++ -c -g conftest.cpp >&5
122conftest.cpp:10:0: warning: "PACKAGE" redefined [enabled by default]
123conftest.cpp:8:0: note: this is the location of the previous definition
124configure:3258: $? = 0
125configure: failed program was:
126| /* confdefs.h */
127| #define PACKAGE_NAME "OgreBullet"
128| #define PACKAGE_TARNAME "ogrebullet"
129| #define PACKAGE_VERSION "0.2"
130| #define PACKAGE_STRING "OgreBullet 0.2"
131| #define PACKAGE_BUGREPORT ""
132| #define PACKAGE_URL ""
133| #define PACKAGE "OgreBullet"
134| #define VERSION "0.2"
135| #define PACKAGE "ogrebullet"
136| #define VERSION "0.2"
137| /* end confdefs.h. */
138|
139| int
140| main ()
141| {
142|
143| ;
144| return 0;
145| }
146configure:3273: g++ -c conftest.cpp >&5
147conftest.cpp:10:0: warning: "PACKAGE" redefined [enabled by default]
148conftest.cpp:8:0: note: this is the location of the previous definition
149configure:3273: $? = 0
150configure: failed program was:
151| /* confdefs.h */
152| #define PACKAGE_NAME "OgreBullet"
153| #define PACKAGE_TARNAME "ogrebullet"
154| #define PACKAGE_VERSION "0.2"
155| #define PACKAGE_STRING "OgreBullet 0.2"
156| #define PACKAGE_BUGREPORT ""
157| #define PACKAGE_URL ""
158| #define PACKAGE "OgreBullet"
159| #define VERSION "0.2"
160| #define PACKAGE "ogrebullet"
161| #define VERSION "0.2"
162| /* end confdefs.h. */
163|
164| int
165| main ()
166| {
167|
168| ;
169| return 0;
170| }
171configure:3289: g++ -c -g conftest.cpp >&5
172conftest.cpp:10:0: warning: "PACKAGE" redefined [enabled by default]
173conftest.cpp:8:0: note: this is the location of the previous definition
174configure:3289: $? = 0
175configure:3299: result: yes
176configure:3333: checking for style of include used by make
177configure:3361: result: GNU
178configure:3387: checking dependency style of g++
179configure:3498: result: gcc3
180configure:3515: checking dependency style of g++
181configure:3626: result: gcc3
182configure:3670: checking build system type
183configure:3684: result: x86_64-unknown-linux-gnu
184configure:3704: checking host system type
185configure:3717: result: x86_64-unknown-linux-gnu
186configure:3758: checking how to print strings
187configure:3785: result: printf
188configure:3854: checking for gcc
189configure:3870: found /usr/bin/gcc
190configure:3881: result: gcc
191configure:4110: checking for C compiler version
192configure:4119: gcc --version >&5
193gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
194Copyright (C) 2011 Free Software Foundation, Inc.
195This is free software; see the source for copying conditions. There is NO
196warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
197
198configure:4130: $? = 0
199configure:4119: gcc -v >&5
200Using built-in specs.
201COLLECT_GCC=gcc
202COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
203Target: x86_64-linux-gnu
204Configured 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
205Thread model: posix
206gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
207configure:4130: $? = 0
208configure:4119: gcc -V >&5
209gcc: error: unrecognized option '-V'
210gcc: fatal error: no input files
211compilation terminated.
212configure:4130: $? = 4
213configure:4119: gcc -qversion >&5
214gcc: error: unrecognized option '-qversion'
215gcc: fatal error: no input files
216compilation terminated.
217configure:4130: $? = 4
218configure:4134: checking whether we are using the GNU C compiler
219configure:4153: gcc -c conftest.c >&5
220conftest.c:10:0: warning: "PACKAGE" redefined [enabled by default]
221conftest.c:8:0: note: this is the location of the previous definition
222configure:4153: $? = 0
223configure:4162: result: yes
224configure:4171: checking whether gcc accepts -g
225configure:4191: gcc -c -g conftest.c >&5
226conftest.c:10:0: warning: "PACKAGE" redefined [enabled by default]
227conftest.c:8:0: note: this is the location of the previous definition
228configure:4191: $? = 0
229configure: failed program was:
230| /* confdefs.h */
231| #define PACKAGE_NAME "OgreBullet"
232| #define PACKAGE_TARNAME "ogrebullet"
233| #define PACKAGE_VERSION "0.2"
234| #define PACKAGE_STRING "OgreBullet 0.2"
235| #define PACKAGE_BUGREPORT ""
236| #define PACKAGE_URL ""
237| #define PACKAGE "OgreBullet"
238| #define VERSION "0.2"
239| #define PACKAGE "ogrebullet"
240| #define VERSION "0.2"
241| /* end confdefs.h. */
242|
243| int
244| main ()
245| {
246|
247| ;
248| return 0;
249| }
250configure:4206: gcc -c conftest.c >&5
251conftest.c:10:0: warning: "PACKAGE" redefined [enabled by default]
252conftest.c:8:0: note: this is the location of the previous definition
253configure:4206: $? = 0
254configure: failed program was:
255| /* confdefs.h */
256| #define PACKAGE_NAME "OgreBullet"
257| #define PACKAGE_TARNAME "ogrebullet"
258| #define PACKAGE_VERSION "0.2"
259| #define PACKAGE_STRING "OgreBullet 0.2"
260| #define PACKAGE_BUGREPORT ""
261| #define PACKAGE_URL ""
262| #define PACKAGE "OgreBullet"
263| #define VERSION "0.2"
264| #define PACKAGE "ogrebullet"
265| #define VERSION "0.2"
266| /* end confdefs.h. */
267|
268| int
269| main ()
270| {
271|
272| ;
273| return 0;
274| }
275configure:4222: gcc -c -g conftest.c >&5
276conftest.c:10:0: warning: "PACKAGE" redefined [enabled by default]
277conftest.c:8:0: note: this is the location of the previous definition
278configure:4222: $? = 0
279configure:4232: result: yes
280configure:4249: checking for gcc option to accept ISO C89
281configure:4313: gcc -c -g -O2 conftest.c >&5
282conftest.c:10:0: warning: "PACKAGE" redefined [enabled by default]
283conftest.c:8:0: note: this is the location of the previous definition
284configure:4313: $? = 0
285configure:4326: result: none needed
286configure:4348: checking dependency style of gcc
287configure:4459: result: gcc3
288configure:4476: checking dependency style of gcc
289configure:4587: result: gcc3
290configure:4602: checking for a sed that does not truncate output
291configure:4666: result: /bin/sed
292configure:4684: checking for grep that handles long lines and -e
293configure:4742: result: /bin/grep
294configure:4747: checking for egrep
295configure:4809: result: /bin/grep -E
296configure:4814: checking for fgrep
297configure:4876: result: /bin/grep -F
298configure:4911: checking for ld used by gcc
299configure:4978: result: /usr/bin/ld
300configure:4985: checking if the linker (/usr/bin/ld) is GNU ld
301configure:5000: result: yes
302configure:5012: checking for BSD- or MS-compatible name lister (nm)
303configure:5061: result: /usr/bin/nm -B
304configure:5191: checking the name lister (/usr/bin/nm -B) interface
305configure:5198: gcc -c -g -O2 conftest.c >&5
306configure:5201: /usr/bin/nm -B "conftest.o"
307configure:5204: output
3080000000000000000 B some_variable
309configure:5211: result: BSD nm
310configure:5214: checking whether ln -s works
311configure:5218: result: yes
312configure:5226: checking the maximum length of command line arguments
313configure:5356: result: 1572864
314configure:5373: checking whether the shell understands some XSI constructs
315configure:5383: result: yes
316configure:5387: checking whether the shell understands "+="
317configure:5393: result: yes
318configure:5428: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
319configure:5468: result: func_convert_file_noop
320configure:5475: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
321configure:5495: result: func_convert_file_noop
322configure:5502: checking for /usr/bin/ld option to reload object files
323configure:5509: result: -r
324configure:5583: checking for objdump
325configure:5599: found /usr/bin/objdump
326configure:5610: result: objdump
327configure:5642: checking how to recognize dependent libraries
328configure:5844: result: pass_all
329configure:5929: checking for dlltool
330configure:5959: result: no
331configure:5989: checking how to associate runtime and link libraries
332configure:6016: result: printf %s\n
333configure:6077: checking for ar
334configure:6093: found /usr/bin/ar
335configure:6104: result: ar
336configure:6141: checking for archiver @FILE support
337configure:6158: gcc -c -g -O2 conftest.c >&5
338conftest.c:10:0: warning: "PACKAGE" redefined [enabled by default]
339conftest.c:8:0: note: this is the location of the previous definition
340configure:6158: $? = 0
341configure:6161: ar cru libconftest.a @conftest.lst >&5
342configure:6164: $? = 0
343configure:6169: ar cru libconftest.a @conftest.lst >&5
344ar: conftest.o: No such file or directory
345configure:6172: $? = 1
346configure:6184: result: @
347configure:6242: checking for strip
348configure:6258: found /usr/bin/strip
349configure:6269: result: strip
350configure:6341: checking for ranlib
351configure:6357: found /usr/bin/ranlib
352configure:6368: result: ranlib
353configure:6470: checking command to parse /usr/bin/nm -B output from gcc object
354configure:6590: gcc -c -g -O2 conftest.c >&5
355configure:6593: $? = 0
356configure:6597: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
357configure:6600: $? = 0
358configure:6666: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
359configure:6669: $? = 0
360configure:6707: result: ok
361configure:6744: checking for sysroot
362configure:6774: result: no
363configure:6851: gcc -c -g -O2 conftest.c >&5
364configure:6854: $? = 0
365configure:7030: checking for mt
366configure:7046: found /bin/mt
367configure:7057: result: mt
368configure:7080: checking if mt is a manifest tool
369configure:7086: mt '-?'
370configure:7094: result: no
371configure:7736: checking how to run the C preprocessor
372configure:7767: gcc -E conftest.c
373conftest.c:10:0: warning: "PACKAGE" redefined [enabled by default]
374conftest.c:8:0: note: this is the location of the previous definition
375configure:7767: $? = 0
376configure:7781: gcc -E conftest.c
377conftest.c:10:0: warning: "PACKAGE" redefined [enabled by default]
378conftest.c:8:0: note: this is the location of the previous definition
379conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
380compilation terminated.
381configure:7781: $? = 1
382configure: failed program was:
383| /* confdefs.h */
384| #define PACKAGE_NAME "OgreBullet"
385| #define PACKAGE_TARNAME "ogrebullet"
386| #define PACKAGE_VERSION "0.2"
387| #define PACKAGE_STRING "OgreBullet 0.2"
388| #define PACKAGE_BUGREPORT ""
389| #define PACKAGE_URL ""
390| #define PACKAGE "OgreBullet"
391| #define VERSION "0.2"
392| #define PACKAGE "ogrebullet"
393| #define VERSION "0.2"
394| /* end confdefs.h. */
395| #include <ac_nonexistent.h>
396configure:7806: result: gcc -E
397configure:7826: gcc -E conftest.c
398conftest.c:10:0: warning: "PACKAGE" redefined [enabled by default]
399conftest.c:8:0: note: this is the location of the previous definition
400configure:7826: $? = 0
401configure:7840: gcc -E conftest.c
402conftest.c:10:0: warning: "PACKAGE" redefined [enabled by default]
403conftest.c:8:0: note: this is the location of the previous definition
404conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
405compilation terminated.
406configure:7840: $? = 1
407configure: failed program was:
408| /* confdefs.h */
409| #define PACKAGE_NAME "OgreBullet"
410| #define PACKAGE_TARNAME "ogrebullet"
411| #define PACKAGE_VERSION "0.2"
412| #define PACKAGE_STRING "OgreBullet 0.2"
413| #define PACKAGE_BUGREPORT ""
414| #define PACKAGE_URL ""
415| #define PACKAGE "OgreBullet"
416| #define VERSION "0.2"
417| #define PACKAGE "ogrebullet"
418| #define VERSION "0.2"
419| /* end confdefs.h. */
420| #include <ac_nonexistent.h>
421configure:7869: checking for ANSI C header files
422configure:7889: gcc -c -g -O2 conftest.c >&5
423conftest.c:10:0: warning: "PACKAGE" redefined [enabled by default]
424conftest.c:8:0: note: this is the location of the previous definition
425configure:7889: $? = 0
426conftest.c:10:0: warning: "PACKAGE" redefined [enabled by default]
427conftest.c:8:0: note: this is the location of the previous definition
428conftest.c:10:0: warning: "PACKAGE" redefined [enabled by default]
429conftest.c:8:0: note: this is the location of the previous definition
430configure:7962: gcc -o conftest -g -O2 conftest.c >&5
431conftest.c:10:0: warning: "PACKAGE" redefined [enabled by default]
432conftest.c:8:0: note: this is the location of the previous definition
433configure:7962: $? = 0
434configure:7962: ./conftest
435configure:7962: $? = 0
436configure:7973: result: yes
437configure:7986: checking for sys/types.h
438configure:7986: gcc -c -g -O2 conftest.c >&5
439conftest.c:10:0: warning: "PACKAGE" redefined [enabled by default]
440conftest.c:8:0: note: this is the location of the previous definition
441configure:7986: $? = 0
442configure:7986: result: yes
443configure:7986: checking for sys/stat.h
444configure:7986: gcc -c -g -O2 conftest.c >&5
445conftest.c:10:0: warning: "PACKAGE" redefined [enabled by default]
446conftest.c:8:0: note: this is the location of the previous definition
447configure:7986: $? = 0
448configure:7986: result: yes
449configure:7986: checking for stdlib.h
450configure:7986: gcc -c -g -O2 conftest.c >&5
451conftest.c:10:0: warning: "PACKAGE" redefined [enabled by default]
452conftest.c:8:0: note: this is the location of the previous definition
453configure:7986: $? = 0
454configure:7986: result: yes
455configure:7986: checking for string.h
456configure:7986: gcc -c -g -O2 conftest.c >&5
457conftest.c:10:0: warning: "PACKAGE" redefined [enabled by default]
458conftest.c:8:0: note: this is the location of the previous definition
459configure:7986: $? = 0
460configure:7986: result: yes
461configure:7986: checking for memory.h
462configure:7986: gcc -c -g -O2 conftest.c >&5
463conftest.c:10:0: warning: "PACKAGE" redefined [enabled by default]
464conftest.c:8:0: note: this is the location of the previous definition
465configure:7986: $? = 0
466configure:7986: result: yes
467configure:7986: checking for strings.h
468configure:7986: gcc -c -g -O2 conftest.c >&5
469conftest.c:10:0: warning: "PACKAGE" redefined [enabled by default]
470conftest.c:8:0: note: this is the location of the previous definition
471configure:7986: $? = 0
472configure:7986: result: yes
473configure:7986: checking for inttypes.h
474configure:7986: gcc -c -g -O2 conftest.c >&5
475conftest.c:10:0: warning: "PACKAGE" redefined [enabled by default]
476conftest.c:8:0: note: this is the location of the previous definition
477configure:7986: $? = 0
478configure:7986: result: yes
479configure:7986: checking for stdint.h
480configure:7986: gcc -c -g -O2 conftest.c >&5
481conftest.c:10:0: warning: "PACKAGE" redefined [enabled by default]
482conftest.c:8:0: note: this is the location of the previous definition
483configure:7986: $? = 0
484configure:7986: result: yes
485configure:7986: checking for unistd.h
486configure:7986: gcc -c -g -O2 conftest.c >&5
487conftest.c:10:0: warning: "PACKAGE" redefined [enabled by default]
488conftest.c:8:0: note: this is the location of the previous definition
489configure:7986: $? = 0
490configure:7986: result: yes
491configure:8000: checking for dlfcn.h
492configure:8000: gcc -c -g -O2 conftest.c >&5
493conftest.c:10:0: warning: "PACKAGE" redefined [enabled by default]
494conftest.c:8:0: note: this is the location of the previous definition
495configure:8000: $? = 0
496configure:8000: result: yes
497configure:8217: checking for objdir
498configure:8232: result: .libs
499configure:8499: checking if gcc supports -fno-rtti -fno-exceptions
500configure:8517: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
501cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
502configure:8521: $? = 0
503configure:8534: result: no
504configure:8861: checking for gcc option to produce PIC
505configure:8868: result: -fPIC -DPIC
506configure:8876: checking if gcc PIC flag -fPIC -DPIC works
507configure:8894: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
508configure:8898: $? = 0
509configure:8911: result: yes
510configure:8940: checking if gcc static flag -static works
511configure:8968: result: yes
512configure:8983: checking if gcc supports -c -o file.o
513configure:9004: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
514configure:9008: $? = 0
515configure:9030: result: yes
516configure:9038: checking if gcc supports -c -o file.o
517configure:9085: result: yes
518configure:9118: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
519configure:10275: result: yes
520configure:10312: checking whether -lc should be explicitly linked in
521configure:10320: gcc -c -g -O2 conftest.c >&5
522configure:10323: $? = 0
523configure:10338: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
524configure:10341: $? = 0
525configure:10355: result: no
526configure:10515: checking dynamic linker characteristics
527configure:11026: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
528conftest.c:10:0: warning: "PACKAGE" redefined [enabled by default]
529conftest.c:8:0: note: this is the location of the previous definition
530configure:11026: $? = 0
531configure:11260: result: GNU/Linux ld.so
532configure:11367: checking how to hardcode library paths into programs
533configure:11392: result: immediate
534configure:11932: checking whether stripping libraries is possible
535configure:11937: result: yes
536configure:11972: checking if libtool supports shared libraries
537configure:11974: result: yes
538configure:11977: checking whether to build shared libraries
539configure:11998: result: yes
540configure:12001: checking whether to build static libraries
541configure:12005: result: yes
542configure:12028: checking how to run the C++ preprocessor
543configure:12055: g++ -E conftest.cpp
544conftest.cpp:10:0: warning: "PACKAGE" redefined [enabled by default]
545conftest.cpp:8:0: note: this is the location of the previous definition
546configure:12055: $? = 0
547configure:12069: g++ -E conftest.cpp
548conftest.cpp:10:0: warning: "PACKAGE" redefined [enabled by default]
549conftest.cpp:8:0: note: this is the location of the previous definition
550conftest.cpp:25:28: fatal error: ac_nonexistent.h: No such file or directory
551compilation terminated.
552configure:12069: $? = 1
553configure: failed program was:
554| /* confdefs.h */
555| #define PACKAGE_NAME "OgreBullet"
556| #define PACKAGE_TARNAME "ogrebullet"
557| #define PACKAGE_VERSION "0.2"
558| #define PACKAGE_STRING "OgreBullet 0.2"
559| #define PACKAGE_BUGREPORT ""
560| #define PACKAGE_URL ""
561| #define PACKAGE "OgreBullet"
562| #define VERSION "0.2"
563| #define PACKAGE "ogrebullet"
564| #define VERSION "0.2"
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| /* end confdefs.h. */
578| #include <ac_nonexistent.h>
579configure:12094: result: g++ -E
580configure:12114: g++ -E conftest.cpp
581conftest.cpp:10:0: warning: "PACKAGE" redefined [enabled by default]
582conftest.cpp:8:0: note: this is the location of the previous definition
583configure:12114: $? = 0
584configure:12128: g++ -E conftest.cpp
585conftest.cpp:10:0: warning: "PACKAGE" redefined [enabled by default]
586conftest.cpp:8:0: note: this is the location of the previous definition
587conftest.cpp:25:28: fatal error: ac_nonexistent.h: No such file or directory
588compilation terminated.
589configure:12128: $? = 1
590configure: failed program was:
591| /* confdefs.h */
592| #define PACKAGE_NAME "OgreBullet"
593| #define PACKAGE_TARNAME "ogrebullet"
594| #define PACKAGE_VERSION "0.2"
595| #define PACKAGE_STRING "OgreBullet 0.2"
596| #define PACKAGE_BUGREPORT ""
597| #define PACKAGE_URL ""
598| #define PACKAGE "OgreBullet"
599| #define VERSION "0.2"
600| #define PACKAGE "ogrebullet"
601| #define VERSION "0.2"
602| #define STDC_HEADERS 1
603| #define HAVE_SYS_TYPES_H 1
604| #define HAVE_SYS_STAT_H 1
605| #define HAVE_STDLIB_H 1
606| #define HAVE_STRING_H 1
607| #define HAVE_MEMORY_H 1
608| #define HAVE_STRINGS_H 1
609| #define HAVE_INTTYPES_H 1
610| #define HAVE_STDINT_H 1
611| #define HAVE_UNISTD_H 1
612| #define HAVE_DLFCN_H 1
613| #define LT_OBJDIR ".libs/"
614| /* end confdefs.h. */
615| #include <ac_nonexistent.h>
616configure:12297: checking for ld used by g++
617configure:12364: result: /usr/bin/ld -m elf_x86_64
618configure:12371: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
619configure:12386: result: yes
620configure:12441: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
621configure:13446: result: yes
622configure:13482: g++ -c -g -O2 conftest.cpp >&5
623configure:13485: $? = 0
624configure:14005: checking for g++ option to produce PIC
625configure:14012: result: -fPIC -DPIC
626configure:14020: checking if g++ PIC flag -fPIC -DPIC works
627configure:14038: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
628configure:14042: $? = 0
629configure:14055: result: yes
630configure:14078: checking if g++ static flag -static works
631configure:14106: result: yes
632configure:14118: checking if g++ supports -c -o file.o
633configure:14139: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
634configure:14143: $? = 0
635configure:14165: result: yes
636configure:14170: checking if g++ supports -c -o file.o
637configure:14217: result: yes
638configure:14247: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
639configure:14286: result: yes
640configure:14427: checking dynamic linker characteristics
641configure:15106: result: GNU/Linux ld.so
642configure:15159: checking how to hardcode library paths into programs
643configure:15184: result: immediate
644configure:15300: checking for pkg-config
645configure:15318: found /usr/bin/pkg-config
646configure:15330: result: /usr/bin/pkg-config
647configure:15355: checking pkg-config is at least version 0.9.0
648configure:15358: result: yes
649configure:15368: checking for OGRE
650configure:15375: $PKG_CONFIG --exists --print-errors "OGRE >= 1.4.0"
651configure:15378: $? = 0
652configure:15392: $PKG_CONFIG --exists --print-errors "OGRE >= 1.4.0"
653configure:15395: $? = 0
654configure:15433: result: yes
655configure:15442: checking for bullet
656configure:15449: $PKG_CONFIG --exists --print-errors "bullet >= 2.6.0"
657configure:15452: $? = 0
658configure:15466: $PKG_CONFIG --exists --print-errors "bullet >= 2.6.0"
659configure:15469: $? = 0
660configure:15507: result: yes
661configure:15667: creating ./config.status
662
663## ---------------------- ##
664## Running config.status. ##
665## ---------------------- ##
666
667This file was extended by OgreBullet config.status 0.2, which was
668generated by GNU Autoconf 2.68. Invocation command line was
669
670 CONFIG_FILES =
671 CONFIG_HEADERS =
672 CONFIG_LINKS =
673 CONFIG_COMMANDS =
674 $ ./config.status
675
676on one
677
678config.status:1172: creating Makefile
679config.status:1172: creating Collisions/Makefile
680config.status:1172: creating Collisions/src/Makefile
681config.status:1172: creating Collisions/include/Makefile
682config.status:1172: creating Collisions/include/Debug/Makefile
683config.status:1172: creating Collisions/include/Shapes/Makefile
684config.status:1172: creating Collisions/include/Utils/Makefile
685config.status:1172: creating Dynamics/Makefile
686config.status:1172: creating Dynamics/src/Makefile
687config.status:1172: creating Dynamics/include/Makefile
688config.status:1172: creating Dynamics/include/Constraints/Makefile
689config.status:1172: creating Dynamics/include/Prefab/Makefile
690config.status:1172: creating OgreBullet.pc
691config.status:1172: creating config.h
692config.status:1353: config.h is unchanged
693config.status:1401: executing depfiles commands
694config.status:1401: executing libtool commands
695
696## ---------------- ##
697## Cache variables. ##
698## ---------------- ##
699
700ac_cv_build=x86_64-unknown-linux-gnu
701ac_cv_c_compiler_gnu=yes
702ac_cv_cxx_compiler_gnu=yes
703ac_cv_env_CCC_set=
704ac_cv_env_CCC_value=
705ac_cv_env_CC_set=
706ac_cv_env_CC_value=
707ac_cv_env_CFLAGS_set=
708ac_cv_env_CFLAGS_value=
709ac_cv_env_CPPFLAGS_set=
710ac_cv_env_CPPFLAGS_value=
711ac_cv_env_CPP_set=
712ac_cv_env_CPP_value=
713ac_cv_env_CXXCPP_set=
714ac_cv_env_CXXCPP_value=
715ac_cv_env_CXXFLAGS_set=
716ac_cv_env_CXXFLAGS_value=
717ac_cv_env_CXX_set=
718ac_cv_env_CXX_value=
719ac_cv_env_LDFLAGS_set=
720ac_cv_env_LDFLAGS_value=
721ac_cv_env_LIBS_set=
722ac_cv_env_LIBS_value=
723ac_cv_env_OGRE_CFLAGS_set=
724ac_cv_env_OGRE_CFLAGS_value=
725ac_cv_env_OGRE_LIBS_set=
726ac_cv_env_OGRE_LIBS_value=
727ac_cv_env_PKG_CONFIG_LIBDIR_set=
728ac_cv_env_PKG_CONFIG_LIBDIR_value=
729ac_cv_env_PKG_CONFIG_PATH_set=
730ac_cv_env_PKG_CONFIG_PATH_value=
731ac_cv_env_PKG_CONFIG_set=
732ac_cv_env_PKG_CONFIG_value=
733ac_cv_env_build_alias_set=
734ac_cv_env_build_alias_value=
735ac_cv_env_bullet_CFLAGS_set=
736ac_cv_env_bullet_CFLAGS_value=
737ac_cv_env_bullet_LIBS_set=
738ac_cv_env_bullet_LIBS_value=
739ac_cv_env_host_alias_set=
740ac_cv_env_host_alias_value=
741ac_cv_env_target_alias_set=
742ac_cv_env_target_alias_value=
743ac_cv_header_dlfcn_h=yes
744ac_cv_header_inttypes_h=yes
745ac_cv_header_memory_h=yes
746ac_cv_header_stdc=yes
747ac_cv_header_stdint_h=yes
748ac_cv_header_stdlib_h=yes
749ac_cv_header_string_h=yes
750ac_cv_header_strings_h=yes
751ac_cv_header_sys_stat_h=yes
752ac_cv_header_sys_types_h=yes
753ac_cv_header_unistd_h=yes
754ac_cv_host=x86_64-unknown-linux-gnu
755ac_cv_objext=o
756ac_cv_path_EGREP='/bin/grep -E'
757ac_cv_path_FGREP='/bin/grep -F'
758ac_cv_path_GREP=/bin/grep
759ac_cv_path_SED=/bin/sed
760ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
761ac_cv_path_install='/usr/bin/install -c'
762ac_cv_path_mkdir=/bin/mkdir
763ac_cv_prog_AWK=gawk
764ac_cv_prog_CPP='gcc -E'
765ac_cv_prog_CXXCPP='g++ -E'
766ac_cv_prog_ac_ct_AR=ar
767ac_cv_prog_ac_ct_CC=gcc
768ac_cv_prog_ac_ct_CXX=g++
769ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
770ac_cv_prog_ac_ct_OBJDUMP=objdump
771ac_cv_prog_ac_ct_RANLIB=ranlib
772ac_cv_prog_ac_ct_STRIP=strip
773ac_cv_prog_cc_c89=
774ac_cv_prog_cc_g=yes
775ac_cv_prog_cxx_g=yes
776ac_cv_prog_make_make_set=yes
777am_cv_CC_dependencies_compiler_type=gcc3
778am_cv_CXX_dependencies_compiler_type=gcc3
779lt_cv_ar_at_file=@
780lt_cv_archive_cmds_need_lc=no
781lt_cv_deplibs_check_method=pass_all
782lt_cv_file_magic_cmd='$MAGIC_CMD'
783lt_cv_file_magic_test_file=
784lt_cv_ld_reload_flag=-r
785lt_cv_nm_interface='BSD nm'
786lt_cv_objdir=.libs
787lt_cv_path_LD=/usr/bin/ld
788lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
789lt_cv_path_NM='/usr/bin/nm -B'
790lt_cv_path_mainfest_tool=no
791lt_cv_prog_compiler_c_o=yes
792lt_cv_prog_compiler_c_o_CXX=yes
793lt_cv_prog_compiler_pic='-fPIC -DPIC'
794lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
795lt_cv_prog_compiler_pic_works=yes
796lt_cv_prog_compiler_pic_works_CXX=yes
797lt_cv_prog_compiler_rtti_exceptions=no
798lt_cv_prog_compiler_static_works=yes
799lt_cv_prog_compiler_static_works_CXX=yes
800lt_cv_prog_gnu_ld=yes
801lt_cv_prog_gnu_ldcxx=yes
802lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
803lt_cv_shlibpath_overrides_runpath=no
804lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
805lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
806lt_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'\'''
807lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
808lt_cv_sys_max_cmd_len=1572864
809lt_cv_to_host_file_cmd=func_convert_file_noop
810lt_cv_to_tool_file_cmd=func_convert_file_noop
811pkg_cv_OGRE_CFLAGS='-pthread -I/usr/local/include -I/usr/local/include/OGRE '
812pkg_cv_OGRE_LIBS='-L/usr/local/lib -lOgreMain -lpthread '
813pkg_cv_bullet_CFLAGS='-I/usr/local/include/bullet '
814pkg_cv_bullet_LIBS='-L/usr/local/lib -lBulletSoftBody -lBulletDynamics -lBulletCollision -lLinearMath '
815
816## ----------------- ##
817## Output variables. ##
818## ----------------- ##
819
820ACLOCAL='${SHELL} /home/olga/OgreBullet/missing --run aclocal-1.11'
821AMDEPBACKSLASH='\'
822AMDEP_FALSE='#'
823AMDEP_TRUE=''
824AMTAR='$${TAR-tar}'
825AR='ar'
826AUTOCONF='${SHELL} /home/olga/OgreBullet/missing --run autoconf'
827AUTOHEADER='${SHELL} /home/olga/OgreBullet/missing --run autoheader'
828AUTOMAKE='${SHELL} /home/olga/OgreBullet/missing --run automake-1.11'
829AWK='gawk'
830CC='gcc'
831CCDEPMODE='depmode=gcc3'
832CFLAGS='-g -O2'
833CPP='gcc -E'
834CPPFLAGS=''
835CXX='g++'
836CXXCPP='g++ -E'
837CXXDEPMODE='depmode=gcc3'
838CXXFLAGS='-g -O2'
839CYGPATH_W='echo'
840DEFS='-DHAVE_CONFIG_H'
841DEPDIR='.deps'
842DLLTOOL='false'
843DSYMUTIL=''
844DUMPBIN=''
845ECHO_C=''
846ECHO_N='-n'
847ECHO_T=''
848EGREP='/bin/grep -E'
849EXEEXT=''
850FGREP='/bin/grep -F'
851GREP='/bin/grep'
852INSTALL_DATA='${INSTALL} -m 644'
853INSTALL_PROGRAM='${INSTALL}'
854INSTALL_SCRIPT='${INSTALL}'
855INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
856LD='/usr/bin/ld -m elf_x86_64'
857LDFLAGS=''
858LIBOBJS=''
859LIBS=''
860LIBTOOL='$(SHELL) $(top_builddir)/libtool'
861LIPO=''
862LN_S='ln -s'
863LTLIBOBJS=''
864MAKEINFO='${SHELL} /home/olga/OgreBullet/missing --run makeinfo'
865MANIFEST_TOOL=':'
866MKDIR_P='/bin/mkdir -p'
867NM='/usr/bin/nm -B'
868NMEDIT=''
869OBJDUMP='objdump'
870OBJEXT='o'
871OGRE_CFLAGS='-pthread -I/usr/local/include -I/usr/local/include/OGRE '
872OGRE_LIBS='-L/usr/local/lib -lOgreMain -lpthread '
873OTOOL64=''
874OTOOL=''
875PACKAGE='ogrebullet'
876PACKAGE_BUGREPORT=''
877PACKAGE_NAME='OgreBullet'
878PACKAGE_STRING='OgreBullet 0.2'
879PACKAGE_TARNAME='ogrebullet'
880PACKAGE_URL=''
881PACKAGE_VERSION='0.2'
882PATH_SEPARATOR=':'
883PKG_CONFIG='/usr/bin/pkg-config'
884PKG_CONFIG_LIBDIR=''
885PKG_CONFIG_PATH=''
886RANLIB='ranlib'
887SED='/bin/sed'
888SET_MAKE=''
889SHELL='/bin/bash'
890STRIP='strip'
891VERSION='0.2'
892ac_ct_AR='ar'
893ac_ct_CC='gcc'
894ac_ct_CXX='g++'
895ac_ct_DUMPBIN=''
896am__EXEEXT_FALSE=''
897am__EXEEXT_TRUE='#'
898am__fastdepCC_FALSE='#'
899am__fastdepCC_TRUE=''
900am__fastdepCXX_FALSE='#'
901am__fastdepCXX_TRUE=''
902am__include='include'
903am__isrc=''
904am__leading_dot='.'
905am__nodep='_no'
906am__quote=''
907am__tar='$${TAR-tar} chof - "$$tardir"'
908am__untar='$${TAR-tar} xf -'
909bindir='${exec_prefix}/bin'
910build='x86_64-unknown-linux-gnu'
911build_alias=''
912build_cpu='x86_64'
913build_os='linux-gnu'
914build_vendor='unknown'
915bullet_CFLAGS='-I/usr/local/include/bullet '
916bullet_LIBS='-L/usr/local/lib -lBulletSoftBody -lBulletDynamics -lBulletCollision -lLinearMath '
917datadir='${datarootdir}'
918datarootdir='${prefix}/share'
919docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
920dvidir='${docdir}'
921exec_prefix='${prefix}'
922host='x86_64-unknown-linux-gnu'
923host_alias=''
924host_cpu='x86_64'
925host_os='linux-gnu'
926host_vendor='unknown'
927htmldir='${docdir}'
928includedir='${prefix}/include'
929infodir='${datarootdir}/info'
930install_sh='${SHELL} /home/olga/OgreBullet/install-sh'
931libdir='${exec_prefix}/lib'
932libexecdir='${exec_prefix}/libexec'
933localedir='${datarootdir}/locale'
934localstatedir='${prefix}/var'
935mandir='${datarootdir}/man'
936mkdir_p='/bin/mkdir -p'
937oldincludedir='/usr/include'
938pdfdir='${docdir}'
939prefix='/usr/local'
940program_transform_name='s,x,x,'
941psdir='${docdir}'
942sbindir='${exec_prefix}/sbin'
943sharedstatedir='${prefix}/com'
944sysconfdir='${prefix}/etc'
945target_alias=''
946
947## ----------- ##
948## confdefs.h. ##
949## ----------- ##
950
951/* confdefs.h */
952#define PACKAGE_NAME "OgreBullet"
953#define PACKAGE_TARNAME "ogrebullet"
954#define PACKAGE_VERSION "0.2"
955#define PACKAGE_STRING "OgreBullet 0.2"
956#define PACKAGE_BUGREPORT ""
957#define PACKAGE_URL ""
958#define PACKAGE "OgreBullet"
959#define VERSION "0.2"
960#define PACKAGE "ogrebullet"
961#define VERSION "0.2"
962#define STDC_HEADERS 1
963#define HAVE_SYS_TYPES_H 1
964#define HAVE_SYS_STAT_H 1
965#define HAVE_STDLIB_H 1
966#define HAVE_STRING_H 1
967#define HAVE_MEMORY_H 1
968#define HAVE_STRINGS_H 1
969#define HAVE_INTTYPES_H 1
970#define HAVE_STDINT_H 1
971#define HAVE_UNISTD_H 1
972#define HAVE_DLFCN_H 1
973#define LT_OBJDIR ".libs/"
974
975configure: exit 0