Advertisement
Guest User

Untitled

a guest
Jan 29th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.92 KB | None | 0 0
  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 gngeo configure 0.8, which was
  5. generated by GNU Autoconf 2.68. Invocation command line was
  6.  
  7. $ ./configure --prefix=/usr --mandir=/usr/share/man
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = portatil
  14. uname -m = i686
  15. uname -r = 3.2.2-1-ck
  16. uname -s = Linux
  17. uname -v = #1 SMP PREEMPT Fri Jan 27 17:39:51 CET 2012
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = i686
  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: /home/phestar/bin
  31. PATH: /home/phestar/bin
  32. PATH: /usr/local/bin
  33. PATH: /usr/bin
  34. PATH: /bin
  35. PATH: /usr/local/sbin
  36. PATH: /usr/sbin
  37. PATH: /sbin
  38. PATH: /opt/ganttproject/bin
  39. PATH: /opt/java/bin
  40. PATH: /opt/java/db/bin
  41. PATH: /opt/java/jre/bin
  42. PATH: /usr/bin/vendor_perl
  43. PATH: /usr/bin/core_perl
  44. PATH: /opt/qt/bin
  45.  
  46.  
  47. ## ----------- ##
  48. ## Core tests. ##
  49. ## ----------- ##
  50.  
  51. configure:2231: checking build system type
  52. configure:2245: result: i686-pc-linux-gnu
  53. configure:2265: checking host system type
  54. configure:2278: result: i686-pc-linux-gnu
  55. configure:2298: checking target system type
  56. configure:2311: result: i686-pc-linux-gnu
  57. configure:2357: checking for a BSD-compatible install
  58. configure:2425: result: /bin/install -c
  59. configure:2436: checking whether build environment is sane
  60. configure:2486: result: yes
  61. configure:2627: checking for a thread-safe mkdir -p
  62. configure:2666: result: /bin/mkdir -p
  63. configure:2679: checking for gawk
  64. configure:2695: found /usr/bin/gawk
  65. configure:2706: result: gawk
  66. configure:2717: checking whether make sets $(MAKE)
  67. configure:2739: result: yes
  68. configure:2900: checking for gcc
  69. configure:2916: found /usr/bin/gcc
  70. configure:2927: result: gcc
  71. configure:3156: checking for C compiler version
  72. configure:3165: gcc --version >&5
  73. gcc (GCC) 4.6.2 20120120 (prerelease)
  74. Copyright (C) 2011 Free Software Foundation, Inc.
  75. This is free software; see the source for copying conditions. There is NO
  76. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  77.  
  78. configure:3176: $? = 0
  79. configure:3165: gcc -v >&5
  80. Using built-in specs.
  81. COLLECT_GCC=gcc
  82. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-linux-gnu/4.6.2/lto-wrapper
  83. Target: i686-pc-linux-gnu
  84. Configured with: /build/src/gcc-4.6-20120120/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --enable-libstdcxx-time --enable-gnu-unique-object --enable-linker-build-id --with-ppl --enable-cloog-backend=isl --enable-lto --enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --disable-multilib --disable-libssp --enable-checking=release
  85. Thread model: posix
  86. gcc version 4.6.2 20120120 (prerelease) (GCC)
  87. configure:3176: $? = 0
  88. configure:3165: gcc -V >&5
  89. gcc: error: unrecognized option '-V'
  90. gcc: fatal error: no input files
  91. compilation terminated.
  92. configure:3176: $? = 1
  93. configure:3165: gcc -qversion >&5
  94. gcc: error: unrecognized option '-qversion'
  95. gcc: fatal error: no input files
  96. compilation terminated.
  97. configure:3176: $? = 1
  98. configure:3196: checking whether the C compiler works
  99. configure:3218: gcc -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
  100. configure:3222: $? = 0
  101. configure:3270: result: yes
  102. configure:3273: checking for C compiler default output file name
  103. configure:3275: result: a.out
  104. configure:3281: checking for suffix of executables
  105. configure:3288: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
  106. configure:3292: $? = 0
  107. configure:3314: result:
  108. configure:3336: checking whether we are cross compiling
  109. configure:3344: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
  110. configure:3348: $? = 0
  111. configure:3355: ./conftest
  112. configure:3359: $? = 0
  113. configure:3374: result: no
  114. configure:3379: checking for suffix of object files
  115. configure:3401: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  116. configure:3405: $? = 0
  117. configure:3426: result: o
  118. configure:3430: checking whether we are using the GNU C compiler
  119. configure:3449: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  120. configure:3449: $? = 0
  121. configure:3458: result: yes
  122. configure:3467: checking whether gcc accepts -g
  123. configure:3487: gcc -c -g conftest.c >&5
  124. configure:3487: $? = 0
  125. configure:3528: result: yes
  126. configure:3545: checking for gcc option to accept ISO C89
  127. configure:3609: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 conftest.c >&5
  128. configure:3609: $? = 0
  129. configure:3622: result: none needed
  130. configure:3653: checking for style of include used by make
  131. configure:3681: result: GNU
  132. configure:3706: checking dependency style of gcc
  133. configure:3816: result: gcc3
  134. configure:3874: checking for ranlib
  135. configure:3890: found /usr/bin/ranlib
  136. configure:3901: result: ranlib
  137. configure:3932: checking dependency style of gcc
  138. configure:4040: result: gcc3
  139. configure:4204: checking for sdl-config
  140. configure:4222: found /usr/bin/sdl-config
  141. configure:4235: result: /usr/bin/sdl-config
  142. configure:4245: checking for SDL - version >= 1.2.0
  143. configure:4332: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -L/usr/lib -lSDL -lpthread >&5
  144. configure:4332: $? = 0
  145. configure:4332: ./conftest
  146. configure:4332: $? = 0
  147. configure:4347: result: yes
  148. configure:4481: checking for acos in -lm
  149. configure:4506: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lm -L/usr/lib -lSDL -lpthread >&5
  150. conftest.c:18:6: warning: conflicting types for built-in function 'acos' [enabled by default]
  151. configure:4506: $? = 0
  152. configure:4515: result: yes
  153. configure:4526: checking for inflate in -lz
  154. configure:4551: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lz -lm -L/usr/lib -lSDL -lpthread >&5
  155. configure:4551: $? = 0
  156. configure:4560: result: yes
  157. configure:4575: checking for getopt_long
  158. configure:4575: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lz -lm -L/usr/lib -lSDL -lpthread >&5
  159. configure:4575: $? = 0
  160. configure:4575: result: yes
  161. configure:4598: checking for scandir
  162. configure:4598: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lz -lm -L/usr/lib -lSDL -lpthread >&5
  163. configure:4598: $? = 0
  164. configure:4598: result: yes
  165. configure:4609: checking for basename
  166. configure:4609: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lz -lm -L/usr/lib -lSDL -lpthread >&5
  167. configure:4609: $? = 0
  168. configure:4609: result: yes
  169. configure:4620: checking for mmap
  170. configure:4620: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lz -lm -L/usr/lib -lSDL -lpthread >&5
  171. configure:4620: $? = 0
  172. configure:4620: result: yes
  173. configure:4675: checking for nasm
  174. configure:4691: found /usr/bin/nasm
  175. configure:4703: result: true
  176. configure:4797: checking how to run the C preprocessor
  177. configure:4828: gcc -E conftest.c
  178. configure:4828: $? = 0
  179. configure:4842: gcc -E conftest.c
  180. conftest.c:19:28: fatal error: ac_nonexistent.h: No such file or directory
  181. compilation terminated.
  182. configure:4842: $? = 1
  183. configure: failed program was:
  184. | /* confdefs.h */
  185. | #define PACKAGE_NAME "gngeo"
  186. | #define PACKAGE_TARNAME "gngeo"
  187. | #define PACKAGE_VERSION "0.8"
  188. | #define PACKAGE_STRING "gngeo 0.8"
  189. | #define PACKAGE_BUGREPORT ""
  190. | #define PACKAGE_URL ""
  191. | #define PACKAGE "gngeo"
  192. | #define VERSION "0.8"
  193. | #define HAVE_LIBM 1
  194. | #define HAVE_LIBZ 1
  195. | #define HAVE_GETOPT_LONG 1
  196. | #define HAVE_SCANDIR 1
  197. | #define HAVE_BASENAME 1
  198. | #define HAVE_MMAP 1
  199. | #define USE_STARSCREAM 1
  200. | #define USE_RAZE 1
  201. | /* end confdefs.h. */
  202. | #include <ac_nonexistent.h>
  203. configure:4867: result: gcc -E
  204. configure:4887: gcc -E conftest.c
  205. configure:4887: $? = 0
  206. configure:4901: gcc -E conftest.c
  207. conftest.c:19:28: fatal error: ac_nonexistent.h: No such file or directory
  208. compilation terminated.
  209. configure:4901: $? = 1
  210. configure: failed program was:
  211. | /* confdefs.h */
  212. | #define PACKAGE_NAME "gngeo"
  213. | #define PACKAGE_TARNAME "gngeo"
  214. | #define PACKAGE_VERSION "0.8"
  215. | #define PACKAGE_STRING "gngeo 0.8"
  216. | #define PACKAGE_BUGREPORT ""
  217. | #define PACKAGE_URL ""
  218. | #define PACKAGE "gngeo"
  219. | #define VERSION "0.8"
  220. | #define HAVE_LIBM 1
  221. | #define HAVE_LIBZ 1
  222. | #define HAVE_GETOPT_LONG 1
  223. | #define HAVE_SCANDIR 1
  224. | #define HAVE_BASENAME 1
  225. | #define HAVE_MMAP 1
  226. | #define USE_STARSCREAM 1
  227. | #define USE_RAZE 1
  228. | /* end confdefs.h. */
  229. | #include <ac_nonexistent.h>
  230. configure:4930: checking for grep that handles long lines and -e
  231. configure:4988: result: /bin/grep
  232. configure:4993: checking for egrep
  233. configure:5055: result: /bin/grep -E
  234. configure:5060: checking for ANSI C header files
  235. configure:5080: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM conftest.c >&5
  236. configure:5080: $? = 0
  237. configure:5153: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lz -lm -L/usr/lib -lSDL -lpthread >&5
  238. configure:5153: $? = 0
  239. configure:5153: ./conftest
  240. configure:5153: $? = 0
  241. configure:5164: result: yes
  242. configure:5177: checking for sys/types.h
  243. configure:5177: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM conftest.c >&5
  244. configure:5177: $? = 0
  245. configure:5177: result: yes
  246. configure:5177: checking for sys/stat.h
  247. configure:5177: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM conftest.c >&5
  248. configure:5177: $? = 0
  249. configure:5177: result: yes
  250. configure:5177: checking for stdlib.h
  251. configure:5177: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM conftest.c >&5
  252. configure:5177: $? = 0
  253. configure:5177: result: yes
  254. configure:5177: checking for string.h
  255. configure:5177: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM conftest.c >&5
  256. configure:5177: $? = 0
  257. configure:5177: result: yes
  258. configure:5177: checking for memory.h
  259. configure:5177: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM conftest.c >&5
  260. configure:5177: $? = 0
  261. configure:5177: result: yes
  262. configure:5177: checking for strings.h
  263. configure:5177: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM conftest.c >&5
  264. configure:5177: $? = 0
  265. configure:5177: result: yes
  266. configure:5177: checking for inttypes.h
  267. configure:5177: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM conftest.c >&5
  268. configure:5177: $? = 0
  269. configure:5177: result: yes
  270. configure:5177: checking for stdint.h
  271. configure:5177: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM conftest.c >&5
  272. configure:5177: $? = 0
  273. configure:5177: result: yes
  274. configure:5177: checking for unistd.h
  275. configure:5177: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM conftest.c >&5
  276. configure:5177: $? = 0
  277. configure:5177: result: yes
  278. configure:5191: checking GL/gl.h usability
  279. configure:5191: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM conftest.c >&5
  280. configure:5191: $? = 0
  281. configure:5191: result: yes
  282. configure:5191: checking GL/gl.h presence
  283. configure:5191: gcc -E conftest.c
  284. configure:5191: $? = 0
  285. configure:5191: result: yes
  286. configure:5191: checking for GL/gl.h
  287. configure:5191: result: yes
  288. configure:5290: checking for dirent.h that defines DIR
  289. configure:5309: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM conftest.c >&5
  290. configure:5309: $? = 0
  291. configure:5317: result: yes
  292. configure:5330: checking for library containing opendir
  293. configure:5361: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lz -lm -L/usr/lib -lSDL -lpthread >&5
  294. configure:5361: $? = 0
  295. configure:5378: result: none required
  296. configure:5445: checking for ANSI C header files
  297. configure:5549: result: yes
  298. configure:5560: checking errno.h usability
  299. configure:5560: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM conftest.c >&5
  300. configure:5560: $? = 0
  301. configure:5560: result: yes
  302. configure:5560: checking errno.h presence
  303. configure:5560: gcc -E conftest.c
  304. configure:5560: $? = 0
  305. configure:5560: result: yes
  306. configure:5560: checking for errno.h
  307. configure:5560: result: yes
  308. configure:5560: checking limits.h usability
  309. configure:5560: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM conftest.c >&5
  310. configure:5560: $? = 0
  311. configure:5560: result: yes
  312. configure:5560: checking limits.h presence
  313. configure:5560: gcc -E conftest.c
  314. configure:5560: $? = 0
  315. configure:5560: result: yes
  316. configure:5560: checking for limits.h
  317. configure:5560: result: yes
  318. configure:5560: checking malloc.h usability
  319. configure:5560: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM conftest.c >&5
  320. configure:5560: $? = 0
  321. configure:5560: result: yes
  322. configure:5560: checking malloc.h presence
  323. configure:5560: gcc -E conftest.c
  324. configure:5560: $? = 0
  325. configure:5560: result: yes
  326. configure:5560: checking for malloc.h
  327. configure:5560: result: yes
  328. configure:5560: checking stddef.h usability
  329. configure:5560: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM conftest.c >&5
  330. configure:5560: $? = 0
  331. configure:5560: result: yes
  332. configure:5560: checking stddef.h presence
  333. configure:5560: gcc -E conftest.c
  334. configure:5560: $? = 0
  335. configure:5560: result: yes
  336. configure:5560: checking for stddef.h
  337. configure:5560: result: yes
  338. configure:5560: checking for stdlib.h
  339. configure:5560: result: yes
  340. configure:5560: checking for string.h
  341. configure:5560: result: yes
  342. configure:5560: checking sys/time.h usability
  343. configure:5560: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM conftest.c >&5
  344. configure:5560: $? = 0
  345. configure:5560: result: yes
  346. configure:5560: checking sys/time.h presence
  347. configure:5560: gcc -E conftest.c
  348. configure:5560: $? = 0
  349. configure:5560: result: yes
  350. configure:5560: checking for sys/time.h
  351. configure:5560: result: yes
  352. configure:5560: checking for unistd.h
  353. configure:5560: result: yes
  354. configure:5572: checking for an ANSI C-conforming const
  355. configure:5637: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM conftest.c >&5
  356. configure:5637: $? = 0
  357. configure:5644: result: yes
  358. configure:5652: checking for inline
  359. configure:5668: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM conftest.c >&5
  360. configure:5668: $? = 0
  361. configure:5676: result: inline
  362. configure:5694: checking whether time.h and sys/time.h may both be included
  363. configure:5714: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM conftest.c >&5
  364. configure:5714: $? = 0
  365. configure:5721: result: yes
  366. configure:5729: checking whether struct tm is in sys/time.h or time.h
  367. configure:5749: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM conftest.c >&5
  368. configure:5749: $? = 0
  369. configure:5756: result: time.h
  370. configure:5764: checking whether byte ordering is bigendian
  371. configure:5779: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM conftest.c >&5
  372. conftest.c:43:9: error: unknown type name 'not'
  373. conftest.c:43:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
  374. conftest.c:43:15: error: unknown type name 'universal'
  375. configure:5779: $? = 1
  376. configure: failed program was:
  377. | /* confdefs.h */
  378. | #define PACKAGE_NAME "gngeo"
  379. | #define PACKAGE_TARNAME "gngeo"
  380. | #define PACKAGE_VERSION "0.8"
  381. | #define PACKAGE_STRING "gngeo 0.8"
  382. | #define PACKAGE_BUGREPORT ""
  383. | #define PACKAGE_URL ""
  384. | #define PACKAGE "gngeo"
  385. | #define VERSION "0.8"
  386. | #define HAVE_LIBM 1
  387. | #define HAVE_LIBZ 1
  388. | #define HAVE_GETOPT_LONG 1
  389. | #define HAVE_SCANDIR 1
  390. | #define HAVE_BASENAME 1
  391. | #define HAVE_MMAP 1
  392. | #define USE_STARSCREAM 1
  393. | #define USE_RAZE 1
  394. | #define STDC_HEADERS 1
  395. | #define HAVE_SYS_TYPES_H 1
  396. | #define HAVE_SYS_STAT_H 1
  397. | #define HAVE_STDLIB_H 1
  398. | #define HAVE_STRING_H 1
  399. | #define HAVE_MEMORY_H 1
  400. | #define HAVE_STRINGS_H 1
  401. | #define HAVE_INTTYPES_H 1
  402. | #define HAVE_STDINT_H 1
  403. | #define HAVE_UNISTD_H 1
  404. | #define HAVE_GL_GL_H 1
  405. | #define USE_GL2 1
  406. | #define HAVE_DIRENT_H 1
  407. | #define STDC_HEADERS 1
  408. | #define HAVE_ERRNO_H 1
  409. | #define HAVE_LIMITS_H 1
  410. | #define HAVE_MALLOC_H 1
  411. | #define HAVE_STDDEF_H 1
  412. | #define HAVE_STDLIB_H 1
  413. | #define HAVE_STRING_H 1
  414. | #define HAVE_SYS_TIME_H 1
  415. | #define HAVE_UNISTD_H 1
  416. | #define TIME_WITH_SYS_TIME 1
  417. | /* end confdefs.h. */
  418. | #ifndef __APPLE_CC__
  419. | not a universal capable compiler
  420. | #endif
  421. | typedef int dummy;
  422. |
  423. configure:5824: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM conftest.c >&5
  424. configure:5824: $? = 0
  425. configure:5842: gcc -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM conftest.c >&5
  426. conftest.c: In function 'main':
  427. conftest.c:49:4: error: unknown type name 'not'
  428. conftest.c:49:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  429. configure:5842: $? = 1
  430. configure: failed program was:
  431. | /* confdefs.h */
  432. | #define PACKAGE_NAME "gngeo"
  433. | #define PACKAGE_TARNAME "gngeo"
  434. | #define PACKAGE_VERSION "0.8"
  435. | #define PACKAGE_STRING "gngeo 0.8"
  436. | #define PACKAGE_BUGREPORT ""
  437. | #define PACKAGE_URL ""
  438. | #define PACKAGE "gngeo"
  439. | #define VERSION "0.8"
  440. | #define HAVE_LIBM 1
  441. | #define HAVE_LIBZ 1
  442. | #define HAVE_GETOPT_LONG 1
  443. | #define HAVE_SCANDIR 1
  444. | #define HAVE_BASENAME 1
  445. | #define HAVE_MMAP 1
  446. | #define USE_STARSCREAM 1
  447. | #define USE_RAZE 1
  448. | #define STDC_HEADERS 1
  449. | #define HAVE_SYS_TYPES_H 1
  450. | #define HAVE_SYS_STAT_H 1
  451. | #define HAVE_STDLIB_H 1
  452. | #define HAVE_STRING_H 1
  453. | #define HAVE_MEMORY_H 1
  454. | #define HAVE_STRINGS_H 1
  455. | #define HAVE_INTTYPES_H 1
  456. | #define HAVE_STDINT_H 1
  457. | #define HAVE_UNISTD_H 1
  458. | #define HAVE_GL_GL_H 1
  459. | #define USE_GL2 1
  460. | #define HAVE_DIRENT_H 1
  461. | #define STDC_HEADERS 1
  462. | #define HAVE_ERRNO_H 1
  463. | #define HAVE_LIMITS_H 1
  464. | #define HAVE_MALLOC_H 1
  465. | #define HAVE_STDDEF_H 1
  466. | #define HAVE_STDLIB_H 1
  467. | #define HAVE_STRING_H 1
  468. | #define HAVE_SYS_TIME_H 1
  469. | #define HAVE_UNISTD_H 1
  470. | #define TIME_WITH_SYS_TIME 1
  471. | /* end confdefs.h. */
  472. | #include <sys/types.h>
  473. | #include <sys/param.h>
  474. |
  475. | int
  476. | main ()
  477. | {
  478. | #if BYTE_ORDER != BIG_ENDIAN
  479. | not big endian
  480. | #endif
  481. |
  482. | ;
  483. | return 0;
  484. | }
  485. configure:5970: result: no
  486. configure:5992: checking for vprintf
  487. configure:5992: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lz -lm -L/usr/lib -lSDL -lpthread >&5
  488. conftest.c:65:6: warning: conflicting types for built-in function 'vprintf' [enabled by default]
  489. configure:5992: $? = 0
  490. configure:5992: result: yes
  491. configure:5998: checking for _doprnt
  492. configure:5998: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lz -lm -L/usr/lib -lSDL -lpthread >&5
  493. /tmp/cc3qkccr.o: In function `main':
  494. conftest.c:(.text.startup+0x7): undefined reference to `_doprnt'
  495. collect2: ld returned 1 exit status
  496. configure:5998: $? = 1
  497. configure: failed program was:
  498. | /* confdefs.h */
  499. | #define PACKAGE_NAME "gngeo"
  500. | #define PACKAGE_TARNAME "gngeo"
  501. | #define PACKAGE_VERSION "0.8"
  502. | #define PACKAGE_STRING "gngeo 0.8"
  503. | #define PACKAGE_BUGREPORT ""
  504. | #define PACKAGE_URL ""
  505. | #define PACKAGE "gngeo"
  506. | #define VERSION "0.8"
  507. | #define HAVE_LIBM 1
  508. | #define HAVE_LIBZ 1
  509. | #define HAVE_GETOPT_LONG 1
  510. | #define HAVE_SCANDIR 1
  511. | #define HAVE_BASENAME 1
  512. | #define HAVE_MMAP 1
  513. | #define USE_STARSCREAM 1
  514. | #define USE_RAZE 1
  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_GL_GL_H 1
  526. | #define USE_GL2 1
  527. | #define HAVE_DIRENT_H 1
  528. | #define STDC_HEADERS 1
  529. | #define HAVE_ERRNO_H 1
  530. | #define HAVE_LIMITS_H 1
  531. | #define HAVE_MALLOC_H 1
  532. | #define HAVE_STDDEF_H 1
  533. | #define HAVE_STDLIB_H 1
  534. | #define HAVE_STRING_H 1
  535. | #define HAVE_SYS_TIME_H 1
  536. | #define HAVE_UNISTD_H 1
  537. | #define TIME_WITH_SYS_TIME 1
  538. | #define HAVE_VPRINTF 1
  539. | /* end confdefs.h. */
  540. | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
  541. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  542. | #define _doprnt innocuous__doprnt
  543. |
  544. | /* System header to define __stub macros and hopefully few prototypes,
  545. | which can conflict with char _doprnt (); below.
  546. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  547. | <limits.h> exists even on freestanding compilers. */
  548. |
  549. | #ifdef __STDC__
  550. | # include <limits.h>
  551. | #else
  552. | # include <assert.h>
  553. | #endif
  554. |
  555. | #undef _doprnt
  556. |
  557. | /* Override any GCC internal prototype to avoid an error.
  558. | Use char because int might match the return type of a GCC
  559. | builtin and then its argument prototype would still apply. */
  560. | #ifdef __cplusplus
  561. | extern "C"
  562. | #endif
  563. | char _doprnt ();
  564. | /* The GNU C library defines this for functions which it implements
  565. | to always fail with ENOSYS. Some functions are actually named
  566. | something starting with __ and the normal name is an alias. */
  567. | #if defined __stub__doprnt || defined __stub____doprnt
  568. | choke me
  569. | #endif
  570. |
  571. | int
  572. | main ()
  573. | {
  574. | return _doprnt ();
  575. | ;
  576. | return 0;
  577. | }
  578. configure:5998: result: no
  579. configure:6012: checking for atexit
  580. configure:6012: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lz -lm -L/usr/lib -lSDL -lpthread >&5
  581. configure:6012: $? = 0
  582. configure:6012: result: yes
  583. configure:6012: checking for floor
  584. configure:6012: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lz -lm -L/usr/lib -lSDL -lpthread >&5
  585. conftest.c:67:6: warning: conflicting types for built-in function 'floor' [enabled by default]
  586. configure:6012: $? = 0
  587. configure:6012: result: yes
  588. configure:6012: checking for gettimeofday
  589. configure:6012: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lz -lm -L/usr/lib -lSDL -lpthread >&5
  590. configure:6012: $? = 0
  591. configure:6012: result: yes
  592. configure:6012: checking for memset
  593. configure:6012: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lz -lm -L/usr/lib -lSDL -lpthread >&5
  594. conftest.c:69:6: warning: conflicting types for built-in function 'memset' [enabled by default]
  595. configure:6012: $? = 0
  596. configure:6012: result: yes
  597. configure:6012: checking for mkdir
  598. configure:6012: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lz -lm -L/usr/lib -lSDL -lpthread >&5
  599. configure:6012: $? = 0
  600. configure:6012: result: yes
  601. configure:6012: checking for pow
  602. configure:6012: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lz -lm -L/usr/lib -lSDL -lpthread >&5
  603. conftest.c:71:6: warning: conflicting types for built-in function 'pow' [enabled by default]
  604. configure:6012: $? = 0
  605. configure:6012: result: yes
  606. configure:6012: checking for strchr
  607. configure:6012: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lz -lm -L/usr/lib -lSDL -lpthread >&5
  608. conftest.c:72:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
  609. configure:6012: $? = 0
  610. configure:6012: result: yes
  611. configure:6012: checking for strstr
  612. configure:6012: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lz -lm -L/usr/lib -lSDL -lpthread >&5
  613. conftest.c:73:6: warning: conflicting types for built-in function 'strstr' [enabled by default]
  614. configure:6012: $? = 0
  615. configure:6012: result: yes
  616. configure:6012: checking for strtoul
  617. configure:6012: gcc -o conftest -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c -lz -lm -L/usr/lib -lSDL -lpthread >&5
  618. configure:6012: $? = 0
  619. configure:6012: result: yes
  620. configure:6025: result: Turning on x86 processor optimisations
  621. configure:6279: creating ./config.status
  622.  
  623. ## ---------------------- ##
  624. ## Running config.status. ##
  625. ## ---------------------- ##
  626.  
  627. This file was extended by gngeo config.status 0.8, which was
  628. generated by GNU Autoconf 2.68. Invocation command line was
  629.  
  630. CONFIG_FILES =
  631. CONFIG_HEADERS =
  632. CONFIG_LINKS =
  633. CONFIG_COMMANDS =
  634. $ ./config.status
  635.  
  636. on portatil
  637.  
  638. config.status:953: creating Makefile
  639. config.status:953: creating gngeo.dat/Makefile
  640. config.status:953: creating src/Makefile
  641. config.status:953: creating src/raze/Makefile
  642. config.status:953: creating src/star/Makefile
  643. config.status:953: creating src/mamez80/Makefile
  644. config.status:953: creating src/generator68k/Makefile
  645. config.status:953: creating src/cyclone/Makefile
  646. config.status:953: creating src/drz80/Makefile
  647. config.status:953: creating src/effect/Makefile
  648. config.status:953: creating src/blitter/Makefile
  649. config.status:953: creating src/ym2610/Makefile
  650. config.status:953: creating config.h
  651. config.status:1182: executing depfiles commands
  652.  
  653. ## ---------------- ##
  654. ## Cache variables. ##
  655. ## ---------------- ##
  656.  
  657. ac_cv_build=i686-pc-linux-gnu
  658. ac_cv_c_bigendian=no
  659. ac_cv_c_compiler_gnu=yes
  660. ac_cv_c_const=yes
  661. ac_cv_c_inline=inline
  662. ac_cv_env_CCASFLAGS_set=
  663. ac_cv_env_CCASFLAGS_value=
  664. ac_cv_env_CCAS_set=
  665. ac_cv_env_CCAS_value=
  666. ac_cv_env_CC_set=
  667. ac_cv_env_CC_value=
  668. ac_cv_env_CFLAGS_set=set
  669. ac_cv_env_CFLAGS_value='-march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2'
  670. ac_cv_env_CPPFLAGS_set=
  671. ac_cv_env_CPPFLAGS_value=
  672. ac_cv_env_CPP_set=
  673. ac_cv_env_CPP_value=
  674. ac_cv_env_LDFLAGS_set=set
  675. ac_cv_env_LDFLAGS_value=-Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu
  676. ac_cv_env_LIBS_set=
  677. ac_cv_env_LIBS_value=
  678. ac_cv_env_build_alias_set=
  679. ac_cv_env_build_alias_value=
  680. ac_cv_env_host_alias_set=
  681. ac_cv_env_host_alias_value=
  682. ac_cv_env_target_alias_set=
  683. ac_cv_env_target_alias_value=
  684. ac_cv_func__doprnt=no
  685. ac_cv_func_atexit=yes
  686. ac_cv_func_basename=yes
  687. ac_cv_func_floor=yes
  688. ac_cv_func_getopt_long=yes
  689. ac_cv_func_gettimeofday=yes
  690. ac_cv_func_memset=yes
  691. ac_cv_func_mkdir=yes
  692. ac_cv_func_mmap=yes
  693. ac_cv_func_pow=yes
  694. ac_cv_func_scandir=yes
  695. ac_cv_func_strchr=yes
  696. ac_cv_func_strstr=yes
  697. ac_cv_func_strtoul=yes
  698. ac_cv_func_vprintf=yes
  699. ac_cv_header_GL_gl_h=yes
  700. ac_cv_header_dirent_dirent_h=yes
  701. ac_cv_header_errno_h=yes
  702. ac_cv_header_inttypes_h=yes
  703. ac_cv_header_limits_h=yes
  704. ac_cv_header_malloc_h=yes
  705. ac_cv_header_memory_h=yes
  706. ac_cv_header_stdc=yes
  707. ac_cv_header_stddef_h=yes
  708. ac_cv_header_stdint_h=yes
  709. ac_cv_header_stdlib_h=yes
  710. ac_cv_header_string_h=yes
  711. ac_cv_header_strings_h=yes
  712. ac_cv_header_sys_stat_h=yes
  713. ac_cv_header_sys_time_h=yes
  714. ac_cv_header_sys_types_h=yes
  715. ac_cv_header_time=yes
  716. ac_cv_header_unistd_h=yes
  717. ac_cv_host=i686-pc-linux-gnu
  718. ac_cv_lib_m_acos=yes
  719. ac_cv_lib_z_inflate=yes
  720. ac_cv_objext=o
  721. ac_cv_path_EGREP='/bin/grep -E'
  722. ac_cv_path_GREP=/bin/grep
  723. ac_cv_path_SDL_CONFIG=/usr/bin/sdl-config
  724. ac_cv_path_install='/bin/install -c'
  725. ac_cv_path_mkdir=/bin/mkdir
  726. ac_cv_prog_AWK=gawk
  727. ac_cv_prog_CPP='gcc -E'
  728. ac_cv_prog_ac_ct_CC=gcc
  729. ac_cv_prog_ac_ct_RANLIB=ranlib
  730. ac_cv_prog_cc_c89=
  731. ac_cv_prog_cc_g=yes
  732. ac_cv_prog_have_nasm=true
  733. ac_cv_prog_make_make_set=yes
  734. ac_cv_search_opendir='none required'
  735. ac_cv_struct_tm=time.h
  736. ac_cv_target=i686-pc-linux-gnu
  737. am_cv_CCAS_dependencies_compiler_type=gcc3
  738. am_cv_CC_dependencies_compiler_type=gcc3
  739.  
  740. ## ----------------- ##
  741. ## Output variables. ##
  742. ## ----------------- ##
  743.  
  744. ACLOCAL='${SHELL} /tmp/yaourt-tmp-phestar/aur-gngeo/src/gngeo-0.8/missing --run aclocal-1.11'
  745. AMDEPBACKSLASH='\'
  746. AMDEP_FALSE='#'
  747. AMDEP_TRUE=''
  748. AMTAR='${SHELL} /tmp/yaourt-tmp-phestar/aur-gngeo/src/gngeo-0.8/missing --run tar'
  749. AM_BACKSLASH='\'
  750. AM_DEFAULT_VERBOSITY='1'
  751. AUTOCONF='${SHELL} /tmp/yaourt-tmp-phestar/aur-gngeo/src/gngeo-0.8/missing --run autoconf'
  752. AUTOHEADER='${SHELL} /tmp/yaourt-tmp-phestar/aur-gngeo/src/gngeo-0.8/missing --run autoheader'
  753. AUTOMAKE='${SHELL} /tmp/yaourt-tmp-phestar/aur-gngeo/src/gngeo-0.8/missing --run automake-1.11'
  754. AWK='gawk'
  755. CC='gcc'
  756. CCAS='gcc'
  757. CCASDEPMODE='depmode=gcc3'
  758. CCASFLAGS='-march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2'
  759. CCDEPMODE='depmode=gcc3'
  760. CC_FOR_BUILD='gcc'
  761. CFLAGS='-march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -m32 -DI386_ASM -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -falign-functions=2 -falign-jumps=2 -fexpensive-optimizations -falign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mtune=i686 -DCPU=i686'
  762. CPP='gcc -E'
  763. CPPFLAGS=''
  764. CYGPATH_W='echo'
  765. DEFS='-DHAVE_CONFIG_H'
  766. DEPDIR='.deps'
  767. ECHO_C=''
  768. ECHO_N='-n'
  769. ECHO_T=''
  770. EGREP='/bin/grep -E'
  771. EXEEXT=''
  772. GREP='/bin/grep'
  773. HAVE_NASM_FALSE='#'
  774. HAVE_NASM_TRUE=''
  775. INSTALL_DATA='${INSTALL} -m 644'
  776. INSTALL_PROGRAM='${INSTALL}'
  777. INSTALL_SCRIPT='${INSTALL}'
  778. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  779. LDFLAGS='-Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu'
  780. LIBOBJS=''
  781. LIBS='-lz -lm -L/usr/lib -lSDL -lpthread'
  782. LTLIBOBJS=''
  783. MAKEINFO='${SHELL} /tmp/yaourt-tmp-phestar/aur-gngeo/src/gngeo-0.8/missing --run makeinfo'
  784. MKDIR_P='/bin/mkdir -p'
  785. OBJEXT='o'
  786. PACKAGE='gngeo'
  787. PACKAGE_BUGREPORT=''
  788. PACKAGE_NAME='gngeo'
  789. PACKAGE_STRING='gngeo 0.8'
  790. PACKAGE_TARNAME='gngeo'
  791. PACKAGE_URL=''
  792. PACKAGE_VERSION='0.8'
  793. PATH_SEPARATOR=':'
  794. PROCESSOR_ARM_FALSE=''
  795. PROCESSOR_ARM_TRUE='#'
  796. RANLIB='ranlib'
  797. SDL_CFLAGS='-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT'
  798. SDL_CONFIG='/usr/bin/sdl-config'
  799. SDL_LIBS='-L/usr/lib -lSDL -lpthread'
  800. SET_MAKE=''
  801. SHELL='/bin/sh'
  802. STRIP=''
  803. USE_CYCLONE_FALSE=''
  804. USE_CYCLONE_TRUE='#'
  805. USE_DRZ80_FALSE=''
  806. USE_DRZ80_TRUE='#'
  807. USE_GENERATOR68K_FALSE=''
  808. USE_GENERATOR68K_TRUE='#'
  809. USE_GP2X_FALSE=''
  810. USE_GP2X_TRUE='#'
  811. USE_GUI_FALSE=''
  812. USE_GUI_TRUE='#'
  813. USE_MAMEZ80_FALSE=''
  814. USE_MAMEZ80_TRUE='#'
  815. USE_RAZE_FALSE='#'
  816. USE_RAZE_TRUE=''
  817. USE_STARSCREAM_FALSE='#'
  818. USE_STARSCREAM_TRUE=''
  819. USE_WIZ_FALSE=''
  820. USE_WIZ_TRUE='#'
  821. VERSION='0.8'
  822. ac_ct_CC='gcc'
  823. am__EXEEXT_FALSE=''
  824. am__EXEEXT_TRUE='#'
  825. am__fastdepCCAS_FALSE='#'
  826. am__fastdepCCAS_TRUE=''
  827. am__fastdepCC_FALSE='#'
  828. am__fastdepCC_TRUE=''
  829. am__include='include'
  830. am__isrc=''
  831. am__leading_dot='.'
  832. am__quote=''
  833. am__tar='${AMTAR} chof - "$$tardir"'
  834. am__untar='${AMTAR} xf -'
  835. bindir='${exec_prefix}/bin'
  836. build='i686-pc-linux-gnu'
  837. build_alias=''
  838. build_cpu='i686'
  839. build_os='linux-gnu'
  840. build_vendor='pc'
  841. datadir='${datarootdir}'
  842. datarootdir='${prefix}/share'
  843. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  844. dvidir='${docdir}'
  845. exec_prefix='${prefix}'
  846. have_nasm='true'
  847. host='i686-pc-linux-gnu'
  848. host_alias=''
  849. host_cpu='i686'
  850. host_os='linux-gnu'
  851. host_vendor='pc'
  852. htmldir='${docdir}'
  853. includedir='${prefix}/include'
  854. infodir='${datarootdir}/info'
  855. install_sh='${SHELL} /tmp/yaourt-tmp-phestar/aur-gngeo/src/gngeo-0.8/install-sh'
  856. libdir='${exec_prefix}/lib'
  857. libexecdir='${exec_prefix}/libexec'
  858. localedir='${datarootdir}/locale'
  859. localstatedir='${prefix}/var'
  860. mandir='/usr/share/man'
  861. mkdir_p='/bin/mkdir -p'
  862. oldincludedir='/usr/include'
  863. pdfdir='${docdir}'
  864. prefix='/usr'
  865. program_transform_name='s,x,x,'
  866. psdir='${docdir}'
  867. sbindir='${exec_prefix}/sbin'
  868. sharedstatedir='${prefix}/com'
  869. sysconfdir='${prefix}/etc'
  870. target='i686-pc-linux-gnu'
  871. target_alias=''
  872. target_cpu='i686'
  873. target_os='linux-gnu'
  874. target_vendor='pc'
  875.  
  876. ## ----------- ##
  877. ## confdefs.h. ##
  878. ## ----------- ##
  879.  
  880. /* confdefs.h */
  881. #define PACKAGE_NAME "gngeo"
  882. #define PACKAGE_TARNAME "gngeo"
  883. #define PACKAGE_VERSION "0.8"
  884. #define PACKAGE_STRING "gngeo 0.8"
  885. #define PACKAGE_BUGREPORT ""
  886. #define PACKAGE_URL ""
  887. #define PACKAGE "gngeo"
  888. #define VERSION "0.8"
  889. #define HAVE_LIBM 1
  890. #define HAVE_LIBZ 1
  891. #define HAVE_GETOPT_LONG 1
  892. #define HAVE_SCANDIR 1
  893. #define HAVE_BASENAME 1
  894. #define HAVE_MMAP 1
  895. #define USE_STARSCREAM 1
  896. #define USE_RAZE 1
  897. #define STDC_HEADERS 1
  898. #define HAVE_SYS_TYPES_H 1
  899. #define HAVE_SYS_STAT_H 1
  900. #define HAVE_STDLIB_H 1
  901. #define HAVE_STRING_H 1
  902. #define HAVE_MEMORY_H 1
  903. #define HAVE_STRINGS_H 1
  904. #define HAVE_INTTYPES_H 1
  905. #define HAVE_STDINT_H 1
  906. #define HAVE_UNISTD_H 1
  907. #define HAVE_GL_GL_H 1
  908. #define USE_GL2 1
  909. #define HAVE_DIRENT_H 1
  910. #define STDC_HEADERS 1
  911. #define HAVE_ERRNO_H 1
  912. #define HAVE_LIMITS_H 1
  913. #define HAVE_MALLOC_H 1
  914. #define HAVE_STDDEF_H 1
  915. #define HAVE_STDLIB_H 1
  916. #define HAVE_STRING_H 1
  917. #define HAVE_SYS_TIME_H 1
  918. #define HAVE_UNISTD_H 1
  919. #define TIME_WITH_SYS_TIME 1
  920. #define HAVE_VPRINTF 1
  921. #define HAVE_ATEXIT 1
  922. #define HAVE_FLOOR 1
  923. #define HAVE_GETTIMEOFDAY 1
  924. #define HAVE_MEMSET 1
  925. #define HAVE_MKDIR 1
  926. #define HAVE_POW 1
  927. #define HAVE_STRCHR 1
  928. #define HAVE_STRSTR 1
  929. #define HAVE_STRTOUL 1
  930. #define PROCESSOR_INTEL 1
  931. #define ALIGNLONGS ALIGNLONGS
  932.  
  933. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement