Advertisement
Guest User

Untitled

a guest
May 3rd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.14 KB | None | 0 0
  1. checking for gcc... (cached) gcc
  2. checking whether we are using the GNU C compiler... (cached) yes
  3. checking whether gcc accepts -g... (cached) yes
  4. checking for gcc option to accept ISO C89... (cached) none needed
  5. checking dependency style of gcc... (cached) gcc3
  6. ./configure: line 15252: syntax error near unexpected token `then'
  7. ./configure: line 15252: `fiif test $# -eq 0; then :'
  8.  
  9.  
  10. -------------
  11.  
  12. This file contains any messages produced by compilers while
  13. running configure, to aid debugging if configure makes a mistake.
  14.  
  15. It was created by bullet configure 2.75, which was
  16. generated by GNU Autoconf 2.64. Invocation command line was
  17.  
  18. $ ./configure
  19.  
  20. ## --------- ##
  21. ## Platform. ##
  22. ## --------- ##
  23.  
  24. hostname = tranberry-laptop
  25. uname -m = x86_64
  26. uname -r = 2.6.31-19-generic
  27. uname -s = Linux
  28. uname -v = #56-Ubuntu SMP Thu Jan 28 02:39:34 UTC 2010
  29.  
  30. /usr/bin/uname -p = unknown
  31. /bin/uname -X = unknown
  32.  
  33. /bin/arch = unknown
  34. /usr/bin/arch -k = unknown
  35. /usr/convex/getsysinfo = unknown
  36. /usr/bin/hostinfo = unknown
  37. /bin/machine = unknown
  38. /usr/bin/oslevel = unknown
  39. /bin/universe = unknown
  40.  
  41. PATH: /usr/local/sbin
  42. PATH: /usr/local/bin
  43. PATH: /usr/sbin
  44. PATH: /usr/bin
  45. PATH: /sbin
  46. PATH: /bin
  47. PATH: /usr/games
  48.  
  49.  
  50. ## ----------- ##
  51. ## Core tests. ##
  52. ## ----------- ##
  53.  
  54. configure:2427: checking build system type
  55. configure:2441: result: x86_64-unknown-linux-gnu
  56. configure:2461: checking host system type
  57. configure:2474: result: x86_64-unknown-linux-gnu
  58. configure:2515: checking for a BSD-compatible install
  59. configure:2583: result: /usr/bin/install -c
  60. configure:2594: checking whether build environment is sane
  61. configure:2644: result: yes
  62. configure:2785: checking for a thread-safe mkdir -p
  63. configure:2824: result: /bin/mkdir -p
  64. configure:2837: checking for gawk
  65. configure:2867: result: no
  66. configure:2837: checking for mawk
  67. configure:2853: found /usr/bin/mawk
  68. configure:2864: result: mawk
  69. configure:2875: checking whether make sets $(MAKE)
  70. configure:2897: result: yes
  71. configure:3025: checking for gcc
  72. configure:3041: found /usr/bin/gcc
  73. configure:3052: result: gcc
  74. configure:3281: checking for C compiler version
  75. configure:3290: gcc --version >&5
  76. gcc (Ubuntu 4.4.1-4ubuntu9) 4.4.1
  77. Copyright (C) 2009 Free Software Foundation, Inc.
  78. This is free software; see the source for copying conditions. There is NO
  79. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  80.  
  81. configure:3301: $? = 0
  82. configure:3290: gcc -v >&5
  83. Using built-in specs.
  84. Target: x86_64-linux-gnu
  85. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.1-4ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  86. Thread model: posix
  87. gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9)
  88. configure:3301: $? = 0
  89. configure:3290: gcc -V >&5
  90. gcc: '-V' option must have argument
  91. configure:3301: $? = 1
  92. configure:3290: gcc -qversion >&5
  93. gcc: unrecognized option '-qversion'
  94. gcc: no input files
  95. configure:3301: $? = 1
  96. configure:3323: checking for C compiler default output file name
  97. configure:3345: gcc conftest.c >&5
  98. configure:3349: $? = 0
  99. configure:3386: result: a.out
  100. configure:3402: checking whether the C compiler works
  101. configure:3411: ./a.out
  102. configure:3415: $? = 0
  103. configure:3430: result: yes
  104. configure:3437: checking whether we are cross compiling
  105. configure:3439: result: no
  106. configure:3442: checking for suffix of executables
  107. configure:3449: gcc -o conftest conftest.c >&5
  108. configure:3453: $? = 0
  109. configure:3475: result:
  110. configure:3481: checking for suffix of object files
  111. configure:3503: gcc -c conftest.c >&5
  112. configure:3507: $? = 0
  113. configure:3528: result: o
  114. configure:3532: checking whether we are using the GNU C compiler
  115. configure:3551: gcc -c conftest.c >&5
  116. configure:3551: $? = 0
  117. configure:3560: result: yes
  118. configure:3569: checking whether gcc accepts -g
  119. configure:3589: gcc -c -g conftest.c >&5
  120. configure:3589: $? = 0
  121. configure:3630: result: yes
  122. configure:3647: checking for gcc option to accept ISO C89
  123. configure:3711: gcc -c -g -O2 conftest.c >&5
  124. configure:3711: $? = 0
  125. configure:3724: result: none needed
  126. configure:3755: checking for style of include used by make
  127. configure:3783: result: GNU
  128. configure:3808: checking dependency style of gcc
  129. configure:3918: result: gcc3
  130. configure:3991: checking for g++
  131. configure:4007: found /usr/bin/g++
  132. configure:4018: result: g++
  133. configure:4045: checking for C++ compiler version
  134. configure:4054: g++ --version >&5
  135. g++ (Ubuntu 4.4.1-4ubuntu9) 4.4.1
  136. Copyright (C) 2009 Free Software Foundation, Inc.
  137. This is free software; see the source for copying conditions. There is NO
  138. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  139.  
  140. configure:4065: $? = 0
  141. configure:4054: g++ -v >&5
  142. Using built-in specs.
  143. Target: x86_64-linux-gnu
  144. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.1-4ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  145. Thread model: posix
  146. gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9)
  147. configure:4065: $? = 0
  148. configure:4054: g++ -V >&5
  149. g++: '-V' option must have argument
  150. configure:4065: $? = 1
  151. configure:4054: g++ -qversion >&5
  152. g++: unrecognized option '-qversion'
  153. g++: no input files
  154. configure:4065: $? = 1
  155. configure:4069: checking whether we are using the GNU C++ compiler
  156. configure:4088: g++ -c conftest.cpp >&5
  157. configure:4088: $? = 0
  158. configure:4097: result: yes
  159. configure:4106: checking whether g++ accepts -g
  160. configure:4126: g++ -c -g conftest.cpp >&5
  161. configure:4126: $? = 0
  162. configure:4167: result: yes
  163. configure:4192: checking dependency style of g++
  164. configure:4302: result: gcc3
  165. configure:4342: checking for a sed that does not truncate output
  166. configure:4406: result: /bin/sed
  167. configure:4424: checking for grep that handles long lines and -e
  168. configure:4482: result: /bin/grep
  169. configure:4487: checking for egrep
  170. configure:4549: result: /bin/grep -E
  171. configure:4554: checking for fgrep
  172. configure:4616: result: /bin/grep -F
  173. configure:4651: checking for ld used by gcc
  174. configure:4718: result: /usr/bin/ld
  175. configure:4725: checking if the linker (/usr/bin/ld) is GNU ld
  176. configure:4740: result: yes
  177. configure:4752: checking for BSD- or MS-compatible name lister (nm)
  178. configure:4801: result: /usr/bin/nm -B
  179. configure:4919: checking the name lister (/usr/bin/nm -B) interface
  180. configure:4926: gcc -c -g -O2 conftest.c >&5
  181. configure:4929: /usr/bin/nm -B "conftest.o"
  182. configure:4932: output
  183. 0000000000000000 B some_variable
  184. configure:4939: result: BSD nm
  185. configure:4942: checking whether ln -s works
  186. configure:4946: result: yes
  187. configure:4954: checking the maximum length of command line arguments
  188. configure:5074: result: 1572864
  189. configure:5091: checking whether the shell understands some XSI constructs
  190. configure:5101: result: yes
  191. configure:5105: checking whether the shell understands "+="
  192. configure:5111: result: yes
  193. configure:5146: checking for /usr/bin/ld option to reload object files
  194. configure:5153: result: -r
  195. configure:5222: checking for objdump
  196. configure:5238: found /usr/bin/objdump
  197. configure:5249: result: objdump
  198. configure:5281: checking how to recognize dependent libraries
  199. configure:5477: result: pass_all
  200. configure:5537: checking for ar
  201. configure:5553: found /usr/bin/ar
  202. configure:5564: result: ar
  203. configure:5642: checking for strip
  204. configure:5658: found /usr/bin/strip
  205. configure:5669: result: strip
  206. configure:5741: checking for ranlib
  207. configure:5757: found /usr/bin/ranlib
  208. configure:5768: result: ranlib
  209. configure:5858: checking command to parse /usr/bin/nm -B output from gcc object
  210. configure:5976: gcc -c -g -O2 conftest.c >&5
  211. configure:5979: $? = 0
  212. configure:5983: /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
  213. configure:5986: $? = 0
  214. configure:6040: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  215. configure:6043: $? = 0
  216. configure:6081: result: ok
  217. configure:6177: gcc -c -g -O2 conftest.c >&5
  218. configure:6180: $? = 0
  219. configure:6890: checking how to run the C preprocessor
  220. configure:6921: gcc -E conftest.c
  221. configure:6921: $? = 0
  222. configure:6935: gcc -E conftest.c
  223. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  224. configure:6935: $? = 1
  225. configure: failed program was:
  226. | /* confdefs.h */
  227. | #define PACKAGE_NAME "bullet"
  228. | #define PACKAGE_TARNAME "bullet"
  229. | #define PACKAGE_VERSION "2.75"
  230. | #define PACKAGE_STRING "bullet 2.75"
  231. | #define PACKAGE_BUGREPORT "bullet@erwincoumans.com"
  232. | #define PACKAGE_URL ""
  233. | #define PACKAGE "bullet"
  234. | #define VERSION "2.75"
  235. | /* end confdefs.h. */
  236. | #include <ac_nonexistent.h>
  237. configure:6960: result: gcc -E
  238. configure:6980: gcc -E conftest.c
  239. configure:6980: $? = 0
  240. configure:6994: gcc -E conftest.c
  241. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  242. configure:6994: $? = 1
  243. configure: failed program was:
  244. | /* confdefs.h */
  245. | #define PACKAGE_NAME "bullet"
  246. | #define PACKAGE_TARNAME "bullet"
  247. | #define PACKAGE_VERSION "2.75"
  248. | #define PACKAGE_STRING "bullet 2.75"
  249. | #define PACKAGE_BUGREPORT "bullet@erwincoumans.com"
  250. | #define PACKAGE_URL ""
  251. | #define PACKAGE "bullet"
  252. | #define VERSION "2.75"
  253. | /* end confdefs.h. */
  254. | #include <ac_nonexistent.h>
  255. configure:7023: checking for ANSI C header files
  256. configure:7043: gcc -c -g -O2 conftest.c >&5
  257. configure:7043: $? = 0
  258. configure:7116: gcc -o conftest -g -O2 conftest.c >&5
  259. configure:7116: $? = 0
  260. configure:7116: ./conftest
  261. configure:7116: $? = 0
  262. configure:7127: result: yes
  263. configure:7140: checking for sys/types.h
  264. configure:7140: gcc -c -g -O2 conftest.c >&5
  265. configure:7140: $? = 0
  266. configure:7140: result: yes
  267. configure:7140: checking for sys/stat.h
  268. configure:7140: gcc -c -g -O2 conftest.c >&5
  269. configure:7140: $? = 0
  270. configure:7140: result: yes
  271. configure:7140: checking for stdlib.h
  272. configure:7140: gcc -c -g -O2 conftest.c >&5
  273. configure:7140: $? = 0
  274. configure:7140: result: yes
  275. configure:7140: checking for string.h
  276. configure:7140: gcc -c -g -O2 conftest.c >&5
  277. configure:7140: $? = 0
  278. configure:7140: result: yes
  279. configure:7140: checking for memory.h
  280. configure:7140: gcc -c -g -O2 conftest.c >&5
  281. configure:7140: $? = 0
  282. configure:7140: result: yes
  283. configure:7140: checking for strings.h
  284. configure:7140: gcc -c -g -O2 conftest.c >&5
  285. configure:7140: $? = 0
  286. configure:7140: result: yes
  287. configure:7140: checking for inttypes.h
  288. configure:7140: gcc -c -g -O2 conftest.c >&5
  289. configure:7140: $? = 0
  290. configure:7140: result: yes
  291. configure:7140: checking for stdint.h
  292. configure:7140: gcc -c -g -O2 conftest.c >&5
  293. configure:7140: $? = 0
  294. configure:7140: result: yes
  295. configure:7140: checking for unistd.h
  296. configure:7140: gcc -c -g -O2 conftest.c >&5
  297. configure:7140: $? = 0
  298. configure:7140: result: yes
  299. configure:7155: checking for dlfcn.h
  300. configure:7155: gcc -c -g -O2 conftest.c >&5
  301. configure:7155: $? = 0
  302. configure:7155: result: yes
  303. configure:7280: checking for C++ compiler version
  304. configure:7289: g++ --version >&5
  305. g++ (Ubuntu 4.4.1-4ubuntu9) 4.4.1
  306. Copyright (C) 2009 Free Software Foundation, Inc.
  307. This is free software; see the source for copying conditions. There is NO
  308. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  309.  
  310. configure:7300: $? = 0
  311. configure:7289: g++ -v >&5
  312. Using built-in specs.
  313. Target: x86_64-linux-gnu
  314. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.1-4ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  315. Thread model: posix
  316. gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9)
  317. configure:7300: $? = 0
  318. configure:7289: g++ -V >&5
  319. g++: '-V' option must have argument
  320. configure:7300: $? = 1
  321. configure:7289: g++ -qversion >&5
  322. g++: unrecognized option '-qversion'
  323. g++: no input files
  324. configure:7300: $? = 1
  325. configure:7304: checking whether we are using the GNU C++ compiler
  326. configure:7332: result: yes
  327. configure:7341: checking whether g++ accepts -g
  328. configure:7402: result: yes
  329. configure:7427: checking dependency style of g++
  330. configure:7537: result: gcc3
  331. configure:7560: checking how to run the C++ preprocessor
  332. configure:7587: g++ -E conftest.cpp
  333. configure:7587: $? = 0
  334. configure:7601: g++ -E conftest.cpp
  335. conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
  336. configure:7601: $? = 1
  337. configure: failed program was:
  338. | /* confdefs.h */
  339. | #define PACKAGE_NAME "bullet"
  340. | #define PACKAGE_TARNAME "bullet"
  341. | #define PACKAGE_VERSION "2.75"
  342. | #define PACKAGE_STRING "bullet 2.75"
  343. | #define PACKAGE_BUGREPORT "bullet@erwincoumans.com"
  344. | #define PACKAGE_URL ""
  345. | #define PACKAGE "bullet"
  346. | #define VERSION "2.75"
  347. | #define STDC_HEADERS 1
  348. | #define HAVE_SYS_TYPES_H 1
  349. | #define HAVE_SYS_STAT_H 1
  350. | #define HAVE_STDLIB_H 1
  351. | #define HAVE_STRING_H 1
  352. | #define HAVE_MEMORY_H 1
  353. | #define HAVE_STRINGS_H 1
  354. | #define HAVE_INTTYPES_H 1
  355. | #define HAVE_STDINT_H 1
  356. | #define HAVE_UNISTD_H 1
  357. | #define HAVE_DLFCN_H 1
  358. | /* end confdefs.h. */
  359. | #include <ac_nonexistent.h>
  360. configure:7626: result: g++ -E
  361. configure:7646: g++ -E conftest.cpp
  362. configure:7646: $? = 0
  363. configure:7660: g++ -E conftest.cpp
  364. conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
  365. configure:7660: $? = 1
  366. configure: failed program was:
  367. | /* confdefs.h */
  368. | #define PACKAGE_NAME "bullet"
  369. | #define PACKAGE_TARNAME "bullet"
  370. | #define PACKAGE_VERSION "2.75"
  371. | #define PACKAGE_STRING "bullet 2.75"
  372. | #define PACKAGE_BUGREPORT "bullet@erwincoumans.com"
  373. | #define PACKAGE_URL ""
  374. | #define PACKAGE "bullet"
  375. | #define VERSION "2.75"
  376. | #define STDC_HEADERS 1
  377. | #define HAVE_SYS_TYPES_H 1
  378. | #define HAVE_SYS_STAT_H 1
  379. | #define HAVE_STDLIB_H 1
  380. | #define HAVE_STRING_H 1
  381. | #define HAVE_MEMORY_H 1
  382. | #define HAVE_STRINGS_H 1
  383. | #define HAVE_INTTYPES_H 1
  384. | #define HAVE_STDINT_H 1
  385. | #define HAVE_UNISTD_H 1
  386. | #define HAVE_DLFCN_H 1
  387. | /* end confdefs.h. */
  388. | #include <ac_nonexistent.h>
  389. configure:7866: checking for objdir
  390. configure:7881: result: .libs
  391. configure:8173: checking if gcc supports -fno-rtti -fno-exceptions
  392. configure:8191: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  393. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  394. configure:8195: $? = 0
  395. configure:8208: result: no
  396. configure:8228: checking for gcc option to produce PIC
  397. configure:8500: result: -fPIC -DPIC
  398. configure:8512: checking if gcc PIC flag -fPIC -DPIC works
  399. configure:8530: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  400. configure:8534: $? = 0
  401. configure:8547: result: yes
  402. configure:8571: checking if gcc static flag -static works
  403. configure:8599: result: yes
  404. configure:8614: checking if gcc supports -c -o file.o
  405. configure:8635: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  406. configure:8639: $? = 0
  407. configure:8661: result: yes
  408. configure:8669: checking if gcc supports -c -o file.o
  409. configure:8716: result: yes
  410. configure:8749: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  411. configure:9739: result: yes
  412. configure:9776: checking whether -lc should be explicitly linked in
  413. configure:9781: gcc -c -g -O2 conftest.c >&5
  414. configure:9784: $? = 0
  415. configure:9799: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  416. configure:9802: $? = 0
  417. configure:9814: result: no
  418. configure:9978: checking dynamic linker characteristics
  419. configure:10411: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  420. configure:10411: $? = 0
  421. configure:10641: result: GNU/Linux ld.so
  422. configure:10743: checking how to hardcode library paths into programs
  423. configure:10768: result: immediate
  424. configure:11288: checking whether stripping libraries is possible
  425. configure:11293: result: yes
  426. configure:11328: checking if libtool supports shared libraries
  427. configure:11330: result: yes
  428. configure:11333: checking whether to build shared libraries
  429. configure:11354: result: yes
  430. configure:11357: checking whether to build static libraries
  431. configure:11361: result: yes
  432. configure:11511: checking for ld used by g++
  433. configure:11578: result: /usr/bin/ld -m elf_x86_64
  434. configure:11585: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
  435. configure:11600: result: yes
  436. configure:11655: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  437. configure:12568: result: yes
  438. configure:12596: g++ -c -g -O2 conftest.cpp >&5
  439. configure:12599: $? = 0
  440. configure:12781: checking for g++ option to produce PIC
  441. configure:13098: result: -fPIC -DPIC
  442. configure:13107: checking if g++ PIC flag -fPIC -DPIC works
  443. configure:13125: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
  444. configure:13129: $? = 0
  445. configure:13142: result: yes
  446. configure:13163: checking if g++ static flag -static works
  447. configure:13191: result: yes
  448. configure:13203: checking if g++ supports -c -o file.o
  449. configure:13224: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  450. configure:13228: $? = 0
  451. configure:13250: result: yes
  452. configure:13255: checking if g++ supports -c -o file.o
  453. configure:13302: result: yes
  454. configure:13332: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  455. configure:13361: result: yes
  456. configure:13498: checking dynamic linker characteristics
  457. configure:13879: g++ -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.cpp >&5
  458. configure:13879: $? = 0
  459. configure:14109: result: GNU/Linux ld.so
  460. configure:14160: checking how to hardcode library paths into programs
  461. configure:14185: result: immediate
  462. configure:14299: checking whether byte ordering is bigendian
  463. configure:14314: gcc -c -g -O2 conftest.c >&5
  464. conftest.c:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
  465. configure:14314: $? = 1
  466. configure: failed program was:
  467. | /* confdefs.h */
  468. | #define PACKAGE_NAME "bullet"
  469. | #define PACKAGE_TARNAME "bullet"
  470. | #define PACKAGE_VERSION "2.75"
  471. | #define PACKAGE_STRING "bullet 2.75"
  472. | #define PACKAGE_BUGREPORT "bullet@erwincoumans.com"
  473. | #define PACKAGE_URL ""
  474. | #define PACKAGE "bullet"
  475. | #define VERSION "2.75"
  476. | #define STDC_HEADERS 1
  477. | #define HAVE_SYS_TYPES_H 1
  478. | #define HAVE_SYS_STAT_H 1
  479. | #define HAVE_STDLIB_H 1
  480. | #define HAVE_STRING_H 1
  481. | #define HAVE_MEMORY_H 1
  482. | #define HAVE_STRINGS_H 1
  483. | #define HAVE_INTTYPES_H 1
  484. | #define HAVE_STDINT_H 1
  485. | #define HAVE_UNISTD_H 1
  486. | #define HAVE_DLFCN_H 1
  487. | #define LT_OBJDIR ".libs/"
  488. | #define PLATFORM_LINUX 1
  489. | #define ARCH_X86_64 1
  490. | /* end confdefs.h. */
  491. | #ifndef __APPLE_CC__
  492. | not a universal capable compiler
  493. | #endif
  494. | typedef int dummy;
  495. |
  496. configure:14359: gcc -c -g -O2 conftest.c >&5
  497. configure:14359: $? = 0
  498. configure:14377: gcc -c -g -O2 conftest.c >&5
  499. conftest.c: In function 'main':
  500. conftest.c:32: error: 'not' undeclared (first use in this function)
  501. conftest.c:32: error: (Each undeclared identifier is reported only once
  502. conftest.c:32: error: for each function it appears in.)
  503. conftest.c:32: error: expected ';' before 'big'
  504. configure:14377: $? = 1
  505. configure: failed program was:
  506. | /* confdefs.h */
  507. | #define PACKAGE_NAME "bullet"
  508. | #define PACKAGE_TARNAME "bullet"
  509. | #define PACKAGE_VERSION "2.75"
  510. | #define PACKAGE_STRING "bullet 2.75"
  511. | #define PACKAGE_BUGREPORT "bullet@erwincoumans.com"
  512. | #define PACKAGE_URL ""
  513. | #define PACKAGE "bullet"
  514. | #define VERSION "2.75"
  515. | #define STDC_HEADERS 1
  516. | #define HAVE_SYS_TYPES_H 1
  517. | #define HAVE_SYS_STAT_H 1
  518. | #define HAVE_STDLIB_H 1
  519. | #define HAVE_STRING_H 1
  520. | #define HAVE_MEMORY_H 1
  521. | #define HAVE_STRINGS_H 1
  522. | #define HAVE_INTTYPES_H 1
  523. | #define HAVE_STDINT_H 1
  524. | #define HAVE_UNISTD_H 1
  525. | #define HAVE_DLFCN_H 1
  526. | #define LT_OBJDIR ".libs/"
  527. | #define PLATFORM_LINUX 1
  528. | #define ARCH_X86_64 1
  529. | /* end confdefs.h. */
  530. | #include <sys/types.h>
  531. | #include <sys/param.h>
  532. |
  533. | int
  534. | main ()
  535. | {
  536. | #if BYTE_ORDER != BIG_ENDIAN
  537. | not big endian
  538. | #endif
  539. |
  540. | ;
  541. | return 0;
  542. | }
  543. configure:14505: result: no
  544. configure:14584: checking for gcc
  545. configure:14611: result: gcc
  546. configure:14840: checking for C compiler version
  547. configure:14849: gcc --version >&5
  548. gcc (Ubuntu 4.4.1-4ubuntu9) 4.4.1
  549. Copyright (C) 2009 Free Software Foundation, Inc.
  550. This is free software; see the source for copying conditions. There is NO
  551. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  552.  
  553. configure:14860: $? = 0
  554. configure:14849: gcc -v >&5
  555. Using built-in specs.
  556. Target: x86_64-linux-gnu
  557. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.1-4ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  558. Thread model: posix
  559. gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9)
  560. configure:14860: $? = 0
  561. configure:14849: gcc -V >&5
  562. gcc: '-V' option must have argument
  563. configure:14860: $? = 1
  564. configure:14849: gcc -qversion >&5
  565. gcc: unrecognized option '-qversion'
  566. gcc: no input files
  567. configure:14860: $? = 1
  568. configure:14864: checking whether we are using the GNU C compiler
  569. configure:14892: result: yes
  570. configure:14901: checking whether gcc accepts -g
  571. configure:14962: result: yes
  572. configure:14979: checking for gcc option to accept ISO C89
  573. configure:15056: result: none needed
  574. configure:15078: checking dependency style of gcc
  575. configure:15188: result: gcc3
  576.  
  577. ## ---------------- ##
  578. ## Cache variables. ##
  579. ## ---------------- ##
  580.  
  581. ac_cv_build=x86_64-unknown-linux-gnu
  582. ac_cv_c_bigendian=no
  583. ac_cv_c_compiler_gnu=yes
  584. ac_cv_cxx_compiler_gnu=yes
  585. ac_cv_env_CCC_set=
  586. ac_cv_env_CCC_value=
  587. ac_cv_env_CC_set=
  588. ac_cv_env_CC_value=
  589. ac_cv_env_CFLAGS_set=
  590. ac_cv_env_CFLAGS_value=
  591. ac_cv_env_CPPFLAGS_set=
  592. ac_cv_env_CPPFLAGS_value=
  593. ac_cv_env_CPP_set=
  594. ac_cv_env_CPP_value=
  595. ac_cv_env_CXXCPP_set=
  596. ac_cv_env_CXXCPP_value=
  597. ac_cv_env_CXXFLAGS_set=
  598. ac_cv_env_CXXFLAGS_value=
  599. ac_cv_env_CXX_set=
  600. ac_cv_env_CXX_value=
  601. ac_cv_env_LDFLAGS_set=
  602. ac_cv_env_LDFLAGS_value=
  603. ac_cv_env_LIBS_set=
  604. ac_cv_env_LIBS_value=
  605. ac_cv_env_XMKMF_set=
  606. ac_cv_env_XMKMF_value=
  607. ac_cv_env_build_alias_set=
  608. ac_cv_env_build_alias_value=
  609. ac_cv_env_host_alias_set=
  610. ac_cv_env_host_alias_value=
  611. ac_cv_env_target_alias_set=
  612. ac_cv_env_target_alias_value=
  613. ac_cv_header_dlfcn_h=yes
  614. ac_cv_header_inttypes_h=yes
  615. ac_cv_header_memory_h=yes
  616. ac_cv_header_stdc=yes
  617. ac_cv_header_stdint_h=yes
  618. ac_cv_header_stdlib_h=yes
  619. ac_cv_header_string_h=yes
  620. ac_cv_header_strings_h=yes
  621. ac_cv_header_sys_stat_h=yes
  622. ac_cv_header_sys_types_h=yes
  623. ac_cv_header_unistd_h=yes
  624. ac_cv_host=x86_64-unknown-linux-gnu
  625. ac_cv_objext=o
  626. ac_cv_path_EGREP='/bin/grep -E'
  627. ac_cv_path_FGREP='/bin/grep -F'
  628. ac_cv_path_GREP=/bin/grep
  629. ac_cv_path_SED=/bin/sed
  630. ac_cv_path_install='/usr/bin/install -c'
  631. ac_cv_path_mkdir=/bin/mkdir
  632. ac_cv_prog_AWK=mawk
  633. ac_cv_prog_CPP='gcc -E'
  634. ac_cv_prog_CXXCPP='g++ -E'
  635. ac_cv_prog_ac_ct_AR=ar
  636. ac_cv_prog_ac_ct_CC=gcc
  637. ac_cv_prog_ac_ct_CXX=g++
  638. ac_cv_prog_ac_ct_OBJDUMP=objdump
  639. ac_cv_prog_ac_ct_RANLIB=ranlib
  640. ac_cv_prog_ac_ct_STRIP=strip
  641. ac_cv_prog_cc_c89=
  642. ac_cv_prog_cc_g=yes
  643. ac_cv_prog_cxx_g=yes
  644. ac_cv_prog_make_make_set=yes
  645. am_cv_CC_dependencies_compiler_type=gcc3
  646. am_cv_CXX_dependencies_compiler_type=gcc3
  647. lt_cv_deplibs_check_method=pass_all
  648. lt_cv_file_magic_cmd='$MAGIC_CMD'
  649. lt_cv_file_magic_test_file=
  650. lt_cv_ld_reload_flag=-r
  651. lt_cv_nm_interface='BSD nm'
  652. lt_cv_objdir=.libs
  653. lt_cv_path_LD=/usr/bin/ld
  654. lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
  655. lt_cv_path_NM='/usr/bin/nm -B'
  656. lt_cv_prog_compiler_c_o=yes
  657. lt_cv_prog_compiler_c_o_CXX=yes
  658. lt_cv_prog_compiler_pic_works=yes
  659. lt_cv_prog_compiler_pic_works_CXX=yes
  660. lt_cv_prog_compiler_rtti_exceptions=no
  661. lt_cv_prog_compiler_static_works=yes
  662. lt_cv_prog_compiler_static_works_CXX=yes
  663. lt_cv_prog_gnu_ld=yes
  664. lt_cv_prog_gnu_ldcxx=yes
  665. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  666. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  667. 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'\'''
  668. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  669. lt_cv_sys_max_cmd_len=1572864
  670.  
  671. ## ----------------- ##
  672. ## Output variables. ##
  673. ## ----------------- ##
  674.  
  675. ACLOCAL='${SHELL} /home/tranberry/bullet/bullet-2.75/missing --run aclocal-1.11'
  676. AMDEPBACKSLASH='\'
  677. AMDEP_FALSE='#'
  678. AMDEP_TRUE=''
  679. AMTAR='${SHELL} /home/tranberry/bullet/bullet-2.75/missing --run tar'
  680. APPLE_LIBTOOL=''
  681. AR='ar'
  682. AUTOCONF='${SHELL} /home/tranberry/bullet/bullet-2.75/missing --run autoconf'
  683. AUTOHEADER='${SHELL} /home/tranberry/bullet/bullet-2.75/missing --run autoheader'
  684. AUTOMAKE='${SHELL} /home/tranberry/bullet/bullet-2.75/missing --run automake-1.11'
  685. AWK='mawk'
  686. CC='gcc'
  687. CCDEPMODE='depmode=gcc3'
  688. CFLAGS='-g -O2'
  689. CONDITIONAL_BUILD_DEMOS_FALSE=''
  690. CONDITIONAL_BUILD_DEMOS_TRUE=''
  691. CONDITIONAL_BUILD_MULTITHREADED_FALSE=''
  692. CONDITIONAL_BUILD_MULTITHREADED_TRUE=''
  693. CPP='gcc -E'
  694. CPPFLAGS=''
  695. CS_LT_APPLE=''
  696. CXX='g++'
  697. CXXCPP='g++ -E'
  698. CXXDEPMODE='depmode=gcc3'
  699. CXXFLAGS='-g -O2'
  700. CYGPATH_W='echo'
  701. DEFS=''
  702. DEPDIR='.deps'
  703. DLLTOOL=''
  704. DLLWRAP=''
  705. DOT=''
  706. DOXYGEN=''
  707. DSYMUTIL=''
  708. DUMPBIN=''
  709. ECHO_C=''
  710. ECHO_N='-n'
  711. ECHO_T=''
  712. EGREP='/bin/grep -E'
  713. EXEEXT=''
  714. FGREP='/bin/grep -F'
  715. GREP='/bin/grep'
  716. INSTALL='/usr/bin/install -c'
  717. INSTALL_DATA='${INSTALL} -m 644'
  718. INSTALL_PROGRAM='${INSTALL}'
  719. INSTALL_SCRIPT='${INSTALL}'
  720. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  721. LD='/usr/bin/ld -m elf_x86_64'
  722. LDFLAGS=''
  723. LIBOBJS=''
  724. LIBS=''
  725. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  726. LIBTOOL_PATH=''
  727. LIBTOOL_TEST=''
  728. LIPO=''
  729. LN_S='ln -s'
  730. LTLIBOBJS=''
  731. MAKEINFO='${SHELL} /home/tranberry/bullet/bullet-2.75/missing --run makeinfo'
  732. MKDIR=''
  733. MKDIRS=''
  734. MKDIR_P='/bin/mkdir -p'
  735. NM='/usr/bin/nm -B'
  736. NMEDIT=''
  737. OBJCOPY=''
  738. OBJDUMP='objdump'
  739. OBJEXT='o'
  740. OTOOL64=''
  741. OTOOL=''
  742. PACKAGE='bullet'
  743. PACKAGE_BUGREPORT='bullet@erwincoumans.com'
  744. PACKAGE_NAME='bullet'
  745. PACKAGE_STRING='bullet 2.75'
  746. PACKAGE_TARNAME='bullet'
  747. PACKAGE_URL=''
  748. PACKAGE_VERSION='2.75'
  749. PATH_SEPARATOR=':'
  750. PERL=''
  751. RANLIB='ranlib'
  752. SED='/bin/sed'
  753. SET_MAKE=''
  754. SHELL='/bin/sh'
  755. STRINGS=''
  756. STRIP='strip'
  757. TTREE=''
  758. VERSION='2.75'
  759. WINDRES=''
  760. XMKMF=''
  761. X_CFLAGS=''
  762. X_EXTRA_LIBS=''
  763. X_LIBS=''
  764. X_PRE_LIBS=''
  765. ac_ct_CC='gcc'
  766. ac_ct_CXX='g++'
  767. ac_ct_DLLTOOL=''
  768. ac_ct_DLLWRAP=''
  769. ac_ct_DOT=''
  770. ac_ct_DUMPBIN=''
  771. ac_ct_LIBTOOL=''
  772. ac_ct_LIBTOOL_TEST=''
  773. ac_ct_OBJCOPY=''
  774. ac_ct_STRINGS=''
  775. ac_ct_WINDRES=''
  776. am__EXEEXT_FALSE=''
  777. am__EXEEXT_TRUE=''
  778. am__fastdepCC_FALSE='#'
  779. am__fastdepCC_TRUE=''
  780. am__fastdepCXX_FALSE='#'
  781. am__fastdepCXX_TRUE=''
  782. am__include='include'
  783. am__isrc=''
  784. am__leading_dot='.'
  785. am__quote=''
  786. am__tar='${AMTAR} chof - "$$tardir"'
  787. am__untar='${AMTAR} xf -'
  788. bindir='${exec_prefix}/bin'
  789. build='x86_64-unknown-linux-gnu'
  790. build_alias=''
  791. build_cpu='x86_64'
  792. build_os='linux-gnu'
  793. build_vendor='unknown'
  794. datadir='${datarootdir}'
  795. datarootdir='${prefix}/share'
  796. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  797. dvidir='${docdir}'
  798. exec_prefix='NONE'
  799. host='x86_64-unknown-linux-gnu'
  800. host_alias=''
  801. host_cpu='x86_64'
  802. host_os='linux-gnu'
  803. host_vendor='unknown'
  804. htmldir='${docdir}'
  805. includedir='${prefix}/include'
  806. infodir='${datarootdir}/info'
  807. install_sh='${SHELL} /home/tranberry/bullet/bullet-2.75/install-sh'
  808. libdir='${exec_prefix}/lib'
  809. libexecdir='${exec_prefix}/libexec'
  810. localedir='${datarootdir}/locale'
  811. localstatedir='${prefix}/var'
  812. lt_ECHO='echo'
  813. mandir='${datarootdir}/man'
  814. mkdir_p='/bin/mkdir -p'
  815. oldincludedir='/usr/include'
  816. opengl_LIBS='-lGL -lGLU -lglut'
  817. pdfdir='${docdir}'
  818. prefix='NONE'
  819. program_transform_name='s,x,x,'
  820. psdir='${docdir}'
  821. sbindir='${exec_prefix}/sbin'
  822. sharedstatedir='${prefix}/com'
  823. sysconfdir='${prefix}/etc'
  824. target_alias=''
  825.  
  826. ## ----------- ##
  827. ## confdefs.h. ##
  828. ## ----------- ##
  829.  
  830. /* confdefs.h */
  831. #define PACKAGE_NAME "bullet"
  832. #define PACKAGE_TARNAME "bullet"
  833. #define PACKAGE_VERSION "2.75"
  834. #define PACKAGE_STRING "bullet 2.75"
  835. #define PACKAGE_BUGREPORT "bullet@erwincoumans.com"
  836. #define PACKAGE_URL ""
  837. #define PACKAGE "bullet"
  838. #define VERSION "2.75"
  839. #define STDC_HEADERS 1
  840. #define HAVE_SYS_TYPES_H 1
  841. #define HAVE_SYS_STAT_H 1
  842. #define HAVE_STDLIB_H 1
  843. #define HAVE_STRING_H 1
  844. #define HAVE_MEMORY_H 1
  845. #define HAVE_STRINGS_H 1
  846. #define HAVE_INTTYPES_H 1
  847. #define HAVE_STDINT_H 1
  848. #define HAVE_UNISTD_H 1
  849. #define HAVE_DLFCN_H 1
  850. #define LT_OBJDIR ".libs/"
  851. #define PLATFORM_LINUX 1
  852. #define ARCH_X86_64 1
  853.  
  854. configure: exit 258
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement