Advertisement
Guest User

Untitled

a guest
Jul 19th, 2010
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 70.99 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 nightshade configure 10.7.1, which was
  5. generated by GNU Autoconf 2.63. Invocation command line was
  6.  
  7. $ ./configure --with-boost-libdir=/usr/lib --with-boost=yes
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = fomalhaut.site
  14. uname -m = i686
  15. uname -r = 2.6.34-12-desktop
  16. uname -s = Linux
  17. uname -v = #1 SMP PREEMPT 2010-06-29 02:39:08 +0200
  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/stalker/bin
  31. PATH: /opt/kde3/bin
  32. PATH: /opt/gnome/bin
  33. PATH: /usr/local/texlive/2008/bin/i386-linux
  34. PATH: /usr/lib/mpi/gcc/openmpi/bin
  35. PATH: /home/stalker/bin
  36. PATH: /usr/local/bin
  37. PATH: /usr/bin
  38. PATH: /bin
  39. PATH: /usr/bin/X11
  40. PATH: /usr/X11R6/bin
  41. PATH: /usr/games
  42. PATH: /opt/kde3/bin
  43. PATH: /usr/lib/jvm/jre/bin
  44. PATH: /usr/sbin
  45. PATH: /usr/sbin
  46.  
  47.  
  48. ## ----------- ##
  49. ## Core tests. ##
  50. ## ----------- ##
  51.  
  52. configure:2165: checking for a BSD-compatible install
  53. configure:2233: result: /usr/bin/install -c
  54. configure:2244: checking whether build environment is sane
  55. configure:2304: result: yes
  56. configure:2445: checking for a thread-safe mkdir -p
  57. configure:2484: result: /bin/mkdir -p
  58. configure:2497: checking for gawk
  59. configure:2513: found /usr/bin/gawk
  60. configure:2524: result: gawk
  61. configure:2535: checking whether make sets $(MAKE)
  62. configure:2557: result: yes
  63. configure:2656: checking whether NLS is requested
  64. configure:2665: result: yes
  65. configure:2703: checking for msgfmt
  66. configure:2734: result: /usr/bin/msgfmt
  67. configure:2743: checking for gmsgfmt
  68. configure:2774: result: /usr/bin/msgfmt
  69. configure:2814: checking for xgettext
  70. configure:2848: result: no
  71. configure:2885: checking for msgmerge
  72. configure:2918: result: no
  73. configure:2962: checking for style of include used by make
  74. configure:2990: result: GNU
  75. configure:3060: checking for gcc
  76. configure:3076: found /usr/bin/gcc
  77. configure:3087: result: gcc
  78. configure:3319: checking for C compiler version
  79. configure:3327: gcc --version >&5
  80. gcc (SUSE Linux) 4.5.0 20100604 [gcc-4_5-branch revision 160292]
  81. Copyright (C) 2010 Free Software Foundation, Inc.
  82. This is free software; see the source for copying conditions. There is NO
  83. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  84.  
  85. configure:3331: $? = 0
  86. configure:3338: gcc -v >&5
  87. Using built-in specs.
  88. COLLECT_GCC=gcc
  89. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i586-suse-linux/4.5/lto-wrapper
  90. Target: i586-suse-linux
  91. Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.5 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --program-suffix=-4.5 --enable-linux-futex --without-system-libunwind --enable-gold --with-plugin-ld=/usr/bin/gold --with-arch-32=i586 --with-tune=generic --build=i586-suse-linux
  92. Thread model: posix
  93. gcc version 4.5.0 20100604 [gcc-4_5-branch revision 160292] (SUSE Linux)
  94. configure:3342: $? = 0
  95. configure:3349: gcc -V >&5
  96. gcc: '-V' option must have argument
  97. configure:3353: $? = 1
  98. configure:3376: checking for C compiler default output file name
  99. configure:3398: gcc conftest.c >&5
  100. configure:3402: $? = 0
  101. configure:3440: result: a.out
  102. configure:3459: checking whether the C compiler works
  103. configure:3469: ./a.out
  104. configure:3473: $? = 0
  105. configure:3492: result: yes
  106. configure:3499: checking whether we are cross compiling
  107. configure:3501: result: no
  108. configure:3504: checking for suffix of executables
  109. configure:3511: gcc -o conftest conftest.c >&5
  110. configure:3515: $? = 0
  111. configure:3541: result:
  112. configure:3547: checking for suffix of object files
  113. configure:3573: gcc -c conftest.c >&5
  114. configure:3577: $? = 0
  115. configure:3602: result: o
  116. configure:3606: checking whether we are using the GNU C compiler
  117. configure:3635: gcc -c conftest.c >&5
  118. configure:3642: $? = 0
  119. configure:3659: result: yes
  120. configure:3668: checking whether gcc accepts -g
  121. configure:3698: gcc -c -g conftest.c >&5
  122. configure:3705: $? = 0
  123. configure:3806: result: yes
  124. configure:3823: checking for gcc option to accept ISO C89
  125. configure:3897: gcc -c -g -O2 conftest.c >&5
  126. configure:3904: $? = 0
  127. configure:3927: result: none needed
  128. configure:3947: checking dependency style of gcc
  129. configure:4057: result: gcc3
  130. configure:4078: checking build system type
  131. configure:4096: result: i686-pc-linux-gnu
  132. configure:4118: checking host system type
  133. configure:4133: result: i686-pc-linux-gnu
  134. configure:4198: checking for ranlib
  135. configure:4214: found /usr/bin/ranlib
  136. configure:4225: result: ranlib
  137. configure:4249: checking for strerror in -lcposix
  138. configure:4284: gcc -o conftest -g -O2 conftest.c -lcposix >&5
  139. /usr/lib/gcc/i586-suse-linux/4.5/../../../../i586-suse-linux/bin/ld: cannot find -lcposix
  140. collect2: ld returned 1 exit status
  141. configure:4291: $? = 1
  142. configure: failed program was:
  143. | /* confdefs.h. */
  144. | #define PACKAGE_NAME "nightshade"
  145. | #define PACKAGE_TARNAME "nightshade"
  146. | #define PACKAGE_VERSION "10.7.1"
  147. | #define PACKAGE_STRING "nightshade 10.7.1"
  148. | #define PACKAGE_BUGREPORT "support@nightshadesoftware.org"
  149. | #define PACKAGE "nightshade"
  150. | #define VERSION "10.7.1"
  151. | /* end confdefs.h. */
  152. |
  153. | /* Override any GCC internal prototype to avoid an error.
  154. | Use char because int might match the return type of a GCC
  155. | builtin and then its argument prototype would still apply. */
  156. | #ifdef __cplusplus
  157. | extern "C"
  158. | #endif
  159. | char strerror ();
  160. | int
  161. | main ()
  162. | {
  163. | return strerror ();
  164. | ;
  165. | return 0;
  166. | }
  167. configure:4312: result: no
  168. configure:4325: checking how to run the C preprocessor
  169. configure:4365: gcc -E conftest.c
  170. configure:4372: $? = 0
  171. configure:4403: gcc -E conftest.c
  172. conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
  173. compilation terminated.
  174. configure:4410: $? = 1
  175. configure: failed program was:
  176. | /* confdefs.h. */
  177. | #define PACKAGE_NAME "nightshade"
  178. | #define PACKAGE_TARNAME "nightshade"
  179. | #define PACKAGE_VERSION "10.7.1"
  180. | #define PACKAGE_STRING "nightshade 10.7.1"
  181. | #define PACKAGE_BUGREPORT "support@nightshadesoftware.org"
  182. | #define PACKAGE "nightshade"
  183. | #define VERSION "10.7.1"
  184. | /* end confdefs.h. */
  185. | #include <ac_nonexistent.h>
  186. configure:4443: result: gcc -E
  187. configure:4472: gcc -E conftest.c
  188. configure:4479: $? = 0
  189. configure:4510: gcc -E conftest.c
  190. conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
  191. compilation terminated.
  192. configure:4517: $? = 1
  193. configure: failed program was:
  194. | /* confdefs.h. */
  195. | #define PACKAGE_NAME "nightshade"
  196. | #define PACKAGE_TARNAME "nightshade"
  197. | #define PACKAGE_VERSION "10.7.1"
  198. | #define PACKAGE_STRING "nightshade 10.7.1"
  199. | #define PACKAGE_BUGREPORT "support@nightshadesoftware.org"
  200. | #define PACKAGE "nightshade"
  201. | #define VERSION "10.7.1"
  202. | /* end confdefs.h. */
  203. | #include <ac_nonexistent.h>
  204. configure:4557: checking for grep that handles long lines and -e
  205. configure:4617: result: /usr/bin/grep
  206. configure:4622: checking for egrep
  207. configure:4686: result: /usr/bin/grep -E
  208. configure:4691: checking for ANSI C header files
  209. configure:4721: gcc -c -g -O2 conftest.c >&5
  210. configure:4728: $? = 0
  211. configure:4827: gcc -o conftest -g -O2 conftest.c >&5
  212. configure:4831: $? = 0
  213. configure:4837: ./conftest
  214. configure:4841: $? = 0
  215. configure:4859: result: yes
  216. configure:4869: checking for an ANSI C-conforming const
  217. configure:4944: gcc -c -g -O2 conftest.c >&5
  218. configure:4951: $? = 0
  219. configure:4966: result: yes
  220. configure:4977: checking for signed
  221. configure:5003: gcc -c -g -O2 conftest.c >&5
  222. configure:5010: $? = 0
  223. configure:5025: result: yes
  224. configure:5035: checking for inline
  225. configure:5061: gcc -c -g -O2 conftest.c >&5
  226. configure:5068: $? = 0
  227. configure:5086: result: inline
  228. configure:5119: checking for sys/types.h
  229. configure:5140: gcc -c -g -O2 conftest.c >&5
  230. configure:5147: $? = 0
  231. configure:5164: result: yes
  232. configure:5119: checking for sys/stat.h
  233. configure:5140: gcc -c -g -O2 conftest.c >&5
  234. configure:5147: $? = 0
  235. configure:5164: result: yes
  236. configure:5119: checking for stdlib.h
  237. configure:5140: gcc -c -g -O2 conftest.c >&5
  238. configure:5147: $? = 0
  239. configure:5164: result: yes
  240. configure:5119: checking for string.h
  241. configure:5140: gcc -c -g -O2 conftest.c >&5
  242. configure:5147: $? = 0
  243. configure:5164: result: yes
  244. configure:5119: checking for memory.h
  245. configure:5140: gcc -c -g -O2 conftest.c >&5
  246. configure:5147: $? = 0
  247. configure:5164: result: yes
  248. configure:5119: checking for strings.h
  249. configure:5140: gcc -c -g -O2 conftest.c >&5
  250. configure:5147: $? = 0
  251. configure:5164: result: yes
  252. configure:5119: checking for inttypes.h
  253. configure:5140: gcc -c -g -O2 conftest.c >&5
  254. configure:5147: $? = 0
  255. configure:5164: result: yes
  256. configure:5119: checking for stdint.h
  257. configure:5140: gcc -c -g -O2 conftest.c >&5
  258. configure:5147: $? = 0
  259. configure:5164: result: yes
  260. configure:5119: checking for unistd.h
  261. configure:5140: gcc -c -g -O2 conftest.c >&5
  262. configure:5147: $? = 0
  263. configure:5164: result: yes
  264. configure:5178: checking for off_t
  265. configure:5206: gcc -c -g -O2 conftest.c >&5
  266. configure:5213: $? = 0
  267. configure:5240: gcc -c -g -O2 conftest.c >&5
  268. conftest.c: In function 'main':
  269. conftest.c:56:20: error: expected expression before ')' token
  270. configure:5247: $? = 1
  271. configure: failed program was:
  272. | /* confdefs.h. */
  273. | #define PACKAGE_NAME "nightshade"
  274. | #define PACKAGE_TARNAME "nightshade"
  275. | #define PACKAGE_VERSION "10.7.1"
  276. | #define PACKAGE_STRING "nightshade 10.7.1"
  277. | #define PACKAGE_BUGREPORT "support@nightshadesoftware.org"
  278. | #define PACKAGE "nightshade"
  279. | #define VERSION "10.7.1"
  280. | #define STDC_HEADERS 1
  281. | #define HAVE_SYS_TYPES_H 1
  282. | #define HAVE_SYS_STAT_H 1
  283. | #define HAVE_STDLIB_H 1
  284. | #define HAVE_STRING_H 1
  285. | #define HAVE_MEMORY_H 1
  286. | #define HAVE_STRINGS_H 1
  287. | #define HAVE_INTTYPES_H 1
  288. | #define HAVE_STDINT_H 1
  289. | #define HAVE_UNISTD_H 1
  290. | /* end confdefs.h. */
  291. | #include <stdio.h>
  292. | #ifdef HAVE_SYS_TYPES_H
  293. | # include <sys/types.h>
  294. | #endif
  295. | #ifdef HAVE_SYS_STAT_H
  296. | # include <sys/stat.h>
  297. | #endif
  298. | #ifdef STDC_HEADERS
  299. | # include <stdlib.h>
  300. | # include <stddef.h>
  301. | #else
  302. | # ifdef HAVE_STDLIB_H
  303. | # include <stdlib.h>
  304. | # endif
  305. | #endif
  306. | #ifdef HAVE_STRING_H
  307. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  308. | # include <memory.h>
  309. | # endif
  310. | # include <string.h>
  311. | #endif
  312. | #ifdef HAVE_STRINGS_H
  313. | # include <strings.h>
  314. | #endif
  315. | #ifdef HAVE_INTTYPES_H
  316. | # include <inttypes.h>
  317. | #endif
  318. | #ifdef HAVE_STDINT_H
  319. | # include <stdint.h>
  320. | #endif
  321. | #ifdef HAVE_UNISTD_H
  322. | # include <unistd.h>
  323. | #endif
  324. | int
  325. | main ()
  326. | {
  327. | if (sizeof ((off_t)))
  328. | return 0;
  329. | ;
  330. | return 0;
  331. | }
  332. configure:5270: result: yes
  333. configure:5282: checking for size_t
  334. configure:5310: gcc -c -g -O2 conftest.c >&5
  335. configure:5317: $? = 0
  336. configure:5344: gcc -c -g -O2 conftest.c >&5
  337. conftest.c: In function 'main':
  338. conftest.c:56:21: error: expected expression before ')' token
  339. configure:5351: $? = 1
  340. configure: failed program was:
  341. | /* confdefs.h. */
  342. | #define PACKAGE_NAME "nightshade"
  343. | #define PACKAGE_TARNAME "nightshade"
  344. | #define PACKAGE_VERSION "10.7.1"
  345. | #define PACKAGE_STRING "nightshade 10.7.1"
  346. | #define PACKAGE_BUGREPORT "support@nightshadesoftware.org"
  347. | #define PACKAGE "nightshade"
  348. | #define VERSION "10.7.1"
  349. | #define STDC_HEADERS 1
  350. | #define HAVE_SYS_TYPES_H 1
  351. | #define HAVE_SYS_STAT_H 1
  352. | #define HAVE_STDLIB_H 1
  353. | #define HAVE_STRING_H 1
  354. | #define HAVE_MEMORY_H 1
  355. | #define HAVE_STRINGS_H 1
  356. | #define HAVE_INTTYPES_H 1
  357. | #define HAVE_STDINT_H 1
  358. | #define HAVE_UNISTD_H 1
  359. | /* end confdefs.h. */
  360. | #include <stdio.h>
  361. | #ifdef HAVE_SYS_TYPES_H
  362. | # include <sys/types.h>
  363. | #endif
  364. | #ifdef HAVE_SYS_STAT_H
  365. | # include <sys/stat.h>
  366. | #endif
  367. | #ifdef STDC_HEADERS
  368. | # include <stdlib.h>
  369. | # include <stddef.h>
  370. | #else
  371. | # ifdef HAVE_STDLIB_H
  372. | # include <stdlib.h>
  373. | # endif
  374. | #endif
  375. | #ifdef HAVE_STRING_H
  376. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  377. | # include <memory.h>
  378. | # endif
  379. | # include <string.h>
  380. | #endif
  381. | #ifdef HAVE_STRINGS_H
  382. | # include <strings.h>
  383. | #endif
  384. | #ifdef HAVE_INTTYPES_H
  385. | # include <inttypes.h>
  386. | #endif
  387. | #ifdef HAVE_STDINT_H
  388. | # include <stdint.h>
  389. | #endif
  390. | #ifdef HAVE_UNISTD_H
  391. | # include <unistd.h>
  392. | #endif
  393. | int
  394. | main ()
  395. | {
  396. | if (sizeof ((size_t)))
  397. | return 0;
  398. | ;
  399. | return 0;
  400. | }
  401. configure:5374: result: yes
  402. configure:5387: checking for long long
  403. configure:5414: gcc -o conftest -g -O2 conftest.c >&5
  404. configure:5421: $? = 0
  405. configure:5441: result: yes
  406. configure:5452: checking for long double
  407. configure:5509: result: yes
  408. configure:5520: checking for wchar_t
  409. configure:5547: gcc -c -g -O2 conftest.c >&5
  410. configure:5554: $? = 0
  411. configure:5569: result: yes
  412. configure:5580: checking for wint_t
  413. configure:5607: gcc -c -g -O2 conftest.c >&5
  414. configure:5614: $? = 0
  415. configure:5629: result: yes
  416. configure:5640: checking for inttypes.h
  417. configure:5667: gcc -c -g -O2 conftest.c >&5
  418. configure:5674: $? = 0
  419. configure:5689: result: yes
  420. configure:5700: checking for stdint.h
  421. configure:5727: gcc -c -g -O2 conftest.c >&5
  422. configure:5734: $? = 0
  423. configure:5749: result: yes
  424. configure:5762: checking for intmax_t
  425. configure:5797: gcc -c -g -O2 conftest.c >&5
  426. configure:5804: $? = 0
  427. configure:5819: result: yes
  428. configure:5831: checking whether printf() supports POSIX/XSI format strings
  429. configure:5886: gcc -o conftest -g -O2 conftest.c >&5
  430. configure:5890: $? = 0
  431. configure:5896: ./conftest
  432. configure:5900: $? = 0
  433. configure:5918: result: yes
  434. configure:5932: checking for working alloca.h
  435. configure:5959: gcc -o conftest -g -O2 conftest.c >&5
  436. configure:5966: $? = 0
  437. configure:5986: result: yes
  438. configure:5996: checking for alloca
  439. configure:6043: gcc -o conftest -g -O2 conftest.c >&5
  440. configure:6050: $? = 0
  441. configure:6070: result: yes
  442. configure:6313: checking for stdlib.h
  443. configure:6320: result: yes
  444. configure:6313: checking for unistd.h
  445. configure:6320: result: yes
  446. configure:6463: checking for getpagesize
  447. configure:6519: gcc -o conftest -g -O2 conftest.c >&5
  448. configure:6526: $? = 0
  449. configure:6548: result: yes
  450. configure:6560: checking for working mmap
  451. configure:6707: gcc -o conftest -g -O2 conftest.c >&5
  452. configure:6711: $? = 0
  453. configure:6717: ./conftest
  454. configure:6721: $? = 0
  455. configure:6738: result: yes
  456. configure:6750: checking whether we are using the GNU C Library 2.1 or newer
  457. configure:6781: result: yes
  458. configure:6789: checking whether integer division by zero raises SIGFPE
  459. configure:6856: gcc -o conftest -g -O2 conftest.c >&5
  460. conftest.c:52:5: warning: built-in function 'nan' declared as non-function
  461. configure:6860: $? = 0
  462. configure:6866: ./conftest
  463. configure:6870: $? = 0
  464. configure:6888: result: yes
  465. configure:6901: checking for unsigned long long
  466. configure:6928: gcc -o conftest -g -O2 conftest.c >&5
  467. configure:6935: $? = 0
  468. configure:6955: result: yes
  469. configure:6987: checking for inttypes.h
  470. configure:7015: gcc -c -g -O2 conftest.c >&5
  471. configure:7022: $? = 0
  472. configure:7038: result: yes
  473. configure:7051: checking whether the inttypes.h PRIxNN macros are broken
  474. configure:7082: gcc -c -g -O2 conftest.c >&5
  475. configure:7089: $? = 0
  476. configure:7105: result: no
  477. configure:7122: checking for stdint.h
  478. configure:7129: result: yes
  479. configure:7268: checking for SIZE_MAX
  480. configure:8311: result: yes
  481. configure:8328: checking for stdint.h
  482. configure:8335: result: yes
  483. configure:8515: checking for ld used by GCC
  484. configure:8579: result: /usr/i586-suse-linux/bin/ld
  485. configure:8588: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld
  486. configure:8601: result: yes
  487. configure:8607: checking for shared library run path origin
  488. configure:8620: result: done
  489. configure:9026: checking for ptrdiff_t
  490. configure:9054: gcc -c -g -O2 conftest.c >&5
  491. configure:9061: $? = 0
  492. configure:9088: gcc -c -g -O2 conftest.c >&5
  493. conftest.c: In function 'main':
  494. conftest.c:76:24: error: expected expression before ')' token
  495. configure:9095: $? = 1
  496. configure: failed program was:
  497. | /* confdefs.h. */
  498. | #define PACKAGE_NAME "nightshade"
  499. | #define PACKAGE_TARNAME "nightshade"
  500. | #define PACKAGE_VERSION "10.7.1"
  501. | #define PACKAGE_STRING "nightshade 10.7.1"
  502. | #define PACKAGE_BUGREPORT "support@nightshadesoftware.org"
  503. | #define PACKAGE "nightshade"
  504. | #define VERSION "10.7.1"
  505. | #define STDC_HEADERS 1
  506. | #define HAVE_SYS_TYPES_H 1
  507. | #define HAVE_SYS_STAT_H 1
  508. | #define HAVE_STDLIB_H 1
  509. | #define HAVE_STRING_H 1
  510. | #define HAVE_MEMORY_H 1
  511. | #define HAVE_STRINGS_H 1
  512. | #define HAVE_INTTYPES_H 1
  513. | #define HAVE_STDINT_H 1
  514. | #define HAVE_UNISTD_H 1
  515. | #define HAVE_LONG_LONG 1
  516. | #define HAVE_LONG_DOUBLE 1
  517. | #define HAVE_WCHAR_T 1
  518. | #define HAVE_WINT_T 1
  519. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  520. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  521. | #define HAVE_INTMAX_T 1
  522. | #define HAVE_POSIX_PRINTF 1
  523. | #define HAVE_ALLOCA_H 1
  524. | #define HAVE_ALLOCA 1
  525. | #define HAVE_STDLIB_H 1
  526. | #define HAVE_UNISTD_H 1
  527. | #define HAVE_GETPAGESIZE 1
  528. | #define HAVE_MMAP 1
  529. | #define INTDIV0_RAISES_SIGFPE 1
  530. | #define HAVE_UNSIGNED_LONG_LONG 1
  531. | #define HAVE_UINTMAX_T 1
  532. | #define HAVE_INTTYPES_H 1
  533. | #define HAVE_STDINT_H 1
  534. | #define HAVE_STDINT_H 1
  535. | /* end confdefs.h. */
  536. | #include <stdio.h>
  537. | #ifdef HAVE_SYS_TYPES_H
  538. | # include <sys/types.h>
  539. | #endif
  540. | #ifdef HAVE_SYS_STAT_H
  541. | # include <sys/stat.h>
  542. | #endif
  543. | #ifdef STDC_HEADERS
  544. | # include <stdlib.h>
  545. | # include <stddef.h>
  546. | #else
  547. | # ifdef HAVE_STDLIB_H
  548. | # include <stdlib.h>
  549. | # endif
  550. | #endif
  551. | #ifdef HAVE_STRING_H
  552. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  553. | # include <memory.h>
  554. | # endif
  555. | # include <string.h>
  556. | #endif
  557. | #ifdef HAVE_STRINGS_H
  558. | # include <strings.h>
  559. | #endif
  560. | #ifdef HAVE_INTTYPES_H
  561. | # include <inttypes.h>
  562. | #endif
  563. | #ifdef HAVE_STDINT_H
  564. | # include <stdint.h>
  565. | #endif
  566. | #ifdef HAVE_UNISTD_H
  567. | # include <unistd.h>
  568. | #endif
  569. | int
  570. | main ()
  571. | {
  572. | if (sizeof ((ptrdiff_t)))
  573. | return 0;
  574. | ;
  575. | return 0;
  576. | }
  577. configure:9118: result: yes
  578. configure:9157: checking argz.h usability
  579. configure:9174: gcc -c -g -O2 conftest.c >&5
  580. configure:9181: $? = 0
  581. configure:9195: result: yes
  582. configure:9199: checking argz.h presence
  583. configure:9214: gcc -E conftest.c
  584. configure:9221: $? = 0
  585. configure:9235: result: yes
  586. configure:9268: checking for argz.h
  587. configure:9277: result: yes
  588. configure:9157: checking limits.h usability
  589. configure:9174: gcc -c -g -O2 conftest.c >&5
  590. configure:9181: $? = 0
  591. configure:9195: result: yes
  592. configure:9199: checking limits.h presence
  593. configure:9214: gcc -E conftest.c
  594. configure:9221: $? = 0
  595. configure:9235: result: yes
  596. configure:9268: checking for limits.h
  597. configure:9277: result: yes
  598. configure:9157: checking locale.h usability
  599. configure:9174: gcc -c -g -O2 conftest.c >&5
  600. configure:9181: $? = 0
  601. configure:9195: result: yes
  602. configure:9199: checking locale.h presence
  603. configure:9214: gcc -E conftest.c
  604. configure:9221: $? = 0
  605. configure:9235: result: yes
  606. configure:9268: checking for locale.h
  607. configure:9277: result: yes
  608. configure:9157: checking nl_types.h usability
  609. configure:9174: gcc -c -g -O2 conftest.c >&5
  610. configure:9181: $? = 0
  611. configure:9195: result: yes
  612. configure:9199: checking nl_types.h presence
  613. configure:9214: gcc -E conftest.c
  614. configure:9221: $? = 0
  615. configure:9235: result: yes
  616. configure:9268: checking for nl_types.h
  617. configure:9277: result: yes
  618. configure:9157: checking malloc.h usability
  619. configure:9174: gcc -c -g -O2 conftest.c >&5
  620. configure:9181: $? = 0
  621. configure:9195: result: yes
  622. configure:9199: checking malloc.h presence
  623. configure:9214: gcc -E conftest.c
  624. configure:9221: $? = 0
  625. configure:9235: result: yes
  626. configure:9268: checking for malloc.h
  627. configure:9277: result: yes
  628. configure:9157: checking stddef.h usability
  629. configure:9174: gcc -c -g -O2 conftest.c >&5
  630. configure:9181: $? = 0
  631. configure:9195: result: yes
  632. configure:9199: checking stddef.h presence
  633. configure:9214: gcc -E conftest.c
  634. configure:9221: $? = 0
  635. configure:9235: result: yes
  636. configure:9268: checking for stddef.h
  637. configure:9277: result: yes
  638. configure:9146: checking for stdlib.h
  639. configure:9153: result: yes
  640. configure:9146: checking for string.h
  641. configure:9153: result: yes
  642. configure:9146: checking for unistd.h
  643. configure:9153: result: yes
  644. configure:9157: checking sys/param.h usability
  645. configure:9174: gcc -c -g -O2 conftest.c >&5
  646. configure:9181: $? = 0
  647. configure:9195: result: yes
  648. configure:9199: checking sys/param.h presence
  649. configure:9214: gcc -E conftest.c
  650. configure:9221: $? = 0
  651. configure:9235: result: yes
  652. configure:9268: checking for sys/param.h
  653. configure:9277: result: yes
  654. configure:9321: checking for asprintf
  655. configure:9377: gcc -o conftest -g -O2 conftest.c >&5
  656. configure:9384: $? = 0
  657. configure:9406: result: yes
  658. configure:9321: checking for fwprintf
  659. configure:9377: gcc -o conftest -g -O2 conftest.c >&5
  660. configure:9384: $? = 0
  661. configure:9406: result: yes
  662. configure:9321: checking for getcwd
  663. configure:9377: gcc -o conftest -g -O2 conftest.c >&5
  664. configure:9384: $? = 0
  665. configure:9406: result: yes
  666. configure:9321: checking for getegid
  667. configure:9377: gcc -o conftest -g -O2 conftest.c >&5
  668. configure:9384: $? = 0
  669. configure:9406: result: yes
  670. configure:9321: checking for geteuid
  671. configure:9377: gcc -o conftest -g -O2 conftest.c >&5
  672. configure:9384: $? = 0
  673. configure:9406: result: yes
  674. configure:9321: checking for getgid
  675. configure:9377: gcc -o conftest -g -O2 conftest.c >&5
  676. configure:9384: $? = 0
  677. configure:9406: result: yes
  678. configure:9321: checking for getuid
  679. configure:9377: gcc -o conftest -g -O2 conftest.c >&5
  680. configure:9384: $? = 0
  681. configure:9406: result: yes
  682. configure:9321: checking for mempcpy
  683. configure:9377: gcc -o conftest -g -O2 conftest.c >&5
  684. conftest.c:80:6: warning: conflicting types for built-in function 'mempcpy'
  685. configure:9384: $? = 0
  686. configure:9406: result: yes
  687. configure:9321: checking for munmap
  688. configure:9377: gcc -o conftest -g -O2 conftest.c >&5
  689. configure:9384: $? = 0
  690. configure:9406: result: yes
  691. configure:9321: checking for putenv
  692. configure:9377: gcc -o conftest -g -O2 conftest.c >&5
  693. configure:9384: $? = 0
  694. configure:9406: result: yes
  695. configure:9321: checking for setenv
  696. configure:9377: gcc -o conftest -g -O2 conftest.c >&5
  697. configure:9384: $? = 0
  698. configure:9406: result: yes
  699. configure:9321: checking for setlocale
  700. configure:9377: gcc -o conftest -g -O2 conftest.c >&5
  701. configure:9384: $? = 0
  702. configure:9406: result: yes
  703. configure:9321: checking for snprintf
  704. configure:9377: gcc -o conftest -g -O2 conftest.c >&5
  705. conftest.c:85:6: warning: conflicting types for built-in function 'snprintf'
  706. configure:9384: $? = 0
  707. configure:9406: result: yes
  708. configure:9321: checking for stpcpy
  709. configure:9377: gcc -o conftest -g -O2 conftest.c >&5
  710. conftest.c:86:6: warning: conflicting types for built-in function 'stpcpy'
  711. configure:9384: $? = 0
  712. configure:9406: result: yes
  713. configure:9321: checking for strcasecmp
  714. configure:9377: gcc -o conftest -g -O2 conftest.c >&5
  715. conftest.c:87:6: warning: conflicting types for built-in function 'strcasecmp'
  716. configure:9384: $? = 0
  717. configure:9406: result: yes
  718. configure:9321: checking for strdup
  719. configure:9377: gcc -o conftest -g -O2 conftest.c >&5
  720. conftest.c:88:6: warning: conflicting types for built-in function 'strdup'
  721. configure:9384: $? = 0
  722. configure:9406: result: yes
  723. configure:9321: checking for strtoul
  724. configure:9377: gcc -o conftest -g -O2 conftest.c >&5
  725. configure:9384: $? = 0
  726. configure:9406: result: yes
  727. configure:9321: checking for tsearch
  728. configure:9377: gcc -o conftest -g -O2 conftest.c >&5
  729. configure:9384: $? = 0
  730. configure:9406: result: yes
  731. configure:9321: checking for wcslen
  732. configure:9377: gcc -o conftest -g -O2 conftest.c >&5
  733. configure:9384: $? = 0
  734. configure:9406: result: yes
  735. configure:9321: checking for __argz_count
  736. configure:9377: gcc -o conftest -g -O2 conftest.c >&5
  737. configure:9384: $? = 0
  738. configure:9406: result: yes
  739. configure:9321: checking for __argz_stringify
  740. configure:9377: gcc -o conftest -g -O2 conftest.c >&5
  741. configure:9384: $? = 0
  742. configure:9406: result: yes
  743. configure:9321: checking for __argz_next
  744. configure:9377: gcc -o conftest -g -O2 conftest.c >&5
  745. configure:9384: $? = 0
  746. configure:9406: result: yes
  747. configure:9321: checking for __fsetlocking
  748. configure:9377: gcc -o conftest -g -O2 conftest.c >&5
  749. configure:9384: $? = 0
  750. configure:9406: result: yes
  751. configure:9420: checking whether _snprintf is declared
  752. configure:9450: gcc -c -g -O2 conftest.c >&5
  753. conftest.c: In function 'main':
  754. conftest.c:79:22: error: '_snprintf' undeclared (first use in this function)
  755. conftest.c:79:22: note: each undeclared identifier is reported only once for each function it appears in
  756. configure:9457: $? = 1
  757. configure: failed program was:
  758. | /* confdefs.h. */
  759. | #define PACKAGE_NAME "nightshade"
  760. | #define PACKAGE_TARNAME "nightshade"
  761. | #define PACKAGE_VERSION "10.7.1"
  762. | #define PACKAGE_STRING "nightshade 10.7.1"
  763. | #define PACKAGE_BUGREPORT "support@nightshadesoftware.org"
  764. | #define PACKAGE "nightshade"
  765. | #define VERSION "10.7.1"
  766. | #define STDC_HEADERS 1
  767. | #define HAVE_SYS_TYPES_H 1
  768. | #define HAVE_SYS_STAT_H 1
  769. | #define HAVE_STDLIB_H 1
  770. | #define HAVE_STRING_H 1
  771. | #define HAVE_MEMORY_H 1
  772. | #define HAVE_STRINGS_H 1
  773. | #define HAVE_INTTYPES_H 1
  774. | #define HAVE_STDINT_H 1
  775. | #define HAVE_UNISTD_H 1
  776. | #define HAVE_LONG_LONG 1
  777. | #define HAVE_LONG_DOUBLE 1
  778. | #define HAVE_WCHAR_T 1
  779. | #define HAVE_WINT_T 1
  780. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  781. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  782. | #define HAVE_INTMAX_T 1
  783. | #define HAVE_POSIX_PRINTF 1
  784. | #define HAVE_ALLOCA_H 1
  785. | #define HAVE_ALLOCA 1
  786. | #define HAVE_STDLIB_H 1
  787. | #define HAVE_UNISTD_H 1
  788. | #define HAVE_GETPAGESIZE 1
  789. | #define HAVE_MMAP 1
  790. | #define INTDIV0_RAISES_SIGFPE 1
  791. | #define HAVE_UNSIGNED_LONG_LONG 1
  792. | #define HAVE_UINTMAX_T 1
  793. | #define HAVE_INTTYPES_H 1
  794. | #define HAVE_STDINT_H 1
  795. | #define HAVE_STDINT_H 1
  796. | #define HAVE_ARGZ_H 1
  797. | #define HAVE_LIMITS_H 1
  798. | #define HAVE_LOCALE_H 1
  799. | #define HAVE_NL_TYPES_H 1
  800. | #define HAVE_MALLOC_H 1
  801. | #define HAVE_STDDEF_H 1
  802. | #define HAVE_STDLIB_H 1
  803. | #define HAVE_STRING_H 1
  804. | #define HAVE_UNISTD_H 1
  805. | #define HAVE_SYS_PARAM_H 1
  806. | #define HAVE_ASPRINTF 1
  807. | #define HAVE_FWPRINTF 1
  808. | #define HAVE_GETCWD 1
  809. | #define HAVE_GETEGID 1
  810. | #define HAVE_GETEUID 1
  811. | #define HAVE_GETGID 1
  812. | #define HAVE_GETUID 1
  813. | #define HAVE_MEMPCPY 1
  814. | #define HAVE_MUNMAP 1
  815. | #define HAVE_PUTENV 1
  816. | #define HAVE_SETENV 1
  817. | #define HAVE_SETLOCALE 1
  818. | #define HAVE_SNPRINTF 1
  819. | #define HAVE_STPCPY 1
  820. | #define HAVE_STRCASECMP 1
  821. | #define HAVE_STRDUP 1
  822. | #define HAVE_STRTOUL 1
  823. | #define HAVE_TSEARCH 1
  824. | #define HAVE_WCSLEN 1
  825. | #define HAVE___ARGZ_COUNT 1
  826. | #define HAVE___ARGZ_STRINGIFY 1
  827. | #define HAVE___ARGZ_NEXT 1
  828. | #define HAVE___FSETLOCKING 1
  829. | /* end confdefs.h. */
  830. | #include <stdio.h>
  831. | int
  832. | main ()
  833. | {
  834. |
  835. | #ifndef _snprintf
  836. | char *p = (char *) _snprintf;
  837. | #endif
  838. |
  839. | ;
  840. | return 0;
  841. | }
  842. configure:9472: result: no
  843. configure:9486: checking whether _snwprintf is declared
  844. configure:9516: gcc -c -g -O2 conftest.c >&5
  845. conftest.c: In function 'main':
  846. conftest.c:80:22: error: '_snwprintf' undeclared (first use in this function)
  847. conftest.c:80:22: note: each undeclared identifier is reported only once for each function it appears in
  848. configure:9523: $? = 1
  849. configure: failed program was:
  850. | /* confdefs.h. */
  851. | #define PACKAGE_NAME "nightshade"
  852. | #define PACKAGE_TARNAME "nightshade"
  853. | #define PACKAGE_VERSION "10.7.1"
  854. | #define PACKAGE_STRING "nightshade 10.7.1"
  855. | #define PACKAGE_BUGREPORT "support@nightshadesoftware.org"
  856. | #define PACKAGE "nightshade"
  857. | #define VERSION "10.7.1"
  858. | #define STDC_HEADERS 1
  859. | #define HAVE_SYS_TYPES_H 1
  860. | #define HAVE_SYS_STAT_H 1
  861. | #define HAVE_STDLIB_H 1
  862. | #define HAVE_STRING_H 1
  863. | #define HAVE_MEMORY_H 1
  864. | #define HAVE_STRINGS_H 1
  865. | #define HAVE_INTTYPES_H 1
  866. | #define HAVE_STDINT_H 1
  867. | #define HAVE_UNISTD_H 1
  868. | #define HAVE_LONG_LONG 1
  869. | #define HAVE_LONG_DOUBLE 1
  870. | #define HAVE_WCHAR_T 1
  871. | #define HAVE_WINT_T 1
  872. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  873. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  874. | #define HAVE_INTMAX_T 1
  875. | #define HAVE_POSIX_PRINTF 1
  876. | #define HAVE_ALLOCA_H 1
  877. | #define HAVE_ALLOCA 1
  878. | #define HAVE_STDLIB_H 1
  879. | #define HAVE_UNISTD_H 1
  880. | #define HAVE_GETPAGESIZE 1
  881. | #define HAVE_MMAP 1
  882. | #define INTDIV0_RAISES_SIGFPE 1
  883. | #define HAVE_UNSIGNED_LONG_LONG 1
  884. | #define HAVE_UINTMAX_T 1
  885. | #define HAVE_INTTYPES_H 1
  886. | #define HAVE_STDINT_H 1
  887. | #define HAVE_STDINT_H 1
  888. | #define HAVE_ARGZ_H 1
  889. | #define HAVE_LIMITS_H 1
  890. | #define HAVE_LOCALE_H 1
  891. | #define HAVE_NL_TYPES_H 1
  892. | #define HAVE_MALLOC_H 1
  893. | #define HAVE_STDDEF_H 1
  894. | #define HAVE_STDLIB_H 1
  895. | #define HAVE_STRING_H 1
  896. | #define HAVE_UNISTD_H 1
  897. | #define HAVE_SYS_PARAM_H 1
  898. | #define HAVE_ASPRINTF 1
  899. | #define HAVE_FWPRINTF 1
  900. | #define HAVE_GETCWD 1
  901. | #define HAVE_GETEGID 1
  902. | #define HAVE_GETEUID 1
  903. | #define HAVE_GETGID 1
  904. | #define HAVE_GETUID 1
  905. | #define HAVE_MEMPCPY 1
  906. | #define HAVE_MUNMAP 1
  907. | #define HAVE_PUTENV 1
  908. | #define HAVE_SETENV 1
  909. | #define HAVE_SETLOCALE 1
  910. | #define HAVE_SNPRINTF 1
  911. | #define HAVE_STPCPY 1
  912. | #define HAVE_STRCASECMP 1
  913. | #define HAVE_STRDUP 1
  914. | #define HAVE_STRTOUL 1
  915. | #define HAVE_TSEARCH 1
  916. | #define HAVE_WCSLEN 1
  917. | #define HAVE___ARGZ_COUNT 1
  918. | #define HAVE___ARGZ_STRINGIFY 1
  919. | #define HAVE___ARGZ_NEXT 1
  920. | #define HAVE___FSETLOCKING 1
  921. | #define HAVE_DECL__SNPRINTF 0
  922. | /* end confdefs.h. */
  923. | #include <stdio.h>
  924. | int
  925. | main ()
  926. | {
  927. |
  928. | #ifndef _snwprintf
  929. | char *p = (char *) _snwprintf;
  930. | #endif
  931. |
  932. | ;
  933. | return 0;
  934. | }
  935. configure:9538: result: no
  936. configure:9553: checking whether feof_unlocked is declared
  937. configure:9583: gcc -c -g -O2 conftest.c >&5
  938. configure:9590: $? = 0
  939. configure:9605: result: yes
  940. configure:9619: checking whether fgets_unlocked is declared
  941. configure:9649: gcc -c -g -O2 conftest.c >&5
  942. conftest.c: In function 'main':
  943. conftest.c:82:22: error: 'fgets_unlocked' undeclared (first use in this function)
  944. conftest.c:82:22: note: each undeclared identifier is reported only once for each function it appears in
  945. configure:9656: $? = 1
  946. configure: failed program was:
  947. | /* confdefs.h. */
  948. | #define PACKAGE_NAME "nightshade"
  949. | #define PACKAGE_TARNAME "nightshade"
  950. | #define PACKAGE_VERSION "10.7.1"
  951. | #define PACKAGE_STRING "nightshade 10.7.1"
  952. | #define PACKAGE_BUGREPORT "support@nightshadesoftware.org"
  953. | #define PACKAGE "nightshade"
  954. | #define VERSION "10.7.1"
  955. | #define STDC_HEADERS 1
  956. | #define HAVE_SYS_TYPES_H 1
  957. | #define HAVE_SYS_STAT_H 1
  958. | #define HAVE_STDLIB_H 1
  959. | #define HAVE_STRING_H 1
  960. | #define HAVE_MEMORY_H 1
  961. | #define HAVE_STRINGS_H 1
  962. | #define HAVE_INTTYPES_H 1
  963. | #define HAVE_STDINT_H 1
  964. | #define HAVE_UNISTD_H 1
  965. | #define HAVE_LONG_LONG 1
  966. | #define HAVE_LONG_DOUBLE 1
  967. | #define HAVE_WCHAR_T 1
  968. | #define HAVE_WINT_T 1
  969. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  970. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  971. | #define HAVE_INTMAX_T 1
  972. | #define HAVE_POSIX_PRINTF 1
  973. | #define HAVE_ALLOCA_H 1
  974. | #define HAVE_ALLOCA 1
  975. | #define HAVE_STDLIB_H 1
  976. | #define HAVE_UNISTD_H 1
  977. | #define HAVE_GETPAGESIZE 1
  978. | #define HAVE_MMAP 1
  979. | #define INTDIV0_RAISES_SIGFPE 1
  980. | #define HAVE_UNSIGNED_LONG_LONG 1
  981. | #define HAVE_UINTMAX_T 1
  982. | #define HAVE_INTTYPES_H 1
  983. | #define HAVE_STDINT_H 1
  984. | #define HAVE_STDINT_H 1
  985. | #define HAVE_ARGZ_H 1
  986. | #define HAVE_LIMITS_H 1
  987. | #define HAVE_LOCALE_H 1
  988. | #define HAVE_NL_TYPES_H 1
  989. | #define HAVE_MALLOC_H 1
  990. | #define HAVE_STDDEF_H 1
  991. | #define HAVE_STDLIB_H 1
  992. | #define HAVE_STRING_H 1
  993. | #define HAVE_UNISTD_H 1
  994. | #define HAVE_SYS_PARAM_H 1
  995. | #define HAVE_ASPRINTF 1
  996. | #define HAVE_FWPRINTF 1
  997. | #define HAVE_GETCWD 1
  998. | #define HAVE_GETEGID 1
  999. | #define HAVE_GETEUID 1
  1000. | #define HAVE_GETGID 1
  1001. | #define HAVE_GETUID 1
  1002. | #define HAVE_MEMPCPY 1
  1003. | #define HAVE_MUNMAP 1
  1004. | #define HAVE_PUTENV 1
  1005. | #define HAVE_SETENV 1
  1006. | #define HAVE_SETLOCALE 1
  1007. | #define HAVE_SNPRINTF 1
  1008. | #define HAVE_STPCPY 1
  1009. | #define HAVE_STRCASECMP 1
  1010. | #define HAVE_STRDUP 1
  1011. | #define HAVE_STRTOUL 1
  1012. | #define HAVE_TSEARCH 1
  1013. | #define HAVE_WCSLEN 1
  1014. | #define HAVE___ARGZ_COUNT 1
  1015. | #define HAVE___ARGZ_STRINGIFY 1
  1016. | #define HAVE___ARGZ_NEXT 1
  1017. | #define HAVE___FSETLOCKING 1
  1018. | #define HAVE_DECL__SNPRINTF 0
  1019. | #define HAVE_DECL__SNWPRINTF 0
  1020. | #define HAVE_DECL_FEOF_UNLOCKED 1
  1021. | /* end confdefs.h. */
  1022. | #include <stdio.h>
  1023. | int
  1024. | main ()
  1025. | {
  1026. |
  1027. | #ifndef fgets_unlocked
  1028. | char *p = (char *) fgets_unlocked;
  1029. | #endif
  1030. |
  1031. | ;
  1032. | return 0;
  1033. | }
  1034. configure:9671: result: no
  1035. configure:9685: checking whether getc_unlocked is declared
  1036. configure:9715: gcc -c -g -O2 conftest.c >&5
  1037. configure:9722: $? = 0
  1038. configure:9737: result: yes
  1039. configure:9805: checking for iconv
  1040. configure:9837: gcc -o conftest -g -O2 conftest.c >&5
  1041. configure:9844: $? = 0
  1042. configure:9921: result: yes
  1043. configure:9944: checking for iconv declaration
  1044. configure:9983: gcc -c -g -O2 conftest.c >&5
  1045. configure:9990: $? = 0
  1046. configure:10009: result:
  1047. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  1048. configure:10020: checking for nl_langinfo and CODESET
  1049. configure:10046: gcc -o conftest -g -O2 conftest.c >&5
  1050. configure:10053: $? = 0
  1051. configure:10074: result: yes
  1052. configure:10086: checking for LC_MESSAGES
  1053. configure:10112: gcc -o conftest -g -O2 conftest.c >&5
  1054. configure:10119: $? = 0
  1055. configure:10139: result: yes
  1056. configure:10155: checking for bison
  1057. configure:10185: result: no
  1058. configure:10227: checking whether NLS is requested
  1059. configure:10236: result: yes
  1060. configure:10252: checking whether included gettext is requested
  1061. configure:10262: result: no
  1062. configure:10273: checking for GNU gettext in libc
  1063. configure:10302: gcc -o conftest -g -O2 conftest.c >&5
  1064. configure:10309: $? = 0
  1065. configure:10329: result: yes
  1066. configure:10885: checking whether to use NLS
  1067. configure:10887: result: yes
  1068. configure:10890: checking where the gettext function comes from
  1069. configure:10901: result: libc
  1070. configure:11039: checking for gcc
  1071. configure:11066: result: gcc
  1072. configure:11298: checking for C compiler version
  1073. configure:11306: gcc --version >&5
  1074. gcc (SUSE Linux) 4.5.0 20100604 [gcc-4_5-branch revision 160292]
  1075. Copyright (C) 2010 Free Software Foundation, Inc.
  1076. This is free software; see the source for copying conditions. There is NO
  1077. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  1078.  
  1079. configure:11310: $? = 0
  1080. configure:11317: gcc -v >&5
  1081. Using built-in specs.
  1082. COLLECT_GCC=gcc
  1083. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i586-suse-linux/4.5/lto-wrapper
  1084. Target: i586-suse-linux
  1085. Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.5 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --program-suffix=-4.5 --enable-linux-futex --without-system-libunwind --enable-gold --with-plugin-ld=/usr/bin/gold --with-arch-32=i586 --with-tune=generic --build=i586-suse-linux
  1086. Thread model: posix
  1087. gcc version 4.5.0 20100604 [gcc-4_5-branch revision 160292] (SUSE Linux)
  1088. configure:11321: $? = 0
  1089. configure:11328: gcc -V >&5
  1090. gcc: '-V' option must have argument
  1091. configure:11332: $? = 1
  1092. configure:11335: checking whether we are using the GNU C compiler
  1093. configure:11388: result: yes
  1094. configure:11397: checking whether gcc accepts -g
  1095. configure:11535: result: yes
  1096. configure:11552: checking for gcc option to accept ISO C89
  1097. configure:11656: result: none needed
  1098. configure:11676: checking dependency style of gcc
  1099. configure:11786: result: gcc3
  1100. configure:11859: checking for g++
  1101. configure:11889: result: no
  1102. configure:11859: checking for c++
  1103. configure:11889: result: no
  1104. configure:11859: checking for gpp
  1105. configure:11889: result: no
  1106. configure:11859: checking for aCC
  1107. configure:11889: result: no
  1108. configure:11859: checking for CC
  1109. configure:11889: result: no
  1110. configure:11859: checking for cxx
  1111. configure:11889: result: no
  1112. configure:11859: checking for cc++
  1113. configure:11889: result: no
  1114. configure:11859: checking for cl.exe
  1115. configure:11889: result: no
  1116. configure:11859: checking for FCC
  1117. configure:11889: result: no
  1118. configure:11859: checking for KCC
  1119. configure:11889: result: no
  1120. configure:11859: checking for RCC
  1121. configure:11889: result: no
  1122. configure:11859: checking for xlC_r
  1123. configure:11889: result: no
  1124. configure:11859: checking for xlC
  1125. configure:11889: result: no
  1126. configure:11913: checking for C++ compiler version
  1127. configure:11921: g++ --version >&5
  1128. ./configure: line 11923: g++: command not found
  1129. configure:11925: $? = 127
  1130. configure:11932: g++ -v >&5
  1131. ./configure: line 11934: g++: command not found
  1132. configure:11936: $? = 127
  1133. configure:11943: g++ -V >&5
  1134. ./configure: line 11945: g++: command not found
  1135. configure:11947: $? = 127
  1136. configure:11950: checking whether we are using the GNU C++ compiler
  1137. configure:11979: g++ -c conftest.cpp >&5
  1138. ./configure: line 11981: g++: command not found
  1139. configure:11986: $? = 127
  1140. configure: failed program was:
  1141. | /* confdefs.h. */
  1142. | #define PACKAGE_NAME "nightshade"
  1143. | #define PACKAGE_TARNAME "nightshade"
  1144. | #define PACKAGE_VERSION "10.7.1"
  1145. | #define PACKAGE_STRING "nightshade 10.7.1"
  1146. | #define PACKAGE_BUGREPORT "support@nightshadesoftware.org"
  1147. | #define PACKAGE "nightshade"
  1148. | #define VERSION "10.7.1"
  1149. | #define STDC_HEADERS 1
  1150. | #define HAVE_SYS_TYPES_H 1
  1151. | #define HAVE_SYS_STAT_H 1
  1152. | #define HAVE_STDLIB_H 1
  1153. | #define HAVE_STRING_H 1
  1154. | #define HAVE_MEMORY_H 1
  1155. | #define HAVE_STRINGS_H 1
  1156. | #define HAVE_INTTYPES_H 1
  1157. | #define HAVE_STDINT_H 1
  1158. | #define HAVE_UNISTD_H 1
  1159. | #define HAVE_LONG_LONG 1
  1160. | #define HAVE_LONG_DOUBLE 1
  1161. | #define HAVE_WCHAR_T 1
  1162. | #define HAVE_WINT_T 1
  1163. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1164. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  1165. | #define HAVE_INTMAX_T 1
  1166. | #define HAVE_POSIX_PRINTF 1
  1167. | #define HAVE_ALLOCA_H 1
  1168. | #define HAVE_ALLOCA 1
  1169. | #define HAVE_STDLIB_H 1
  1170. | #define HAVE_UNISTD_H 1
  1171. | #define HAVE_GETPAGESIZE 1
  1172. | #define HAVE_MMAP 1
  1173. | #define INTDIV0_RAISES_SIGFPE 1
  1174. | #define HAVE_UNSIGNED_LONG_LONG 1
  1175. | #define HAVE_UINTMAX_T 1
  1176. | #define HAVE_INTTYPES_H 1
  1177. | #define HAVE_STDINT_H 1
  1178. | #define HAVE_STDINT_H 1
  1179. | #define HAVE_ARGZ_H 1
  1180. | #define HAVE_LIMITS_H 1
  1181. | #define HAVE_LOCALE_H 1
  1182. | #define HAVE_NL_TYPES_H 1
  1183. | #define HAVE_MALLOC_H 1
  1184. | #define HAVE_STDDEF_H 1
  1185. | #define HAVE_STDLIB_H 1
  1186. | #define HAVE_STRING_H 1
  1187. | #define HAVE_UNISTD_H 1
  1188. | #define HAVE_SYS_PARAM_H 1
  1189. | #define HAVE_ASPRINTF 1
  1190. | #define HAVE_FWPRINTF 1
  1191. | #define HAVE_GETCWD 1
  1192. | #define HAVE_GETEGID 1
  1193. | #define HAVE_GETEUID 1
  1194. | #define HAVE_GETGID 1
  1195. | #define HAVE_GETUID 1
  1196. | #define HAVE_MEMPCPY 1
  1197. | #define HAVE_MUNMAP 1
  1198. | #define HAVE_PUTENV 1
  1199. | #define HAVE_SETENV 1
  1200. | #define HAVE_SETLOCALE 1
  1201. | #define HAVE_SNPRINTF 1
  1202. | #define HAVE_STPCPY 1
  1203. | #define HAVE_STRCASECMP 1
  1204. | #define HAVE_STRDUP 1
  1205. | #define HAVE_STRTOUL 1
  1206. | #define HAVE_TSEARCH 1
  1207. | #define HAVE_WCSLEN 1
  1208. | #define HAVE___ARGZ_COUNT 1
  1209. | #define HAVE___ARGZ_STRINGIFY 1
  1210. | #define HAVE___ARGZ_NEXT 1
  1211. | #define HAVE___FSETLOCKING 1
  1212. | #define HAVE_DECL__SNPRINTF 0
  1213. | #define HAVE_DECL__SNWPRINTF 0
  1214. | #define HAVE_DECL_FEOF_UNLOCKED 1
  1215. | #define HAVE_DECL_FGETS_UNLOCKED 0
  1216. | #define HAVE_DECL_GETC_UNLOCKED 1
  1217. | #define HAVE_ICONV 1
  1218. | #define ICONV_CONST
  1219. | #define HAVE_LANGINFO_CODESET 1
  1220. | #define HAVE_LC_MESSAGES 1
  1221. | #define ENABLE_NLS 1
  1222. | #define HAVE_GETTEXT 1
  1223. | #define HAVE_DCGETTEXT 1
  1224. | /* end confdefs.h. */
  1225. |
  1226. | int
  1227. | main ()
  1228. | {
  1229. | #ifndef __GNUC__
  1230. | choke me
  1231. | #endif
  1232. |
  1233. | ;
  1234. | return 0;
  1235. | }
  1236. configure:12003: result: no
  1237. configure:12012: checking whether g++ accepts -g
  1238. configure:12042: g++ -c -g conftest.cpp >&5
  1239. ./configure: line 12044: g++: command not found
  1240. configure:12049: $? = 127
  1241. configure: failed program was:
  1242. | /* confdefs.h. */
  1243. | #define PACKAGE_NAME "nightshade"
  1244. | #define PACKAGE_TARNAME "nightshade"
  1245. | #define PACKAGE_VERSION "10.7.1"
  1246. | #define PACKAGE_STRING "nightshade 10.7.1"
  1247. | #define PACKAGE_BUGREPORT "support@nightshadesoftware.org"
  1248. | #define PACKAGE "nightshade"
  1249. | #define VERSION "10.7.1"
  1250. | #define STDC_HEADERS 1
  1251. | #define HAVE_SYS_TYPES_H 1
  1252. | #define HAVE_SYS_STAT_H 1
  1253. | #define HAVE_STDLIB_H 1
  1254. | #define HAVE_STRING_H 1
  1255. | #define HAVE_MEMORY_H 1
  1256. | #define HAVE_STRINGS_H 1
  1257. | #define HAVE_INTTYPES_H 1
  1258. | #define HAVE_STDINT_H 1
  1259. | #define HAVE_UNISTD_H 1
  1260. | #define HAVE_LONG_LONG 1
  1261. | #define HAVE_LONG_DOUBLE 1
  1262. | #define HAVE_WCHAR_T 1
  1263. | #define HAVE_WINT_T 1
  1264. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1265. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  1266. | #define HAVE_INTMAX_T 1
  1267. | #define HAVE_POSIX_PRINTF 1
  1268. | #define HAVE_ALLOCA_H 1
  1269. | #define HAVE_ALLOCA 1
  1270. | #define HAVE_STDLIB_H 1
  1271. | #define HAVE_UNISTD_H 1
  1272. | #define HAVE_GETPAGESIZE 1
  1273. | #define HAVE_MMAP 1
  1274. | #define INTDIV0_RAISES_SIGFPE 1
  1275. | #define HAVE_UNSIGNED_LONG_LONG 1
  1276. | #define HAVE_UINTMAX_T 1
  1277. | #define HAVE_INTTYPES_H 1
  1278. | #define HAVE_STDINT_H 1
  1279. | #define HAVE_STDINT_H 1
  1280. | #define HAVE_ARGZ_H 1
  1281. | #define HAVE_LIMITS_H 1
  1282. | #define HAVE_LOCALE_H 1
  1283. | #define HAVE_NL_TYPES_H 1
  1284. | #define HAVE_MALLOC_H 1
  1285. | #define HAVE_STDDEF_H 1
  1286. | #define HAVE_STDLIB_H 1
  1287. | #define HAVE_STRING_H 1
  1288. | #define HAVE_UNISTD_H 1
  1289. | #define HAVE_SYS_PARAM_H 1
  1290. | #define HAVE_ASPRINTF 1
  1291. | #define HAVE_FWPRINTF 1
  1292. | #define HAVE_GETCWD 1
  1293. | #define HAVE_GETEGID 1
  1294. | #define HAVE_GETEUID 1
  1295. | #define HAVE_GETGID 1
  1296. | #define HAVE_GETUID 1
  1297. | #define HAVE_MEMPCPY 1
  1298. | #define HAVE_MUNMAP 1
  1299. | #define HAVE_PUTENV 1
  1300. | #define HAVE_SETENV 1
  1301. | #define HAVE_SETLOCALE 1
  1302. | #define HAVE_SNPRINTF 1
  1303. | #define HAVE_STPCPY 1
  1304. | #define HAVE_STRCASECMP 1
  1305. | #define HAVE_STRDUP 1
  1306. | #define HAVE_STRTOUL 1
  1307. | #define HAVE_TSEARCH 1
  1308. | #define HAVE_WCSLEN 1
  1309. | #define HAVE___ARGZ_COUNT 1
  1310. | #define HAVE___ARGZ_STRINGIFY 1
  1311. | #define HAVE___ARGZ_NEXT 1
  1312. | #define HAVE___FSETLOCKING 1
  1313. | #define HAVE_DECL__SNPRINTF 0
  1314. | #define HAVE_DECL__SNWPRINTF 0
  1315. | #define HAVE_DECL_FEOF_UNLOCKED 1
  1316. | #define HAVE_DECL_FGETS_UNLOCKED 0
  1317. | #define HAVE_DECL_GETC_UNLOCKED 1
  1318. | #define HAVE_ICONV 1
  1319. | #define ICONV_CONST
  1320. | #define HAVE_LANGINFO_CODESET 1
  1321. | #define HAVE_LC_MESSAGES 1
  1322. | #define ENABLE_NLS 1
  1323. | #define HAVE_GETTEXT 1
  1324. | #define HAVE_DCGETTEXT 1
  1325. | /* end confdefs.h. */
  1326. |
  1327. | int
  1328. | main ()
  1329. | {
  1330. |
  1331. | ;
  1332. | return 0;
  1333. | }
  1334. configure:12081: g++ -c conftest.cpp >&5
  1335. ./configure: line 12083: g++: command not found
  1336. configure:12088: $? = 127
  1337. configure: failed program was:
  1338. | /* confdefs.h. */
  1339. | #define PACKAGE_NAME "nightshade"
  1340. | #define PACKAGE_TARNAME "nightshade"
  1341. | #define PACKAGE_VERSION "10.7.1"
  1342. | #define PACKAGE_STRING "nightshade 10.7.1"
  1343. | #define PACKAGE_BUGREPORT "support@nightshadesoftware.org"
  1344. | #define PACKAGE "nightshade"
  1345. | #define VERSION "10.7.1"
  1346. | #define STDC_HEADERS 1
  1347. | #define HAVE_SYS_TYPES_H 1
  1348. | #define HAVE_SYS_STAT_H 1
  1349. | #define HAVE_STDLIB_H 1
  1350. | #define HAVE_STRING_H 1
  1351. | #define HAVE_MEMORY_H 1
  1352. | #define HAVE_STRINGS_H 1
  1353. | #define HAVE_INTTYPES_H 1
  1354. | #define HAVE_STDINT_H 1
  1355. | #define HAVE_UNISTD_H 1
  1356. | #define HAVE_LONG_LONG 1
  1357. | #define HAVE_LONG_DOUBLE 1
  1358. | #define HAVE_WCHAR_T 1
  1359. | #define HAVE_WINT_T 1
  1360. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1361. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  1362. | #define HAVE_INTMAX_T 1
  1363. | #define HAVE_POSIX_PRINTF 1
  1364. | #define HAVE_ALLOCA_H 1
  1365. | #define HAVE_ALLOCA 1
  1366. | #define HAVE_STDLIB_H 1
  1367. | #define HAVE_UNISTD_H 1
  1368. | #define HAVE_GETPAGESIZE 1
  1369. | #define HAVE_MMAP 1
  1370. | #define INTDIV0_RAISES_SIGFPE 1
  1371. | #define HAVE_UNSIGNED_LONG_LONG 1
  1372. | #define HAVE_UINTMAX_T 1
  1373. | #define HAVE_INTTYPES_H 1
  1374. | #define HAVE_STDINT_H 1
  1375. | #define HAVE_STDINT_H 1
  1376. | #define HAVE_ARGZ_H 1
  1377. | #define HAVE_LIMITS_H 1
  1378. | #define HAVE_LOCALE_H 1
  1379. | #define HAVE_NL_TYPES_H 1
  1380. | #define HAVE_MALLOC_H 1
  1381. | #define HAVE_STDDEF_H 1
  1382. | #define HAVE_STDLIB_H 1
  1383. | #define HAVE_STRING_H 1
  1384. | #define HAVE_UNISTD_H 1
  1385. | #define HAVE_SYS_PARAM_H 1
  1386. | #define HAVE_ASPRINTF 1
  1387. | #define HAVE_FWPRINTF 1
  1388. | #define HAVE_GETCWD 1
  1389. | #define HAVE_GETEGID 1
  1390. | #define HAVE_GETEUID 1
  1391. | #define HAVE_GETGID 1
  1392. | #define HAVE_GETUID 1
  1393. | #define HAVE_MEMPCPY 1
  1394. | #define HAVE_MUNMAP 1
  1395. | #define HAVE_PUTENV 1
  1396. | #define HAVE_SETENV 1
  1397. | #define HAVE_SETLOCALE 1
  1398. | #define HAVE_SNPRINTF 1
  1399. | #define HAVE_STPCPY 1
  1400. | #define HAVE_STRCASECMP 1
  1401. | #define HAVE_STRDUP 1
  1402. | #define HAVE_STRTOUL 1
  1403. | #define HAVE_TSEARCH 1
  1404. | #define HAVE_WCSLEN 1
  1405. | #define HAVE___ARGZ_COUNT 1
  1406. | #define HAVE___ARGZ_STRINGIFY 1
  1407. | #define HAVE___ARGZ_NEXT 1
  1408. | #define HAVE___FSETLOCKING 1
  1409. | #define HAVE_DECL__SNPRINTF 0
  1410. | #define HAVE_DECL__SNWPRINTF 0
  1411. | #define HAVE_DECL_FEOF_UNLOCKED 1
  1412. | #define HAVE_DECL_FGETS_UNLOCKED 0
  1413. | #define HAVE_DECL_GETC_UNLOCKED 1
  1414. | #define HAVE_ICONV 1
  1415. | #define ICONV_CONST
  1416. | #define HAVE_LANGINFO_CODESET 1
  1417. | #define HAVE_LC_MESSAGES 1
  1418. | #define ENABLE_NLS 1
  1419. | #define HAVE_GETTEXT 1
  1420. | #define HAVE_DCGETTEXT 1
  1421. | /* end confdefs.h. */
  1422. |
  1423. | int
  1424. | main ()
  1425. | {
  1426. |
  1427. | ;
  1428. | return 0;
  1429. | }
  1430. configure:12121: g++ -c -g conftest.cpp >&5
  1431. ./configure: line 12123: g++: command not found
  1432. configure:12128: $? = 127
  1433. configure: failed program was:
  1434. | /* confdefs.h. */
  1435. | #define PACKAGE_NAME "nightshade"
  1436. | #define PACKAGE_TARNAME "nightshade"
  1437. | #define PACKAGE_VERSION "10.7.1"
  1438. | #define PACKAGE_STRING "nightshade 10.7.1"
  1439. | #define PACKAGE_BUGREPORT "support@nightshadesoftware.org"
  1440. | #define PACKAGE "nightshade"
  1441. | #define VERSION "10.7.1"
  1442. | #define STDC_HEADERS 1
  1443. | #define HAVE_SYS_TYPES_H 1
  1444. | #define HAVE_SYS_STAT_H 1
  1445. | #define HAVE_STDLIB_H 1
  1446. | #define HAVE_STRING_H 1
  1447. | #define HAVE_MEMORY_H 1
  1448. | #define HAVE_STRINGS_H 1
  1449. | #define HAVE_INTTYPES_H 1
  1450. | #define HAVE_STDINT_H 1
  1451. | #define HAVE_UNISTD_H 1
  1452. | #define HAVE_LONG_LONG 1
  1453. | #define HAVE_LONG_DOUBLE 1
  1454. | #define HAVE_WCHAR_T 1
  1455. | #define HAVE_WINT_T 1
  1456. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1457. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  1458. | #define HAVE_INTMAX_T 1
  1459. | #define HAVE_POSIX_PRINTF 1
  1460. | #define HAVE_ALLOCA_H 1
  1461. | #define HAVE_ALLOCA 1
  1462. | #define HAVE_STDLIB_H 1
  1463. | #define HAVE_UNISTD_H 1
  1464. | #define HAVE_GETPAGESIZE 1
  1465. | #define HAVE_MMAP 1
  1466. | #define INTDIV0_RAISES_SIGFPE 1
  1467. | #define HAVE_UNSIGNED_LONG_LONG 1
  1468. | #define HAVE_UINTMAX_T 1
  1469. | #define HAVE_INTTYPES_H 1
  1470. | #define HAVE_STDINT_H 1
  1471. | #define HAVE_STDINT_H 1
  1472. | #define HAVE_ARGZ_H 1
  1473. | #define HAVE_LIMITS_H 1
  1474. | #define HAVE_LOCALE_H 1
  1475. | #define HAVE_NL_TYPES_H 1
  1476. | #define HAVE_MALLOC_H 1
  1477. | #define HAVE_STDDEF_H 1
  1478. | #define HAVE_STDLIB_H 1
  1479. | #define HAVE_STRING_H 1
  1480. | #define HAVE_UNISTD_H 1
  1481. | #define HAVE_SYS_PARAM_H 1
  1482. | #define HAVE_ASPRINTF 1
  1483. | #define HAVE_FWPRINTF 1
  1484. | #define HAVE_GETCWD 1
  1485. | #define HAVE_GETEGID 1
  1486. | #define HAVE_GETEUID 1
  1487. | #define HAVE_GETGID 1
  1488. | #define HAVE_GETUID 1
  1489. | #define HAVE_MEMPCPY 1
  1490. | #define HAVE_MUNMAP 1
  1491. | #define HAVE_PUTENV 1
  1492. | #define HAVE_SETENV 1
  1493. | #define HAVE_SETLOCALE 1
  1494. | #define HAVE_SNPRINTF 1
  1495. | #define HAVE_STPCPY 1
  1496. | #define HAVE_STRCASECMP 1
  1497. | #define HAVE_STRDUP 1
  1498. | #define HAVE_STRTOUL 1
  1499. | #define HAVE_TSEARCH 1
  1500. | #define HAVE_WCSLEN 1
  1501. | #define HAVE___ARGZ_COUNT 1
  1502. | #define HAVE___ARGZ_STRINGIFY 1
  1503. | #define HAVE___ARGZ_NEXT 1
  1504. | #define HAVE___FSETLOCKING 1
  1505. | #define HAVE_DECL__SNPRINTF 0
  1506. | #define HAVE_DECL__SNWPRINTF 0
  1507. | #define HAVE_DECL_FEOF_UNLOCKED 1
  1508. | #define HAVE_DECL_FGETS_UNLOCKED 0
  1509. | #define HAVE_DECL_GETC_UNLOCKED 1
  1510. | #define HAVE_ICONV 1
  1511. | #define ICONV_CONST
  1512. | #define HAVE_LANGINFO_CODESET 1
  1513. | #define HAVE_LC_MESSAGES 1
  1514. | #define ENABLE_NLS 1
  1515. | #define HAVE_GETTEXT 1
  1516. | #define HAVE_DCGETTEXT 1
  1517. | /* end confdefs.h. */
  1518. |
  1519. | int
  1520. | main ()
  1521. | {
  1522. |
  1523. | ;
  1524. | return 0;
  1525. | }
  1526. configure:12150: result: no
  1527. configure:12175: checking dependency style of g++
  1528. configure:12285: result: none
  1529. configure:12305: checking for strerror in -lcposix
  1530. configure:12368: result: no
  1531. configure:12401: checking for a sed that does not truncate output
  1532. configure:12467: result: /usr/bin/sed
  1533. configure:12485: checking for fgrep
  1534. configure:12549: result: /usr/bin/grep -F
  1535. configure:12584: checking for ld used by gcc
  1536. configure:12651: result: /usr/i586-suse-linux/bin/ld
  1537. configure:12660: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld
  1538. configure:12675: result: yes
  1539. configure:12687: checking for BSD- or MS-compatible name lister (nm)
  1540. configure:12736: result: /usr/bin/nm -B
  1541. configure:12854: checking the name lister (/usr/bin/nm -B) interface
  1542. configure:12861: gcc -c -g -O2 -Wall conftest.c >&5
  1543. configure:12864: /usr/bin/nm -B "conftest.o"
  1544. configure:12867: output
  1545. 00000000 B some_variable
  1546. configure:12874: result: BSD nm
  1547. configure:12877: checking whether ln -s works
  1548. configure:12881: result: yes
  1549. configure:12889: checking the maximum length of command line arguments
  1550. configure:13009: result: 1572864
  1551. configure:13026: checking whether the shell understands some XSI constructs
  1552. configure:13036: result: yes
  1553. configure:13040: checking whether the shell understands "+="
  1554. configure:13046: result: yes
  1555. configure:13081: checking for /usr/i586-suse-linux/bin/ld option to reload object files
  1556. configure:13088: result: -r
  1557. configure:13157: checking for objdump
  1558. configure:13173: found /usr/bin/objdump
  1559. configure:13184: result: objdump
  1560. configure:13216: checking how to recognize dependent libraries
  1561. configure:13412: result: pass_all
  1562. configure:13472: checking for ar
  1563. configure:13488: found /usr/bin/ar
  1564. configure:13499: result: ar
  1565. configure:13577: checking for strip
  1566. configure:13593: found /usr/bin/strip
  1567. configure:13604: result: strip
  1568. configure:13676: checking for ranlib
  1569. configure:13703: result: ranlib
  1570. configure:13793: checking command to parse /usr/bin/nm -B output from gcc object
  1571. configure:13911: gcc -c -g -O2 -Wall conftest.c >&5
  1572. configure:13914: $? = 0
  1573. configure:13918: /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
  1574. configure:13921: $? = 0
  1575. configure:13975: gcc -o conftest -g -O2 -Wall conftest.c conftstm.o >&5
  1576. configure:13978: $? = 0
  1577. configure:14016: result: ok
  1578. configure:14881: checking for dlfcn.h
  1579. configure:14902: gcc -c -g -O2 -Wall conftest.c >&5
  1580. configure:14909: $? = 0
  1581. configure:14926: result: yes
  1582. configure:15053: checking for C++ compiler version
  1583. configure:15061: g++ --version >&5
  1584. ./configure: line 15063: g++: command not found
  1585. configure:15065: $? = 127
  1586. configure:15072: g++ -v >&5
  1587. ./configure: line 15074: g++: command not found
  1588. configure:15076: $? = 127
  1589. configure:15083: g++ -V >&5
  1590. ./configure: line 15085: g++: command not found
  1591. configure:15087: $? = 127
  1592. configure:15090: checking whether we are using the GNU C++ compiler
  1593. configure:15143: result: no
  1594. configure:15152: checking whether g++ accepts -g
  1595. configure:15290: result: no
  1596. configure:15315: checking dependency style of g++
  1597. configure:15425: result: none
  1598. configure:15850: checking for objdir
  1599. configure:15865: result: .libs
  1600. configure:16161: checking if gcc supports -fno-rtti -fno-exceptions
  1601. configure:16179: gcc -c -g -O2 -Wall -fno-rtti -fno-exceptions conftest.c >&5
  1602. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  1603. configure:16183: $? = 0
  1604. configure:16196: result: no
  1605. configure:16216: checking for gcc option to produce PIC
  1606. configure:16488: result: -fPIC -DPIC
  1607. configure:16500: checking if gcc PIC flag -fPIC -DPIC works
  1608. configure:16518: gcc -c -g -O2 -Wall -fPIC -DPIC -DPIC conftest.c >&5
  1609. configure:16522: $? = 0
  1610. configure:16535: result: yes
  1611. configure:16559: checking if gcc static flag -static works
  1612. configure:16587: result: yes
  1613. configure:16602: checking if gcc supports -c -o file.o
  1614. configure:16623: gcc -c -g -O2 -Wall -o out/conftest2.o conftest.c >&5
  1615. configure:16627: $? = 0
  1616. configure:16649: result: yes
  1617. configure:16657: checking if gcc supports -c -o file.o
  1618. configure:16704: result: yes
  1619. configure:16737: checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries
  1620. configure:17811: result: yes
  1621. configure:17848: checking whether -lc should be explicitly linked in
  1622. configure:17853: gcc -c -g -O2 -Wall conftest.c >&5
  1623. configure:17856: $? = 0
  1624. configure:17871: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
  1625. configure:17874: $? = 0
  1626. configure:17886: result: no
  1627. configure:18050: checking dynamic linker characteristics
  1628. configure:18493: gcc -o conftest -g -O2 -Wall -Wl,-rpath -Wl,/foo conftest.c >&5
  1629. configure:18500: $? = 0
  1630. configure:18736: result: GNU/Linux ld.so
  1631. configure:18838: checking how to hardcode library paths into programs
  1632. configure:18863: result: immediate
  1633. configure:19696: checking whether stripping libraries is possible
  1634. configure:19701: result: yes
  1635. configure:19736: checking if libtool supports shared libraries
  1636. configure:19738: result: yes
  1637. configure:19741: checking whether to build shared libraries
  1638. configure:19762: result: yes
  1639. configure:19765: checking whether to build static libraries
  1640. configure:19769: result: yes
  1641. configure:22739: checking for fabs in -lm
  1642. configure:22774: gcc -o conftest -g -O2 -Wall conftest.c -lm >&5
  1643. conftest.c:94:6: warning: conflicting types for built-in function 'fabs'
  1644. configure:22781: $? = 0
  1645. configure:22802: result: yes
  1646. configure:22811: checking for shm_open in -lrt
  1647. configure:22846: gcc -o conftest -g -O2 -Wall conftest.c -lrt -lm >&5
  1648. configure:22853: $? = 0
  1649. configure:22874: result: yes
  1650. configure:22931: checking for boostlib >= 1.35.0
  1651. configure:23001: g++ -c -Wall -I/usr/include conftest.cpp >&5
  1652. ./configure: line 23003: g++: command not found
  1653. configure:23008: $? = 127
  1654. configure: failed program was:
  1655. | /* confdefs.h. */
  1656. | #define PACKAGE_NAME "nightshade"
  1657. | #define PACKAGE_TARNAME "nightshade"
  1658. | #define PACKAGE_VERSION "10.7.1"
  1659. | #define PACKAGE_STRING "nightshade 10.7.1"
  1660. | #define PACKAGE_BUGREPORT "support@nightshadesoftware.org"
  1661. | #define PACKAGE "nightshade"
  1662. | #define VERSION "10.7.1"
  1663. | #define STDC_HEADERS 1
  1664. | #define HAVE_SYS_TYPES_H 1
  1665. | #define HAVE_SYS_STAT_H 1
  1666. | #define HAVE_STDLIB_H 1
  1667. | #define HAVE_STRING_H 1
  1668. | #define HAVE_MEMORY_H 1
  1669. | #define HAVE_STRINGS_H 1
  1670. | #define HAVE_INTTYPES_H 1
  1671. | #define HAVE_STDINT_H 1
  1672. | #define HAVE_UNISTD_H 1
  1673. | #define HAVE_LONG_LONG 1
  1674. | #define HAVE_LONG_DOUBLE 1
  1675. | #define HAVE_WCHAR_T 1
  1676. | #define HAVE_WINT_T 1
  1677. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1678. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  1679. | #define HAVE_INTMAX_T 1
  1680. | #define HAVE_POSIX_PRINTF 1
  1681. | #define HAVE_ALLOCA_H 1
  1682. | #define HAVE_ALLOCA 1
  1683. | #define HAVE_STDLIB_H 1
  1684. | #define HAVE_UNISTD_H 1
  1685. | #define HAVE_GETPAGESIZE 1
  1686. | #define HAVE_MMAP 1
  1687. | #define INTDIV0_RAISES_SIGFPE 1
  1688. | #define HAVE_UNSIGNED_LONG_LONG 1
  1689. | #define HAVE_UINTMAX_T 1
  1690. | #define HAVE_INTTYPES_H 1
  1691. | #define HAVE_STDINT_H 1
  1692. | #define HAVE_STDINT_H 1
  1693. | #define HAVE_ARGZ_H 1
  1694. | #define HAVE_LIMITS_H 1
  1695. | #define HAVE_LOCALE_H 1
  1696. | #define HAVE_NL_TYPES_H 1
  1697. | #define HAVE_MALLOC_H 1
  1698. | #define HAVE_STDDEF_H 1
  1699. | #define HAVE_STDLIB_H 1
  1700. | #define HAVE_STRING_H 1
  1701. | #define HAVE_UNISTD_H 1
  1702. | #define HAVE_SYS_PARAM_H 1
  1703. | #define HAVE_ASPRINTF 1
  1704. | #define HAVE_FWPRINTF 1
  1705. | #define HAVE_GETCWD 1
  1706. | #define HAVE_GETEGID 1
  1707. | #define HAVE_GETEUID 1
  1708. | #define HAVE_GETGID 1
  1709. | #define HAVE_GETUID 1
  1710. | #define HAVE_MEMPCPY 1
  1711. | #define HAVE_MUNMAP 1
  1712. | #define HAVE_PUTENV 1
  1713. | #define HAVE_SETENV 1
  1714. | #define HAVE_SETLOCALE 1
  1715. | #define HAVE_SNPRINTF 1
  1716. | #define HAVE_STPCPY 1
  1717. | #define HAVE_STRCASECMP 1
  1718. | #define HAVE_STRDUP 1
  1719. | #define HAVE_STRTOUL 1
  1720. | #define HAVE_TSEARCH 1
  1721. | #define HAVE_WCSLEN 1
  1722. | #define HAVE___ARGZ_COUNT 1
  1723. | #define HAVE___ARGZ_STRINGIFY 1
  1724. | #define HAVE___ARGZ_NEXT 1
  1725. | #define HAVE___FSETLOCKING 1
  1726. | #define HAVE_DECL__SNPRINTF 0
  1727. | #define HAVE_DECL__SNWPRINTF 0
  1728. | #define HAVE_DECL_FEOF_UNLOCKED 1
  1729. | #define HAVE_DECL_FGETS_UNLOCKED 0
  1730. | #define HAVE_DECL_GETC_UNLOCKED 1
  1731. | #define HAVE_ICONV 1
  1732. | #define ICONV_CONST
  1733. | #define HAVE_LANGINFO_CODESET 1
  1734. | #define HAVE_LC_MESSAGES 1
  1735. | #define ENABLE_NLS 1
  1736. | #define HAVE_GETTEXT 1
  1737. | #define HAVE_DCGETTEXT 1
  1738. | #define HAVE_DLFCN_H 1
  1739. | #define LT_OBJDIR ".libs/"
  1740. | /* end confdefs.h. */
  1741. |
  1742. | #include <boost/version.hpp>
  1743. |
  1744. | int
  1745. | main ()
  1746. | {
  1747. |
  1748. | #if BOOST_VERSION >= 103500
  1749. | // Everything is okay
  1750. | #else
  1751. | # error Boost version is too old
  1752. | #endif
  1753. |
  1754. | ;
  1755. | return 0;
  1756. | }
  1757. configure:23130: g++ -c -Wall -I/usr/include -I/include/boost-0 conftest.cpp >&5
  1758. ./configure: line 23132: g++: command not found
  1759. configure:23137: $? = 127
  1760. configure: failed program was:
  1761. | /* confdefs.h. */
  1762. | #define PACKAGE_NAME "nightshade"
  1763. | #define PACKAGE_TARNAME "nightshade"
  1764. | #define PACKAGE_VERSION "10.7.1"
  1765. | #define PACKAGE_STRING "nightshade 10.7.1"
  1766. | #define PACKAGE_BUGREPORT "support@nightshadesoftware.org"
  1767. | #define PACKAGE "nightshade"
  1768. | #define VERSION "10.7.1"
  1769. | #define STDC_HEADERS 1
  1770. | #define HAVE_SYS_TYPES_H 1
  1771. | #define HAVE_SYS_STAT_H 1
  1772. | #define HAVE_STDLIB_H 1
  1773. | #define HAVE_STRING_H 1
  1774. | #define HAVE_MEMORY_H 1
  1775. | #define HAVE_STRINGS_H 1
  1776. | #define HAVE_INTTYPES_H 1
  1777. | #define HAVE_STDINT_H 1
  1778. | #define HAVE_UNISTD_H 1
  1779. | #define HAVE_LONG_LONG 1
  1780. | #define HAVE_LONG_DOUBLE 1
  1781. | #define HAVE_WCHAR_T 1
  1782. | #define HAVE_WINT_T 1
  1783. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1784. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  1785. | #define HAVE_INTMAX_T 1
  1786. | #define HAVE_POSIX_PRINTF 1
  1787. | #define HAVE_ALLOCA_H 1
  1788. | #define HAVE_ALLOCA 1
  1789. | #define HAVE_STDLIB_H 1
  1790. | #define HAVE_UNISTD_H 1
  1791. | #define HAVE_GETPAGESIZE 1
  1792. | #define HAVE_MMAP 1
  1793. | #define INTDIV0_RAISES_SIGFPE 1
  1794. | #define HAVE_UNSIGNED_LONG_LONG 1
  1795. | #define HAVE_UINTMAX_T 1
  1796. | #define HAVE_INTTYPES_H 1
  1797. | #define HAVE_STDINT_H 1
  1798. | #define HAVE_STDINT_H 1
  1799. | #define HAVE_ARGZ_H 1
  1800. | #define HAVE_LIMITS_H 1
  1801. | #define HAVE_LOCALE_H 1
  1802. | #define HAVE_NL_TYPES_H 1
  1803. | #define HAVE_MALLOC_H 1
  1804. | #define HAVE_STDDEF_H 1
  1805. | #define HAVE_STDLIB_H 1
  1806. | #define HAVE_STRING_H 1
  1807. | #define HAVE_UNISTD_H 1
  1808. | #define HAVE_SYS_PARAM_H 1
  1809. | #define HAVE_ASPRINTF 1
  1810. | #define HAVE_FWPRINTF 1
  1811. | #define HAVE_GETCWD 1
  1812. | #define HAVE_GETEGID 1
  1813. | #define HAVE_GETEUID 1
  1814. | #define HAVE_GETGID 1
  1815. | #define HAVE_GETUID 1
  1816. | #define HAVE_MEMPCPY 1
  1817. | #define HAVE_MUNMAP 1
  1818. | #define HAVE_PUTENV 1
  1819. | #define HAVE_SETENV 1
  1820. | #define HAVE_SETLOCALE 1
  1821. | #define HAVE_SNPRINTF 1
  1822. | #define HAVE_STPCPY 1
  1823. | #define HAVE_STRCASECMP 1
  1824. | #define HAVE_STRDUP 1
  1825. | #define HAVE_STRTOUL 1
  1826. | #define HAVE_TSEARCH 1
  1827. | #define HAVE_WCSLEN 1
  1828. | #define HAVE___ARGZ_COUNT 1
  1829. | #define HAVE___ARGZ_STRINGIFY 1
  1830. | #define HAVE___ARGZ_NEXT 1
  1831. | #define HAVE___FSETLOCKING 1
  1832. | #define HAVE_DECL__SNPRINTF 0
  1833. | #define HAVE_DECL__SNWPRINTF 0
  1834. | #define HAVE_DECL_FEOF_UNLOCKED 1
  1835. | #define HAVE_DECL_FGETS_UNLOCKED 0
  1836. | #define HAVE_DECL_GETC_UNLOCKED 1
  1837. | #define HAVE_ICONV 1
  1838. | #define ICONV_CONST
  1839. | #define HAVE_LANGINFO_CODESET 1
  1840. | #define HAVE_LC_MESSAGES 1
  1841. | #define ENABLE_NLS 1
  1842. | #define HAVE_GETTEXT 1
  1843. | #define HAVE_DCGETTEXT 1
  1844. | #define HAVE_DLFCN_H 1
  1845. | #define LT_OBJDIR ".libs/"
  1846. | /* end confdefs.h. */
  1847. |
  1848. | #include <boost/version.hpp>
  1849. |
  1850. | int
  1851. | main ()
  1852. | {
  1853. |
  1854. | #if BOOST_VERSION >= 103500
  1855. | // Everything is okay
  1856. | #else
  1857. | # error Boost version is too old
  1858. | #endif
  1859. |
  1860. | ;
  1861. | return 0;
  1862. | }
  1863. configure:23167: We could not detect the boost libraries (version 1.35 or higher). If you have a staged boost library (still not installed) please specify $BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation.
  1864. configure:23174: error: *** Boost C++ library version 1.35.0 or greater required.
  1865.  
  1866. ## ---------------- ##
  1867. ## Cache variables. ##
  1868. ## ---------------- ##
  1869.  
  1870. ac_cv_build=i686-pc-linux-gnu
  1871. ac_cv_c_compiler_gnu=yes
  1872. ac_cv_c_const=yes
  1873. ac_cv_c_inline=inline
  1874. ac_cv_cxx_compiler_gnu=no
  1875. ac_cv_env_CCC_set=
  1876. ac_cv_env_CCC_value=
  1877. ac_cv_env_CC_set=
  1878. ac_cv_env_CC_value=
  1879. ac_cv_env_CFLAGS_set=
  1880. ac_cv_env_CFLAGS_value=
  1881. ac_cv_env_CPPFLAGS_set=
  1882. ac_cv_env_CPPFLAGS_value=
  1883. ac_cv_env_CPP_set=
  1884. ac_cv_env_CPP_value=
  1885. ac_cv_env_CXXCPP_set=
  1886. ac_cv_env_CXXCPP_value=
  1887. ac_cv_env_CXXFLAGS_set=
  1888. ac_cv_env_CXXFLAGS_value=
  1889. ac_cv_env_CXX_set=
  1890. ac_cv_env_CXX_value=
  1891. ac_cv_env_LDFLAGS_set=
  1892. ac_cv_env_LDFLAGS_value=
  1893. ac_cv_env_LIBS_set=
  1894. ac_cv_env_LIBS_value=
  1895. ac_cv_env_XMKMF_set=
  1896. ac_cv_env_XMKMF_value=
  1897. ac_cv_env_build_alias_set=
  1898. ac_cv_env_build_alias_value=
  1899. ac_cv_env_host_alias_set=
  1900. ac_cv_env_host_alias_value=
  1901. ac_cv_env_target_alias_set=
  1902. ac_cv_env_target_alias_value=
  1903. ac_cv_func___argz_count=yes
  1904. ac_cv_func___argz_next=yes
  1905. ac_cv_func___argz_stringify=yes
  1906. ac_cv_func___fsetlocking=yes
  1907. ac_cv_func_alloca_works=yes
  1908. ac_cv_func_asprintf=yes
  1909. ac_cv_func_fwprintf=yes
  1910. ac_cv_func_getcwd=yes
  1911. ac_cv_func_getegid=yes
  1912. ac_cv_func_geteuid=yes
  1913. ac_cv_func_getgid=yes
  1914. ac_cv_func_getpagesize=yes
  1915. ac_cv_func_getuid=yes
  1916. ac_cv_func_mempcpy=yes
  1917. ac_cv_func_mmap_fixed_mapped=yes
  1918. ac_cv_func_munmap=yes
  1919. ac_cv_func_putenv=yes
  1920. ac_cv_func_setenv=yes
  1921. ac_cv_func_setlocale=yes
  1922. ac_cv_func_snprintf=yes
  1923. ac_cv_func_stpcpy=yes
  1924. ac_cv_func_strcasecmp=yes
  1925. ac_cv_func_strdup=yes
  1926. ac_cv_func_strtoul=yes
  1927. ac_cv_func_tsearch=yes
  1928. ac_cv_func_wcslen=yes
  1929. ac_cv_gnu_library_2_1=yes
  1930. ac_cv_have_decl__snprintf=no
  1931. ac_cv_have_decl__snwprintf=no
  1932. ac_cv_have_decl_feof_unlocked=yes
  1933. ac_cv_have_decl_fgets_unlocked=no
  1934. ac_cv_have_decl_getc_unlocked=yes
  1935. ac_cv_header_argz_h=yes
  1936. ac_cv_header_dlfcn_h=yes
  1937. ac_cv_header_inttypes_h=yes
  1938. ac_cv_header_limits_h=yes
  1939. ac_cv_header_locale_h=yes
  1940. ac_cv_header_malloc_h=yes
  1941. ac_cv_header_memory_h=yes
  1942. ac_cv_header_nl_types_h=yes
  1943. ac_cv_header_stdc=yes
  1944. ac_cv_header_stddef_h=yes
  1945. ac_cv_header_stdint_h=yes
  1946. ac_cv_header_stdlib_h=yes
  1947. ac_cv_header_string_h=yes
  1948. ac_cv_header_strings_h=yes
  1949. ac_cv_header_sys_param_h=yes
  1950. ac_cv_header_sys_stat_h=yes
  1951. ac_cv_header_sys_types_h=yes
  1952. ac_cv_header_unistd_h=yes
  1953. ac_cv_host=i686-pc-linux-gnu
  1954. ac_cv_lib_cposix_strerror=no
  1955. ac_cv_lib_m_fabs=yes
  1956. ac_cv_lib_rt_shm_open=yes
  1957. ac_cv_objext=o
  1958. ac_cv_path_EGREP='/usr/bin/grep -E'
  1959. ac_cv_path_FGREP='/usr/bin/grep -F'
  1960. ac_cv_path_GMSGFMT=/usr/bin/msgfmt
  1961. ac_cv_path_GREP=/usr/bin/grep
  1962. ac_cv_path_MSGFMT=/usr/bin/msgfmt
  1963. ac_cv_path_MSGMERGE=:
  1964. ac_cv_path_SED=/usr/bin/sed
  1965. ac_cv_path_XGETTEXT=:
  1966. ac_cv_path_install='/usr/bin/install -c'
  1967. ac_cv_path_mkdir=/bin/mkdir
  1968. ac_cv_prog_AWK=gawk
  1969. ac_cv_prog_CPP='gcc -E'
  1970. ac_cv_prog_ac_ct_AR=ar
  1971. ac_cv_prog_ac_ct_CC=gcc
  1972. ac_cv_prog_ac_ct_OBJDUMP=objdump
  1973. ac_cv_prog_ac_ct_RANLIB=ranlib
  1974. ac_cv_prog_ac_ct_STRIP=strip
  1975. ac_cv_prog_cc_c89=
  1976. ac_cv_prog_cc_g=yes
  1977. ac_cv_prog_cxx_g=no
  1978. ac_cv_prog_make_make_set=yes
  1979. ac_cv_type_long_long=yes
  1980. ac_cv_type_off_t=yes
  1981. ac_cv_type_ptrdiff_t=yes
  1982. ac_cv_type_size_t=yes
  1983. ac_cv_type_unsigned_long_long=yes
  1984. ac_cv_working_alloca_h=yes
  1985. acl_cv_path_LD=/usr/i586-suse-linux/bin/ld
  1986. acl_cv_prog_gnu_ld=yes
  1987. acl_cv_rpath=done
  1988. am_cv_CC_dependencies_compiler_type=gcc3
  1989. am_cv_CXX_dependencies_compiler_type=none
  1990. am_cv_func_iconv=yes
  1991. am_cv_langinfo_codeset=yes
  1992. am_cv_lib_iconv=no
  1993. am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
  1994. am_cv_proto_iconv_arg1=
  1995. am_cv_val_LC_MESSAGES=yes
  1996. bh_cv_c_signed=yes
  1997. gt_cv_c_intmax_t=yes
  1998. gt_cv_c_long_double=yes
  1999. gt_cv_c_wchar_t=yes
  2000. gt_cv_c_wint_t=yes
  2001. gt_cv_func_gnugettext1_libc=yes
  2002. gt_cv_func_printf_posix=yes
  2003. gt_cv_header_inttypes_h=yes
  2004. gt_cv_int_divbyzero_sigfpe=yes
  2005. gt_cv_inttypes_pri_broken=no
  2006. jm_ac_cv_header_inttypes_h=yes
  2007. jm_ac_cv_header_stdint_h=yes
  2008. lt_cv_deplibs_check_method=pass_all
  2009. lt_cv_file_magic_cmd='$MAGIC_CMD'
  2010. lt_cv_file_magic_test_file=
  2011. lt_cv_ld_reload_flag=-r
  2012. lt_cv_nm_interface='BSD nm'
  2013. lt_cv_objdir=.libs
  2014. lt_cv_path_LD=/usr/i586-suse-linux/bin/ld
  2015. lt_cv_path_NM='/usr/bin/nm -B'
  2016. lt_cv_prog_compiler_c_o=yes
  2017. lt_cv_prog_compiler_pic_works=yes
  2018. lt_cv_prog_compiler_rtti_exceptions=no
  2019. lt_cv_prog_compiler_static_works=yes
  2020. lt_cv_prog_gnu_ld=yes
  2021. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  2022. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  2023. 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'\'''
  2024. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  2025. lt_cv_sys_max_cmd_len=1572864
  2026. nls_cv_force_use_gnu_gettext=no
  2027. nls_cv_header_intl=
  2028. nls_cv_header_libgt=
  2029. nls_cv_use_gnu_gettext=no
  2030.  
  2031. ## ----------------- ##
  2032. ## Output variables. ##
  2033. ## ----------------- ##
  2034.  
  2035. ACLOCAL='${SHELL} /home/stalker/Temp/Nightshade/nightshade-10.7.1/missing --run aclocal-1.11'
  2036. ALLOCA=''
  2037. AMDEPBACKSLASH='\'
  2038. AMDEP_FALSE='#'
  2039. AMDEP_TRUE=''
  2040. AMTAR='${SHELL} /home/stalker/Temp/Nightshade/nightshade-10.7.1/missing --run tar'
  2041. AR='ar'
  2042. AUTOCONF='${SHELL} /home/stalker/Temp/Nightshade/nightshade-10.7.1/missing --run autoconf'
  2043. AUTOHEADER='${SHELL} /home/stalker/Temp/Nightshade/nightshade-10.7.1/missing --run autoheader'
  2044. AUTOMAKE='${SHELL} /home/stalker/Temp/Nightshade/nightshade-10.7.1/missing --run automake-1.11'
  2045. AWK='gawk'
  2046. BOOST_CPPFLAGS='-I/include/boost-0'
  2047. BOOST_LDFLAGS='-L/usr/lib'
  2048. BUILD_INCLUDED_LIBINTL='no'
  2049. CATOBJEXT='.gmo'
  2050. CC='gcc'
  2051. CCDEPMODE='depmode=gcc3'
  2052. CFLAGS='-g -O2 -Wall'
  2053. CPP='gcc -E'
  2054. CPPFLAGS=' -I/usr/include -I/include/boost-0'
  2055. CXX='g++'
  2056. CXXCPP=''
  2057. CXXDEPMODE='depmode=none'
  2058. CXXFLAGS=' -Wall'
  2059. CYGPATH_W='echo'
  2060. DATADIRNAME='share'
  2061. DEFS=''
  2062. DEPDIR='.deps'
  2063. DSYMUTIL=''
  2064. DUMPBIN=''
  2065. ECHO_C=''
  2066. ECHO_N='-n'
  2067. ECHO_T=''
  2068. EGREP='/usr/bin/grep -E'
  2069. EXEEXT=''
  2070. FGREP='/usr/bin/grep -F'
  2071. GENCAT='gencat'
  2072. GLIBC21='yes'
  2073. GMSGFMT='/usr/bin/msgfmt'
  2074. GREP='/usr/bin/grep'
  2075. HAVE_ASPRINTF='1'
  2076. HAVE_POSIX_PRINTF='1'
  2077. HAVE_SNPRINTF='1'
  2078. HAVE_WPRINTF='0'
  2079. INSTALL_DATA='${INSTALL} -m 644'
  2080. INSTALL_PROGRAM='${INSTALL}'
  2081. INSTALL_SCRIPT='${INSTALL}'
  2082. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  2083. INSTOBJEXT='.mo'
  2084. INTLBISON=':'
  2085. INTLLIBS=''
  2086. INTLOBJS=''
  2087. INTL_LIBTOOL_SUFFIX_PREFIX=''
  2088. LD='/usr/i586-suse-linux/bin/ld'
  2089. LDFLAGS=' -L/usr/lib -L/usr/lib'
  2090. LIBICONV=''
  2091. LIBINTL=''
  2092. LIBOBJS=''
  2093. LIBS=' -lm -lrt'
  2094. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  2095. LIPO=''
  2096. LN_S='ln -s'
  2097. LTLIBICONV=''
  2098. LTLIBINTL=''
  2099. LTLIBOBJS=''
  2100. MAKEINFO='${SHELL} /home/stalker/Temp/Nightshade/nightshade-10.7.1/missing --run makeinfo'
  2101. MKDIR_P='/bin/mkdir -p'
  2102. MKINSTALLDIRS='$(top_builddir)/./mkinstalldirs'
  2103. MSGFMT='/usr/bin/msgfmt'
  2104. MSGMERGE=':'
  2105. NM='/usr/bin/nm -B'
  2106. NMEDIT=''
  2107. NS_CFLAGS=''
  2108. NS_CPPFLAGS=''
  2109. NS_CXXFLAGS=''
  2110. NS_LDFLAGS=''
  2111. NS_LIBS=''
  2112. OBJDUMP='objdump'
  2113. OBJEXT='o'
  2114. OTOOL64=''
  2115. OTOOL=''
  2116. PACKAGE='nightshade'
  2117. PACKAGE_BUGREPORT='support@nightshadesoftware.org'
  2118. PACKAGE_NAME='nightshade'
  2119. PACKAGE_STRING='nightshade 10.7.1'
  2120. PACKAGE_TARNAME='nightshade'
  2121. PACKAGE_VERSION='10.7.1'
  2122. PATH_SEPARATOR=':'
  2123. POSUB='po'
  2124. RANLIB='ranlib'
  2125. SDL_CFLAGS=''
  2126. SDL_CONFIG=''
  2127. SDL_LIBS=''
  2128. SED='/usr/bin/sed'
  2129. SET_MAKE=''
  2130. SHELL='/bin/sh'
  2131. STRIP='strip'
  2132. USE_INCLUDED_LIBINTL='no'
  2133. USE_NLS='yes'
  2134. VERSION='10.7.1'
  2135. XGETTEXT=':'
  2136. XMKMF=''
  2137. X_CFLAGS=''
  2138. X_EXTRA_LIBS=''
  2139. X_LIBS=''
  2140. X_PRE_LIBS=''
  2141. ac_ct_CC='gcc'
  2142. ac_ct_CXX=''
  2143. ac_ct_DUMPBIN=''
  2144. am__EXEEXT_FALSE=''
  2145. am__EXEEXT_TRUE=''
  2146. am__fastdepCC_FALSE='#'
  2147. am__fastdepCC_TRUE=''
  2148. am__fastdepCXX_FALSE=''
  2149. am__fastdepCXX_TRUE='#'
  2150. am__include='include'
  2151. am__isrc=''
  2152. am__leading_dot='.'
  2153. am__quote=''
  2154. am__tar='${AMTAR} chof - "$$tardir"'
  2155. am__untar='${AMTAR} xf -'
  2156. bindir='${exec_prefix}/bin'
  2157. build='i686-pc-linux-gnu'
  2158. build_alias=''
  2159. build_cpu='i686'
  2160. build_os='linux-gnu'
  2161. build_vendor='pc'
  2162. datadir='${datarootdir}'
  2163. datarootdir='${prefix}/share'
  2164. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  2165. dvidir='${docdir}'
  2166. exec_prefix='NONE'
  2167. host='i686-pc-linux-gnu'
  2168. host_alias=''
  2169. host_cpu='i686'
  2170. host_os='linux-gnu'
  2171. host_vendor='pc'
  2172. htmldir='${docdir}'
  2173. includedir='${prefix}/include'
  2174. infodir='${datarootdir}/info'
  2175. install_sh='${SHELL} /home/stalker/Temp/Nightshade/nightshade-10.7.1/install-sh'
  2176. libdir='${exec_prefix}/lib'
  2177. libexecdir='${exec_prefix}/libexec'
  2178. localedir='${datarootdir}/locale'
  2179. localstatedir='${prefix}/var'
  2180. lt_ECHO='echo'
  2181. mandir='${datarootdir}/man'
  2182. mkdir_p='/bin/mkdir -p'
  2183. oldincludedir='/usr/include'
  2184. pdfdir='${docdir}'
  2185. prefix='NONE'
  2186. program_transform_name='s,x,x,'
  2187. psdir='${docdir}'
  2188. sbindir='${exec_prefix}/sbin'
  2189. sharedstatedir='${prefix}/com'
  2190. sysconfdir='${prefix}/etc'
  2191. target_alias=''
  2192.  
  2193. ## ----------- ##
  2194. ## confdefs.h. ##
  2195. ## ----------- ##
  2196.  
  2197. #define PACKAGE_NAME "nightshade"
  2198. #define PACKAGE_TARNAME "nightshade"
  2199. #define PACKAGE_VERSION "10.7.1"
  2200. #define PACKAGE_STRING "nightshade 10.7.1"
  2201. #define PACKAGE_BUGREPORT "support@nightshadesoftware.org"
  2202. #define PACKAGE "nightshade"
  2203. #define VERSION "10.7.1"
  2204. #define STDC_HEADERS 1
  2205. #define HAVE_SYS_TYPES_H 1
  2206. #define HAVE_SYS_STAT_H 1
  2207. #define HAVE_STDLIB_H 1
  2208. #define HAVE_STRING_H 1
  2209. #define HAVE_MEMORY_H 1
  2210. #define HAVE_STRINGS_H 1
  2211. #define HAVE_INTTYPES_H 1
  2212. #define HAVE_STDINT_H 1
  2213. #define HAVE_UNISTD_H 1
  2214. #define HAVE_LONG_LONG 1
  2215. #define HAVE_LONG_DOUBLE 1
  2216. #define HAVE_WCHAR_T 1
  2217. #define HAVE_WINT_T 1
  2218. #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  2219. #define HAVE_STDINT_H_WITH_UINTMAX 1
  2220. #define HAVE_INTMAX_T 1
  2221. #define HAVE_POSIX_PRINTF 1
  2222. #define HAVE_ALLOCA_H 1
  2223. #define HAVE_ALLOCA 1
  2224. #define HAVE_STDLIB_H 1
  2225. #define HAVE_UNISTD_H 1
  2226. #define HAVE_GETPAGESIZE 1
  2227. #define HAVE_MMAP 1
  2228. #define INTDIV0_RAISES_SIGFPE 1
  2229. #define HAVE_UNSIGNED_LONG_LONG 1
  2230. #define HAVE_UINTMAX_T 1
  2231. #define HAVE_INTTYPES_H 1
  2232. #define HAVE_STDINT_H 1
  2233. #define HAVE_STDINT_H 1
  2234. #define HAVE_ARGZ_H 1
  2235. #define HAVE_LIMITS_H 1
  2236. #define HAVE_LOCALE_H 1
  2237. #define HAVE_NL_TYPES_H 1
  2238. #define HAVE_MALLOC_H 1
  2239. #define HAVE_STDDEF_H 1
  2240. #define HAVE_STDLIB_H 1
  2241. #define HAVE_STRING_H 1
  2242. #define HAVE_UNISTD_H 1
  2243. #define HAVE_SYS_PARAM_H 1
  2244. #define HAVE_ASPRINTF 1
  2245. #define HAVE_FWPRINTF 1
  2246. #define HAVE_GETCWD 1
  2247. #define HAVE_GETEGID 1
  2248. #define HAVE_GETEUID 1
  2249. #define HAVE_GETGID 1
  2250. #define HAVE_GETUID 1
  2251. #define HAVE_MEMPCPY 1
  2252. #define HAVE_MUNMAP 1
  2253. #define HAVE_PUTENV 1
  2254. #define HAVE_SETENV 1
  2255. #define HAVE_SETLOCALE 1
  2256. #define HAVE_SNPRINTF 1
  2257. #define HAVE_STPCPY 1
  2258. #define HAVE_STRCASECMP 1
  2259. #define HAVE_STRDUP 1
  2260. #define HAVE_STRTOUL 1
  2261. #define HAVE_TSEARCH 1
  2262. #define HAVE_WCSLEN 1
  2263. #define HAVE___ARGZ_COUNT 1
  2264. #define HAVE___ARGZ_STRINGIFY 1
  2265. #define HAVE___ARGZ_NEXT 1
  2266. #define HAVE___FSETLOCKING 1
  2267. #define HAVE_DECL__SNPRINTF 0
  2268. #define HAVE_DECL__SNWPRINTF 0
  2269. #define HAVE_DECL_FEOF_UNLOCKED 1
  2270. #define HAVE_DECL_FGETS_UNLOCKED 0
  2271. #define HAVE_DECL_GETC_UNLOCKED 1
  2272. #define HAVE_ICONV 1
  2273. #define ICONV_CONST
  2274. #define HAVE_LANGINFO_CODESET 1
  2275. #define HAVE_LC_MESSAGES 1
  2276. #define ENABLE_NLS 1
  2277. #define HAVE_GETTEXT 1
  2278. #define HAVE_DCGETTEXT 1
  2279. #define HAVE_DLFCN_H 1
  2280. #define LT_OBJDIR ".libs/"
  2281.  
  2282. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement