Advertisement
Guest User

Untitled

a guest
Jun 17th, 2017
511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 167.16 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 LyX configure 2.0.0alpha6, which was
  5. generated by GNU Autoconf 2.65. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = ubuntu
  14. uname -m = i686
  15. uname -r = 2.6.32-24-generic
  16. uname -s = Linux
  17. uname -v = #43-Ubuntu SMP Thu Sep 16 14:17:33 UTC 2010
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36. PATH: /usr/games
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:3058: checking for build type
  44. configure:3079: result: prerelease
  45. configure:3089: checking for version suffix
  46. configure:3106: result:
  47. configure:3114: checking build system type
  48. configure:3128: result: i686-pc-linux-gnu
  49. configure:3148: checking host system type
  50. configure:3161: result: i686-pc-linux-gnu
  51. configure:3181: checking target system type
  52. configure:3194: result: i686-pc-linux-gnu
  53. configure:3220: checking what packaging should be used
  54. configure:3235: result: posix
  55. configure:3320: checking whether to enable maintainer-specific portions of Makefiles
  56. configure:3329: result: no
  57. configure:3360: checking for a BSD-compatible install
  58. configure:3428: result: /usr/bin/install -c
  59. configure:3439: checking whether build environment is sane
  60. configure:3489: result: yes
  61. configure:3630: checking for a thread-safe mkdir -p
  62. configure:3669: result: /bin/mkdir -p
  63. configure:3682: checking for gawk
  64. configure:3698: found /usr/bin/gawk
  65. configure:3709: result: gawk
  66. configure:3720: checking whether make sets $(MAKE)
  67. configure:3742: result: yes
  68. configure:3937: checking for a Python interpreter with version >= 2.3.4
  69. configure:3954: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.3.4'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
  70. configure:3957: $? = 0
  71. configure:3963: result: python
  72. configure:3971: checking for python
  73. configure:3989: found /usr/bin/python
  74. configure:4001: result: /usr/bin/python
  75. configure:4019: checking for python version
  76. configure:4026: result: 2.6
  77. configure:4038: checking for python platform
  78. configure:4045: result: linux2
  79. configure:4052: checking for python script directory
  80. configure:4081: result: ${prefix}/lib/python2.6/dist-packages
  81. configure:4090: checking for python extension module directory
  82. configure:4119: result: ${exec_prefix}/lib/python2.6/dist-packages
  83. configure:4146: checking for style of include used by make
  84. configure:4174: result: GNU
  85. configure:4244: checking for gcc
  86. configure:4260: found /usr/bin/gcc
  87. configure:4271: result: gcc
  88. configure:4500: checking for C compiler version
  89. configure:4509: gcc --version >&5
  90. gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
  91. Copyright (C) 2009 Free Software Foundation, Inc.
  92. This is free software; see the source for copying conditions. There is NO
  93. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  94.  
  95. configure:4520: $? = 0
  96. configure:4509: gcc -v >&5
  97. Using built-in specs.
  98. Target: i486-linux-gnu
  99. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  100. Thread model: posix
  101. gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
  102. configure:4520: $? = 0
  103. configure:4509: gcc -V >&5
  104. gcc: '-V' option must have argument
  105. configure:4520: $? = 1
  106. configure:4509: gcc -qversion >&5
  107. gcc: unrecognized option '-qversion'
  108. gcc: no input files
  109. configure:4520: $? = 1
  110. configure:4540: checking whether the C compiler works
  111. configure:4562: gcc conftest.c >&5
  112. configure:4566: $? = 0
  113. configure:4615: result: yes
  114. configure:4618: checking for C compiler default output file name
  115. configure:4620: result: a.out
  116. configure:4626: checking for suffix of executables
  117. configure:4633: gcc -o conftest conftest.c >&5
  118. configure:4637: $? = 0
  119. configure:4659: result:
  120. configure:4681: checking whether we are cross compiling
  121. configure:4689: gcc -o conftest conftest.c >&5
  122. configure:4693: $? = 0
  123. configure:4700: ./conftest
  124. configure:4704: $? = 0
  125. configure:4719: result: no
  126. configure:4724: checking for suffix of object files
  127. configure:4746: gcc -c conftest.c >&5
  128. configure:4750: $? = 0
  129. configure:4771: result: o
  130. configure:4775: checking whether we are using the GNU C compiler
  131. configure:4794: gcc -c conftest.c >&5
  132. configure:4794: $? = 0
  133. configure:4803: result: yes
  134. configure:4812: checking whether gcc accepts -g
  135. configure:4832: gcc -c -g conftest.c >&5
  136. configure:4832: $? = 0
  137. configure:4873: result: yes
  138. configure:4890: checking for gcc option to accept ISO C89
  139. configure:4954: gcc -c -g -O2 conftest.c >&5
  140. configure:4954: $? = 0
  141. configure:4967: result: none needed
  142. configure:4989: checking dependency style of gcc
  143. configure:5099: result: gcc3
  144. configure:5120: checking how to run the C preprocessor
  145. configure:5151: gcc -E conftest.c
  146. configure:5151: $? = 0
  147. configure:5165: gcc -E conftest.c
  148. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  149. configure:5165: $? = 1
  150. configure: failed program was:
  151. | /* confdefs.h */
  152. | #define PACKAGE_NAME "LyX"
  153. | #define PACKAGE_TARNAME "lyx"
  154. | #define PACKAGE_VERSION "2.0.0alpha6"
  155. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  156. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  157. | #define PACKAGE_URL ""
  158. | #define USE_POSIX_PACKAGING 1
  159. | #define PACKAGE "lyx"
  160. | /* end confdefs.h. */
  161. | #include <ac_nonexistent.h>
  162. configure:5190: result: gcc -E
  163. configure:5210: gcc -E conftest.c
  164. configure:5210: $? = 0
  165. configure:5224: gcc -E conftest.c
  166. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  167. configure:5224: $? = 1
  168. configure: failed program was:
  169. | /* confdefs.h */
  170. | #define PACKAGE_NAME "LyX"
  171. | #define PACKAGE_TARNAME "lyx"
  172. | #define PACKAGE_VERSION "2.0.0alpha6"
  173. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  174. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  175. | #define PACKAGE_URL ""
  176. | #define USE_POSIX_PACKAGING 1
  177. | #define PACKAGE "lyx"
  178. | /* end confdefs.h. */
  179. | #include <ac_nonexistent.h>
  180. configure:5253: checking for grep that handles long lines and -e
  181. configure:5311: result: /bin/grep
  182. configure:5316: checking for egrep
  183. configure:5378: result: /bin/grep -E
  184. configure:5383: checking for ANSI C header files
  185. configure:5403: gcc -c -g -O2 conftest.c >&5
  186. configure:5403: $? = 0
  187. configure:5476: gcc -o conftest -g -O2 conftest.c >&5
  188. configure:5476: $? = 0
  189. configure:5476: ./conftest
  190. configure:5476: $? = 0
  191. configure:5487: result: yes
  192. configure:5500: checking for sys/types.h
  193. configure:5500: gcc -c -g -O2 conftest.c >&5
  194. configure:5500: $? = 0
  195. configure:5500: result: yes
  196. configure:5500: checking for sys/stat.h
  197. configure:5500: gcc -c -g -O2 conftest.c >&5
  198. configure:5500: $? = 0
  199. configure:5500: result: yes
  200. configure:5500: checking for stdlib.h
  201. configure:5500: gcc -c -g -O2 conftest.c >&5
  202. configure:5500: $? = 0
  203. configure:5500: result: yes
  204. configure:5500: checking for string.h
  205. configure:5500: gcc -c -g -O2 conftest.c >&5
  206. configure:5500: $? = 0
  207. configure:5500: result: yes
  208. configure:5500: checking for memory.h
  209. configure:5500: gcc -c -g -O2 conftest.c >&5
  210. configure:5500: $? = 0
  211. configure:5500: result: yes
  212. configure:5500: checking for strings.h
  213. configure:5500: gcc -c -g -O2 conftest.c >&5
  214. configure:5500: $? = 0
  215. configure:5500: result: yes
  216. configure:5500: checking for inttypes.h
  217. configure:5500: gcc -c -g -O2 conftest.c >&5
  218. configure:5500: $? = 0
  219. configure:5500: result: yes
  220. configure:5500: checking for stdint.h
  221. configure:5500: gcc -c -g -O2 conftest.c >&5
  222. configure:5500: $? = 0
  223. configure:5500: result: yes
  224. configure:5500: checking for unistd.h
  225. configure:5500: gcc -c -g -O2 conftest.c >&5
  226. configure:5500: $? = 0
  227. configure:5500: result: yes
  228. configure:5513: checking whether byte ordering is bigendian
  229. configure:5528: gcc -c -g -O2 conftest.c >&5
  230. conftest.c:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
  231. configure:5528: $? = 1
  232. configure: failed program was:
  233. | /* confdefs.h */
  234. | #define PACKAGE_NAME "LyX"
  235. | #define PACKAGE_TARNAME "lyx"
  236. | #define PACKAGE_VERSION "2.0.0alpha6"
  237. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  238. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  239. | #define PACKAGE_URL ""
  240. | #define USE_POSIX_PACKAGING 1
  241. | #define PACKAGE "lyx"
  242. | #define STDC_HEADERS 1
  243. | #define HAVE_SYS_TYPES_H 1
  244. | #define HAVE_SYS_STAT_H 1
  245. | #define HAVE_STDLIB_H 1
  246. | #define HAVE_STRING_H 1
  247. | #define HAVE_MEMORY_H 1
  248. | #define HAVE_STRINGS_H 1
  249. | #define HAVE_INTTYPES_H 1
  250. | #define HAVE_STDINT_H 1
  251. | #define HAVE_UNISTD_H 1
  252. | /* end confdefs.h. */
  253. | #ifndef __APPLE_CC__
  254. | not a universal capable compiler
  255. | #endif
  256. | typedef int dummy;
  257. |
  258. configure:5573: gcc -c -g -O2 conftest.c >&5
  259. configure:5573: $? = 0
  260. configure:5591: gcc -c -g -O2 conftest.c >&5
  261. conftest.c: In function 'main':
  262. conftest.c:28: error: 'not' undeclared (first use in this function)
  263. conftest.c:28: error: (Each undeclared identifier is reported only once
  264. conftest.c:28: error: for each function it appears in.)
  265. conftest.c:28: error: expected ';' before 'big'
  266. configure:5591: $? = 1
  267. configure: failed program was:
  268. | /* confdefs.h */
  269. | #define PACKAGE_NAME "LyX"
  270. | #define PACKAGE_TARNAME "lyx"
  271. | #define PACKAGE_VERSION "2.0.0alpha6"
  272. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  273. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  274. | #define PACKAGE_URL ""
  275. | #define USE_POSIX_PACKAGING 1
  276. | #define PACKAGE "lyx"
  277. | #define STDC_HEADERS 1
  278. | #define HAVE_SYS_TYPES_H 1
  279. | #define HAVE_SYS_STAT_H 1
  280. | #define HAVE_STDLIB_H 1
  281. | #define HAVE_STRING_H 1
  282. | #define HAVE_MEMORY_H 1
  283. | #define HAVE_STRINGS_H 1
  284. | #define HAVE_INTTYPES_H 1
  285. | #define HAVE_STDINT_H 1
  286. | #define HAVE_UNISTD_H 1
  287. | /* end confdefs.h. */
  288. | #include <sys/types.h>
  289. | #include <sys/param.h>
  290. |
  291. | int
  292. | main ()
  293. | {
  294. | #if BYTE_ORDER != BIG_ENDIAN
  295. | not big endian
  296. | #endif
  297. |
  298. | ;
  299. | return 0;
  300. | }
  301. configure:5719: result: no
  302. configure:5739: checking what frontend should be used for the GUI
  303. configure:5754: result: qt4
  304. configure:5762: checking for a good enough C++ compiler
  305. configure:5808: result: g++
  306. configure:5923: checking for C++ compiler version
  307. configure:5932: g++ --version >&5
  308. g++ (Ubuntu 4.4.3-4ubuntu5) 4.4.3
  309. Copyright (C) 2009 Free Software Foundation, Inc.
  310. This is free software; see the source for copying conditions. There is NO
  311. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  312.  
  313. configure:5943: $? = 0
  314. configure:5932: g++ -v >&5
  315. Using built-in specs.
  316. Target: i486-linux-gnu
  317. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  318. Thread model: posix
  319. gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
  320. configure:5943: $? = 0
  321. configure:5932: g++ -V >&5
  322. g++: '-V' option must have argument
  323. configure:5943: $? = 1
  324. configure:5932: g++ -qversion >&5
  325. g++: unrecognized option '-qversion'
  326. g++: no input files
  327. configure:5943: $? = 1
  328. configure:5947: checking whether we are using the GNU C++ compiler
  329. configure:5966: g++ -c conftest.cpp >&5
  330. configure:5966: $? = 0
  331. configure:5975: result: yes
  332. configure:5984: checking whether g++ accepts -g
  333. configure:6004: g++ -c -g conftest.cpp >&5
  334. configure:6004: $? = 0
  335. configure:6045: result: yes
  336. configure:6070: checking dependency style of g++
  337. configure:6180: result: gcc3
  338. configure:6200: checking how to run the C++ preprocessor
  339. configure:6227: g++ -E conftest.cpp
  340. configure:6227: $? = 0
  341. configure:6241: g++ -E conftest.cpp
  342. conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
  343. configure:6241: $? = 1
  344. configure: failed program was:
  345. | /* confdefs.h */
  346. | #define PACKAGE_NAME "LyX"
  347. | #define PACKAGE_TARNAME "lyx"
  348. | #define PACKAGE_VERSION "2.0.0alpha6"
  349. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  350. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  351. | #define PACKAGE_URL ""
  352. | #define USE_POSIX_PACKAGING 1
  353. | #define PACKAGE "lyx"
  354. | #define STDC_HEADERS 1
  355. | #define HAVE_SYS_TYPES_H 1
  356. | #define HAVE_SYS_STAT_H 1
  357. | #define HAVE_STDLIB_H 1
  358. | #define HAVE_STRING_H 1
  359. | #define HAVE_MEMORY_H 1
  360. | #define HAVE_STRINGS_H 1
  361. | #define HAVE_INTTYPES_H 1
  362. | #define HAVE_STDINT_H 1
  363. | #define HAVE_UNISTD_H 1
  364. | /* end confdefs.h. */
  365. | #include <ac_nonexistent.h>
  366. configure:6266: result: g++ -E
  367. configure:6286: g++ -E conftest.cpp
  368. configure:6286: $? = 0
  369. configure:6300: g++ -E conftest.cpp
  370. conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
  371. configure:6300: $? = 1
  372. configure: failed program was:
  373. | /* confdefs.h */
  374. | #define PACKAGE_NAME "LyX"
  375. | #define PACKAGE_TARNAME "lyx"
  376. | #define PACKAGE_VERSION "2.0.0alpha6"
  377. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  378. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  379. | #define PACKAGE_URL ""
  380. | #define USE_POSIX_PACKAGING 1
  381. | #define PACKAGE "lyx"
  382. | #define STDC_HEADERS 1
  383. | #define HAVE_SYS_TYPES_H 1
  384. | #define HAVE_SYS_STAT_H 1
  385. | #define HAVE_STDLIB_H 1
  386. | #define HAVE_STRING_H 1
  387. | #define HAVE_MEMORY_H 1
  388. | #define HAVE_STRINGS_H 1
  389. | #define HAVE_INTTYPES_H 1
  390. | #define HAVE_STDINT_H 1
  391. | #define HAVE_UNISTD_H 1
  392. | /* end confdefs.h. */
  393. | #include <ac_nonexistent.h>
  394. configure:6575: checking for gcc
  395. configure:6591: found /usr/bin/gcc
  396. configure:6602: result: gcc
  397. configure:6627: checking for Objective C compiler version
  398. configure:6636: gcc --version >&5
  399. gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
  400. Copyright (C) 2009 Free Software Foundation, Inc.
  401. This is free software; see the source for copying conditions. There is NO
  402. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  403.  
  404. configure:6647: $? = 0
  405. configure:6636: gcc -v >&5
  406. Using built-in specs.
  407. Target: i486-linux-gnu
  408. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  409. Thread model: posix
  410. gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
  411. configure:6647: $? = 0
  412. configure:6636: gcc -V >&5
  413. gcc: '-V' option must have argument
  414. configure:6647: $? = 1
  415. configure:6636: gcc -qversion >&5
  416. gcc: unrecognized option '-qversion'
  417. gcc: no input files
  418. configure:6647: $? = 1
  419. configure:6651: checking whether we are using the GNU Objective C compiler
  420. configure:6670: gcc -c -Wextra -Wall conftest.m >&5
  421. gcc: error trying to exec 'cc1obj': execvp: No such file or directory
  422. configure:6670: $? = 1
  423. configure: failed program was:
  424. | /* confdefs.h */
  425. | #define PACKAGE_NAME "LyX"
  426. | #define PACKAGE_TARNAME "lyx"
  427. | #define PACKAGE_VERSION "2.0.0alpha6"
  428. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  429. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  430. | #define PACKAGE_URL ""
  431. | #define USE_POSIX_PACKAGING 1
  432. | #define PACKAGE "lyx"
  433. | #define STDC_HEADERS 1
  434. | #define HAVE_SYS_TYPES_H 1
  435. | #define HAVE_SYS_STAT_H 1
  436. | #define HAVE_STDLIB_H 1
  437. | #define HAVE_STRING_H 1
  438. | #define HAVE_MEMORY_H 1
  439. | #define HAVE_STRINGS_H 1
  440. | #define HAVE_INTTYPES_H 1
  441. | #define HAVE_STDINT_H 1
  442. | #define HAVE_UNISTD_H 1
  443. | #define ENABLE_ASSERTIONS 1
  444. | #define _GLIBCXX_CONCEPT_CHECKS 1
  445. | /* end confdefs.h. */
  446. |
  447. | int
  448. | main ()
  449. | {
  450. | #ifndef __GNUC__
  451. | choke me
  452. | #endif
  453. |
  454. | ;
  455. | return 0;
  456. | }
  457. configure:6679: result: no
  458. configure:6688: checking whether gcc accepts -g
  459. configure:6708: gcc -c -g -Wextra -Wall conftest.m >&5
  460. gcc: error trying to exec 'cc1obj': execvp: No such file or directory
  461. configure:6708: $? = 1
  462. configure: failed program was:
  463. | /* confdefs.h */
  464. | #define PACKAGE_NAME "LyX"
  465. | #define PACKAGE_TARNAME "lyx"
  466. | #define PACKAGE_VERSION "2.0.0alpha6"
  467. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  468. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  469. | #define PACKAGE_URL ""
  470. | #define USE_POSIX_PACKAGING 1
  471. | #define PACKAGE "lyx"
  472. | #define STDC_HEADERS 1
  473. | #define HAVE_SYS_TYPES_H 1
  474. | #define HAVE_SYS_STAT_H 1
  475. | #define HAVE_STDLIB_H 1
  476. | #define HAVE_STRING_H 1
  477. | #define HAVE_MEMORY_H 1
  478. | #define HAVE_STRINGS_H 1
  479. | #define HAVE_INTTYPES_H 1
  480. | #define HAVE_STDINT_H 1
  481. | #define HAVE_UNISTD_H 1
  482. | #define ENABLE_ASSERTIONS 1
  483. | #define _GLIBCXX_CONCEPT_CHECKS 1
  484. | /* end confdefs.h. */
  485. |
  486. | int
  487. | main ()
  488. | {
  489. |
  490. | ;
  491. | return 0;
  492. | }
  493. configure:6723: gcc -c -Wextra -Wall conftest.m >&5
  494. gcc: error trying to exec 'cc1obj': execvp: No such file or directory
  495. configure:6723: $? = 1
  496. configure: failed program was:
  497. | /* confdefs.h */
  498. | #define PACKAGE_NAME "LyX"
  499. | #define PACKAGE_TARNAME "lyx"
  500. | #define PACKAGE_VERSION "2.0.0alpha6"
  501. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  502. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  503. | #define PACKAGE_URL ""
  504. | #define USE_POSIX_PACKAGING 1
  505. | #define PACKAGE "lyx"
  506. | #define STDC_HEADERS 1
  507. | #define HAVE_SYS_TYPES_H 1
  508. | #define HAVE_SYS_STAT_H 1
  509. | #define HAVE_STDLIB_H 1
  510. | #define HAVE_STRING_H 1
  511. | #define HAVE_MEMORY_H 1
  512. | #define HAVE_STRINGS_H 1
  513. | #define HAVE_INTTYPES_H 1
  514. | #define HAVE_STDINT_H 1
  515. | #define HAVE_UNISTD_H 1
  516. | #define ENABLE_ASSERTIONS 1
  517. | #define _GLIBCXX_CONCEPT_CHECKS 1
  518. | /* end confdefs.h. */
  519. |
  520. | int
  521. | main ()
  522. | {
  523. |
  524. | ;
  525. | return 0;
  526. | }
  527. configure:6739: gcc -c -g -Wextra -Wall conftest.m >&5
  528. gcc: error trying to exec 'cc1obj': execvp: No such file or directory
  529. configure:6739: $? = 1
  530. configure: failed program was:
  531. | /* confdefs.h */
  532. | #define PACKAGE_NAME "LyX"
  533. | #define PACKAGE_TARNAME "lyx"
  534. | #define PACKAGE_VERSION "2.0.0alpha6"
  535. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  536. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  537. | #define PACKAGE_URL ""
  538. | #define USE_POSIX_PACKAGING 1
  539. | #define PACKAGE "lyx"
  540. | #define STDC_HEADERS 1
  541. | #define HAVE_SYS_TYPES_H 1
  542. | #define HAVE_SYS_STAT_H 1
  543. | #define HAVE_STDLIB_H 1
  544. | #define HAVE_STRING_H 1
  545. | #define HAVE_MEMORY_H 1
  546. | #define HAVE_STRINGS_H 1
  547. | #define HAVE_INTTYPES_H 1
  548. | #define HAVE_STDINT_H 1
  549. | #define HAVE_UNISTD_H 1
  550. | #define ENABLE_ASSERTIONS 1
  551. | #define _GLIBCXX_CONCEPT_CHECKS 1
  552. | /* end confdefs.h. */
  553. |
  554. | int
  555. | main ()
  556. | {
  557. |
  558. | ;
  559. | return 0;
  560. | }
  561. configure:6749: result: no
  562. configure:6774: checking dependency style of gcc
  563. configure:6882: result: gcc3
  564. configure:6900: checking dependency style of gcc
  565. configure:7008: result: gcc3
  566. configure:7032: checking for extra library directory
  567. configure:7045: result: NONE
  568. configure:7076: checking for extra include directory
  569. configure:7089: result: NONE
  570. configure:7111: checking for extra lib+include directory
  571. configure:7124: result: NONE
  572. configure:7149: checking for main in -lshlwapi
  573. configure:7168: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lshlwapi >&5
  574. /usr/bin/ld: cannot find -lshlwapi
  575. collect2: ld returned 1 exit status
  576. configure:7168: $? = 1
  577. configure: failed program was:
  578. | /* confdefs.h */
  579. | #define PACKAGE_NAME "LyX"
  580. | #define PACKAGE_TARNAME "lyx"
  581. | #define PACKAGE_VERSION "2.0.0alpha6"
  582. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  583. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  584. | #define PACKAGE_URL ""
  585. | #define USE_POSIX_PACKAGING 1
  586. | #define PACKAGE "lyx"
  587. | #define STDC_HEADERS 1
  588. | #define HAVE_SYS_TYPES_H 1
  589. | #define HAVE_SYS_STAT_H 1
  590. | #define HAVE_STDLIB_H 1
  591. | #define HAVE_STRING_H 1
  592. | #define HAVE_MEMORY_H 1
  593. | #define HAVE_STRINGS_H 1
  594. | #define HAVE_INTTYPES_H 1
  595. | #define HAVE_STDINT_H 1
  596. | #define HAVE_UNISTD_H 1
  597. | #define ENABLE_ASSERTIONS 1
  598. | #define _GLIBCXX_CONCEPT_CHECKS 1
  599. | /* end confdefs.h. */
  600. |
  601. |
  602. | int
  603. | main ()
  604. | {
  605. | return main ();
  606. | ;
  607. | return 0;
  608. | }
  609. configure:7177: result: no
  610. configure:7184: checking for main in -lpsapi
  611. configure:7203: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lpsapi >&5
  612. /usr/bin/ld: cannot find -lpsapi
  613. collect2: ld returned 1 exit status
  614. configure:7203: $? = 1
  615. configure: failed program was:
  616. | /* confdefs.h */
  617. | #define PACKAGE_NAME "LyX"
  618. | #define PACKAGE_TARNAME "lyx"
  619. | #define PACKAGE_VERSION "2.0.0alpha6"
  620. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  621. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  622. | #define PACKAGE_URL ""
  623. | #define USE_POSIX_PACKAGING 1
  624. | #define PACKAGE "lyx"
  625. | #define STDC_HEADERS 1
  626. | #define HAVE_SYS_TYPES_H 1
  627. | #define HAVE_SYS_STAT_H 1
  628. | #define HAVE_STDLIB_H 1
  629. | #define HAVE_STRING_H 1
  630. | #define HAVE_MEMORY_H 1
  631. | #define HAVE_STRINGS_H 1
  632. | #define HAVE_INTTYPES_H 1
  633. | #define HAVE_STDINT_H 1
  634. | #define HAVE_UNISTD_H 1
  635. | #define ENABLE_ASSERTIONS 1
  636. | #define _GLIBCXX_CONCEPT_CHECKS 1
  637. | /* end confdefs.h. */
  638. |
  639. |
  640. | int
  641. | main ()
  642. | {
  643. | return main ();
  644. | ;
  645. | return 0;
  646. | }
  647. configure:7212: result: no
  648. configure:7219: checking for main in -lgdi32
  649. configure:7238: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lgdi32 >&5
  650. /usr/bin/ld: cannot find -lgdi32
  651. collect2: ld returned 1 exit status
  652. configure:7238: $? = 1
  653. configure: failed program was:
  654. | /* confdefs.h */
  655. | #define PACKAGE_NAME "LyX"
  656. | #define PACKAGE_TARNAME "lyx"
  657. | #define PACKAGE_VERSION "2.0.0alpha6"
  658. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  659. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  660. | #define PACKAGE_URL ""
  661. | #define USE_POSIX_PACKAGING 1
  662. | #define PACKAGE "lyx"
  663. | #define STDC_HEADERS 1
  664. | #define HAVE_SYS_TYPES_H 1
  665. | #define HAVE_SYS_STAT_H 1
  666. | #define HAVE_STDLIB_H 1
  667. | #define HAVE_STRING_H 1
  668. | #define HAVE_MEMORY_H 1
  669. | #define HAVE_STRINGS_H 1
  670. | #define HAVE_INTTYPES_H 1
  671. | #define HAVE_STDINT_H 1
  672. | #define HAVE_UNISTD_H 1
  673. | #define ENABLE_ASSERTIONS 1
  674. | #define _GLIBCXX_CONCEPT_CHECKS 1
  675. | /* end confdefs.h. */
  676. |
  677. |
  678. | int
  679. | main ()
  680. | {
  681. | return main ();
  682. | ;
  683. | return 0;
  684. | }
  685. configure:7247: result: no
  686. configure:7260: checking whether to use boost included library
  687. configure:7278: result: yes
  688. configure:7371: checking size of wchar_t
  689. configure:7376: gcc -o conftest -g -O2 -Wextra -Wall conftest.c >&5
  690. configure:7376: $? = 0
  691. configure:7376: ./conftest
  692. configure:7376: $? = 0
  693. configure:7391: result: 4
  694. configure:7443: checking for ld used by GCC
  695. configure:7507: result: /usr/bin/ld
  696. configure:7514: checking if the linker (/usr/bin/ld) is GNU ld
  697. configure:7527: result: yes
  698. configure:7534: checking for shared library run path origin
  699. configure:7547: result: done
  700. configure:8011: checking for iconv
  701. configure:8033: gcc -o conftest -g -O2 -Wextra -Wall conftest.c >&5
  702. configure:8033: $? = 0
  703. configure:8065: result: yes
  704. configure:8086: checking for iconv declaration
  705. configure:8115: gcc -c -g -O2 -Wextra -Wall conftest.c >&5
  706. configure:8115: $? = 0
  707. configure:8126: result: install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  708. configure:8149: checking zlib.h usability
  709. configure:8149: gcc -c -g -O2 -Wextra -Wall conftest.c >&5
  710. configure:8149: $? = 0
  711. configure:8149: result: yes
  712. configure:8149: checking zlib.h presence
  713. configure:8149: gcc -E -Wextra -Wall conftest.c
  714. configure:8149: $? = 0
  715. configure:8149: result: yes
  716. configure:8149: checking for zlib.h
  717. configure:8149: result: yes
  718. configure:8154: checking for gzopen in -lz
  719. configure:8179: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz >&5
  720. configure:8179: $? = 0
  721. configure:8188: result: yes
  722. configure:8320: checking for pkg-config
  723. configure:8353: result: no
  724. configure:8556: checking for X
  725. configure:8664: gcc -E -Wextra -Wall conftest.c
  726. configure:8664: $? = 0
  727. configure:8695: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lX11 -lz >&5
  728. configure:8695: $? = 0
  729. configure:8745: result: libraries , headers
  730. configure:8844: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  731. configure:8844: $? = 0
  732. configure:8942: checking for gethostbyname
  733. configure:8942: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz >&5
  734. configure:8942: $? = 0
  735. configure:8942: result: yes
  736. configure:9039: checking for connect
  737. configure:9039: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz >&5
  738. configure:9039: $? = 0
  739. configure:9039: result: yes
  740. configure:9088: checking for remove
  741. configure:9088: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz >&5
  742. configure:9088: $? = 0
  743. configure:9088: result: yes
  744. configure:9137: checking for shmat
  745. configure:9137: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz >&5
  746. configure:9137: $? = 0
  747. configure:9137: result: yes
  748. configure:9195: checking for IceConnectionNumber in -lICE
  749. configure:9220: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lICE -lz >&5
  750. /usr/bin/ld: cannot find -lICE
  751. collect2: ld returned 1 exit status
  752. configure:9220: $? = 1
  753. configure: failed program was:
  754. | /* confdefs.h */
  755. | #define PACKAGE_NAME "LyX"
  756. | #define PACKAGE_TARNAME "lyx"
  757. | #define PACKAGE_VERSION "2.0.0alpha6"
  758. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  759. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  760. | #define PACKAGE_URL ""
  761. | #define USE_POSIX_PACKAGING 1
  762. | #define PACKAGE "lyx"
  763. | #define STDC_HEADERS 1
  764. | #define HAVE_SYS_TYPES_H 1
  765. | #define HAVE_SYS_STAT_H 1
  766. | #define HAVE_STDLIB_H 1
  767. | #define HAVE_STRING_H 1
  768. | #define HAVE_MEMORY_H 1
  769. | #define HAVE_STRINGS_H 1
  770. | #define HAVE_INTTYPES_H 1
  771. | #define HAVE_STDINT_H 1
  772. | #define HAVE_UNISTD_H 1
  773. | #define ENABLE_ASSERTIONS 1
  774. | #define _GLIBCXX_CONCEPT_CHECKS 1
  775. | #define SIZEOF_WCHAR_T 4
  776. | #define HAVE_ICONV 1
  777. | #define ICONV_CONST
  778. | #define HAVE_ZLIB_H 1
  779. | /* end confdefs.h. */
  780. |
  781. | /* Override any GCC internal prototype to avoid an error.
  782. | Use char because int might match the return type of a GCC
  783. | builtin and then its argument prototype would still apply. */
  784. | #ifdef __cplusplus
  785. | extern "C"
  786. | #endif
  787. | char IceConnectionNumber ();
  788. | int
  789. | main ()
  790. | {
  791. | return IceConnectionNumber ();
  792. | ;
  793. | return 0;
  794. | }
  795. configure:9229: result: no
  796. configure:9271: checking for Qt 4 library name
  797. configure:9310: g++ -o conftest -g -O2 -Wextra -Wall conftest.cpp -lz -lX11 -lQtCore >&5
  798. conftest.cpp:28:22: error: qglobal.h: No such file or directory
  799. conftest.cpp:29:22: error: qstring.h: No such file or directory
  800. conftest.cpp:37: error: stray '\' in program
  801. conftest.cpp:37: error: stray '\' in program
  802. conftest.cpp: In function 'int main()':
  803. conftest.cpp:35: error: 'QString' was not declared in this scope
  804. conftest.cpp:35: error: expected ';' before 's'
  805. conftest.cpp:37: error: 'break_me_' was not declared in this scope
  806. configure:9310: $? = 1
  807. configure: failed program was:
  808. | /* confdefs.h */
  809. | #define PACKAGE_NAME "LyX"
  810. | #define PACKAGE_TARNAME "lyx"
  811. | #define PACKAGE_VERSION "2.0.0alpha6"
  812. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  813. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  814. | #define PACKAGE_URL ""
  815. | #define USE_POSIX_PACKAGING 1
  816. | #define PACKAGE "lyx"
  817. | #define STDC_HEADERS 1
  818. | #define HAVE_SYS_TYPES_H 1
  819. | #define HAVE_SYS_STAT_H 1
  820. | #define HAVE_STDLIB_H 1
  821. | #define HAVE_STRING_H 1
  822. | #define HAVE_MEMORY_H 1
  823. | #define HAVE_STRINGS_H 1
  824. | #define HAVE_INTTYPES_H 1
  825. | #define HAVE_STDINT_H 1
  826. | #define HAVE_UNISTD_H 1
  827. | #define ENABLE_ASSERTIONS 1
  828. | #define _GLIBCXX_CONCEPT_CHECKS 1
  829. | #define SIZEOF_WCHAR_T 4
  830. | #define HAVE_ICONV 1
  831. | #define ICONV_CONST
  832. | #define HAVE_ZLIB_H 1
  833. | /* end confdefs.h. */
  834. |
  835. | #include <qglobal.h>
  836. | #include <qstring.h>
  837. |
  838. | int
  839. | main ()
  840. | {
  841. |
  842. | QString s("mangle_failure");
  843. | #if (QT_VERSION < 400)
  844. | break_me_(\\);
  845. | #endif
  846. |
  847. | ;
  848. | return 0;
  849. | }
  850. configure:9310: g++ -o conftest -g -O2 -Wextra -Wall conftest.cpp -lz -lX11 -lQtCore4 >&5
  851. conftest.cpp:28:22: error: qglobal.h: No such file or directory
  852. conftest.cpp:29:22: error: qstring.h: No such file or directory
  853. conftest.cpp:37: error: stray '\' in program
  854. conftest.cpp:37: error: stray '\' in program
  855. conftest.cpp: In function 'int main()':
  856. conftest.cpp:35: error: 'QString' was not declared in this scope
  857. conftest.cpp:35: error: expected ';' before 's'
  858. conftest.cpp:37: error: 'break_me_' was not declared in this scope
  859. configure:9310: $? = 1
  860. configure: failed program was:
  861. | /* confdefs.h */
  862. | #define PACKAGE_NAME "LyX"
  863. | #define PACKAGE_TARNAME "lyx"
  864. | #define PACKAGE_VERSION "2.0.0alpha6"
  865. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  866. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  867. | #define PACKAGE_URL ""
  868. | #define USE_POSIX_PACKAGING 1
  869. | #define PACKAGE "lyx"
  870. | #define STDC_HEADERS 1
  871. | #define HAVE_SYS_TYPES_H 1
  872. | #define HAVE_SYS_STAT_H 1
  873. | #define HAVE_STDLIB_H 1
  874. | #define HAVE_STRING_H 1
  875. | #define HAVE_MEMORY_H 1
  876. | #define HAVE_STRINGS_H 1
  877. | #define HAVE_INTTYPES_H 1
  878. | #define HAVE_STDINT_H 1
  879. | #define HAVE_UNISTD_H 1
  880. | #define ENABLE_ASSERTIONS 1
  881. | #define _GLIBCXX_CONCEPT_CHECKS 1
  882. | #define SIZEOF_WCHAR_T 4
  883. | #define HAVE_ICONV 1
  884. | #define ICONV_CONST
  885. | #define HAVE_ZLIB_H 1
  886. | /* end confdefs.h. */
  887. |
  888. | #include <qglobal.h>
  889. | #include <qstring.h>
  890. |
  891. | int
  892. | main ()
  893. | {
  894. |
  895. | QString s("mangle_failure");
  896. | #if (QT_VERSION < 400)
  897. | break_me_(\\);
  898. | #endif
  899. |
  900. | ;
  901. | return 0;
  902. | }
  903. configure:9348: g++ -o conftest -g -O2 -Wextra -Wall conftest.cpp -lz -lX11 -lQtCore -lQtGui >&5
  904. conftest.cpp:28:22: error: qglobal.h: No such file or directory
  905. conftest.cpp:29:22: error: qstring.h: No such file or directory
  906. conftest.cpp:37: error: stray '\' in program
  907. conftest.cpp:37: error: stray '\' in program
  908. conftest.cpp: In function 'int main()':
  909. conftest.cpp:35: error: 'QString' was not declared in this scope
  910. conftest.cpp:35: error: expected ';' before 's'
  911. conftest.cpp:37: error: 'break_me_' was not declared in this scope
  912. configure:9348: $? = 1
  913. configure: failed program was:
  914. | /* confdefs.h */
  915. | #define PACKAGE_NAME "LyX"
  916. | #define PACKAGE_TARNAME "lyx"
  917. | #define PACKAGE_VERSION "2.0.0alpha6"
  918. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  919. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  920. | #define PACKAGE_URL ""
  921. | #define USE_POSIX_PACKAGING 1
  922. | #define PACKAGE "lyx"
  923. | #define STDC_HEADERS 1
  924. | #define HAVE_SYS_TYPES_H 1
  925. | #define HAVE_SYS_STAT_H 1
  926. | #define HAVE_STDLIB_H 1
  927. | #define HAVE_STRING_H 1
  928. | #define HAVE_MEMORY_H 1
  929. | #define HAVE_STRINGS_H 1
  930. | #define HAVE_INTTYPES_H 1
  931. | #define HAVE_STDINT_H 1
  932. | #define HAVE_UNISTD_H 1
  933. | #define ENABLE_ASSERTIONS 1
  934. | #define _GLIBCXX_CONCEPT_CHECKS 1
  935. | #define SIZEOF_WCHAR_T 4
  936. | #define HAVE_ICONV 1
  937. | #define ICONV_CONST
  938. | #define HAVE_ZLIB_H 1
  939. | /* end confdefs.h. */
  940. |
  941. | #include <qglobal.h>
  942. | #include <qstring.h>
  943. |
  944. | int
  945. | main ()
  946. | {
  947. |
  948. | QString s("mangle_failure");
  949. | #if (QT_VERSION < 400)
  950. | break_me_(\\);
  951. | #endif
  952. |
  953. | ;
  954. | return 0;
  955. | }
  956. configure:9348: g++ -o conftest -g -O2 -Wextra -Wall conftest.cpp -lz -lX11 -lQtCore4 -lQtGui4 >&5
  957. conftest.cpp:28:22: error: qglobal.h: No such file or directory
  958. conftest.cpp:29:22: error: qstring.h: No such file or directory
  959. conftest.cpp:37: error: stray '\' in program
  960. conftest.cpp:37: error: stray '\' in program
  961. conftest.cpp: In function 'int main()':
  962. conftest.cpp:35: error: 'QString' was not declared in this scope
  963. conftest.cpp:35: error: expected ';' before 's'
  964. conftest.cpp:37: error: 'break_me_' was not declared in this scope
  965. configure:9348: $? = 1
  966. configure: failed program was:
  967. | /* confdefs.h */
  968. | #define PACKAGE_NAME "LyX"
  969. | #define PACKAGE_TARNAME "lyx"
  970. | #define PACKAGE_VERSION "2.0.0alpha6"
  971. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  972. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  973. | #define PACKAGE_URL ""
  974. | #define USE_POSIX_PACKAGING 1
  975. | #define PACKAGE "lyx"
  976. | #define STDC_HEADERS 1
  977. | #define HAVE_SYS_TYPES_H 1
  978. | #define HAVE_SYS_STAT_H 1
  979. | #define HAVE_STDLIB_H 1
  980. | #define HAVE_STRING_H 1
  981. | #define HAVE_MEMORY_H 1
  982. | #define HAVE_STRINGS_H 1
  983. | #define HAVE_INTTYPES_H 1
  984. | #define HAVE_STDINT_H 1
  985. | #define HAVE_UNISTD_H 1
  986. | #define ENABLE_ASSERTIONS 1
  987. | #define _GLIBCXX_CONCEPT_CHECKS 1
  988. | #define SIZEOF_WCHAR_T 4
  989. | #define HAVE_ICONV 1
  990. | #define ICONV_CONST
  991. | #define HAVE_ZLIB_H 1
  992. | /* end confdefs.h. */
  993. |
  994. | #include <qglobal.h>
  995. | #include <qstring.h>
  996. |
  997. | int
  998. | main ()
  999. | {
  1000. |
  1001. | QString s("mangle_failure");
  1002. | #if (QT_VERSION < 400)
  1003. | break_me_(\\);
  1004. | #endif
  1005. |
  1006. | ;
  1007. | return 0;
  1008. | }
  1009. configure:9365: result: failed
  1010. configure:9423: checking for moc-qt4
  1011. configure:9442: found /usr/bin/moc-qt4
  1012. configure:9454: result: /usr/bin/moc-qt4
  1013. configure:9469: checking for uic-qt4
  1014. configure:9488: found /usr/bin/uic-qt4
  1015. configure:9500: result: /usr/bin/uic-qt4
  1016. configure:9515: checking for rcc-qt4
  1017. configure:9549: result: no
  1018. configure:9515: checking for rcc
  1019. configure:9534: found /usr/bin/rcc
  1020. configure:9546: result: /usr/bin/rcc
  1021. configure:9620: checking whether NLS is requested
  1022. configure:9629: result: yes
  1023. configure:9667: checking for msgfmt
  1024. configure: trying /usr/bin/msgfmt...
  1025. 0 translated messages.
  1026. configure:9699: result: /usr/bin/msgfmt
  1027. configure:9708: checking for gmsgfmt
  1028. configure:9739: result: /usr/bin/msgfmt
  1029. configure:9790: checking for xgettext
  1030. configure: trying /usr/bin/xgettext...
  1031. /usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
  1032. configure:9822: result: /usr/bin/xgettext
  1033. configure:9868: checking for msgmerge
  1034. configure: trying /usr/bin/msgmerge...
  1035. configure:9899: result: /usr/bin/msgmerge
  1036. configure:9914: checking whether we are using the GNU C Library 2 or newer
  1037. configure:9941: result: yes
  1038. configure:9990: checking for ranlib
  1039. configure:10006: found /usr/bin/ranlib
  1040. configure:10017: result: ranlib
  1041. configure:10044: checking for simple visibility declarations
  1042. configure:10066: gcc -c -g -O2 -fvisibility=hidden -Wextra -Wall conftest.c >&5
  1043. configure:10066: $? = 0
  1044. configure:10075: result: yes
  1045. configure:10090: checking for inline
  1046. configure:10106: gcc -c -g -O2 -Wextra -Wall conftest.c >&5
  1047. configure:10106: $? = 0
  1048. configure:10114: result: inline
  1049. configure:10132: checking for size_t
  1050. configure:10132: gcc -c -g -O2 -Wextra -Wall conftest.c >&5
  1051. configure:10132: $? = 0
  1052. configure:10132: gcc -c -g -O2 -Wextra -Wall conftest.c >&5
  1053. conftest.c: In function 'main':
  1054. conftest.c:64: error: expected expression before ')' token
  1055. configure:10132: $? = 1
  1056. configure: failed program was:
  1057. | /* confdefs.h */
  1058. | #define PACKAGE_NAME "LyX"
  1059. | #define PACKAGE_TARNAME "lyx"
  1060. | #define PACKAGE_VERSION "2.0.0alpha6"
  1061. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  1062. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  1063. | #define PACKAGE_URL ""
  1064. | #define USE_POSIX_PACKAGING 1
  1065. | #define PACKAGE "lyx"
  1066. | #define STDC_HEADERS 1
  1067. | #define HAVE_SYS_TYPES_H 1
  1068. | #define HAVE_SYS_STAT_H 1
  1069. | #define HAVE_STDLIB_H 1
  1070. | #define HAVE_STRING_H 1
  1071. | #define HAVE_MEMORY_H 1
  1072. | #define HAVE_STRINGS_H 1
  1073. | #define HAVE_INTTYPES_H 1
  1074. | #define HAVE_STDINT_H 1
  1075. | #define HAVE_UNISTD_H 1
  1076. | #define ENABLE_ASSERTIONS 1
  1077. | #define _GLIBCXX_CONCEPT_CHECKS 1
  1078. | #define SIZEOF_WCHAR_T 4
  1079. | #define HAVE_ICONV 1
  1080. | #define ICONV_CONST
  1081. | #define HAVE_ZLIB_H 1
  1082. | #define HAVE_VISIBILITY 1
  1083. | /* end confdefs.h. */
  1084. | #include <stdio.h>
  1085. | #ifdef HAVE_SYS_TYPES_H
  1086. | # include <sys/types.h>
  1087. | #endif
  1088. | #ifdef HAVE_SYS_STAT_H
  1089. | # include <sys/stat.h>
  1090. | #endif
  1091. | #ifdef STDC_HEADERS
  1092. | # include <stdlib.h>
  1093. | # include <stddef.h>
  1094. | #else
  1095. | # ifdef HAVE_STDLIB_H
  1096. | # include <stdlib.h>
  1097. | # endif
  1098. | #endif
  1099. | #ifdef HAVE_STRING_H
  1100. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1101. | # include <memory.h>
  1102. | # endif
  1103. | # include <string.h>
  1104. | #endif
  1105. | #ifdef HAVE_STRINGS_H
  1106. | # include <strings.h>
  1107. | #endif
  1108. | #ifdef HAVE_INTTYPES_H
  1109. | # include <inttypes.h>
  1110. | #endif
  1111. | #ifdef HAVE_STDINT_H
  1112. | # include <stdint.h>
  1113. | #endif
  1114. | #ifdef HAVE_UNISTD_H
  1115. | # include <unistd.h>
  1116. | #endif
  1117. | int
  1118. | main ()
  1119. | {
  1120. | if (sizeof ((size_t)))
  1121. | return 0;
  1122. | ;
  1123. | return 0;
  1124. | }
  1125. configure:10132: result: yes
  1126. configure:10144: checking for stdint.h
  1127. configure:10161: gcc -c -g -O2 -Wextra -Wall conftest.c >&5
  1128. configure:10161: $? = 0
  1129. configure:10168: result: yes
  1130. configure:10180: checking for working alloca.h
  1131. configure:10197: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1132. configure:10197: $? = 0
  1133. configure:10205: result: yes
  1134. configure:10213: checking for alloca
  1135. configure:10250: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1136. configure:10250: $? = 0
  1137. configure:10258: result: yes
  1138. configure:10374: checking for stdlib.h
  1139. configure:10374: result: yes
  1140. configure:10374: checking for unistd.h
  1141. configure:10374: result: yes
  1142. configure:10374: checking for sys/param.h
  1143. configure:10374: gcc -c -g -O2 -Wextra -Wall conftest.c >&5
  1144. configure:10374: $? = 0
  1145. configure:10374: result: yes
  1146. configure:10395: checking for getpagesize
  1147. configure:10395: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1148. configure:10395: $? = 0
  1149. configure:10395: result: yes
  1150. configure:10404: checking for working mmap
  1151. configure:10551: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1152. configure:10551: $? = 0
  1153. configure:10551: ./conftest
  1154. configure:10551: $? = 0
  1155. configure:10561: result: yes
  1156. configure:10572: checking whether integer division by zero raises SIGFPE
  1157. configure:10629: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1158. conftest.c:54: warning: built-in function 'nan' declared as non-function
  1159. configure:10629: $? = 0
  1160. configure:10629: ./conftest
  1161. configure:10629: $? = 0
  1162. configure:10640: result: yes
  1163. configure:10653: checking for inttypes.h
  1164. configure:10670: gcc -c -g -O2 -Wextra -Wall conftest.c >&5
  1165. configure:10670: $? = 0
  1166. configure:10677: result: yes
  1167. configure:10688: checking for unsigned long long int
  1168. configure:10709: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1169. configure:10709: $? = 0
  1170. configure:10717: result: yes
  1171. configure:10756: checking for inttypes.h
  1172. configure:10756: result: yes
  1173. configure:10767: checking whether the inttypes.h PRIxNN macros are broken
  1174. configure:10788: gcc -c -g -O2 -Wextra -Wall conftest.c >&5
  1175. configure:10788: $? = 0
  1176. configure:10796: result: no
  1177. configure:10859: checking whether imported symbols can be declared weak
  1178. configure:10874: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1179. configure:10874: $? = 0
  1180. configure:10879: result: yes
  1181. configure:10884: checking pthread.h usability
  1182. configure:10884: gcc -c -g -O2 -Wextra -Wall conftest.c >&5
  1183. configure:10884: $? = 0
  1184. configure:10884: result: yes
  1185. configure:10884: checking pthread.h presence
  1186. configure:10884: gcc -E -Wextra -Wall conftest.c
  1187. configure:10884: $? = 0
  1188. configure:10884: result: yes
  1189. configure:10884: checking for pthread.h
  1190. configure:10884: result: yes
  1191. configure:10912: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1192. conftest.c: In function 'main':
  1193. conftest.c:46: warning: null argument where non-null required (argument 1)
  1194. conftest.c:47: warning: null argument where non-null required (argument 1)
  1195. /tmp/ccYXA3K2.o: In function `main':
  1196. /home/liv/Build/lyx-2.0.0alpha6/conftest.c:47: undefined reference to `pthread_mutexattr_init'
  1197. collect2: ld returned 1 exit status
  1198. configure:10912: $? = 1
  1199. configure: failed program was:
  1200. | /* confdefs.h */
  1201. | #define PACKAGE_NAME "LyX"
  1202. | #define PACKAGE_TARNAME "lyx"
  1203. | #define PACKAGE_VERSION "2.0.0alpha6"
  1204. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  1205. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  1206. | #define PACKAGE_URL ""
  1207. | #define USE_POSIX_PACKAGING 1
  1208. | #define PACKAGE "lyx"
  1209. | #define STDC_HEADERS 1
  1210. | #define HAVE_SYS_TYPES_H 1
  1211. | #define HAVE_SYS_STAT_H 1
  1212. | #define HAVE_STDLIB_H 1
  1213. | #define HAVE_STRING_H 1
  1214. | #define HAVE_MEMORY_H 1
  1215. | #define HAVE_STRINGS_H 1
  1216. | #define HAVE_INTTYPES_H 1
  1217. | #define HAVE_STDINT_H 1
  1218. | #define HAVE_UNISTD_H 1
  1219. | #define ENABLE_ASSERTIONS 1
  1220. | #define _GLIBCXX_CONCEPT_CHECKS 1
  1221. | #define SIZEOF_WCHAR_T 4
  1222. | #define HAVE_ICONV 1
  1223. | #define ICONV_CONST
  1224. | #define HAVE_ZLIB_H 1
  1225. | #define HAVE_VISIBILITY 1
  1226. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  1227. | #define HAVE_ALLOCA_H 1
  1228. | #define HAVE_ALLOCA 1
  1229. | #define HAVE_STDLIB_H 1
  1230. | #define HAVE_UNISTD_H 1
  1231. | #define HAVE_SYS_PARAM_H 1
  1232. | #define HAVE_GETPAGESIZE 1
  1233. | #define HAVE_MMAP 1
  1234. | #define INTDIV0_RAISES_SIGFPE 1
  1235. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1236. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1237. | #define HAVE_UNSIGNED_LONG_LONG 1
  1238. | #define HAVE_UINTMAX_T 1
  1239. | #define HAVE_INTTYPES_H 1
  1240. | /* end confdefs.h. */
  1241. | #include <pthread.h>
  1242. | int
  1243. | main ()
  1244. | {
  1245. | pthread_mutex_lock((pthread_mutex_t*)0);
  1246. | pthread_mutexattr_init((pthread_mutexattr_t*)0);
  1247. | ;
  1248. | return 0;
  1249. | }
  1250. configure:10975: checking for pthread_kill in -lpthread
  1251. configure:11000: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lpthread -lz -lX11 >&5
  1252. configure:11000: $? = 0
  1253. configure:11009: result: yes
  1254. configure:11079: checking for pthread_rwlock_t
  1255. configure:11079: gcc -c -g -O2 -Wextra -Wall conftest.c >&5
  1256. configure:11079: $? = 0
  1257. configure:11079: gcc -c -g -O2 -Wextra -Wall conftest.c >&5
  1258. conftest.c: In function 'main':
  1259. conftest.c:49: error: expected expression before ')' token
  1260. configure:11079: $? = 1
  1261. configure: failed program was:
  1262. | /* confdefs.h */
  1263. | #define PACKAGE_NAME "LyX"
  1264. | #define PACKAGE_TARNAME "lyx"
  1265. | #define PACKAGE_VERSION "2.0.0alpha6"
  1266. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  1267. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  1268. | #define PACKAGE_URL ""
  1269. | #define USE_POSIX_PACKAGING 1
  1270. | #define PACKAGE "lyx"
  1271. | #define STDC_HEADERS 1
  1272. | #define HAVE_SYS_TYPES_H 1
  1273. | #define HAVE_SYS_STAT_H 1
  1274. | #define HAVE_STDLIB_H 1
  1275. | #define HAVE_STRING_H 1
  1276. | #define HAVE_MEMORY_H 1
  1277. | #define HAVE_STRINGS_H 1
  1278. | #define HAVE_INTTYPES_H 1
  1279. | #define HAVE_STDINT_H 1
  1280. | #define HAVE_UNISTD_H 1
  1281. | #define ENABLE_ASSERTIONS 1
  1282. | #define _GLIBCXX_CONCEPT_CHECKS 1
  1283. | #define SIZEOF_WCHAR_T 4
  1284. | #define HAVE_ICONV 1
  1285. | #define ICONV_CONST
  1286. | #define HAVE_ZLIB_H 1
  1287. | #define HAVE_VISIBILITY 1
  1288. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  1289. | #define HAVE_ALLOCA_H 1
  1290. | #define HAVE_ALLOCA 1
  1291. | #define HAVE_STDLIB_H 1
  1292. | #define HAVE_UNISTD_H 1
  1293. | #define HAVE_SYS_PARAM_H 1
  1294. | #define HAVE_GETPAGESIZE 1
  1295. | #define HAVE_MMAP 1
  1296. | #define INTDIV0_RAISES_SIGFPE 1
  1297. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1298. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1299. | #define HAVE_UNSIGNED_LONG_LONG 1
  1300. | #define HAVE_UINTMAX_T 1
  1301. | #define HAVE_INTTYPES_H 1
  1302. | #define USE_POSIX_THREADS 1
  1303. | #define USE_POSIX_THREADS_WEAK 1
  1304. | /* end confdefs.h. */
  1305. | #include <pthread.h>
  1306. |
  1307. | int
  1308. | main ()
  1309. | {
  1310. | if (sizeof ((pthread_rwlock_t)))
  1311. | return 0;
  1312. | ;
  1313. | return 0;
  1314. | }
  1315. configure:11079: result: yes
  1316. configure:11104: gcc -c -g -O2 -Wextra -Wall conftest.c >&5
  1317. conftest.c: In function 'main':
  1318. conftest.c:52: error: 'PTHREAD_MUTEX_RECURSIVE' undeclared (first use in this function)
  1319. conftest.c:52: error: (Each undeclared identifier is reported only once
  1320. conftest.c:52: error: for each function it appears in.)
  1321. configure:11104: $? = 1
  1322. configure: failed program was:
  1323. | /* confdefs.h */
  1324. | #define PACKAGE_NAME "LyX"
  1325. | #define PACKAGE_TARNAME "lyx"
  1326. | #define PACKAGE_VERSION "2.0.0alpha6"
  1327. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  1328. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  1329. | #define PACKAGE_URL ""
  1330. | #define USE_POSIX_PACKAGING 1
  1331. | #define PACKAGE "lyx"
  1332. | #define STDC_HEADERS 1
  1333. | #define HAVE_SYS_TYPES_H 1
  1334. | #define HAVE_SYS_STAT_H 1
  1335. | #define HAVE_STDLIB_H 1
  1336. | #define HAVE_STRING_H 1
  1337. | #define HAVE_MEMORY_H 1
  1338. | #define HAVE_STRINGS_H 1
  1339. | #define HAVE_INTTYPES_H 1
  1340. | #define HAVE_STDINT_H 1
  1341. | #define HAVE_UNISTD_H 1
  1342. | #define ENABLE_ASSERTIONS 1
  1343. | #define _GLIBCXX_CONCEPT_CHECKS 1
  1344. | #define SIZEOF_WCHAR_T 4
  1345. | #define HAVE_ICONV 1
  1346. | #define ICONV_CONST
  1347. | #define HAVE_ZLIB_H 1
  1348. | #define HAVE_VISIBILITY 1
  1349. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  1350. | #define HAVE_ALLOCA_H 1
  1351. | #define HAVE_ALLOCA 1
  1352. | #define HAVE_STDLIB_H 1
  1353. | #define HAVE_UNISTD_H 1
  1354. | #define HAVE_SYS_PARAM_H 1
  1355. | #define HAVE_GETPAGESIZE 1
  1356. | #define HAVE_MMAP 1
  1357. | #define INTDIV0_RAISES_SIGFPE 1
  1358. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1359. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1360. | #define HAVE_UNSIGNED_LONG_LONG 1
  1361. | #define HAVE_UINTMAX_T 1
  1362. | #define HAVE_INTTYPES_H 1
  1363. | #define USE_POSIX_THREADS 1
  1364. | #define USE_POSIX_THREADS_WEAK 1
  1365. | #define HAVE_PTHREAD_RWLOCK 1
  1366. | /* end confdefs.h. */
  1367. | #include <pthread.h>
  1368. | int
  1369. | main ()
  1370. | {
  1371. | #if __FreeBSD__ == 4
  1372. | error "No, in FreeBSD 4.0 recursive mutexes actually don't work."
  1373. | #else
  1374. | int x = (int)PTHREAD_MUTEX_RECURSIVE;
  1375. | return !x;
  1376. | #endif
  1377. | ;
  1378. | return 0;
  1379. | }
  1380. configure:11657: checking for multithread API to use
  1381. configure:11659: result: posix
  1382. configure:11687: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1383. configure:11687: $? = 0
  1384. configure:11698: checking argz.h usability
  1385. configure:11698: gcc -c -g -O2 -Wextra -Wall conftest.c >&5
  1386. configure:11698: $? = 0
  1387. configure:11698: result: yes
  1388. configure:11698: checking argz.h presence
  1389. configure:11698: gcc -E -Wextra -Wall conftest.c
  1390. configure:11698: $? = 0
  1391. configure:11698: result: yes
  1392. configure:11698: checking for argz.h
  1393. configure:11698: result: yes
  1394. configure:11698: checking for inttypes.h
  1395. configure:11698: result: yes
  1396. configure:11698: checking limits.h usability
  1397. configure:11698: gcc -c -g -O2 -Wextra -Wall conftest.c >&5
  1398. configure:11698: $? = 0
  1399. configure:11698: result: yes
  1400. configure:11698: checking limits.h presence
  1401. configure:11698: gcc -E -Wextra -Wall conftest.c
  1402. configure:11698: $? = 0
  1403. configure:11698: result: yes
  1404. configure:11698: checking for limits.h
  1405. configure:11698: result: yes
  1406. configure:11698: checking for unistd.h
  1407. configure:11698: result: yes
  1408. configure:11698: checking for sys/param.h
  1409. configure:11698: result: yes
  1410. configure:11714: checking for getcwd
  1411. configure:11714: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1412. configure:11714: $? = 0
  1413. configure:11714: result: yes
  1414. configure:11714: checking for getegid
  1415. configure:11714: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1416. configure:11714: $? = 0
  1417. configure:11714: result: yes
  1418. configure:11714: checking for geteuid
  1419. configure:11714: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1420. configure:11714: $? = 0
  1421. configure:11714: result: yes
  1422. configure:11714: checking for getgid
  1423. configure:11714: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1424. configure:11714: $? = 0
  1425. configure:11714: result: yes
  1426. configure:11714: checking for getuid
  1427. configure:11714: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1428. configure:11714: $? = 0
  1429. configure:11714: result: yes
  1430. configure:11714: checking for mempcpy
  1431. configure:11714: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1432. conftest.c:79: warning: conflicting types for built-in function 'mempcpy'
  1433. configure:11714: $? = 0
  1434. configure:11714: result: yes
  1435. configure:11714: checking for munmap
  1436. configure:11714: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1437. configure:11714: $? = 0
  1438. configure:11714: result: yes
  1439. configure:11714: checking for stpcpy
  1440. configure:11714: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1441. conftest.c:81: warning: conflicting types for built-in function 'stpcpy'
  1442. configure:11714: $? = 0
  1443. configure:11714: result: yes
  1444. configure:11714: checking for strcasecmp
  1445. configure:11714: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1446. conftest.c:82: warning: conflicting types for built-in function 'strcasecmp'
  1447. configure:11714: $? = 0
  1448. configure:11714: result: yes
  1449. configure:11714: checking for strdup
  1450. configure:11714: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1451. conftest.c:83: warning: conflicting types for built-in function 'strdup'
  1452. configure:11714: $? = 0
  1453. configure:11714: result: yes
  1454. configure:11714: checking for strtoul
  1455. configure:11714: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1456. configure:11714: $? = 0
  1457. configure:11714: result: yes
  1458. configure:11714: checking for tsearch
  1459. configure:11714: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1460. configure:11714: $? = 0
  1461. configure:11714: result: yes
  1462. configure:11714: checking for argz_count
  1463. configure:11714: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1464. configure:11714: $? = 0
  1465. configure:11714: result: yes
  1466. configure:11714: checking for argz_stringify
  1467. configure:11714: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1468. configure:11714: $? = 0
  1469. configure:11714: result: yes
  1470. configure:11714: checking for argz_next
  1471. configure:11714: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1472. configure:11714: $? = 0
  1473. configure:11714: result: yes
  1474. configure:11714: checking for __fsetlocking
  1475. configure:11714: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1476. configure:11714: $? = 0
  1477. configure:11714: result: yes
  1478. configure:11726: checking whether feof_unlocked is declared
  1479. configure:11746: gcc -c -g -O2 -Wextra -Wall conftest.c >&5
  1480. conftest.c: In function 'main':
  1481. conftest.c:73: warning: unused variable 'p'
  1482. configure:11746: $? = 0
  1483. configure:11753: result: yes
  1484. configure:11767: checking whether fgets_unlocked is declared
  1485. configure:11787: gcc -c -g -O2 -Wextra -Wall conftest.c >&5
  1486. conftest.c: In function 'main':
  1487. conftest.c:74: error: 'fgets_unlocked' undeclared (first use in this function)
  1488. conftest.c:74: error: (Each undeclared identifier is reported only once
  1489. conftest.c:74: error: for each function it appears in.)
  1490. conftest.c:74: warning: unused variable 'p'
  1491. configure:11787: $? = 1
  1492. configure: failed program was:
  1493. | /* confdefs.h */
  1494. | #define PACKAGE_NAME "LyX"
  1495. | #define PACKAGE_TARNAME "lyx"
  1496. | #define PACKAGE_VERSION "2.0.0alpha6"
  1497. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  1498. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  1499. | #define PACKAGE_URL ""
  1500. | #define USE_POSIX_PACKAGING 1
  1501. | #define PACKAGE "lyx"
  1502. | #define STDC_HEADERS 1
  1503. | #define HAVE_SYS_TYPES_H 1
  1504. | #define HAVE_SYS_STAT_H 1
  1505. | #define HAVE_STDLIB_H 1
  1506. | #define HAVE_STRING_H 1
  1507. | #define HAVE_MEMORY_H 1
  1508. | #define HAVE_STRINGS_H 1
  1509. | #define HAVE_INTTYPES_H 1
  1510. | #define HAVE_STDINT_H 1
  1511. | #define HAVE_UNISTD_H 1
  1512. | #define ENABLE_ASSERTIONS 1
  1513. | #define _GLIBCXX_CONCEPT_CHECKS 1
  1514. | #define SIZEOF_WCHAR_T 4
  1515. | #define HAVE_ICONV 1
  1516. | #define ICONV_CONST
  1517. | #define HAVE_ZLIB_H 1
  1518. | #define HAVE_VISIBILITY 1
  1519. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  1520. | #define HAVE_ALLOCA_H 1
  1521. | #define HAVE_ALLOCA 1
  1522. | #define HAVE_STDLIB_H 1
  1523. | #define HAVE_UNISTD_H 1
  1524. | #define HAVE_SYS_PARAM_H 1
  1525. | #define HAVE_GETPAGESIZE 1
  1526. | #define HAVE_MMAP 1
  1527. | #define INTDIV0_RAISES_SIGFPE 1
  1528. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1529. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1530. | #define HAVE_UNSIGNED_LONG_LONG 1
  1531. | #define HAVE_UINTMAX_T 1
  1532. | #define HAVE_INTTYPES_H 1
  1533. | #define USE_POSIX_THREADS 1
  1534. | #define USE_POSIX_THREADS_WEAK 1
  1535. | #define HAVE_PTHREAD_RWLOCK 1
  1536. | #define HAVE_BUILTIN_EXPECT 1
  1537. | #define HAVE_ARGZ_H 1
  1538. | #define HAVE_INTTYPES_H 1
  1539. | #define HAVE_LIMITS_H 1
  1540. | #define HAVE_UNISTD_H 1
  1541. | #define HAVE_SYS_PARAM_H 1
  1542. | #define HAVE_GETCWD 1
  1543. | #define HAVE_GETEGID 1
  1544. | #define HAVE_GETEUID 1
  1545. | #define HAVE_GETGID 1
  1546. | #define HAVE_GETUID 1
  1547. | #define HAVE_MEMPCPY 1
  1548. | #define HAVE_MUNMAP 1
  1549. | #define HAVE_STPCPY 1
  1550. | #define HAVE_STRCASECMP 1
  1551. | #define HAVE_STRDUP 1
  1552. | #define HAVE_STRTOUL 1
  1553. | #define HAVE_TSEARCH 1
  1554. | #define HAVE_ARGZ_COUNT 1
  1555. | #define HAVE_ARGZ_STRINGIFY 1
  1556. | #define HAVE_ARGZ_NEXT 1
  1557. | #define HAVE___FSETLOCKING 1
  1558. | #define HAVE_DECL_FEOF_UNLOCKED 1
  1559. | /* end confdefs.h. */
  1560. | #include <stdio.h>
  1561. | int
  1562. | main ()
  1563. | {
  1564. |
  1565. | #ifndef fgets_unlocked
  1566. | char *p = (char *) fgets_unlocked;
  1567. | #endif
  1568. |
  1569. | ;
  1570. | return 0;
  1571. | }
  1572. configure:11794: result: no
  1573. configure:11838: checking for iconv
  1574. configure:11892: result: yes
  1575. configure:11913: checking for iconv declaration
  1576. configure:11953: result: install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  1577. configure:11964: checking for NL_LOCALE_NAME macro
  1578. configure:11981: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1579. conftest.c: In function 'main':
  1580. conftest.c:76: warning: unused variable 'cs'
  1581. configure:11981: $? = 0
  1582. configure:11990: result: yes
  1583. configure:12002: checking for bison
  1584. configure:12032: result: no
  1585. configure:12060: checking for long long int
  1586. configure:12083: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1587. configure:12083: $? = 0
  1588. configure:12091: result: yes
  1589. configure:12100: checking for long double
  1590. configure:12132: result: yes
  1591. configure:12141: checking for wchar_t
  1592. configure:12158: gcc -c -g -O2 -Wextra -Wall conftest.c >&5
  1593. configure:12158: $? = 0
  1594. configure:12165: result: yes
  1595. configure:12174: checking for wint_t
  1596. configure:12191: gcc -c -g -O2 -Wextra -Wall conftest.c >&5
  1597. configure:12191: $? = 0
  1598. configure:12198: result: yes
  1599. configure:12209: checking for intmax_t
  1600. configure:12235: gcc -c -g -O2 -Wextra -Wall conftest.c >&5
  1601. configure:12235: $? = 0
  1602. configure:12242: result: yes
  1603. configure:12252: checking whether printf() supports POSIX/XSI format strings
  1604. configure:12293: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1605. configure:12293: $? = 0
  1606. configure:12293: ./conftest
  1607. configure:12293: $? = 0
  1608. configure:12304: result: yes
  1609. configure:12315: checking whether we are using the GNU C Library 2.1 or newer
  1610. configure:12342: result: yes
  1611. configure:12351: checking for stdint.h
  1612. configure:12351: result: yes
  1613. configure:12361: checking for SIZE_MAX
  1614. configure:12435: result: yes
  1615. configure:12450: checking for stdint.h
  1616. configure:12450: result: yes
  1617. configure:12462: checking for CFPreferencesCopyAppValue
  1618. configure:12480: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 -Wl,-framework -Wl,CoreFoundation >&5
  1619. conftest.c:80:42: error: CoreFoundation/CFPreferences.h: No such file or directory
  1620. conftest.c: In function 'main':
  1621. conftest.c:84: warning: implicit declaration of function 'CFPreferencesCopyAppValue'
  1622. conftest.c:84: error: 'NULL' undeclared (first use in this function)
  1623. conftest.c:84: error: (Each undeclared identifier is reported only once
  1624. conftest.c:84: error: for each function it appears in.)
  1625. configure:12480: $? = 1
  1626. configure: failed program was:
  1627. | /* confdefs.h */
  1628. | #define PACKAGE_NAME "LyX"
  1629. | #define PACKAGE_TARNAME "lyx"
  1630. | #define PACKAGE_VERSION "2.0.0alpha6"
  1631. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  1632. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  1633. | #define PACKAGE_URL ""
  1634. | #define USE_POSIX_PACKAGING 1
  1635. | #define PACKAGE "lyx"
  1636. | #define STDC_HEADERS 1
  1637. | #define HAVE_SYS_TYPES_H 1
  1638. | #define HAVE_SYS_STAT_H 1
  1639. | #define HAVE_STDLIB_H 1
  1640. | #define HAVE_STRING_H 1
  1641. | #define HAVE_MEMORY_H 1
  1642. | #define HAVE_STRINGS_H 1
  1643. | #define HAVE_INTTYPES_H 1
  1644. | #define HAVE_STDINT_H 1
  1645. | #define HAVE_UNISTD_H 1
  1646. | #define ENABLE_ASSERTIONS 1
  1647. | #define _GLIBCXX_CONCEPT_CHECKS 1
  1648. | #define SIZEOF_WCHAR_T 4
  1649. | #define HAVE_ICONV 1
  1650. | #define ICONV_CONST
  1651. | #define HAVE_ZLIB_H 1
  1652. | #define HAVE_VISIBILITY 1
  1653. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  1654. | #define HAVE_ALLOCA_H 1
  1655. | #define HAVE_ALLOCA 1
  1656. | #define HAVE_STDLIB_H 1
  1657. | #define HAVE_UNISTD_H 1
  1658. | #define HAVE_SYS_PARAM_H 1
  1659. | #define HAVE_GETPAGESIZE 1
  1660. | #define HAVE_MMAP 1
  1661. | #define INTDIV0_RAISES_SIGFPE 1
  1662. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1663. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1664. | #define HAVE_UNSIGNED_LONG_LONG 1
  1665. | #define HAVE_UINTMAX_T 1
  1666. | #define HAVE_INTTYPES_H 1
  1667. | #define USE_POSIX_THREADS 1
  1668. | #define USE_POSIX_THREADS_WEAK 1
  1669. | #define HAVE_PTHREAD_RWLOCK 1
  1670. | #define HAVE_BUILTIN_EXPECT 1
  1671. | #define HAVE_ARGZ_H 1
  1672. | #define HAVE_INTTYPES_H 1
  1673. | #define HAVE_LIMITS_H 1
  1674. | #define HAVE_UNISTD_H 1
  1675. | #define HAVE_SYS_PARAM_H 1
  1676. | #define HAVE_GETCWD 1
  1677. | #define HAVE_GETEGID 1
  1678. | #define HAVE_GETEUID 1
  1679. | #define HAVE_GETGID 1
  1680. | #define HAVE_GETUID 1
  1681. | #define HAVE_MEMPCPY 1
  1682. | #define HAVE_MUNMAP 1
  1683. | #define HAVE_STPCPY 1
  1684. | #define HAVE_STRCASECMP 1
  1685. | #define HAVE_STRDUP 1
  1686. | #define HAVE_STRTOUL 1
  1687. | #define HAVE_TSEARCH 1
  1688. | #define HAVE_ARGZ_COUNT 1
  1689. | #define HAVE_ARGZ_STRINGIFY 1
  1690. | #define HAVE_ARGZ_NEXT 1
  1691. | #define HAVE___FSETLOCKING 1
  1692. | #define HAVE_DECL_FEOF_UNLOCKED 1
  1693. | #define HAVE_DECL_FGETS_UNLOCKED 0
  1694. | #define HAVE_ICONV 1
  1695. | #define ICONV_CONST
  1696. | #define HAVE_NL_LOCALE_NAME 1
  1697. | #define HAVE_LONG_LONG_INT 1
  1698. | #define HAVE_LONG_DOUBLE 1
  1699. | #define HAVE_WCHAR_T 1
  1700. | #define HAVE_WINT_T 1
  1701. | #define HAVE_INTMAX_T 1
  1702. | #define HAVE_POSIX_PRINTF 1
  1703. | #define HAVE_STDINT_H 1
  1704. | #define HAVE_STDINT_H 1
  1705. | /* end confdefs.h. */
  1706. | #include <CoreFoundation/CFPreferences.h>
  1707. | int
  1708. | main ()
  1709. | {
  1710. | CFPreferencesCopyAppValue(NULL, NULL)
  1711. | ;
  1712. | return 0;
  1713. | }
  1714. configure:12489: result: no
  1715. configure:12496: checking for CFLocaleCopyCurrent
  1716. configure:12514: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 -Wl,-framework -Wl,CoreFoundation >&5
  1717. conftest.c:80:37: error: CoreFoundation/CFLocale.h: No such file or directory
  1718. conftest.c: In function 'main':
  1719. conftest.c:84: warning: implicit declaration of function 'CFLocaleCopyCurrent'
  1720. configure:12514: $? = 1
  1721. configure: failed program was:
  1722. | /* confdefs.h */
  1723. | #define PACKAGE_NAME "LyX"
  1724. | #define PACKAGE_TARNAME "lyx"
  1725. | #define PACKAGE_VERSION "2.0.0alpha6"
  1726. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  1727. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  1728. | #define PACKAGE_URL ""
  1729. | #define USE_POSIX_PACKAGING 1
  1730. | #define PACKAGE "lyx"
  1731. | #define STDC_HEADERS 1
  1732. | #define HAVE_SYS_TYPES_H 1
  1733. | #define HAVE_SYS_STAT_H 1
  1734. | #define HAVE_STDLIB_H 1
  1735. | #define HAVE_STRING_H 1
  1736. | #define HAVE_MEMORY_H 1
  1737. | #define HAVE_STRINGS_H 1
  1738. | #define HAVE_INTTYPES_H 1
  1739. | #define HAVE_STDINT_H 1
  1740. | #define HAVE_UNISTD_H 1
  1741. | #define ENABLE_ASSERTIONS 1
  1742. | #define _GLIBCXX_CONCEPT_CHECKS 1
  1743. | #define SIZEOF_WCHAR_T 4
  1744. | #define HAVE_ICONV 1
  1745. | #define ICONV_CONST
  1746. | #define HAVE_ZLIB_H 1
  1747. | #define HAVE_VISIBILITY 1
  1748. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  1749. | #define HAVE_ALLOCA_H 1
  1750. | #define HAVE_ALLOCA 1
  1751. | #define HAVE_STDLIB_H 1
  1752. | #define HAVE_UNISTD_H 1
  1753. | #define HAVE_SYS_PARAM_H 1
  1754. | #define HAVE_GETPAGESIZE 1
  1755. | #define HAVE_MMAP 1
  1756. | #define INTDIV0_RAISES_SIGFPE 1
  1757. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1758. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1759. | #define HAVE_UNSIGNED_LONG_LONG 1
  1760. | #define HAVE_UINTMAX_T 1
  1761. | #define HAVE_INTTYPES_H 1
  1762. | #define USE_POSIX_THREADS 1
  1763. | #define USE_POSIX_THREADS_WEAK 1
  1764. | #define HAVE_PTHREAD_RWLOCK 1
  1765. | #define HAVE_BUILTIN_EXPECT 1
  1766. | #define HAVE_ARGZ_H 1
  1767. | #define HAVE_INTTYPES_H 1
  1768. | #define HAVE_LIMITS_H 1
  1769. | #define HAVE_UNISTD_H 1
  1770. | #define HAVE_SYS_PARAM_H 1
  1771. | #define HAVE_GETCWD 1
  1772. | #define HAVE_GETEGID 1
  1773. | #define HAVE_GETEUID 1
  1774. | #define HAVE_GETGID 1
  1775. | #define HAVE_GETUID 1
  1776. | #define HAVE_MEMPCPY 1
  1777. | #define HAVE_MUNMAP 1
  1778. | #define HAVE_STPCPY 1
  1779. | #define HAVE_STRCASECMP 1
  1780. | #define HAVE_STRDUP 1
  1781. | #define HAVE_STRTOUL 1
  1782. | #define HAVE_TSEARCH 1
  1783. | #define HAVE_ARGZ_COUNT 1
  1784. | #define HAVE_ARGZ_STRINGIFY 1
  1785. | #define HAVE_ARGZ_NEXT 1
  1786. | #define HAVE___FSETLOCKING 1
  1787. | #define HAVE_DECL_FEOF_UNLOCKED 1
  1788. | #define HAVE_DECL_FGETS_UNLOCKED 0
  1789. | #define HAVE_ICONV 1
  1790. | #define ICONV_CONST
  1791. | #define HAVE_NL_LOCALE_NAME 1
  1792. | #define HAVE_LONG_LONG_INT 1
  1793. | #define HAVE_LONG_DOUBLE 1
  1794. | #define HAVE_WCHAR_T 1
  1795. | #define HAVE_WINT_T 1
  1796. | #define HAVE_INTMAX_T 1
  1797. | #define HAVE_POSIX_PRINTF 1
  1798. | #define HAVE_STDINT_H 1
  1799. | #define HAVE_STDINT_H 1
  1800. | /* end confdefs.h. */
  1801. | #include <CoreFoundation/CFLocale.h>
  1802. | int
  1803. | main ()
  1804. | {
  1805. | CFLocaleCopyCurrent();
  1806. | ;
  1807. | return 0;
  1808. | }
  1809. configure:12523: result: no
  1810. configure:12541: checking for ptrdiff_t
  1811. configure:12541: gcc -c -g -O2 -Wextra -Wall conftest.c >&5
  1812. configure:12541: $? = 0
  1813. configure:12541: gcc -c -g -O2 -Wextra -Wall conftest.c >&5
  1814. conftest.c: In function 'main':
  1815. conftest.c:116: error: expected expression before ')' token
  1816. configure:12541: $? = 1
  1817. configure: failed program was:
  1818. | /* confdefs.h */
  1819. | #define PACKAGE_NAME "LyX"
  1820. | #define PACKAGE_TARNAME "lyx"
  1821. | #define PACKAGE_VERSION "2.0.0alpha6"
  1822. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  1823. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  1824. | #define PACKAGE_URL ""
  1825. | #define USE_POSIX_PACKAGING 1
  1826. | #define PACKAGE "lyx"
  1827. | #define STDC_HEADERS 1
  1828. | #define HAVE_SYS_TYPES_H 1
  1829. | #define HAVE_SYS_STAT_H 1
  1830. | #define HAVE_STDLIB_H 1
  1831. | #define HAVE_STRING_H 1
  1832. | #define HAVE_MEMORY_H 1
  1833. | #define HAVE_STRINGS_H 1
  1834. | #define HAVE_INTTYPES_H 1
  1835. | #define HAVE_STDINT_H 1
  1836. | #define HAVE_UNISTD_H 1
  1837. | #define ENABLE_ASSERTIONS 1
  1838. | #define _GLIBCXX_CONCEPT_CHECKS 1
  1839. | #define SIZEOF_WCHAR_T 4
  1840. | #define HAVE_ICONV 1
  1841. | #define ICONV_CONST
  1842. | #define HAVE_ZLIB_H 1
  1843. | #define HAVE_VISIBILITY 1
  1844. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  1845. | #define HAVE_ALLOCA_H 1
  1846. | #define HAVE_ALLOCA 1
  1847. | #define HAVE_STDLIB_H 1
  1848. | #define HAVE_UNISTD_H 1
  1849. | #define HAVE_SYS_PARAM_H 1
  1850. | #define HAVE_GETPAGESIZE 1
  1851. | #define HAVE_MMAP 1
  1852. | #define INTDIV0_RAISES_SIGFPE 1
  1853. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1854. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1855. | #define HAVE_UNSIGNED_LONG_LONG 1
  1856. | #define HAVE_UINTMAX_T 1
  1857. | #define HAVE_INTTYPES_H 1
  1858. | #define USE_POSIX_THREADS 1
  1859. | #define USE_POSIX_THREADS_WEAK 1
  1860. | #define HAVE_PTHREAD_RWLOCK 1
  1861. | #define HAVE_BUILTIN_EXPECT 1
  1862. | #define HAVE_ARGZ_H 1
  1863. | #define HAVE_INTTYPES_H 1
  1864. | #define HAVE_LIMITS_H 1
  1865. | #define HAVE_UNISTD_H 1
  1866. | #define HAVE_SYS_PARAM_H 1
  1867. | #define HAVE_GETCWD 1
  1868. | #define HAVE_GETEGID 1
  1869. | #define HAVE_GETEUID 1
  1870. | #define HAVE_GETGID 1
  1871. | #define HAVE_GETUID 1
  1872. | #define HAVE_MEMPCPY 1
  1873. | #define HAVE_MUNMAP 1
  1874. | #define HAVE_STPCPY 1
  1875. | #define HAVE_STRCASECMP 1
  1876. | #define HAVE_STRDUP 1
  1877. | #define HAVE_STRTOUL 1
  1878. | #define HAVE_TSEARCH 1
  1879. | #define HAVE_ARGZ_COUNT 1
  1880. | #define HAVE_ARGZ_STRINGIFY 1
  1881. | #define HAVE_ARGZ_NEXT 1
  1882. | #define HAVE___FSETLOCKING 1
  1883. | #define HAVE_DECL_FEOF_UNLOCKED 1
  1884. | #define HAVE_DECL_FGETS_UNLOCKED 0
  1885. | #define HAVE_ICONV 1
  1886. | #define ICONV_CONST
  1887. | #define HAVE_NL_LOCALE_NAME 1
  1888. | #define HAVE_LONG_LONG_INT 1
  1889. | #define HAVE_LONG_DOUBLE 1
  1890. | #define HAVE_WCHAR_T 1
  1891. | #define HAVE_WINT_T 1
  1892. | #define HAVE_INTMAX_T 1
  1893. | #define HAVE_POSIX_PRINTF 1
  1894. | #define HAVE_STDINT_H 1
  1895. | #define HAVE_STDINT_H 1
  1896. | /* end confdefs.h. */
  1897. | #include <stdio.h>
  1898. | #ifdef HAVE_SYS_TYPES_H
  1899. | # include <sys/types.h>
  1900. | #endif
  1901. | #ifdef HAVE_SYS_STAT_H
  1902. | # include <sys/stat.h>
  1903. | #endif
  1904. | #ifdef STDC_HEADERS
  1905. | # include <stdlib.h>
  1906. | # include <stddef.h>
  1907. | #else
  1908. | # ifdef HAVE_STDLIB_H
  1909. | # include <stdlib.h>
  1910. | # endif
  1911. | #endif
  1912. | #ifdef HAVE_STRING_H
  1913. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1914. | # include <memory.h>
  1915. | # endif
  1916. | # include <string.h>
  1917. | #endif
  1918. | #ifdef HAVE_STRINGS_H
  1919. | # include <strings.h>
  1920. | #endif
  1921. | #ifdef HAVE_INTTYPES_H
  1922. | # include <inttypes.h>
  1923. | #endif
  1924. | #ifdef HAVE_STDINT_H
  1925. | # include <stdint.h>
  1926. | #endif
  1927. | #ifdef HAVE_UNISTD_H
  1928. | # include <unistd.h>
  1929. | #endif
  1930. | int
  1931. | main ()
  1932. | {
  1933. | if (sizeof ((ptrdiff_t)))
  1934. | return 0;
  1935. | ;
  1936. | return 0;
  1937. | }
  1938. configure:12541: result: yes
  1939. configure:12554: checking stddef.h usability
  1940. configure:12554: gcc -c -g -O2 -Wextra -Wall conftest.c >&5
  1941. configure:12554: $? = 0
  1942. configure:12554: result: yes
  1943. configure:12554: checking stddef.h presence
  1944. configure:12554: gcc -E -Wextra -Wall conftest.c
  1945. configure:12554: $? = 0
  1946. configure:12554: result: yes
  1947. configure:12554: checking for stddef.h
  1948. configure:12554: result: yes
  1949. configure:12554: checking for stdlib.h
  1950. configure:12554: result: yes
  1951. configure:12554: checking for string.h
  1952. configure:12554: result: yes
  1953. configure:12568: checking for asprintf
  1954. configure:12568: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1955. configure:12568: $? = 0
  1956. configure:12568: result: yes
  1957. configure:12568: checking for fwprintf
  1958. configure:12568: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1959. configure:12568: $? = 0
  1960. configure:12568: result: yes
  1961. configure:12568: checking for putenv
  1962. configure:12568: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1963. configure:12568: $? = 0
  1964. configure:12568: result: yes
  1965. configure:12568: checking for setenv
  1966. configure:12568: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1967. configure:12568: $? = 0
  1968. configure:12568: result: yes
  1969. configure:12568: checking for setlocale
  1970. configure:12568: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1971. configure:12568: $? = 0
  1972. configure:12568: result: yes
  1973. configure:12568: checking for snprintf
  1974. configure:12568: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1975. conftest.c:111: warning: conflicting types for built-in function 'snprintf'
  1976. configure:12568: $? = 0
  1977. configure:12568: result: yes
  1978. configure:12568: checking for wcslen
  1979. configure:12568: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  1980. configure:12568: $? = 0
  1981. configure:12568: result: yes
  1982. configure:12580: checking whether _snprintf is declared
  1983. configure:12600: gcc -c -g -O2 -Wextra -Wall conftest.c >&5
  1984. conftest.c: In function 'main':
  1985. conftest.c:96: error: '_snprintf' undeclared (first use in this function)
  1986. conftest.c:96: error: (Each undeclared identifier is reported only once
  1987. conftest.c:96: error: for each function it appears in.)
  1988. conftest.c:96: warning: unused variable 'p'
  1989. configure:12600: $? = 1
  1990. configure: failed program was:
  1991. | /* confdefs.h */
  1992. | #define PACKAGE_NAME "LyX"
  1993. | #define PACKAGE_TARNAME "lyx"
  1994. | #define PACKAGE_VERSION "2.0.0alpha6"
  1995. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  1996. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  1997. | #define PACKAGE_URL ""
  1998. | #define USE_POSIX_PACKAGING 1
  1999. | #define PACKAGE "lyx"
  2000. | #define STDC_HEADERS 1
  2001. | #define HAVE_SYS_TYPES_H 1
  2002. | #define HAVE_SYS_STAT_H 1
  2003. | #define HAVE_STDLIB_H 1
  2004. | #define HAVE_STRING_H 1
  2005. | #define HAVE_MEMORY_H 1
  2006. | #define HAVE_STRINGS_H 1
  2007. | #define HAVE_INTTYPES_H 1
  2008. | #define HAVE_STDINT_H 1
  2009. | #define HAVE_UNISTD_H 1
  2010. | #define ENABLE_ASSERTIONS 1
  2011. | #define _GLIBCXX_CONCEPT_CHECKS 1
  2012. | #define SIZEOF_WCHAR_T 4
  2013. | #define HAVE_ICONV 1
  2014. | #define ICONV_CONST
  2015. | #define HAVE_ZLIB_H 1
  2016. | #define HAVE_VISIBILITY 1
  2017. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  2018. | #define HAVE_ALLOCA_H 1
  2019. | #define HAVE_ALLOCA 1
  2020. | #define HAVE_STDLIB_H 1
  2021. | #define HAVE_UNISTD_H 1
  2022. | #define HAVE_SYS_PARAM_H 1
  2023. | #define HAVE_GETPAGESIZE 1
  2024. | #define HAVE_MMAP 1
  2025. | #define INTDIV0_RAISES_SIGFPE 1
  2026. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  2027. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2028. | #define HAVE_UNSIGNED_LONG_LONG 1
  2029. | #define HAVE_UINTMAX_T 1
  2030. | #define HAVE_INTTYPES_H 1
  2031. | #define USE_POSIX_THREADS 1
  2032. | #define USE_POSIX_THREADS_WEAK 1
  2033. | #define HAVE_PTHREAD_RWLOCK 1
  2034. | #define HAVE_BUILTIN_EXPECT 1
  2035. | #define HAVE_ARGZ_H 1
  2036. | #define HAVE_INTTYPES_H 1
  2037. | #define HAVE_LIMITS_H 1
  2038. | #define HAVE_UNISTD_H 1
  2039. | #define HAVE_SYS_PARAM_H 1
  2040. | #define HAVE_GETCWD 1
  2041. | #define HAVE_GETEGID 1
  2042. | #define HAVE_GETEUID 1
  2043. | #define HAVE_GETGID 1
  2044. | #define HAVE_GETUID 1
  2045. | #define HAVE_MEMPCPY 1
  2046. | #define HAVE_MUNMAP 1
  2047. | #define HAVE_STPCPY 1
  2048. | #define HAVE_STRCASECMP 1
  2049. | #define HAVE_STRDUP 1
  2050. | #define HAVE_STRTOUL 1
  2051. | #define HAVE_TSEARCH 1
  2052. | #define HAVE_ARGZ_COUNT 1
  2053. | #define HAVE_ARGZ_STRINGIFY 1
  2054. | #define HAVE_ARGZ_NEXT 1
  2055. | #define HAVE___FSETLOCKING 1
  2056. | #define HAVE_DECL_FEOF_UNLOCKED 1
  2057. | #define HAVE_DECL_FGETS_UNLOCKED 0
  2058. | #define HAVE_ICONV 1
  2059. | #define ICONV_CONST
  2060. | #define HAVE_NL_LOCALE_NAME 1
  2061. | #define HAVE_LONG_LONG_INT 1
  2062. | #define HAVE_LONG_DOUBLE 1
  2063. | #define HAVE_WCHAR_T 1
  2064. | #define HAVE_WINT_T 1
  2065. | #define HAVE_INTMAX_T 1
  2066. | #define HAVE_POSIX_PRINTF 1
  2067. | #define HAVE_STDINT_H 1
  2068. | #define HAVE_STDINT_H 1
  2069. | #define HAVE_STDDEF_H 1
  2070. | #define HAVE_STDLIB_H 1
  2071. | #define HAVE_STRING_H 1
  2072. | #define HAVE_ASPRINTF 1
  2073. | #define HAVE_FWPRINTF 1
  2074. | #define HAVE_PUTENV 1
  2075. | #define HAVE_SETENV 1
  2076. | #define HAVE_SETLOCALE 1
  2077. | #define HAVE_SNPRINTF 1
  2078. | #define HAVE_WCSLEN 1
  2079. | /* end confdefs.h. */
  2080. | #include <stdio.h>
  2081. | int
  2082. | main ()
  2083. | {
  2084. |
  2085. | #ifndef _snprintf
  2086. | char *p = (char *) _snprintf;
  2087. | #endif
  2088. |
  2089. | ;
  2090. | return 0;
  2091. | }
  2092. configure:12607: result: no
  2093. configure:12621: checking whether _snwprintf is declared
  2094. configure:12641: gcc -c -g -O2 -Wextra -Wall conftest.c >&5
  2095. conftest.c: In function 'main':
  2096. conftest.c:97: error: '_snwprintf' undeclared (first use in this function)
  2097. conftest.c:97: error: (Each undeclared identifier is reported only once
  2098. conftest.c:97: error: for each function it appears in.)
  2099. conftest.c:97: warning: unused variable 'p'
  2100. configure:12641: $? = 1
  2101. configure: failed program was:
  2102. | /* confdefs.h */
  2103. | #define PACKAGE_NAME "LyX"
  2104. | #define PACKAGE_TARNAME "lyx"
  2105. | #define PACKAGE_VERSION "2.0.0alpha6"
  2106. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  2107. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  2108. | #define PACKAGE_URL ""
  2109. | #define USE_POSIX_PACKAGING 1
  2110. | #define PACKAGE "lyx"
  2111. | #define STDC_HEADERS 1
  2112. | #define HAVE_SYS_TYPES_H 1
  2113. | #define HAVE_SYS_STAT_H 1
  2114. | #define HAVE_STDLIB_H 1
  2115. | #define HAVE_STRING_H 1
  2116. | #define HAVE_MEMORY_H 1
  2117. | #define HAVE_STRINGS_H 1
  2118. | #define HAVE_INTTYPES_H 1
  2119. | #define HAVE_STDINT_H 1
  2120. | #define HAVE_UNISTD_H 1
  2121. | #define ENABLE_ASSERTIONS 1
  2122. | #define _GLIBCXX_CONCEPT_CHECKS 1
  2123. | #define SIZEOF_WCHAR_T 4
  2124. | #define HAVE_ICONV 1
  2125. | #define ICONV_CONST
  2126. | #define HAVE_ZLIB_H 1
  2127. | #define HAVE_VISIBILITY 1
  2128. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  2129. | #define HAVE_ALLOCA_H 1
  2130. | #define HAVE_ALLOCA 1
  2131. | #define HAVE_STDLIB_H 1
  2132. | #define HAVE_UNISTD_H 1
  2133. | #define HAVE_SYS_PARAM_H 1
  2134. | #define HAVE_GETPAGESIZE 1
  2135. | #define HAVE_MMAP 1
  2136. | #define INTDIV0_RAISES_SIGFPE 1
  2137. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  2138. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2139. | #define HAVE_UNSIGNED_LONG_LONG 1
  2140. | #define HAVE_UINTMAX_T 1
  2141. | #define HAVE_INTTYPES_H 1
  2142. | #define USE_POSIX_THREADS 1
  2143. | #define USE_POSIX_THREADS_WEAK 1
  2144. | #define HAVE_PTHREAD_RWLOCK 1
  2145. | #define HAVE_BUILTIN_EXPECT 1
  2146. | #define HAVE_ARGZ_H 1
  2147. | #define HAVE_INTTYPES_H 1
  2148. | #define HAVE_LIMITS_H 1
  2149. | #define HAVE_UNISTD_H 1
  2150. | #define HAVE_SYS_PARAM_H 1
  2151. | #define HAVE_GETCWD 1
  2152. | #define HAVE_GETEGID 1
  2153. | #define HAVE_GETEUID 1
  2154. | #define HAVE_GETGID 1
  2155. | #define HAVE_GETUID 1
  2156. | #define HAVE_MEMPCPY 1
  2157. | #define HAVE_MUNMAP 1
  2158. | #define HAVE_STPCPY 1
  2159. | #define HAVE_STRCASECMP 1
  2160. | #define HAVE_STRDUP 1
  2161. | #define HAVE_STRTOUL 1
  2162. | #define HAVE_TSEARCH 1
  2163. | #define HAVE_ARGZ_COUNT 1
  2164. | #define HAVE_ARGZ_STRINGIFY 1
  2165. | #define HAVE_ARGZ_NEXT 1
  2166. | #define HAVE___FSETLOCKING 1
  2167. | #define HAVE_DECL_FEOF_UNLOCKED 1
  2168. | #define HAVE_DECL_FGETS_UNLOCKED 0
  2169. | #define HAVE_ICONV 1
  2170. | #define ICONV_CONST
  2171. | #define HAVE_NL_LOCALE_NAME 1
  2172. | #define HAVE_LONG_LONG_INT 1
  2173. | #define HAVE_LONG_DOUBLE 1
  2174. | #define HAVE_WCHAR_T 1
  2175. | #define HAVE_WINT_T 1
  2176. | #define HAVE_INTMAX_T 1
  2177. | #define HAVE_POSIX_PRINTF 1
  2178. | #define HAVE_STDINT_H 1
  2179. | #define HAVE_STDINT_H 1
  2180. | #define HAVE_STDDEF_H 1
  2181. | #define HAVE_STDLIB_H 1
  2182. | #define HAVE_STRING_H 1
  2183. | #define HAVE_ASPRINTF 1
  2184. | #define HAVE_FWPRINTF 1
  2185. | #define HAVE_PUTENV 1
  2186. | #define HAVE_SETENV 1
  2187. | #define HAVE_SETLOCALE 1
  2188. | #define HAVE_SNPRINTF 1
  2189. | #define HAVE_WCSLEN 1
  2190. | #define HAVE_DECL__SNPRINTF 0
  2191. | /* end confdefs.h. */
  2192. | #include <stdio.h>
  2193. | int
  2194. | main ()
  2195. | {
  2196. |
  2197. | #ifndef _snwprintf
  2198. | char *p = (char *) _snwprintf;
  2199. | #endif
  2200. |
  2201. | ;
  2202. | return 0;
  2203. | }
  2204. configure:12648: result: no
  2205. configure:12663: checking whether getc_unlocked is declared
  2206. configure:12683: gcc -c -g -O2 -Wextra -Wall conftest.c >&5
  2207. conftest.c: In function 'main':
  2208. conftest.c:98: warning: unused variable 'p'
  2209. configure:12683: $? = 0
  2210. configure:12690: result: yes
  2211. configure:12729: checking for nl_langinfo and CODESET
  2212. configure:12745: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  2213. configure:12745: $? = 0
  2214. configure:12754: result: yes
  2215. configure:12763: checking for LC_MESSAGES
  2216. configure:12779: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  2217. configure:12779: $? = 0
  2218. configure:12787: result: yes
  2219. configure:12831: checking for CFPreferencesCopyAppValue
  2220. configure:12858: result: no
  2221. configure:12865: checking for CFLocaleCopyCurrent
  2222. configure:12892: result: no
  2223. configure:12927: checking whether included gettext is requested
  2224. configure:12937: result: no
  2225. configure:12960: checking for GNU gettext in libc
  2226. configure:12980: gcc -o conftest -g -O2 -Wextra -Wall conftest.c -lz -lX11 >&5
  2227. configure:12980: $? = 0
  2228. configure:12989: result: yes
  2229. configure:13510: checking whether to use NLS
  2230. configure:13512: result: yes
  2231. configure:13515: checking where the gettext function comes from
  2232. configure:13526: result: libc
  2233. configure:13622: checking whether sys/types.h defines makedev
  2234. configure:13638: g++ -o conftest -g -O2 -Wextra -Wall conftest.cpp -lz -lX11 >&5
  2235. configure:13638: $? = 0
  2236. configure:13647: result: yes
  2237. configure:13675: checking sys/time.h usability
  2238. configure:13675: g++ -c -g -O2 -Wextra -Wall conftest.cpp >&5
  2239. configure:13675: $? = 0
  2240. configure:13675: result: yes
  2241. configure:13675: checking sys/time.h presence
  2242. configure:13675: g++ -E -Wextra -Wall conftest.cpp
  2243. configure:13675: $? = 0
  2244. configure:13675: result: yes
  2245. configure:13675: checking for sys/time.h
  2246. configure:13675: result: yes
  2247. configure:13675: checking for sys/types.h
  2248. configure:13675: result: yes
  2249. configure:13675: checking sys/select.h usability
  2250. configure:13675: g++ -c -g -O2 -Wextra -Wall conftest.cpp >&5
  2251. configure:13675: $? = 0
  2252. configure:13675: result: yes
  2253. configure:13675: checking sys/select.h presence
  2254. configure:13675: g++ -E -Wextra -Wall conftest.cpp
  2255. configure:13675: $? = 0
  2256. configure:13675: result: yes
  2257. configure:13675: checking for sys/select.h
  2258. configure:13675: result: yes
  2259. configure:13675: checking locale.h usability
  2260. configure:13675: g++ -c -g -O2 -Wextra -Wall conftest.cpp >&5
  2261. configure:13675: $? = 0
  2262. configure:13675: result: yes
  2263. configure:13675: checking locale.h presence
  2264. configure:13675: g++ -E -Wextra -Wall conftest.cpp
  2265. configure:13675: $? = 0
  2266. configure:13675: result: yes
  2267. configure:13675: checking for locale.h
  2268. configure:13675: result: yes
  2269. configure:13675: checking utime.h usability
  2270. configure:13675: g++ -c -g -O2 -Wextra -Wall conftest.cpp >&5
  2271. configure:13675: $? = 0
  2272. configure:13675: result: yes
  2273. configure:13675: checking utime.h presence
  2274. configure:13675: g++ -E -Wextra -Wall conftest.cpp
  2275. configure:13675: $? = 0
  2276. configure:13675: result: yes
  2277. configure:13675: checking for utime.h
  2278. configure:13675: result: yes
  2279. configure:13675: checking sys/utime.h usability
  2280. configure:13675: g++ -c -g -O2 -Wextra -Wall conftest.cpp >&5
  2281. conftest.cpp:136:23: error: sys/utime.h: No such file or directory
  2282. configure:13675: $? = 1
  2283. configure: failed program was:
  2284. | /* confdefs.h */
  2285. | #define PACKAGE_NAME "LyX"
  2286. | #define PACKAGE_TARNAME "lyx"
  2287. | #define PACKAGE_VERSION "2.0.0alpha6"
  2288. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  2289. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  2290. | #define PACKAGE_URL ""
  2291. | #define USE_POSIX_PACKAGING 1
  2292. | #define PACKAGE "lyx"
  2293. | #define STDC_HEADERS 1
  2294. | #define HAVE_SYS_TYPES_H 1
  2295. | #define HAVE_SYS_STAT_H 1
  2296. | #define HAVE_STDLIB_H 1
  2297. | #define HAVE_STRING_H 1
  2298. | #define HAVE_MEMORY_H 1
  2299. | #define HAVE_STRINGS_H 1
  2300. | #define HAVE_INTTYPES_H 1
  2301. | #define HAVE_STDINT_H 1
  2302. | #define HAVE_UNISTD_H 1
  2303. | #define ENABLE_ASSERTIONS 1
  2304. | #define _GLIBCXX_CONCEPT_CHECKS 1
  2305. | #define SIZEOF_WCHAR_T 4
  2306. | #define HAVE_ICONV 1
  2307. | #define ICONV_CONST
  2308. | #define HAVE_ZLIB_H 1
  2309. | #define HAVE_VISIBILITY 1
  2310. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  2311. | #define HAVE_ALLOCA_H 1
  2312. | #define HAVE_ALLOCA 1
  2313. | #define HAVE_STDLIB_H 1
  2314. | #define HAVE_UNISTD_H 1
  2315. | #define HAVE_SYS_PARAM_H 1
  2316. | #define HAVE_GETPAGESIZE 1
  2317. | #define HAVE_MMAP 1
  2318. | #define INTDIV0_RAISES_SIGFPE 1
  2319. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  2320. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2321. | #define HAVE_UNSIGNED_LONG_LONG 1
  2322. | #define HAVE_UINTMAX_T 1
  2323. | #define HAVE_INTTYPES_H 1
  2324. | #define USE_POSIX_THREADS 1
  2325. | #define USE_POSIX_THREADS_WEAK 1
  2326. | #define HAVE_PTHREAD_RWLOCK 1
  2327. | #define HAVE_BUILTIN_EXPECT 1
  2328. | #define HAVE_ARGZ_H 1
  2329. | #define HAVE_INTTYPES_H 1
  2330. | #define HAVE_LIMITS_H 1
  2331. | #define HAVE_UNISTD_H 1
  2332. | #define HAVE_SYS_PARAM_H 1
  2333. | #define HAVE_GETCWD 1
  2334. | #define HAVE_GETEGID 1
  2335. | #define HAVE_GETEUID 1
  2336. | #define HAVE_GETGID 1
  2337. | #define HAVE_GETUID 1
  2338. | #define HAVE_MEMPCPY 1
  2339. | #define HAVE_MUNMAP 1
  2340. | #define HAVE_STPCPY 1
  2341. | #define HAVE_STRCASECMP 1
  2342. | #define HAVE_STRDUP 1
  2343. | #define HAVE_STRTOUL 1
  2344. | #define HAVE_TSEARCH 1
  2345. | #define HAVE_ARGZ_COUNT 1
  2346. | #define HAVE_ARGZ_STRINGIFY 1
  2347. | #define HAVE_ARGZ_NEXT 1
  2348. | #define HAVE___FSETLOCKING 1
  2349. | #define HAVE_DECL_FEOF_UNLOCKED 1
  2350. | #define HAVE_DECL_FGETS_UNLOCKED 0
  2351. | #define HAVE_ICONV 1
  2352. | #define ICONV_CONST
  2353. | #define HAVE_NL_LOCALE_NAME 1
  2354. | #define HAVE_LONG_LONG_INT 1
  2355. | #define HAVE_LONG_DOUBLE 1
  2356. | #define HAVE_WCHAR_T 1
  2357. | #define HAVE_WINT_T 1
  2358. | #define HAVE_INTMAX_T 1
  2359. | #define HAVE_POSIX_PRINTF 1
  2360. | #define HAVE_STDINT_H 1
  2361. | #define HAVE_STDINT_H 1
  2362. | #define HAVE_STDDEF_H 1
  2363. | #define HAVE_STDLIB_H 1
  2364. | #define HAVE_STRING_H 1
  2365. | #define HAVE_ASPRINTF 1
  2366. | #define HAVE_FWPRINTF 1
  2367. | #define HAVE_PUTENV 1
  2368. | #define HAVE_SETENV 1
  2369. | #define HAVE_SETLOCALE 1
  2370. | #define HAVE_SNPRINTF 1
  2371. | #define HAVE_WCSLEN 1
  2372. | #define HAVE_DECL__SNPRINTF 0
  2373. | #define HAVE_DECL__SNWPRINTF 0
  2374. | #define HAVE_DECL_GETC_UNLOCKED 1
  2375. | #define HAVE_LANGINFO_CODESET 1
  2376. | #define HAVE_LC_MESSAGES 1
  2377. | #define ENABLE_NLS 1
  2378. | #define HAVE_GETTEXT 1
  2379. | #define HAVE_DCGETTEXT 1
  2380. | #define HAVE_SYS_TIME_H 1
  2381. | #define HAVE_SYS_TYPES_H 1
  2382. | #define HAVE_SYS_SELECT_H 1
  2383. | #define HAVE_LOCALE_H 1
  2384. | #define HAVE_UTIME_H 1
  2385. | /* end confdefs.h. */
  2386. | #include <stdio.h>
  2387. | #ifdef HAVE_SYS_TYPES_H
  2388. | # include <sys/types.h>
  2389. | #endif
  2390. | #ifdef HAVE_SYS_STAT_H
  2391. | # include <sys/stat.h>
  2392. | #endif
  2393. | #ifdef STDC_HEADERS
  2394. | # include <stdlib.h>
  2395. | # include <stddef.h>
  2396. | #else
  2397. | # ifdef HAVE_STDLIB_H
  2398. | # include <stdlib.h>
  2399. | # endif
  2400. | #endif
  2401. | #ifdef HAVE_STRING_H
  2402. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2403. | # include <memory.h>
  2404. | # endif
  2405. | # include <string.h>
  2406. | #endif
  2407. | #ifdef HAVE_STRINGS_H
  2408. | # include <strings.h>
  2409. | #endif
  2410. | #ifdef HAVE_INTTYPES_H
  2411. | # include <inttypes.h>
  2412. | #endif
  2413. | #ifdef HAVE_STDINT_H
  2414. | # include <stdint.h>
  2415. | #endif
  2416. | #ifdef HAVE_UNISTD_H
  2417. | # include <unistd.h>
  2418. | #endif
  2419. | #include <sys/utime.h>
  2420. configure:13675: result: no
  2421. configure:13675: checking sys/utime.h presence
  2422. configure:13675: g++ -E -Wextra -Wall conftest.cpp
  2423. conftest.cpp:103:23: error: sys/utime.h: No such file or directory
  2424. configure:13675: $? = 1
  2425. configure: failed program was:
  2426. | /* confdefs.h */
  2427. | #define PACKAGE_NAME "LyX"
  2428. | #define PACKAGE_TARNAME "lyx"
  2429. | #define PACKAGE_VERSION "2.0.0alpha6"
  2430. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  2431. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  2432. | #define PACKAGE_URL ""
  2433. | #define USE_POSIX_PACKAGING 1
  2434. | #define PACKAGE "lyx"
  2435. | #define STDC_HEADERS 1
  2436. | #define HAVE_SYS_TYPES_H 1
  2437. | #define HAVE_SYS_STAT_H 1
  2438. | #define HAVE_STDLIB_H 1
  2439. | #define HAVE_STRING_H 1
  2440. | #define HAVE_MEMORY_H 1
  2441. | #define HAVE_STRINGS_H 1
  2442. | #define HAVE_INTTYPES_H 1
  2443. | #define HAVE_STDINT_H 1
  2444. | #define HAVE_UNISTD_H 1
  2445. | #define ENABLE_ASSERTIONS 1
  2446. | #define _GLIBCXX_CONCEPT_CHECKS 1
  2447. | #define SIZEOF_WCHAR_T 4
  2448. | #define HAVE_ICONV 1
  2449. | #define ICONV_CONST
  2450. | #define HAVE_ZLIB_H 1
  2451. | #define HAVE_VISIBILITY 1
  2452. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  2453. | #define HAVE_ALLOCA_H 1
  2454. | #define HAVE_ALLOCA 1
  2455. | #define HAVE_STDLIB_H 1
  2456. | #define HAVE_UNISTD_H 1
  2457. | #define HAVE_SYS_PARAM_H 1
  2458. | #define HAVE_GETPAGESIZE 1
  2459. | #define HAVE_MMAP 1
  2460. | #define INTDIV0_RAISES_SIGFPE 1
  2461. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  2462. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2463. | #define HAVE_UNSIGNED_LONG_LONG 1
  2464. | #define HAVE_UINTMAX_T 1
  2465. | #define HAVE_INTTYPES_H 1
  2466. | #define USE_POSIX_THREADS 1
  2467. | #define USE_POSIX_THREADS_WEAK 1
  2468. | #define HAVE_PTHREAD_RWLOCK 1
  2469. | #define HAVE_BUILTIN_EXPECT 1
  2470. | #define HAVE_ARGZ_H 1
  2471. | #define HAVE_INTTYPES_H 1
  2472. | #define HAVE_LIMITS_H 1
  2473. | #define HAVE_UNISTD_H 1
  2474. | #define HAVE_SYS_PARAM_H 1
  2475. | #define HAVE_GETCWD 1
  2476. | #define HAVE_GETEGID 1
  2477. | #define HAVE_GETEUID 1
  2478. | #define HAVE_GETGID 1
  2479. | #define HAVE_GETUID 1
  2480. | #define HAVE_MEMPCPY 1
  2481. | #define HAVE_MUNMAP 1
  2482. | #define HAVE_STPCPY 1
  2483. | #define HAVE_STRCASECMP 1
  2484. | #define HAVE_STRDUP 1
  2485. | #define HAVE_STRTOUL 1
  2486. | #define HAVE_TSEARCH 1
  2487. | #define HAVE_ARGZ_COUNT 1
  2488. | #define HAVE_ARGZ_STRINGIFY 1
  2489. | #define HAVE_ARGZ_NEXT 1
  2490. | #define HAVE___FSETLOCKING 1
  2491. | #define HAVE_DECL_FEOF_UNLOCKED 1
  2492. | #define HAVE_DECL_FGETS_UNLOCKED 0
  2493. | #define HAVE_ICONV 1
  2494. | #define ICONV_CONST
  2495. | #define HAVE_NL_LOCALE_NAME 1
  2496. | #define HAVE_LONG_LONG_INT 1
  2497. | #define HAVE_LONG_DOUBLE 1
  2498. | #define HAVE_WCHAR_T 1
  2499. | #define HAVE_WINT_T 1
  2500. | #define HAVE_INTMAX_T 1
  2501. | #define HAVE_POSIX_PRINTF 1
  2502. | #define HAVE_STDINT_H 1
  2503. | #define HAVE_STDINT_H 1
  2504. | #define HAVE_STDDEF_H 1
  2505. | #define HAVE_STDLIB_H 1
  2506. | #define HAVE_STRING_H 1
  2507. | #define HAVE_ASPRINTF 1
  2508. | #define HAVE_FWPRINTF 1
  2509. | #define HAVE_PUTENV 1
  2510. | #define HAVE_SETENV 1
  2511. | #define HAVE_SETLOCALE 1
  2512. | #define HAVE_SNPRINTF 1
  2513. | #define HAVE_WCSLEN 1
  2514. | #define HAVE_DECL__SNPRINTF 0
  2515. | #define HAVE_DECL__SNWPRINTF 0
  2516. | #define HAVE_DECL_GETC_UNLOCKED 1
  2517. | #define HAVE_LANGINFO_CODESET 1
  2518. | #define HAVE_LC_MESSAGES 1
  2519. | #define ENABLE_NLS 1
  2520. | #define HAVE_GETTEXT 1
  2521. | #define HAVE_DCGETTEXT 1
  2522. | #define HAVE_SYS_TIME_H 1
  2523. | #define HAVE_SYS_TYPES_H 1
  2524. | #define HAVE_SYS_SELECT_H 1
  2525. | #define HAVE_LOCALE_H 1
  2526. | #define HAVE_UTIME_H 1
  2527. | /* end confdefs.h. */
  2528. | #include <sys/utime.h>
  2529. configure:13675: result: no
  2530. configure:13675: checking for sys/utime.h
  2531. configure:13675: result: no
  2532. configure:13688: checking whether stat file-mode macros are broken
  2533. configure:13715: g++ -c -g -O2 -Wextra -Wall conftest.cpp >&5
  2534. configure:13715: $? = 0
  2535. configure:13722: result: no
  2536. configure:13730: checking whether time.h and sys/time.h may both be included
  2537. configure:13750: g++ -c -g -O2 -Wextra -Wall conftest.cpp >&5
  2538. configure:13750: $? = 0
  2539. configure:13757: result: yes
  2540. configure:13767: checking for mode_t
  2541. configure:13767: g++ -c -g -O2 -Wextra -Wall conftest.cpp >&5
  2542. configure:13767: $? = 0
  2543. configure:13767: g++ -c -g -O2 -Wextra -Wall conftest.cpp >&5
  2544. conftest.cpp: In function 'int main()':
  2545. conftest.cpp:140: error: expected primary-expression before ')' token
  2546. configure:13767: $? = 1
  2547. configure: failed program was:
  2548. | /* confdefs.h */
  2549. | #define PACKAGE_NAME "LyX"
  2550. | #define PACKAGE_TARNAME "lyx"
  2551. | #define PACKAGE_VERSION "2.0.0alpha6"
  2552. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  2553. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  2554. | #define PACKAGE_URL ""
  2555. | #define USE_POSIX_PACKAGING 1
  2556. | #define PACKAGE "lyx"
  2557. | #define STDC_HEADERS 1
  2558. | #define HAVE_SYS_TYPES_H 1
  2559. | #define HAVE_SYS_STAT_H 1
  2560. | #define HAVE_STDLIB_H 1
  2561. | #define HAVE_STRING_H 1
  2562. | #define HAVE_MEMORY_H 1
  2563. | #define HAVE_STRINGS_H 1
  2564. | #define HAVE_INTTYPES_H 1
  2565. | #define HAVE_STDINT_H 1
  2566. | #define HAVE_UNISTD_H 1
  2567. | #define ENABLE_ASSERTIONS 1
  2568. | #define _GLIBCXX_CONCEPT_CHECKS 1
  2569. | #define SIZEOF_WCHAR_T 4
  2570. | #define HAVE_ICONV 1
  2571. | #define ICONV_CONST
  2572. | #define HAVE_ZLIB_H 1
  2573. | #define HAVE_VISIBILITY 1
  2574. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  2575. | #define HAVE_ALLOCA_H 1
  2576. | #define HAVE_ALLOCA 1
  2577. | #define HAVE_STDLIB_H 1
  2578. | #define HAVE_UNISTD_H 1
  2579. | #define HAVE_SYS_PARAM_H 1
  2580. | #define HAVE_GETPAGESIZE 1
  2581. | #define HAVE_MMAP 1
  2582. | #define INTDIV0_RAISES_SIGFPE 1
  2583. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  2584. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2585. | #define HAVE_UNSIGNED_LONG_LONG 1
  2586. | #define HAVE_UINTMAX_T 1
  2587. | #define HAVE_INTTYPES_H 1
  2588. | #define USE_POSIX_THREADS 1
  2589. | #define USE_POSIX_THREADS_WEAK 1
  2590. | #define HAVE_PTHREAD_RWLOCK 1
  2591. | #define HAVE_BUILTIN_EXPECT 1
  2592. | #define HAVE_ARGZ_H 1
  2593. | #define HAVE_INTTYPES_H 1
  2594. | #define HAVE_LIMITS_H 1
  2595. | #define HAVE_UNISTD_H 1
  2596. | #define HAVE_SYS_PARAM_H 1
  2597. | #define HAVE_GETCWD 1
  2598. | #define HAVE_GETEGID 1
  2599. | #define HAVE_GETEUID 1
  2600. | #define HAVE_GETGID 1
  2601. | #define HAVE_GETUID 1
  2602. | #define HAVE_MEMPCPY 1
  2603. | #define HAVE_MUNMAP 1
  2604. | #define HAVE_STPCPY 1
  2605. | #define HAVE_STRCASECMP 1
  2606. | #define HAVE_STRDUP 1
  2607. | #define HAVE_STRTOUL 1
  2608. | #define HAVE_TSEARCH 1
  2609. | #define HAVE_ARGZ_COUNT 1
  2610. | #define HAVE_ARGZ_STRINGIFY 1
  2611. | #define HAVE_ARGZ_NEXT 1
  2612. | #define HAVE___FSETLOCKING 1
  2613. | #define HAVE_DECL_FEOF_UNLOCKED 1
  2614. | #define HAVE_DECL_FGETS_UNLOCKED 0
  2615. | #define HAVE_ICONV 1
  2616. | #define ICONV_CONST
  2617. | #define HAVE_NL_LOCALE_NAME 1
  2618. | #define HAVE_LONG_LONG_INT 1
  2619. | #define HAVE_LONG_DOUBLE 1
  2620. | #define HAVE_WCHAR_T 1
  2621. | #define HAVE_WINT_T 1
  2622. | #define HAVE_INTMAX_T 1
  2623. | #define HAVE_POSIX_PRINTF 1
  2624. | #define HAVE_STDINT_H 1
  2625. | #define HAVE_STDINT_H 1
  2626. | #define HAVE_STDDEF_H 1
  2627. | #define HAVE_STDLIB_H 1
  2628. | #define HAVE_STRING_H 1
  2629. | #define HAVE_ASPRINTF 1
  2630. | #define HAVE_FWPRINTF 1
  2631. | #define HAVE_PUTENV 1
  2632. | #define HAVE_SETENV 1
  2633. | #define HAVE_SETLOCALE 1
  2634. | #define HAVE_SNPRINTF 1
  2635. | #define HAVE_WCSLEN 1
  2636. | #define HAVE_DECL__SNPRINTF 0
  2637. | #define HAVE_DECL__SNWPRINTF 0
  2638. | #define HAVE_DECL_GETC_UNLOCKED 1
  2639. | #define HAVE_LANGINFO_CODESET 1
  2640. | #define HAVE_LC_MESSAGES 1
  2641. | #define ENABLE_NLS 1
  2642. | #define HAVE_GETTEXT 1
  2643. | #define HAVE_DCGETTEXT 1
  2644. | #define HAVE_SYS_TIME_H 1
  2645. | #define HAVE_SYS_TYPES_H 1
  2646. | #define HAVE_SYS_SELECT_H 1
  2647. | #define HAVE_LOCALE_H 1
  2648. | #define HAVE_UTIME_H 1
  2649. | #define TIME_WITH_SYS_TIME 1
  2650. | /* end confdefs.h. */
  2651. | #include <stdio.h>
  2652. | #ifdef HAVE_SYS_TYPES_H
  2653. | # include <sys/types.h>
  2654. | #endif
  2655. | #ifdef HAVE_SYS_STAT_H
  2656. | # include <sys/stat.h>
  2657. | #endif
  2658. | #ifdef STDC_HEADERS
  2659. | # include <stdlib.h>
  2660. | # include <stddef.h>
  2661. | #else
  2662. | # ifdef HAVE_STDLIB_H
  2663. | # include <stdlib.h>
  2664. | # endif
  2665. | #endif
  2666. | #ifdef HAVE_STRING_H
  2667. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2668. | # include <memory.h>
  2669. | # endif
  2670. | # include <string.h>
  2671. | #endif
  2672. | #ifdef HAVE_STRINGS_H
  2673. | # include <strings.h>
  2674. | #endif
  2675. | #ifdef HAVE_INTTYPES_H
  2676. | # include <inttypes.h>
  2677. | #endif
  2678. | #ifdef HAVE_STDINT_H
  2679. | # include <stdint.h>
  2680. | #endif
  2681. | #ifdef HAVE_UNISTD_H
  2682. | # include <unistd.h>
  2683. | #endif
  2684. | int
  2685. | main ()
  2686. | {
  2687. | if (sizeof ((mode_t)))
  2688. | return 0;
  2689. | ;
  2690. | return 0;
  2691. | }
  2692. configure:13767: result: yes
  2693. configure:13774: checking for off_t
  2694. configure:13774: g++ -c -g -O2 -Wextra -Wall conftest.cpp >&5
  2695. configure:13774: $? = 0
  2696. configure:13774: g++ -c -g -O2 -Wextra -Wall conftest.cpp >&5
  2697. conftest.cpp: In function 'int main()':
  2698. conftest.cpp:141: error: expected primary-expression before ')' token
  2699. configure:13774: $? = 1
  2700. configure: failed program was:
  2701. | /* confdefs.h */
  2702. | #define PACKAGE_NAME "LyX"
  2703. | #define PACKAGE_TARNAME "lyx"
  2704. | #define PACKAGE_VERSION "2.0.0alpha6"
  2705. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  2706. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  2707. | #define PACKAGE_URL ""
  2708. | #define USE_POSIX_PACKAGING 1
  2709. | #define PACKAGE "lyx"
  2710. | #define STDC_HEADERS 1
  2711. | #define HAVE_SYS_TYPES_H 1
  2712. | #define HAVE_SYS_STAT_H 1
  2713. | #define HAVE_STDLIB_H 1
  2714. | #define HAVE_STRING_H 1
  2715. | #define HAVE_MEMORY_H 1
  2716. | #define HAVE_STRINGS_H 1
  2717. | #define HAVE_INTTYPES_H 1
  2718. | #define HAVE_STDINT_H 1
  2719. | #define HAVE_UNISTD_H 1
  2720. | #define ENABLE_ASSERTIONS 1
  2721. | #define _GLIBCXX_CONCEPT_CHECKS 1
  2722. | #define SIZEOF_WCHAR_T 4
  2723. | #define HAVE_ICONV 1
  2724. | #define ICONV_CONST
  2725. | #define HAVE_ZLIB_H 1
  2726. | #define HAVE_VISIBILITY 1
  2727. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  2728. | #define HAVE_ALLOCA_H 1
  2729. | #define HAVE_ALLOCA 1
  2730. | #define HAVE_STDLIB_H 1
  2731. | #define HAVE_UNISTD_H 1
  2732. | #define HAVE_SYS_PARAM_H 1
  2733. | #define HAVE_GETPAGESIZE 1
  2734. | #define HAVE_MMAP 1
  2735. | #define INTDIV0_RAISES_SIGFPE 1
  2736. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  2737. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2738. | #define HAVE_UNSIGNED_LONG_LONG 1
  2739. | #define HAVE_UINTMAX_T 1
  2740. | #define HAVE_INTTYPES_H 1
  2741. | #define USE_POSIX_THREADS 1
  2742. | #define USE_POSIX_THREADS_WEAK 1
  2743. | #define HAVE_PTHREAD_RWLOCK 1
  2744. | #define HAVE_BUILTIN_EXPECT 1
  2745. | #define HAVE_ARGZ_H 1
  2746. | #define HAVE_INTTYPES_H 1
  2747. | #define HAVE_LIMITS_H 1
  2748. | #define HAVE_UNISTD_H 1
  2749. | #define HAVE_SYS_PARAM_H 1
  2750. | #define HAVE_GETCWD 1
  2751. | #define HAVE_GETEGID 1
  2752. | #define HAVE_GETEUID 1
  2753. | #define HAVE_GETGID 1
  2754. | #define HAVE_GETUID 1
  2755. | #define HAVE_MEMPCPY 1
  2756. | #define HAVE_MUNMAP 1
  2757. | #define HAVE_STPCPY 1
  2758. | #define HAVE_STRCASECMP 1
  2759. | #define HAVE_STRDUP 1
  2760. | #define HAVE_STRTOUL 1
  2761. | #define HAVE_TSEARCH 1
  2762. | #define HAVE_ARGZ_COUNT 1
  2763. | #define HAVE_ARGZ_STRINGIFY 1
  2764. | #define HAVE_ARGZ_NEXT 1
  2765. | #define HAVE___FSETLOCKING 1
  2766. | #define HAVE_DECL_FEOF_UNLOCKED 1
  2767. | #define HAVE_DECL_FGETS_UNLOCKED 0
  2768. | #define HAVE_ICONV 1
  2769. | #define ICONV_CONST
  2770. | #define HAVE_NL_LOCALE_NAME 1
  2771. | #define HAVE_LONG_LONG_INT 1
  2772. | #define HAVE_LONG_DOUBLE 1
  2773. | #define HAVE_WCHAR_T 1
  2774. | #define HAVE_WINT_T 1
  2775. | #define HAVE_INTMAX_T 1
  2776. | #define HAVE_POSIX_PRINTF 1
  2777. | #define HAVE_STDINT_H 1
  2778. | #define HAVE_STDINT_H 1
  2779. | #define HAVE_STDDEF_H 1
  2780. | #define HAVE_STDLIB_H 1
  2781. | #define HAVE_STRING_H 1
  2782. | #define HAVE_ASPRINTF 1
  2783. | #define HAVE_FWPRINTF 1
  2784. | #define HAVE_PUTENV 1
  2785. | #define HAVE_SETENV 1
  2786. | #define HAVE_SETLOCALE 1
  2787. | #define HAVE_SNPRINTF 1
  2788. | #define HAVE_WCSLEN 1
  2789. | #define HAVE_DECL__SNPRINTF 0
  2790. | #define HAVE_DECL__SNWPRINTF 0
  2791. | #define HAVE_DECL_GETC_UNLOCKED 1
  2792. | #define HAVE_LANGINFO_CODESET 1
  2793. | #define HAVE_LC_MESSAGES 1
  2794. | #define ENABLE_NLS 1
  2795. | #define HAVE_GETTEXT 1
  2796. | #define HAVE_DCGETTEXT 1
  2797. | #define HAVE_SYS_TIME_H 1
  2798. | #define HAVE_SYS_TYPES_H 1
  2799. | #define HAVE_SYS_SELECT_H 1
  2800. | #define HAVE_LOCALE_H 1
  2801. | #define HAVE_UTIME_H 1
  2802. | #define TIME_WITH_SYS_TIME 1
  2803. | #define HAVE_MODE_T 1
  2804. | /* end confdefs.h. */
  2805. | #include <stdio.h>
  2806. | #ifdef HAVE_SYS_TYPES_H
  2807. | # include <sys/types.h>
  2808. | #endif
  2809. | #ifdef HAVE_SYS_STAT_H
  2810. | # include <sys/stat.h>
  2811. | #endif
  2812. | #ifdef STDC_HEADERS
  2813. | # include <stdlib.h>
  2814. | # include <stddef.h>
  2815. | #else
  2816. | # ifdef HAVE_STDLIB_H
  2817. | # include <stdlib.h>
  2818. | # endif
  2819. | #endif
  2820. | #ifdef HAVE_STRING_H
  2821. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2822. | # include <memory.h>
  2823. | # endif
  2824. | # include <string.h>
  2825. | #endif
  2826. | #ifdef HAVE_STRINGS_H
  2827. | # include <strings.h>
  2828. | #endif
  2829. | #ifdef HAVE_INTTYPES_H
  2830. | # include <inttypes.h>
  2831. | #endif
  2832. | #ifdef HAVE_STDINT_H
  2833. | # include <stdint.h>
  2834. | #endif
  2835. | #ifdef HAVE_UNISTD_H
  2836. | # include <unistd.h>
  2837. | #endif
  2838. | int
  2839. | main ()
  2840. | {
  2841. | if (sizeof ((off_t)))
  2842. | return 0;
  2843. | ;
  2844. | return 0;
  2845. | }
  2846. configure:13774: result: yes
  2847. configure:13785: checking for pid_t
  2848. configure:13785: g++ -c -g -O2 -Wextra -Wall conftest.cpp >&5
  2849. configure:13785: $? = 0
  2850. configure:13785: g++ -c -g -O2 -Wextra -Wall conftest.cpp >&5
  2851. conftest.cpp: In function 'int main()':
  2852. conftest.cpp:141: error: expected primary-expression before ')' token
  2853. configure:13785: $? = 1
  2854. configure: failed program was:
  2855. | /* confdefs.h */
  2856. | #define PACKAGE_NAME "LyX"
  2857. | #define PACKAGE_TARNAME "lyx"
  2858. | #define PACKAGE_VERSION "2.0.0alpha6"
  2859. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  2860. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  2861. | #define PACKAGE_URL ""
  2862. | #define USE_POSIX_PACKAGING 1
  2863. | #define PACKAGE "lyx"
  2864. | #define STDC_HEADERS 1
  2865. | #define HAVE_SYS_TYPES_H 1
  2866. | #define HAVE_SYS_STAT_H 1
  2867. | #define HAVE_STDLIB_H 1
  2868. | #define HAVE_STRING_H 1
  2869. | #define HAVE_MEMORY_H 1
  2870. | #define HAVE_STRINGS_H 1
  2871. | #define HAVE_INTTYPES_H 1
  2872. | #define HAVE_STDINT_H 1
  2873. | #define HAVE_UNISTD_H 1
  2874. | #define ENABLE_ASSERTIONS 1
  2875. | #define _GLIBCXX_CONCEPT_CHECKS 1
  2876. | #define SIZEOF_WCHAR_T 4
  2877. | #define HAVE_ICONV 1
  2878. | #define ICONV_CONST
  2879. | #define HAVE_ZLIB_H 1
  2880. | #define HAVE_VISIBILITY 1
  2881. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  2882. | #define HAVE_ALLOCA_H 1
  2883. | #define HAVE_ALLOCA 1
  2884. | #define HAVE_STDLIB_H 1
  2885. | #define HAVE_UNISTD_H 1
  2886. | #define HAVE_SYS_PARAM_H 1
  2887. | #define HAVE_GETPAGESIZE 1
  2888. | #define HAVE_MMAP 1
  2889. | #define INTDIV0_RAISES_SIGFPE 1
  2890. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  2891. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2892. | #define HAVE_UNSIGNED_LONG_LONG 1
  2893. | #define HAVE_UINTMAX_T 1
  2894. | #define HAVE_INTTYPES_H 1
  2895. | #define USE_POSIX_THREADS 1
  2896. | #define USE_POSIX_THREADS_WEAK 1
  2897. | #define HAVE_PTHREAD_RWLOCK 1
  2898. | #define HAVE_BUILTIN_EXPECT 1
  2899. | #define HAVE_ARGZ_H 1
  2900. | #define HAVE_INTTYPES_H 1
  2901. | #define HAVE_LIMITS_H 1
  2902. | #define HAVE_UNISTD_H 1
  2903. | #define HAVE_SYS_PARAM_H 1
  2904. | #define HAVE_GETCWD 1
  2905. | #define HAVE_GETEGID 1
  2906. | #define HAVE_GETEUID 1
  2907. | #define HAVE_GETGID 1
  2908. | #define HAVE_GETUID 1
  2909. | #define HAVE_MEMPCPY 1
  2910. | #define HAVE_MUNMAP 1
  2911. | #define HAVE_STPCPY 1
  2912. | #define HAVE_STRCASECMP 1
  2913. | #define HAVE_STRDUP 1
  2914. | #define HAVE_STRTOUL 1
  2915. | #define HAVE_TSEARCH 1
  2916. | #define HAVE_ARGZ_COUNT 1
  2917. | #define HAVE_ARGZ_STRINGIFY 1
  2918. | #define HAVE_ARGZ_NEXT 1
  2919. | #define HAVE___FSETLOCKING 1
  2920. | #define HAVE_DECL_FEOF_UNLOCKED 1
  2921. | #define HAVE_DECL_FGETS_UNLOCKED 0
  2922. | #define HAVE_ICONV 1
  2923. | #define ICONV_CONST
  2924. | #define HAVE_NL_LOCALE_NAME 1
  2925. | #define HAVE_LONG_LONG_INT 1
  2926. | #define HAVE_LONG_DOUBLE 1
  2927. | #define HAVE_WCHAR_T 1
  2928. | #define HAVE_WINT_T 1
  2929. | #define HAVE_INTMAX_T 1
  2930. | #define HAVE_POSIX_PRINTF 1
  2931. | #define HAVE_STDINT_H 1
  2932. | #define HAVE_STDINT_H 1
  2933. | #define HAVE_STDDEF_H 1
  2934. | #define HAVE_STDLIB_H 1
  2935. | #define HAVE_STRING_H 1
  2936. | #define HAVE_ASPRINTF 1
  2937. | #define HAVE_FWPRINTF 1
  2938. | #define HAVE_PUTENV 1
  2939. | #define HAVE_SETENV 1
  2940. | #define HAVE_SETLOCALE 1
  2941. | #define HAVE_SNPRINTF 1
  2942. | #define HAVE_WCSLEN 1
  2943. | #define HAVE_DECL__SNPRINTF 0
  2944. | #define HAVE_DECL__SNWPRINTF 0
  2945. | #define HAVE_DECL_GETC_UNLOCKED 1
  2946. | #define HAVE_LANGINFO_CODESET 1
  2947. | #define HAVE_LC_MESSAGES 1
  2948. | #define ENABLE_NLS 1
  2949. | #define HAVE_GETTEXT 1
  2950. | #define HAVE_DCGETTEXT 1
  2951. | #define HAVE_SYS_TIME_H 1
  2952. | #define HAVE_SYS_TYPES_H 1
  2953. | #define HAVE_SYS_SELECT_H 1
  2954. | #define HAVE_LOCALE_H 1
  2955. | #define HAVE_UTIME_H 1
  2956. | #define TIME_WITH_SYS_TIME 1
  2957. | #define HAVE_MODE_T 1
  2958. | /* end confdefs.h. */
  2959. | #include <stdio.h>
  2960. | #ifdef HAVE_SYS_TYPES_H
  2961. | # include <sys/types.h>
  2962. | #endif
  2963. | #ifdef HAVE_SYS_STAT_H
  2964. | # include <sys/stat.h>
  2965. | #endif
  2966. | #ifdef STDC_HEADERS
  2967. | # include <stdlib.h>
  2968. | # include <stddef.h>
  2969. | #else
  2970. | # ifdef HAVE_STDLIB_H
  2971. | # include <stdlib.h>
  2972. | # endif
  2973. | #endif
  2974. | #ifdef HAVE_STRING_H
  2975. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2976. | # include <memory.h>
  2977. | # endif
  2978. | # include <string.h>
  2979. | #endif
  2980. | #ifdef HAVE_STRINGS_H
  2981. | # include <strings.h>
  2982. | #endif
  2983. | #ifdef HAVE_INTTYPES_H
  2984. | # include <inttypes.h>
  2985. | #endif
  2986. | #ifdef HAVE_STDINT_H
  2987. | # include <stdint.h>
  2988. | #endif
  2989. | #ifdef HAVE_UNISTD_H
  2990. | # include <unistd.h>
  2991. | #endif
  2992. | int
  2993. | main ()
  2994. | {
  2995. | if (sizeof ((pid_t)))
  2996. | return 0;
  2997. | ;
  2998. | return 0;
  2999. | }
  3000. configure:13785: result: yes
  3001. configure:13796: checking return type of signal handlers
  3002. configure:13814: g++ -c -g -O2 -Wextra -Wall conftest.cpp >&5
  3003. conftest.cpp: In function 'int main()':
  3004. conftest.cpp:111: error: void value not ignored as it ought to be
  3005. configure:13814: $? = 1
  3006. configure: failed program was:
  3007. | /* confdefs.h */
  3008. | #define PACKAGE_NAME "LyX"
  3009. | #define PACKAGE_TARNAME "lyx"
  3010. | #define PACKAGE_VERSION "2.0.0alpha6"
  3011. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  3012. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  3013. | #define PACKAGE_URL ""
  3014. | #define USE_POSIX_PACKAGING 1
  3015. | #define PACKAGE "lyx"
  3016. | #define STDC_HEADERS 1
  3017. | #define HAVE_SYS_TYPES_H 1
  3018. | #define HAVE_SYS_STAT_H 1
  3019. | #define HAVE_STDLIB_H 1
  3020. | #define HAVE_STRING_H 1
  3021. | #define HAVE_MEMORY_H 1
  3022. | #define HAVE_STRINGS_H 1
  3023. | #define HAVE_INTTYPES_H 1
  3024. | #define HAVE_STDINT_H 1
  3025. | #define HAVE_UNISTD_H 1
  3026. | #define ENABLE_ASSERTIONS 1
  3027. | #define _GLIBCXX_CONCEPT_CHECKS 1
  3028. | #define SIZEOF_WCHAR_T 4
  3029. | #define HAVE_ICONV 1
  3030. | #define ICONV_CONST
  3031. | #define HAVE_ZLIB_H 1
  3032. | #define HAVE_VISIBILITY 1
  3033. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  3034. | #define HAVE_ALLOCA_H 1
  3035. | #define HAVE_ALLOCA 1
  3036. | #define HAVE_STDLIB_H 1
  3037. | #define HAVE_UNISTD_H 1
  3038. | #define HAVE_SYS_PARAM_H 1
  3039. | #define HAVE_GETPAGESIZE 1
  3040. | #define HAVE_MMAP 1
  3041. | #define INTDIV0_RAISES_SIGFPE 1
  3042. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  3043. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  3044. | #define HAVE_UNSIGNED_LONG_LONG 1
  3045. | #define HAVE_UINTMAX_T 1
  3046. | #define HAVE_INTTYPES_H 1
  3047. | #define USE_POSIX_THREADS 1
  3048. | #define USE_POSIX_THREADS_WEAK 1
  3049. | #define HAVE_PTHREAD_RWLOCK 1
  3050. | #define HAVE_BUILTIN_EXPECT 1
  3051. | #define HAVE_ARGZ_H 1
  3052. | #define HAVE_INTTYPES_H 1
  3053. | #define HAVE_LIMITS_H 1
  3054. | #define HAVE_UNISTD_H 1
  3055. | #define HAVE_SYS_PARAM_H 1
  3056. | #define HAVE_GETCWD 1
  3057. | #define HAVE_GETEGID 1
  3058. | #define HAVE_GETEUID 1
  3059. | #define HAVE_GETGID 1
  3060. | #define HAVE_GETUID 1
  3061. | #define HAVE_MEMPCPY 1
  3062. | #define HAVE_MUNMAP 1
  3063. | #define HAVE_STPCPY 1
  3064. | #define HAVE_STRCASECMP 1
  3065. | #define HAVE_STRDUP 1
  3066. | #define HAVE_STRTOUL 1
  3067. | #define HAVE_TSEARCH 1
  3068. | #define HAVE_ARGZ_COUNT 1
  3069. | #define HAVE_ARGZ_STRINGIFY 1
  3070. | #define HAVE_ARGZ_NEXT 1
  3071. | #define HAVE___FSETLOCKING 1
  3072. | #define HAVE_DECL_FEOF_UNLOCKED 1
  3073. | #define HAVE_DECL_FGETS_UNLOCKED 0
  3074. | #define HAVE_ICONV 1
  3075. | #define ICONV_CONST
  3076. | #define HAVE_NL_LOCALE_NAME 1
  3077. | #define HAVE_LONG_LONG_INT 1
  3078. | #define HAVE_LONG_DOUBLE 1
  3079. | #define HAVE_WCHAR_T 1
  3080. | #define HAVE_WINT_T 1
  3081. | #define HAVE_INTMAX_T 1
  3082. | #define HAVE_POSIX_PRINTF 1
  3083. | #define HAVE_STDINT_H 1
  3084. | #define HAVE_STDINT_H 1
  3085. | #define HAVE_STDDEF_H 1
  3086. | #define HAVE_STDLIB_H 1
  3087. | #define HAVE_STRING_H 1
  3088. | #define HAVE_ASPRINTF 1
  3089. | #define HAVE_FWPRINTF 1
  3090. | #define HAVE_PUTENV 1
  3091. | #define HAVE_SETENV 1
  3092. | #define HAVE_SETLOCALE 1
  3093. | #define HAVE_SNPRINTF 1
  3094. | #define HAVE_WCSLEN 1
  3095. | #define HAVE_DECL__SNPRINTF 0
  3096. | #define HAVE_DECL__SNWPRINTF 0
  3097. | #define HAVE_DECL_GETC_UNLOCKED 1
  3098. | #define HAVE_LANGINFO_CODESET 1
  3099. | #define HAVE_LC_MESSAGES 1
  3100. | #define ENABLE_NLS 1
  3101. | #define HAVE_GETTEXT 1
  3102. | #define HAVE_DCGETTEXT 1
  3103. | #define HAVE_SYS_TIME_H 1
  3104. | #define HAVE_SYS_TYPES_H 1
  3105. | #define HAVE_SYS_SELECT_H 1
  3106. | #define HAVE_LOCALE_H 1
  3107. | #define HAVE_UTIME_H 1
  3108. | #define TIME_WITH_SYS_TIME 1
  3109. | #define HAVE_MODE_T 1
  3110. | /* end confdefs.h. */
  3111. | #include <sys/types.h>
  3112. | #include <signal.h>
  3113. |
  3114. | int
  3115. | main ()
  3116. | {
  3117. | return *(signal (0, 0)) (0) == 1;
  3118. | ;
  3119. | return 0;
  3120. | }
  3121. configure:13821: result: void
  3122. configure:13829: checking for size_t
  3123. configure:13829: result: yes
  3124. configure:13840: checking for uid_t in sys/types.h
  3125. configure:13859: result: yes
  3126. configure:13874: checking for chmod
  3127. configure:13874: g++ -o conftest -g -O2 -Wextra -Wall conftest.cpp -lz -lX11 >&5
  3128. configure:13874: $? = 0
  3129. configure:13874: result: yes
  3130. configure:13874: checking for close
  3131. configure:13874: g++ -o conftest -g -O2 -Wextra -Wall conftest.cpp -lz -lX11 >&5
  3132. configure:13874: $? = 0
  3133. configure:13874: result: yes
  3134. configure:13874: checking for _close
  3135. configure:13874: g++ -o conftest -g -O2 -Wextra -Wall conftest.cpp -lz -lX11 >&5
  3136. /tmp/ccqT7SR6.o: In function `main':
  3137. /home/liv/Build/lyx-2.0.0alpha6/conftest.cpp:142: undefined reference to `_close'
  3138. collect2: ld returned 1 exit status
  3139. configure:13874: $? = 1
  3140. configure: failed program was:
  3141. | /* confdefs.h */
  3142. | #define PACKAGE_NAME "LyX"
  3143. | #define PACKAGE_TARNAME "lyx"
  3144. | #define PACKAGE_VERSION "2.0.0alpha6"
  3145. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  3146. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  3147. | #define PACKAGE_URL ""
  3148. | #define USE_POSIX_PACKAGING 1
  3149. | #define PACKAGE "lyx"
  3150. | #define STDC_HEADERS 1
  3151. | #define HAVE_SYS_TYPES_H 1
  3152. | #define HAVE_SYS_STAT_H 1
  3153. | #define HAVE_STDLIB_H 1
  3154. | #define HAVE_STRING_H 1
  3155. | #define HAVE_MEMORY_H 1
  3156. | #define HAVE_STRINGS_H 1
  3157. | #define HAVE_INTTYPES_H 1
  3158. | #define HAVE_STDINT_H 1
  3159. | #define HAVE_UNISTD_H 1
  3160. | #define ENABLE_ASSERTIONS 1
  3161. | #define _GLIBCXX_CONCEPT_CHECKS 1
  3162. | #define SIZEOF_WCHAR_T 4
  3163. | #define HAVE_ICONV 1
  3164. | #define ICONV_CONST
  3165. | #define HAVE_ZLIB_H 1
  3166. | #define HAVE_VISIBILITY 1
  3167. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  3168. | #define HAVE_ALLOCA_H 1
  3169. | #define HAVE_ALLOCA 1
  3170. | #define HAVE_STDLIB_H 1
  3171. | #define HAVE_UNISTD_H 1
  3172. | #define HAVE_SYS_PARAM_H 1
  3173. | #define HAVE_GETPAGESIZE 1
  3174. | #define HAVE_MMAP 1
  3175. | #define INTDIV0_RAISES_SIGFPE 1
  3176. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  3177. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  3178. | #define HAVE_UNSIGNED_LONG_LONG 1
  3179. | #define HAVE_UINTMAX_T 1
  3180. | #define HAVE_INTTYPES_H 1
  3181. | #define USE_POSIX_THREADS 1
  3182. | #define USE_POSIX_THREADS_WEAK 1
  3183. | #define HAVE_PTHREAD_RWLOCK 1
  3184. | #define HAVE_BUILTIN_EXPECT 1
  3185. | #define HAVE_ARGZ_H 1
  3186. | #define HAVE_INTTYPES_H 1
  3187. | #define HAVE_LIMITS_H 1
  3188. | #define HAVE_UNISTD_H 1
  3189. | #define HAVE_SYS_PARAM_H 1
  3190. | #define HAVE_GETCWD 1
  3191. | #define HAVE_GETEGID 1
  3192. | #define HAVE_GETEUID 1
  3193. | #define HAVE_GETGID 1
  3194. | #define HAVE_GETUID 1
  3195. | #define HAVE_MEMPCPY 1
  3196. | #define HAVE_MUNMAP 1
  3197. | #define HAVE_STPCPY 1
  3198. | #define HAVE_STRCASECMP 1
  3199. | #define HAVE_STRDUP 1
  3200. | #define HAVE_STRTOUL 1
  3201. | #define HAVE_TSEARCH 1
  3202. | #define HAVE_ARGZ_COUNT 1
  3203. | #define HAVE_ARGZ_STRINGIFY 1
  3204. | #define HAVE_ARGZ_NEXT 1
  3205. | #define HAVE___FSETLOCKING 1
  3206. | #define HAVE_DECL_FEOF_UNLOCKED 1
  3207. | #define HAVE_DECL_FGETS_UNLOCKED 0
  3208. | #define HAVE_ICONV 1
  3209. | #define ICONV_CONST
  3210. | #define HAVE_NL_LOCALE_NAME 1
  3211. | #define HAVE_LONG_LONG_INT 1
  3212. | #define HAVE_LONG_DOUBLE 1
  3213. | #define HAVE_WCHAR_T 1
  3214. | #define HAVE_WINT_T 1
  3215. | #define HAVE_INTMAX_T 1
  3216. | #define HAVE_POSIX_PRINTF 1
  3217. | #define HAVE_STDINT_H 1
  3218. | #define HAVE_STDINT_H 1
  3219. | #define HAVE_STDDEF_H 1
  3220. | #define HAVE_STDLIB_H 1
  3221. | #define HAVE_STRING_H 1
  3222. | #define HAVE_ASPRINTF 1
  3223. | #define HAVE_FWPRINTF 1
  3224. | #define HAVE_PUTENV 1
  3225. | #define HAVE_SETENV 1
  3226. | #define HAVE_SETLOCALE 1
  3227. | #define HAVE_SNPRINTF 1
  3228. | #define HAVE_WCSLEN 1
  3229. | #define HAVE_DECL__SNPRINTF 0
  3230. | #define HAVE_DECL__SNWPRINTF 0
  3231. | #define HAVE_DECL_GETC_UNLOCKED 1
  3232. | #define HAVE_LANGINFO_CODESET 1
  3233. | #define HAVE_LC_MESSAGES 1
  3234. | #define ENABLE_NLS 1
  3235. | #define HAVE_GETTEXT 1
  3236. | #define HAVE_DCGETTEXT 1
  3237. | #define HAVE_SYS_TIME_H 1
  3238. | #define HAVE_SYS_TYPES_H 1
  3239. | #define HAVE_SYS_SELECT_H 1
  3240. | #define HAVE_LOCALE_H 1
  3241. | #define HAVE_UTIME_H 1
  3242. | #define TIME_WITH_SYS_TIME 1
  3243. | #define HAVE_MODE_T 1
  3244. | #define RETSIGTYPE void
  3245. | #define HAVE_CHMOD 1
  3246. | #define HAVE_CLOSE 1
  3247. | /* end confdefs.h. */
  3248. | /* Define _close to an innocuous variant, in case <limits.h> declares _close.
  3249. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3250. | #define _close innocuous__close
  3251. |
  3252. | /* System header to define __stub macros and hopefully few prototypes,
  3253. | which can conflict with char _close (); below.
  3254. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3255. | <limits.h> exists even on freestanding compilers. */
  3256. |
  3257. | #ifdef __STDC__
  3258. | # include <limits.h>
  3259. | #else
  3260. | # include <assert.h>
  3261. | #endif
  3262. |
  3263. | #undef _close
  3264. |
  3265. | /* Override any GCC internal prototype to avoid an error.
  3266. | Use char because int might match the return type of a GCC
  3267. | builtin and then its argument prototype would still apply. */
  3268. | #ifdef __cplusplus
  3269. | extern "C"
  3270. | #endif
  3271. | char _close ();
  3272. | /* The GNU C library defines this for functions which it implements
  3273. | to always fail with ENOSYS. Some functions are actually named
  3274. | something starting with __ and the normal name is an alias. */
  3275. | #if defined __stub__close || defined __stub____close
  3276. | choke me
  3277. | #endif
  3278. |
  3279. | int
  3280. | main ()
  3281. | {
  3282. | return _close ();
  3283. | ;
  3284. | return 0;
  3285. | }
  3286. configure:13874: result: no
  3287. configure:13874: checking for fork
  3288. configure:13874: g++ -o conftest -g -O2 -Wextra -Wall conftest.cpp -lz -lX11 >&5
  3289. configure:13874: $? = 0
  3290. configure:13874: result: yes
  3291. configure:13874: checking for getpid
  3292. configure:13874: g++ -o conftest -g -O2 -Wextra -Wall conftest.cpp -lz -lX11 >&5
  3293. configure:13874: $? = 0
  3294. configure:13874: result: yes
  3295. configure:13874: checking for _getpid
  3296. configure:13874: g++ -o conftest -g -O2 -Wextra -Wall conftest.cpp -lz -lX11 >&5
  3297. /tmp/ccupLiC1.o: In function `main':
  3298. /home/liv/Build/lyx-2.0.0alpha6/conftest.cpp:144: undefined reference to `_getpid'
  3299. collect2: ld returned 1 exit status
  3300. configure:13874: $? = 1
  3301. configure: failed program was:
  3302. | /* confdefs.h */
  3303. | #define PACKAGE_NAME "LyX"
  3304. | #define PACKAGE_TARNAME "lyx"
  3305. | #define PACKAGE_VERSION "2.0.0alpha6"
  3306. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  3307. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  3308. | #define PACKAGE_URL ""
  3309. | #define USE_POSIX_PACKAGING 1
  3310. | #define PACKAGE "lyx"
  3311. | #define STDC_HEADERS 1
  3312. | #define HAVE_SYS_TYPES_H 1
  3313. | #define HAVE_SYS_STAT_H 1
  3314. | #define HAVE_STDLIB_H 1
  3315. | #define HAVE_STRING_H 1
  3316. | #define HAVE_MEMORY_H 1
  3317. | #define HAVE_STRINGS_H 1
  3318. | #define HAVE_INTTYPES_H 1
  3319. | #define HAVE_STDINT_H 1
  3320. | #define HAVE_UNISTD_H 1
  3321. | #define ENABLE_ASSERTIONS 1
  3322. | #define _GLIBCXX_CONCEPT_CHECKS 1
  3323. | #define SIZEOF_WCHAR_T 4
  3324. | #define HAVE_ICONV 1
  3325. | #define ICONV_CONST
  3326. | #define HAVE_ZLIB_H 1
  3327. | #define HAVE_VISIBILITY 1
  3328. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  3329. | #define HAVE_ALLOCA_H 1
  3330. | #define HAVE_ALLOCA 1
  3331. | #define HAVE_STDLIB_H 1
  3332. | #define HAVE_UNISTD_H 1
  3333. | #define HAVE_SYS_PARAM_H 1
  3334. | #define HAVE_GETPAGESIZE 1
  3335. | #define HAVE_MMAP 1
  3336. | #define INTDIV0_RAISES_SIGFPE 1
  3337. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  3338. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  3339. | #define HAVE_UNSIGNED_LONG_LONG 1
  3340. | #define HAVE_UINTMAX_T 1
  3341. | #define HAVE_INTTYPES_H 1
  3342. | #define USE_POSIX_THREADS 1
  3343. | #define USE_POSIX_THREADS_WEAK 1
  3344. | #define HAVE_PTHREAD_RWLOCK 1
  3345. | #define HAVE_BUILTIN_EXPECT 1
  3346. | #define HAVE_ARGZ_H 1
  3347. | #define HAVE_INTTYPES_H 1
  3348. | #define HAVE_LIMITS_H 1
  3349. | #define HAVE_UNISTD_H 1
  3350. | #define HAVE_SYS_PARAM_H 1
  3351. | #define HAVE_GETCWD 1
  3352. | #define HAVE_GETEGID 1
  3353. | #define HAVE_GETEUID 1
  3354. | #define HAVE_GETGID 1
  3355. | #define HAVE_GETUID 1
  3356. | #define HAVE_MEMPCPY 1
  3357. | #define HAVE_MUNMAP 1
  3358. | #define HAVE_STPCPY 1
  3359. | #define HAVE_STRCASECMP 1
  3360. | #define HAVE_STRDUP 1
  3361. | #define HAVE_STRTOUL 1
  3362. | #define HAVE_TSEARCH 1
  3363. | #define HAVE_ARGZ_COUNT 1
  3364. | #define HAVE_ARGZ_STRINGIFY 1
  3365. | #define HAVE_ARGZ_NEXT 1
  3366. | #define HAVE___FSETLOCKING 1
  3367. | #define HAVE_DECL_FEOF_UNLOCKED 1
  3368. | #define HAVE_DECL_FGETS_UNLOCKED 0
  3369. | #define HAVE_ICONV 1
  3370. | #define ICONV_CONST
  3371. | #define HAVE_NL_LOCALE_NAME 1
  3372. | #define HAVE_LONG_LONG_INT 1
  3373. | #define HAVE_LONG_DOUBLE 1
  3374. | #define HAVE_WCHAR_T 1
  3375. | #define HAVE_WINT_T 1
  3376. | #define HAVE_INTMAX_T 1
  3377. | #define HAVE_POSIX_PRINTF 1
  3378. | #define HAVE_STDINT_H 1
  3379. | #define HAVE_STDINT_H 1
  3380. | #define HAVE_STDDEF_H 1
  3381. | #define HAVE_STDLIB_H 1
  3382. | #define HAVE_STRING_H 1
  3383. | #define HAVE_ASPRINTF 1
  3384. | #define HAVE_FWPRINTF 1
  3385. | #define HAVE_PUTENV 1
  3386. | #define HAVE_SETENV 1
  3387. | #define HAVE_SETLOCALE 1
  3388. | #define HAVE_SNPRINTF 1
  3389. | #define HAVE_WCSLEN 1
  3390. | #define HAVE_DECL__SNPRINTF 0
  3391. | #define HAVE_DECL__SNWPRINTF 0
  3392. | #define HAVE_DECL_GETC_UNLOCKED 1
  3393. | #define HAVE_LANGINFO_CODESET 1
  3394. | #define HAVE_LC_MESSAGES 1
  3395. | #define ENABLE_NLS 1
  3396. | #define HAVE_GETTEXT 1
  3397. | #define HAVE_DCGETTEXT 1
  3398. | #define HAVE_SYS_TIME_H 1
  3399. | #define HAVE_SYS_TYPES_H 1
  3400. | #define HAVE_SYS_SELECT_H 1
  3401. | #define HAVE_LOCALE_H 1
  3402. | #define HAVE_UTIME_H 1
  3403. | #define TIME_WITH_SYS_TIME 1
  3404. | #define HAVE_MODE_T 1
  3405. | #define RETSIGTYPE void
  3406. | #define HAVE_CHMOD 1
  3407. | #define HAVE_CLOSE 1
  3408. | #define HAVE_FORK 1
  3409. | #define HAVE_GETPID 1
  3410. | /* end confdefs.h. */
  3411. | /* Define _getpid to an innocuous variant, in case <limits.h> declares _getpid.
  3412. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3413. | #define _getpid innocuous__getpid
  3414. |
  3415. | /* System header to define __stub macros and hopefully few prototypes,
  3416. | which can conflict with char _getpid (); below.
  3417. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3418. | <limits.h> exists even on freestanding compilers. */
  3419. |
  3420. | #ifdef __STDC__
  3421. | # include <limits.h>
  3422. | #else
  3423. | # include <assert.h>
  3424. | #endif
  3425. |
  3426. | #undef _getpid
  3427. |
  3428. | /* Override any GCC internal prototype to avoid an error.
  3429. | Use char because int might match the return type of a GCC
  3430. | builtin and then its argument prototype would still apply. */
  3431. | #ifdef __cplusplus
  3432. | extern "C"
  3433. | #endif
  3434. | char _getpid ();
  3435. | /* The GNU C library defines this for functions which it implements
  3436. | to always fail with ENOSYS. Some functions are actually named
  3437. | something starting with __ and the normal name is an alias. */
  3438. | #if defined __stub__getpid || defined __stub____getpid
  3439. | choke me
  3440. | #endif
  3441. |
  3442. | int
  3443. | main ()
  3444. | {
  3445. | return _getpid ();
  3446. | ;
  3447. | return 0;
  3448. | }
  3449. configure:13874: result: no
  3450. configure:13874: checking for lstat
  3451. configure:13874: g++ -o conftest -g -O2 -Wextra -Wall conftest.cpp -lz -lX11 >&5
  3452. configure:13874: $? = 0
  3453. configure:13874: result: yes
  3454. configure:13874: checking for mkfifo
  3455. configure:13874: g++ -o conftest -g -O2 -Wextra -Wall conftest.cpp -lz -lX11 >&5
  3456. configure:13874: $? = 0
  3457. configure:13874: result: yes
  3458. configure:13874: checking for open
  3459. configure:13874: g++ -o conftest -g -O2 -Wextra -Wall conftest.cpp -lz -lX11 >&5
  3460. configure:13874: $? = 0
  3461. configure:13874: result: yes
  3462. configure:13874: checking for _open
  3463. configure:13874: g++ -o conftest -g -O2 -Wextra -Wall conftest.cpp -lz -lX11 >&5
  3464. /tmp/ccjeRIqn.o: In function `main':
  3465. /home/liv/Build/lyx-2.0.0alpha6/conftest.cpp:147: undefined reference to `_open'
  3466. collect2: ld returned 1 exit status
  3467. configure:13874: $? = 1
  3468. configure: failed program was:
  3469. | /* confdefs.h */
  3470. | #define PACKAGE_NAME "LyX"
  3471. | #define PACKAGE_TARNAME "lyx"
  3472. | #define PACKAGE_VERSION "2.0.0alpha6"
  3473. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  3474. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  3475. | #define PACKAGE_URL ""
  3476. | #define USE_POSIX_PACKAGING 1
  3477. | #define PACKAGE "lyx"
  3478. | #define STDC_HEADERS 1
  3479. | #define HAVE_SYS_TYPES_H 1
  3480. | #define HAVE_SYS_STAT_H 1
  3481. | #define HAVE_STDLIB_H 1
  3482. | #define HAVE_STRING_H 1
  3483. | #define HAVE_MEMORY_H 1
  3484. | #define HAVE_STRINGS_H 1
  3485. | #define HAVE_INTTYPES_H 1
  3486. | #define HAVE_STDINT_H 1
  3487. | #define HAVE_UNISTD_H 1
  3488. | #define ENABLE_ASSERTIONS 1
  3489. | #define _GLIBCXX_CONCEPT_CHECKS 1
  3490. | #define SIZEOF_WCHAR_T 4
  3491. | #define HAVE_ICONV 1
  3492. | #define ICONV_CONST
  3493. | #define HAVE_ZLIB_H 1
  3494. | #define HAVE_VISIBILITY 1
  3495. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  3496. | #define HAVE_ALLOCA_H 1
  3497. | #define HAVE_ALLOCA 1
  3498. | #define HAVE_STDLIB_H 1
  3499. | #define HAVE_UNISTD_H 1
  3500. | #define HAVE_SYS_PARAM_H 1
  3501. | #define HAVE_GETPAGESIZE 1
  3502. | #define HAVE_MMAP 1
  3503. | #define INTDIV0_RAISES_SIGFPE 1
  3504. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  3505. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  3506. | #define HAVE_UNSIGNED_LONG_LONG 1
  3507. | #define HAVE_UINTMAX_T 1
  3508. | #define HAVE_INTTYPES_H 1
  3509. | #define USE_POSIX_THREADS 1
  3510. | #define USE_POSIX_THREADS_WEAK 1
  3511. | #define HAVE_PTHREAD_RWLOCK 1
  3512. | #define HAVE_BUILTIN_EXPECT 1
  3513. | #define HAVE_ARGZ_H 1
  3514. | #define HAVE_INTTYPES_H 1
  3515. | #define HAVE_LIMITS_H 1
  3516. | #define HAVE_UNISTD_H 1
  3517. | #define HAVE_SYS_PARAM_H 1
  3518. | #define HAVE_GETCWD 1
  3519. | #define HAVE_GETEGID 1
  3520. | #define HAVE_GETEUID 1
  3521. | #define HAVE_GETGID 1
  3522. | #define HAVE_GETUID 1
  3523. | #define HAVE_MEMPCPY 1
  3524. | #define HAVE_MUNMAP 1
  3525. | #define HAVE_STPCPY 1
  3526. | #define HAVE_STRCASECMP 1
  3527. | #define HAVE_STRDUP 1
  3528. | #define HAVE_STRTOUL 1
  3529. | #define HAVE_TSEARCH 1
  3530. | #define HAVE_ARGZ_COUNT 1
  3531. | #define HAVE_ARGZ_STRINGIFY 1
  3532. | #define HAVE_ARGZ_NEXT 1
  3533. | #define HAVE___FSETLOCKING 1
  3534. | #define HAVE_DECL_FEOF_UNLOCKED 1
  3535. | #define HAVE_DECL_FGETS_UNLOCKED 0
  3536. | #define HAVE_ICONV 1
  3537. | #define ICONV_CONST
  3538. | #define HAVE_NL_LOCALE_NAME 1
  3539. | #define HAVE_LONG_LONG_INT 1
  3540. | #define HAVE_LONG_DOUBLE 1
  3541. | #define HAVE_WCHAR_T 1
  3542. | #define HAVE_WINT_T 1
  3543. | #define HAVE_INTMAX_T 1
  3544. | #define HAVE_POSIX_PRINTF 1
  3545. | #define HAVE_STDINT_H 1
  3546. | #define HAVE_STDINT_H 1
  3547. | #define HAVE_STDDEF_H 1
  3548. | #define HAVE_STDLIB_H 1
  3549. | #define HAVE_STRING_H 1
  3550. | #define HAVE_ASPRINTF 1
  3551. | #define HAVE_FWPRINTF 1
  3552. | #define HAVE_PUTENV 1
  3553. | #define HAVE_SETENV 1
  3554. | #define HAVE_SETLOCALE 1
  3555. | #define HAVE_SNPRINTF 1
  3556. | #define HAVE_WCSLEN 1
  3557. | #define HAVE_DECL__SNPRINTF 0
  3558. | #define HAVE_DECL__SNWPRINTF 0
  3559. | #define HAVE_DECL_GETC_UNLOCKED 1
  3560. | #define HAVE_LANGINFO_CODESET 1
  3561. | #define HAVE_LC_MESSAGES 1
  3562. | #define ENABLE_NLS 1
  3563. | #define HAVE_GETTEXT 1
  3564. | #define HAVE_DCGETTEXT 1
  3565. | #define HAVE_SYS_TIME_H 1
  3566. | #define HAVE_SYS_TYPES_H 1
  3567. | #define HAVE_SYS_SELECT_H 1
  3568. | #define HAVE_LOCALE_H 1
  3569. | #define HAVE_UTIME_H 1
  3570. | #define TIME_WITH_SYS_TIME 1
  3571. | #define HAVE_MODE_T 1
  3572. | #define RETSIGTYPE void
  3573. | #define HAVE_CHMOD 1
  3574. | #define HAVE_CLOSE 1
  3575. | #define HAVE_FORK 1
  3576. | #define HAVE_GETPID 1
  3577. | #define HAVE_LSTAT 1
  3578. | #define HAVE_MKFIFO 1
  3579. | #define HAVE_OPEN 1
  3580. | /* end confdefs.h. */
  3581. | /* Define _open to an innocuous variant, in case <limits.h> declares _open.
  3582. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3583. | #define _open innocuous__open
  3584. |
  3585. | /* System header to define __stub macros and hopefully few prototypes,
  3586. | which can conflict with char _open (); below.
  3587. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3588. | <limits.h> exists even on freestanding compilers. */
  3589. |
  3590. | #ifdef __STDC__
  3591. | # include <limits.h>
  3592. | #else
  3593. | # include <assert.h>
  3594. | #endif
  3595. |
  3596. | #undef _open
  3597. |
  3598. | /* Override any GCC internal prototype to avoid an error.
  3599. | Use char because int might match the return type of a GCC
  3600. | builtin and then its argument prototype would still apply. */
  3601. | #ifdef __cplusplus
  3602. | extern "C"
  3603. | #endif
  3604. | char _open ();
  3605. | /* The GNU C library defines this for functions which it implements
  3606. | to always fail with ENOSYS. Some functions are actually named
  3607. | something starting with __ and the normal name is an alias. */
  3608. | #if defined __stub__open || defined __stub____open
  3609. | choke me
  3610. | #endif
  3611. |
  3612. | int
  3613. | main ()
  3614. | {
  3615. | return _open ();
  3616. | ;
  3617. | return 0;
  3618. | }
  3619. configure:13874: result: no
  3620. configure:13874: checking for pclose
  3621. configure:13874: g++ -o conftest -g -O2 -Wextra -Wall conftest.cpp -lz -lX11 >&5
  3622. configure:13874: $? = 0
  3623. configure:13874: result: yes
  3624. configure:13874: checking for _pclose
  3625. configure:13874: g++ -o conftest -g -O2 -Wextra -Wall conftest.cpp -lz -lX11 >&5
  3626. /tmp/cc9kAbcC.o: In function `main':
  3627. /home/liv/Build/lyx-2.0.0alpha6/conftest.cpp:148: undefined reference to `_pclose'
  3628. collect2: ld returned 1 exit status
  3629. configure:13874: $? = 1
  3630. configure: failed program was:
  3631. | /* confdefs.h */
  3632. | #define PACKAGE_NAME "LyX"
  3633. | #define PACKAGE_TARNAME "lyx"
  3634. | #define PACKAGE_VERSION "2.0.0alpha6"
  3635. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  3636. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  3637. | #define PACKAGE_URL ""
  3638. | #define USE_POSIX_PACKAGING 1
  3639. | #define PACKAGE "lyx"
  3640. | #define STDC_HEADERS 1
  3641. | #define HAVE_SYS_TYPES_H 1
  3642. | #define HAVE_SYS_STAT_H 1
  3643. | #define HAVE_STDLIB_H 1
  3644. | #define HAVE_STRING_H 1
  3645. | #define HAVE_MEMORY_H 1
  3646. | #define HAVE_STRINGS_H 1
  3647. | #define HAVE_INTTYPES_H 1
  3648. | #define HAVE_STDINT_H 1
  3649. | #define HAVE_UNISTD_H 1
  3650. | #define ENABLE_ASSERTIONS 1
  3651. | #define _GLIBCXX_CONCEPT_CHECKS 1
  3652. | #define SIZEOF_WCHAR_T 4
  3653. | #define HAVE_ICONV 1
  3654. | #define ICONV_CONST
  3655. | #define HAVE_ZLIB_H 1
  3656. | #define HAVE_VISIBILITY 1
  3657. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  3658. | #define HAVE_ALLOCA_H 1
  3659. | #define HAVE_ALLOCA 1
  3660. | #define HAVE_STDLIB_H 1
  3661. | #define HAVE_UNISTD_H 1
  3662. | #define HAVE_SYS_PARAM_H 1
  3663. | #define HAVE_GETPAGESIZE 1
  3664. | #define HAVE_MMAP 1
  3665. | #define INTDIV0_RAISES_SIGFPE 1
  3666. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  3667. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  3668. | #define HAVE_UNSIGNED_LONG_LONG 1
  3669. | #define HAVE_UINTMAX_T 1
  3670. | #define HAVE_INTTYPES_H 1
  3671. | #define USE_POSIX_THREADS 1
  3672. | #define USE_POSIX_THREADS_WEAK 1
  3673. | #define HAVE_PTHREAD_RWLOCK 1
  3674. | #define HAVE_BUILTIN_EXPECT 1
  3675. | #define HAVE_ARGZ_H 1
  3676. | #define HAVE_INTTYPES_H 1
  3677. | #define HAVE_LIMITS_H 1
  3678. | #define HAVE_UNISTD_H 1
  3679. | #define HAVE_SYS_PARAM_H 1
  3680. | #define HAVE_GETCWD 1
  3681. | #define HAVE_GETEGID 1
  3682. | #define HAVE_GETEUID 1
  3683. | #define HAVE_GETGID 1
  3684. | #define HAVE_GETUID 1
  3685. | #define HAVE_MEMPCPY 1
  3686. | #define HAVE_MUNMAP 1
  3687. | #define HAVE_STPCPY 1
  3688. | #define HAVE_STRCASECMP 1
  3689. | #define HAVE_STRDUP 1
  3690. | #define HAVE_STRTOUL 1
  3691. | #define HAVE_TSEARCH 1
  3692. | #define HAVE_ARGZ_COUNT 1
  3693. | #define HAVE_ARGZ_STRINGIFY 1
  3694. | #define HAVE_ARGZ_NEXT 1
  3695. | #define HAVE___FSETLOCKING 1
  3696. | #define HAVE_DECL_FEOF_UNLOCKED 1
  3697. | #define HAVE_DECL_FGETS_UNLOCKED 0
  3698. | #define HAVE_ICONV 1
  3699. | #define ICONV_CONST
  3700. | #define HAVE_NL_LOCALE_NAME 1
  3701. | #define HAVE_LONG_LONG_INT 1
  3702. | #define HAVE_LONG_DOUBLE 1
  3703. | #define HAVE_WCHAR_T 1
  3704. | #define HAVE_WINT_T 1
  3705. | #define HAVE_INTMAX_T 1
  3706. | #define HAVE_POSIX_PRINTF 1
  3707. | #define HAVE_STDINT_H 1
  3708. | #define HAVE_STDINT_H 1
  3709. | #define HAVE_STDDEF_H 1
  3710. | #define HAVE_STDLIB_H 1
  3711. | #define HAVE_STRING_H 1
  3712. | #define HAVE_ASPRINTF 1
  3713. | #define HAVE_FWPRINTF 1
  3714. | #define HAVE_PUTENV 1
  3715. | #define HAVE_SETENV 1
  3716. | #define HAVE_SETLOCALE 1
  3717. | #define HAVE_SNPRINTF 1
  3718. | #define HAVE_WCSLEN 1
  3719. | #define HAVE_DECL__SNPRINTF 0
  3720. | #define HAVE_DECL__SNWPRINTF 0
  3721. | #define HAVE_DECL_GETC_UNLOCKED 1
  3722. | #define HAVE_LANGINFO_CODESET 1
  3723. | #define HAVE_LC_MESSAGES 1
  3724. | #define ENABLE_NLS 1
  3725. | #define HAVE_GETTEXT 1
  3726. | #define HAVE_DCGETTEXT 1
  3727. | #define HAVE_SYS_TIME_H 1
  3728. | #define HAVE_SYS_TYPES_H 1
  3729. | #define HAVE_SYS_SELECT_H 1
  3730. | #define HAVE_LOCALE_H 1
  3731. | #define HAVE_UTIME_H 1
  3732. | #define TIME_WITH_SYS_TIME 1
  3733. | #define HAVE_MODE_T 1
  3734. | #define RETSIGTYPE void
  3735. | #define HAVE_CHMOD 1
  3736. | #define HAVE_CLOSE 1
  3737. | #define HAVE_FORK 1
  3738. | #define HAVE_GETPID 1
  3739. | #define HAVE_LSTAT 1
  3740. | #define HAVE_MKFIFO 1
  3741. | #define HAVE_OPEN 1
  3742. | #define HAVE_PCLOSE 1
  3743. | /* end confdefs.h. */
  3744. | /* Define _pclose to an innocuous variant, in case <limits.h> declares _pclose.
  3745. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3746. | #define _pclose innocuous__pclose
  3747. |
  3748. | /* System header to define __stub macros and hopefully few prototypes,
  3749. | which can conflict with char _pclose (); below.
  3750. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3751. | <limits.h> exists even on freestanding compilers. */
  3752. |
  3753. | #ifdef __STDC__
  3754. | # include <limits.h>
  3755. | #else
  3756. | # include <assert.h>
  3757. | #endif
  3758. |
  3759. | #undef _pclose
  3760. |
  3761. | /* Override any GCC internal prototype to avoid an error.
  3762. | Use char because int might match the return type of a GCC
  3763. | builtin and then its argument prototype would still apply. */
  3764. | #ifdef __cplusplus
  3765. | extern "C"
  3766. | #endif
  3767. | char _pclose ();
  3768. | /* The GNU C library defines this for functions which it implements
  3769. | to always fail with ENOSYS. Some functions are actually named
  3770. | something starting with __ and the normal name is an alias. */
  3771. | #if defined __stub__pclose || defined __stub____pclose
  3772. | choke me
  3773. | #endif
  3774. |
  3775. | int
  3776. | main ()
  3777. | {
  3778. | return _pclose ();
  3779. | ;
  3780. | return 0;
  3781. | }
  3782. configure:13874: result: no
  3783. configure:13874: checking for popen
  3784. configure:13874: g++ -o conftest -g -O2 -Wextra -Wall conftest.cpp -lz -lX11 >&5
  3785. configure:13874: $? = 0
  3786. configure:13874: result: yes
  3787. configure:13874: checking for _popen
  3788. configure:13874: g++ -o conftest -g -O2 -Wextra -Wall conftest.cpp -lz -lX11 >&5
  3789. /tmp/ccIsNmLO.o: In function `main':
  3790. /home/liv/Build/lyx-2.0.0alpha6/conftest.cpp:149: undefined reference to `_popen'
  3791. collect2: ld returned 1 exit status
  3792. configure:13874: $? = 1
  3793. configure: failed program was:
  3794. | /* confdefs.h */
  3795. | #define PACKAGE_NAME "LyX"
  3796. | #define PACKAGE_TARNAME "lyx"
  3797. | #define PACKAGE_VERSION "2.0.0alpha6"
  3798. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  3799. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  3800. | #define PACKAGE_URL ""
  3801. | #define USE_POSIX_PACKAGING 1
  3802. | #define PACKAGE "lyx"
  3803. | #define STDC_HEADERS 1
  3804. | #define HAVE_SYS_TYPES_H 1
  3805. | #define HAVE_SYS_STAT_H 1
  3806. | #define HAVE_STDLIB_H 1
  3807. | #define HAVE_STRING_H 1
  3808. | #define HAVE_MEMORY_H 1
  3809. | #define HAVE_STRINGS_H 1
  3810. | #define HAVE_INTTYPES_H 1
  3811. | #define HAVE_STDINT_H 1
  3812. | #define HAVE_UNISTD_H 1
  3813. | #define ENABLE_ASSERTIONS 1
  3814. | #define _GLIBCXX_CONCEPT_CHECKS 1
  3815. | #define SIZEOF_WCHAR_T 4
  3816. | #define HAVE_ICONV 1
  3817. | #define ICONV_CONST
  3818. | #define HAVE_ZLIB_H 1
  3819. | #define HAVE_VISIBILITY 1
  3820. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  3821. | #define HAVE_ALLOCA_H 1
  3822. | #define HAVE_ALLOCA 1
  3823. | #define HAVE_STDLIB_H 1
  3824. | #define HAVE_UNISTD_H 1
  3825. | #define HAVE_SYS_PARAM_H 1
  3826. | #define HAVE_GETPAGESIZE 1
  3827. | #define HAVE_MMAP 1
  3828. | #define INTDIV0_RAISES_SIGFPE 1
  3829. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  3830. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  3831. | #define HAVE_UNSIGNED_LONG_LONG 1
  3832. | #define HAVE_UINTMAX_T 1
  3833. | #define HAVE_INTTYPES_H 1
  3834. | #define USE_POSIX_THREADS 1
  3835. | #define USE_POSIX_THREADS_WEAK 1
  3836. | #define HAVE_PTHREAD_RWLOCK 1
  3837. | #define HAVE_BUILTIN_EXPECT 1
  3838. | #define HAVE_ARGZ_H 1
  3839. | #define HAVE_INTTYPES_H 1
  3840. | #define HAVE_LIMITS_H 1
  3841. | #define HAVE_UNISTD_H 1
  3842. | #define HAVE_SYS_PARAM_H 1
  3843. | #define HAVE_GETCWD 1
  3844. | #define HAVE_GETEGID 1
  3845. | #define HAVE_GETEUID 1
  3846. | #define HAVE_GETGID 1
  3847. | #define HAVE_GETUID 1
  3848. | #define HAVE_MEMPCPY 1
  3849. | #define HAVE_MUNMAP 1
  3850. | #define HAVE_STPCPY 1
  3851. | #define HAVE_STRCASECMP 1
  3852. | #define HAVE_STRDUP 1
  3853. | #define HAVE_STRTOUL 1
  3854. | #define HAVE_TSEARCH 1
  3855. | #define HAVE_ARGZ_COUNT 1
  3856. | #define HAVE_ARGZ_STRINGIFY 1
  3857. | #define HAVE_ARGZ_NEXT 1
  3858. | #define HAVE___FSETLOCKING 1
  3859. | #define HAVE_DECL_FEOF_UNLOCKED 1
  3860. | #define HAVE_DECL_FGETS_UNLOCKED 0
  3861. | #define HAVE_ICONV 1
  3862. | #define ICONV_CONST
  3863. | #define HAVE_NL_LOCALE_NAME 1
  3864. | #define HAVE_LONG_LONG_INT 1
  3865. | #define HAVE_LONG_DOUBLE 1
  3866. | #define HAVE_WCHAR_T 1
  3867. | #define HAVE_WINT_T 1
  3868. | #define HAVE_INTMAX_T 1
  3869. | #define HAVE_POSIX_PRINTF 1
  3870. | #define HAVE_STDINT_H 1
  3871. | #define HAVE_STDINT_H 1
  3872. | #define HAVE_STDDEF_H 1
  3873. | #define HAVE_STDLIB_H 1
  3874. | #define HAVE_STRING_H 1
  3875. | #define HAVE_ASPRINTF 1
  3876. | #define HAVE_FWPRINTF 1
  3877. | #define HAVE_PUTENV 1
  3878. | #define HAVE_SETENV 1
  3879. | #define HAVE_SETLOCALE 1
  3880. | #define HAVE_SNPRINTF 1
  3881. | #define HAVE_WCSLEN 1
  3882. | #define HAVE_DECL__SNPRINTF 0
  3883. | #define HAVE_DECL__SNWPRINTF 0
  3884. | #define HAVE_DECL_GETC_UNLOCKED 1
  3885. | #define HAVE_LANGINFO_CODESET 1
  3886. | #define HAVE_LC_MESSAGES 1
  3887. | #define ENABLE_NLS 1
  3888. | #define HAVE_GETTEXT 1
  3889. | #define HAVE_DCGETTEXT 1
  3890. | #define HAVE_SYS_TIME_H 1
  3891. | #define HAVE_SYS_TYPES_H 1
  3892. | #define HAVE_SYS_SELECT_H 1
  3893. | #define HAVE_LOCALE_H 1
  3894. | #define HAVE_UTIME_H 1
  3895. | #define TIME_WITH_SYS_TIME 1
  3896. | #define HAVE_MODE_T 1
  3897. | #define RETSIGTYPE void
  3898. | #define HAVE_CHMOD 1
  3899. | #define HAVE_CLOSE 1
  3900. | #define HAVE_FORK 1
  3901. | #define HAVE_GETPID 1
  3902. | #define HAVE_LSTAT 1
  3903. | #define HAVE_MKFIFO 1
  3904. | #define HAVE_OPEN 1
  3905. | #define HAVE_PCLOSE 1
  3906. | #define HAVE_POPEN 1
  3907. | /* end confdefs.h. */
  3908. | /* Define _popen to an innocuous variant, in case <limits.h> declares _popen.
  3909. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3910. | #define _popen innocuous__popen
  3911. |
  3912. | /* System header to define __stub macros and hopefully few prototypes,
  3913. | which can conflict with char _popen (); below.
  3914. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3915. | <limits.h> exists even on freestanding compilers. */
  3916. |
  3917. | #ifdef __STDC__
  3918. | # include <limits.h>
  3919. | #else
  3920. | # include <assert.h>
  3921. | #endif
  3922. |
  3923. | #undef _popen
  3924. |
  3925. | /* Override any GCC internal prototype to avoid an error.
  3926. | Use char because int might match the return type of a GCC
  3927. | builtin and then its argument prototype would still apply. */
  3928. | #ifdef __cplusplus
  3929. | extern "C"
  3930. | #endif
  3931. | char _popen ();
  3932. | /* The GNU C library defines this for functions which it implements
  3933. | to always fail with ENOSYS. Some functions are actually named
  3934. | something starting with __ and the normal name is an alias. */
  3935. | #if defined __stub__popen || defined __stub____popen
  3936. | choke me
  3937. | #endif
  3938. |
  3939. | int
  3940. | main ()
  3941. | {
  3942. | return _popen ();
  3943. | ;
  3944. | return 0;
  3945. | }
  3946. configure:13874: result: no
  3947. configure:13874: checking for readlink
  3948. configure:13874: g++ -o conftest -g -O2 -Wextra -Wall conftest.cpp -lz -lX11 >&5
  3949. configure:13874: $? = 0
  3950. configure:13874: result: yes
  3951. configure:13874: checking for strerror
  3952. configure:13874: g++ -o conftest -g -O2 -Wextra -Wall conftest.cpp -lz -lX11 >&5
  3953. configure:13874: $? = 0
  3954. configure:13874: result: yes
  3955. configure:13888: checking for mkdir
  3956. configure:13888: g++ -o conftest -g -O2 -Wextra -Wall conftest.cpp -lz -lX11 >&5
  3957. configure:13888: $? = 0
  3958. configure:13888: result: yes
  3959. configure:13888: checking for _mkdir
  3960. configure:13888: g++ -o conftest -g -O2 -Wextra -Wall conftest.cpp -lz -lX11 >&5
  3961. /tmp/ccPOCHvl.o: In function `main':
  3962. /home/liv/Build/lyx-2.0.0alpha6/conftest.cpp:152: undefined reference to `_mkdir'
  3963. collect2: ld returned 1 exit status
  3964. configure:13888: $? = 1
  3965. configure: failed program was:
  3966. | /* confdefs.h */
  3967. | #define PACKAGE_NAME "LyX"
  3968. | #define PACKAGE_TARNAME "lyx"
  3969. | #define PACKAGE_VERSION "2.0.0alpha6"
  3970. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  3971. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  3972. | #define PACKAGE_URL ""
  3973. | #define USE_POSIX_PACKAGING 1
  3974. | #define PACKAGE "lyx"
  3975. | #define STDC_HEADERS 1
  3976. | #define HAVE_SYS_TYPES_H 1
  3977. | #define HAVE_SYS_STAT_H 1
  3978. | #define HAVE_STDLIB_H 1
  3979. | #define HAVE_STRING_H 1
  3980. | #define HAVE_MEMORY_H 1
  3981. | #define HAVE_STRINGS_H 1
  3982. | #define HAVE_INTTYPES_H 1
  3983. | #define HAVE_STDINT_H 1
  3984. | #define HAVE_UNISTD_H 1
  3985. | #define ENABLE_ASSERTIONS 1
  3986. | #define _GLIBCXX_CONCEPT_CHECKS 1
  3987. | #define SIZEOF_WCHAR_T 4
  3988. | #define HAVE_ICONV 1
  3989. | #define ICONV_CONST
  3990. | #define HAVE_ZLIB_H 1
  3991. | #define HAVE_VISIBILITY 1
  3992. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  3993. | #define HAVE_ALLOCA_H 1
  3994. | #define HAVE_ALLOCA 1
  3995. | #define HAVE_STDLIB_H 1
  3996. | #define HAVE_UNISTD_H 1
  3997. | #define HAVE_SYS_PARAM_H 1
  3998. | #define HAVE_GETPAGESIZE 1
  3999. | #define HAVE_MMAP 1
  4000. | #define INTDIV0_RAISES_SIGFPE 1
  4001. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  4002. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  4003. | #define HAVE_UNSIGNED_LONG_LONG 1
  4004. | #define HAVE_UINTMAX_T 1
  4005. | #define HAVE_INTTYPES_H 1
  4006. | #define USE_POSIX_THREADS 1
  4007. | #define USE_POSIX_THREADS_WEAK 1
  4008. | #define HAVE_PTHREAD_RWLOCK 1
  4009. | #define HAVE_BUILTIN_EXPECT 1
  4010. | #define HAVE_ARGZ_H 1
  4011. | #define HAVE_INTTYPES_H 1
  4012. | #define HAVE_LIMITS_H 1
  4013. | #define HAVE_UNISTD_H 1
  4014. | #define HAVE_SYS_PARAM_H 1
  4015. | #define HAVE_GETCWD 1
  4016. | #define HAVE_GETEGID 1
  4017. | #define HAVE_GETEUID 1
  4018. | #define HAVE_GETGID 1
  4019. | #define HAVE_GETUID 1
  4020. | #define HAVE_MEMPCPY 1
  4021. | #define HAVE_MUNMAP 1
  4022. | #define HAVE_STPCPY 1
  4023. | #define HAVE_STRCASECMP 1
  4024. | #define HAVE_STRDUP 1
  4025. | #define HAVE_STRTOUL 1
  4026. | #define HAVE_TSEARCH 1
  4027. | #define HAVE_ARGZ_COUNT 1
  4028. | #define HAVE_ARGZ_STRINGIFY 1
  4029. | #define HAVE_ARGZ_NEXT 1
  4030. | #define HAVE___FSETLOCKING 1
  4031. | #define HAVE_DECL_FEOF_UNLOCKED 1
  4032. | #define HAVE_DECL_FGETS_UNLOCKED 0
  4033. | #define HAVE_ICONV 1
  4034. | #define ICONV_CONST
  4035. | #define HAVE_NL_LOCALE_NAME 1
  4036. | #define HAVE_LONG_LONG_INT 1
  4037. | #define HAVE_LONG_DOUBLE 1
  4038. | #define HAVE_WCHAR_T 1
  4039. | #define HAVE_WINT_T 1
  4040. | #define HAVE_INTMAX_T 1
  4041. | #define HAVE_POSIX_PRINTF 1
  4042. | #define HAVE_STDINT_H 1
  4043. | #define HAVE_STDINT_H 1
  4044. | #define HAVE_STDDEF_H 1
  4045. | #define HAVE_STDLIB_H 1
  4046. | #define HAVE_STRING_H 1
  4047. | #define HAVE_ASPRINTF 1
  4048. | #define HAVE_FWPRINTF 1
  4049. | #define HAVE_PUTENV 1
  4050. | #define HAVE_SETENV 1
  4051. | #define HAVE_SETLOCALE 1
  4052. | #define HAVE_SNPRINTF 1
  4053. | #define HAVE_WCSLEN 1
  4054. | #define HAVE_DECL__SNPRINTF 0
  4055. | #define HAVE_DECL__SNWPRINTF 0
  4056. | #define HAVE_DECL_GETC_UNLOCKED 1
  4057. | #define HAVE_LANGINFO_CODESET 1
  4058. | #define HAVE_LC_MESSAGES 1
  4059. | #define ENABLE_NLS 1
  4060. | #define HAVE_GETTEXT 1
  4061. | #define HAVE_DCGETTEXT 1
  4062. | #define HAVE_SYS_TIME_H 1
  4063. | #define HAVE_SYS_TYPES_H 1
  4064. | #define HAVE_SYS_SELECT_H 1
  4065. | #define HAVE_LOCALE_H 1
  4066. | #define HAVE_UTIME_H 1
  4067. | #define TIME_WITH_SYS_TIME 1
  4068. | #define HAVE_MODE_T 1
  4069. | #define RETSIGTYPE void
  4070. | #define HAVE_CHMOD 1
  4071. | #define HAVE_CLOSE 1
  4072. | #define HAVE_FORK 1
  4073. | #define HAVE_GETPID 1
  4074. | #define HAVE_LSTAT 1
  4075. | #define HAVE_MKFIFO 1
  4076. | #define HAVE_OPEN 1
  4077. | #define HAVE_PCLOSE 1
  4078. | #define HAVE_POPEN 1
  4079. | #define HAVE_READLINK 1
  4080. | #define HAVE_STRERROR 1
  4081. | #define HAVE_MKDIR 1
  4082. | /* end confdefs.h. */
  4083. | /* Define _mkdir to an innocuous variant, in case <limits.h> declares _mkdir.
  4084. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4085. | #define _mkdir innocuous__mkdir
  4086. |
  4087. | /* System header to define __stub macros and hopefully few prototypes,
  4088. | which can conflict with char _mkdir (); below.
  4089. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4090. | <limits.h> exists even on freestanding compilers. */
  4091. |
  4092. | #ifdef __STDC__
  4093. | # include <limits.h>
  4094. | #else
  4095. | # include <assert.h>
  4096. | #endif
  4097. |
  4098. | #undef _mkdir
  4099. |
  4100. | /* Override any GCC internal prototype to avoid an error.
  4101. | Use char because int might match the return type of a GCC
  4102. | builtin and then its argument prototype would still apply. */
  4103. | #ifdef __cplusplus
  4104. | extern "C"
  4105. | #endif
  4106. | char _mkdir ();
  4107. | /* The GNU C library defines this for functions which it implements
  4108. | to always fail with ENOSYS. Some functions are actually named
  4109. | something starting with __ and the normal name is an alias. */
  4110. | #if defined __stub__mkdir || defined __stub____mkdir
  4111. | choke me
  4112. | #endif
  4113. |
  4114. | int
  4115. | main ()
  4116. | {
  4117. | return _mkdir ();
  4118. | ;
  4119. | return 0;
  4120. | }
  4121. configure:13888: result: no
  4122. configure:13898: checking whether mkdir takes one argument
  4123. configure:13919: g++ -c -g -O2 -Wextra -Wall conftest.cpp >&5
  4124. /usr/include/sys/stat.h: In function 'int main()':
  4125. /usr/include/sys/stat.h:321: error: too few arguments to function 'int mkdir(const char*, __mode_t)'
  4126. conftest.cpp:127: error: at this point in file
  4127. configure:13919: $? = 1
  4128. configure: failed program was:
  4129. | /* confdefs.h */
  4130. | #define PACKAGE_NAME "LyX"
  4131. | #define PACKAGE_TARNAME "lyx"
  4132. | #define PACKAGE_VERSION "2.0.0alpha6"
  4133. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  4134. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  4135. | #define PACKAGE_URL ""
  4136. | #define USE_POSIX_PACKAGING 1
  4137. | #define PACKAGE "lyx"
  4138. | #define STDC_HEADERS 1
  4139. | #define HAVE_SYS_TYPES_H 1
  4140. | #define HAVE_SYS_STAT_H 1
  4141. | #define HAVE_STDLIB_H 1
  4142. | #define HAVE_STRING_H 1
  4143. | #define HAVE_MEMORY_H 1
  4144. | #define HAVE_STRINGS_H 1
  4145. | #define HAVE_INTTYPES_H 1
  4146. | #define HAVE_STDINT_H 1
  4147. | #define HAVE_UNISTD_H 1
  4148. | #define ENABLE_ASSERTIONS 1
  4149. | #define _GLIBCXX_CONCEPT_CHECKS 1
  4150. | #define SIZEOF_WCHAR_T 4
  4151. | #define HAVE_ICONV 1
  4152. | #define ICONV_CONST
  4153. | #define HAVE_ZLIB_H 1
  4154. | #define HAVE_VISIBILITY 1
  4155. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  4156. | #define HAVE_ALLOCA_H 1
  4157. | #define HAVE_ALLOCA 1
  4158. | #define HAVE_STDLIB_H 1
  4159. | #define HAVE_UNISTD_H 1
  4160. | #define HAVE_SYS_PARAM_H 1
  4161. | #define HAVE_GETPAGESIZE 1
  4162. | #define HAVE_MMAP 1
  4163. | #define INTDIV0_RAISES_SIGFPE 1
  4164. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  4165. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  4166. | #define HAVE_UNSIGNED_LONG_LONG 1
  4167. | #define HAVE_UINTMAX_T 1
  4168. | #define HAVE_INTTYPES_H 1
  4169. | #define USE_POSIX_THREADS 1
  4170. | #define USE_POSIX_THREADS_WEAK 1
  4171. | #define HAVE_PTHREAD_RWLOCK 1
  4172. | #define HAVE_BUILTIN_EXPECT 1
  4173. | #define HAVE_ARGZ_H 1
  4174. | #define HAVE_INTTYPES_H 1
  4175. | #define HAVE_LIMITS_H 1
  4176. | #define HAVE_UNISTD_H 1
  4177. | #define HAVE_SYS_PARAM_H 1
  4178. | #define HAVE_GETCWD 1
  4179. | #define HAVE_GETEGID 1
  4180. | #define HAVE_GETEUID 1
  4181. | #define HAVE_GETGID 1
  4182. | #define HAVE_GETUID 1
  4183. | #define HAVE_MEMPCPY 1
  4184. | #define HAVE_MUNMAP 1
  4185. | #define HAVE_STPCPY 1
  4186. | #define HAVE_STRCASECMP 1
  4187. | #define HAVE_STRDUP 1
  4188. | #define HAVE_STRTOUL 1
  4189. | #define HAVE_TSEARCH 1
  4190. | #define HAVE_ARGZ_COUNT 1
  4191. | #define HAVE_ARGZ_STRINGIFY 1
  4192. | #define HAVE_ARGZ_NEXT 1
  4193. | #define HAVE___FSETLOCKING 1
  4194. | #define HAVE_DECL_FEOF_UNLOCKED 1
  4195. | #define HAVE_DECL_FGETS_UNLOCKED 0
  4196. | #define HAVE_ICONV 1
  4197. | #define ICONV_CONST
  4198. | #define HAVE_NL_LOCALE_NAME 1
  4199. | #define HAVE_LONG_LONG_INT 1
  4200. | #define HAVE_LONG_DOUBLE 1
  4201. | #define HAVE_WCHAR_T 1
  4202. | #define HAVE_WINT_T 1
  4203. | #define HAVE_INTMAX_T 1
  4204. | #define HAVE_POSIX_PRINTF 1
  4205. | #define HAVE_STDINT_H 1
  4206. | #define HAVE_STDINT_H 1
  4207. | #define HAVE_STDDEF_H 1
  4208. | #define HAVE_STDLIB_H 1
  4209. | #define HAVE_STRING_H 1
  4210. | #define HAVE_ASPRINTF 1
  4211. | #define HAVE_FWPRINTF 1
  4212. | #define HAVE_PUTENV 1
  4213. | #define HAVE_SETENV 1
  4214. | #define HAVE_SETLOCALE 1
  4215. | #define HAVE_SNPRINTF 1
  4216. | #define HAVE_WCSLEN 1
  4217. | #define HAVE_DECL__SNPRINTF 0
  4218. | #define HAVE_DECL__SNWPRINTF 0
  4219. | #define HAVE_DECL_GETC_UNLOCKED 1
  4220. | #define HAVE_LANGINFO_CODESET 1
  4221. | #define HAVE_LC_MESSAGES 1
  4222. | #define ENABLE_NLS 1
  4223. | #define HAVE_GETTEXT 1
  4224. | #define HAVE_DCGETTEXT 1
  4225. | #define HAVE_SYS_TIME_H 1
  4226. | #define HAVE_SYS_TYPES_H 1
  4227. | #define HAVE_SYS_SELECT_H 1
  4228. | #define HAVE_LOCALE_H 1
  4229. | #define HAVE_UTIME_H 1
  4230. | #define TIME_WITH_SYS_TIME 1
  4231. | #define HAVE_MODE_T 1
  4232. | #define RETSIGTYPE void
  4233. | #define HAVE_CHMOD 1
  4234. | #define HAVE_CLOSE 1
  4235. | #define HAVE_FORK 1
  4236. | #define HAVE_GETPID 1
  4237. | #define HAVE_LSTAT 1
  4238. | #define HAVE_MKFIFO 1
  4239. | #define HAVE_OPEN 1
  4240. | #define HAVE_PCLOSE 1
  4241. | #define HAVE_POPEN 1
  4242. | #define HAVE_READLINK 1
  4243. | #define HAVE_STRERROR 1
  4244. | #define HAVE_MKDIR 1
  4245. | /* end confdefs.h. */
  4246. |
  4247. | #include <sys/stat.h>
  4248. | #if HAVE_UNISTD_H
  4249. | # include <unistd.h>
  4250. | #endif
  4251. |
  4252. | int
  4253. | main ()
  4254. | {
  4255. | mkdir (".");
  4256. | ;
  4257. | return 0;
  4258. | }
  4259. configure:13926: result: no
  4260. configure:13937: checking for sys/select.h
  4261. configure:13937: result: yes
  4262. configure:13937: checking sys/socket.h usability
  4263. configure:13937: g++ -c -g -O2 -Wextra -Wall conftest.cpp >&5
  4264. configure:13937: $? = 0
  4265. configure:13937: result: yes
  4266. configure:13937: checking sys/socket.h presence
  4267. configure:13937: g++ -E -Wextra -Wall conftest.cpp
  4268. configure:13937: $? = 0
  4269. configure:13937: result: yes
  4270. configure:13937: checking for sys/socket.h
  4271. configure:13937: result: yes
  4272. configure:13948: checking types of arguments for select
  4273. configure:13976: g++ -c -g -O2 -Wextra -Wall conftest.cpp >&5
  4274. configure:13976: $? = 0
  4275. configure:13987: result: int,fd_set *,struct timeval *
  4276. configure:14025: checking aspell.h usability
  4277. configure:14025: g++ -c -g -O2 -Wextra -Wall conftest.cpp >&5
  4278. conftest.cpp:156:20: error: aspell.h: No such file or directory
  4279. configure:14025: $? = 1
  4280. configure: failed program was:
  4281. | /* confdefs.h */
  4282. | #define PACKAGE_NAME "LyX"
  4283. | #define PACKAGE_TARNAME "lyx"
  4284. | #define PACKAGE_VERSION "2.0.0alpha6"
  4285. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  4286. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  4287. | #define PACKAGE_URL ""
  4288. | #define USE_POSIX_PACKAGING 1
  4289. | #define PACKAGE "lyx"
  4290. | #define STDC_HEADERS 1
  4291. | #define HAVE_SYS_TYPES_H 1
  4292. | #define HAVE_SYS_STAT_H 1
  4293. | #define HAVE_STDLIB_H 1
  4294. | #define HAVE_STRING_H 1
  4295. | #define HAVE_MEMORY_H 1
  4296. | #define HAVE_STRINGS_H 1
  4297. | #define HAVE_INTTYPES_H 1
  4298. | #define HAVE_STDINT_H 1
  4299. | #define HAVE_UNISTD_H 1
  4300. | #define ENABLE_ASSERTIONS 1
  4301. | #define _GLIBCXX_CONCEPT_CHECKS 1
  4302. | #define SIZEOF_WCHAR_T 4
  4303. | #define HAVE_ICONV 1
  4304. | #define ICONV_CONST
  4305. | #define HAVE_ZLIB_H 1
  4306. | #define HAVE_VISIBILITY 1
  4307. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  4308. | #define HAVE_ALLOCA_H 1
  4309. | #define HAVE_ALLOCA 1
  4310. | #define HAVE_STDLIB_H 1
  4311. | #define HAVE_UNISTD_H 1
  4312. | #define HAVE_SYS_PARAM_H 1
  4313. | #define HAVE_GETPAGESIZE 1
  4314. | #define HAVE_MMAP 1
  4315. | #define INTDIV0_RAISES_SIGFPE 1
  4316. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  4317. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  4318. | #define HAVE_UNSIGNED_LONG_LONG 1
  4319. | #define HAVE_UINTMAX_T 1
  4320. | #define HAVE_INTTYPES_H 1
  4321. | #define USE_POSIX_THREADS 1
  4322. | #define USE_POSIX_THREADS_WEAK 1
  4323. | #define HAVE_PTHREAD_RWLOCK 1
  4324. | #define HAVE_BUILTIN_EXPECT 1
  4325. | #define HAVE_ARGZ_H 1
  4326. | #define HAVE_INTTYPES_H 1
  4327. | #define HAVE_LIMITS_H 1
  4328. | #define HAVE_UNISTD_H 1
  4329. | #define HAVE_SYS_PARAM_H 1
  4330. | #define HAVE_GETCWD 1
  4331. | #define HAVE_GETEGID 1
  4332. | #define HAVE_GETEUID 1
  4333. | #define HAVE_GETGID 1
  4334. | #define HAVE_GETUID 1
  4335. | #define HAVE_MEMPCPY 1
  4336. | #define HAVE_MUNMAP 1
  4337. | #define HAVE_STPCPY 1
  4338. | #define HAVE_STRCASECMP 1
  4339. | #define HAVE_STRDUP 1
  4340. | #define HAVE_STRTOUL 1
  4341. | #define HAVE_TSEARCH 1
  4342. | #define HAVE_ARGZ_COUNT 1
  4343. | #define HAVE_ARGZ_STRINGIFY 1
  4344. | #define HAVE_ARGZ_NEXT 1
  4345. | #define HAVE___FSETLOCKING 1
  4346. | #define HAVE_DECL_FEOF_UNLOCKED 1
  4347. | #define HAVE_DECL_FGETS_UNLOCKED 0
  4348. | #define HAVE_ICONV 1
  4349. | #define ICONV_CONST
  4350. | #define HAVE_NL_LOCALE_NAME 1
  4351. | #define HAVE_LONG_LONG_INT 1
  4352. | #define HAVE_LONG_DOUBLE 1
  4353. | #define HAVE_WCHAR_T 1
  4354. | #define HAVE_WINT_T 1
  4355. | #define HAVE_INTMAX_T 1
  4356. | #define HAVE_POSIX_PRINTF 1
  4357. | #define HAVE_STDINT_H 1
  4358. | #define HAVE_STDINT_H 1
  4359. | #define HAVE_STDDEF_H 1
  4360. | #define HAVE_STDLIB_H 1
  4361. | #define HAVE_STRING_H 1
  4362. | #define HAVE_ASPRINTF 1
  4363. | #define HAVE_FWPRINTF 1
  4364. | #define HAVE_PUTENV 1
  4365. | #define HAVE_SETENV 1
  4366. | #define HAVE_SETLOCALE 1
  4367. | #define HAVE_SNPRINTF 1
  4368. | #define HAVE_WCSLEN 1
  4369. | #define HAVE_DECL__SNPRINTF 0
  4370. | #define HAVE_DECL__SNWPRINTF 0
  4371. | #define HAVE_DECL_GETC_UNLOCKED 1
  4372. | #define HAVE_LANGINFO_CODESET 1
  4373. | #define HAVE_LC_MESSAGES 1
  4374. | #define ENABLE_NLS 1
  4375. | #define HAVE_GETTEXT 1
  4376. | #define HAVE_DCGETTEXT 1
  4377. | #define HAVE_SYS_TIME_H 1
  4378. | #define HAVE_SYS_TYPES_H 1
  4379. | #define HAVE_SYS_SELECT_H 1
  4380. | #define HAVE_LOCALE_H 1
  4381. | #define HAVE_UTIME_H 1
  4382. | #define TIME_WITH_SYS_TIME 1
  4383. | #define HAVE_MODE_T 1
  4384. | #define RETSIGTYPE void
  4385. | #define HAVE_CHMOD 1
  4386. | #define HAVE_CLOSE 1
  4387. | #define HAVE_FORK 1
  4388. | #define HAVE_GETPID 1
  4389. | #define HAVE_LSTAT 1
  4390. | #define HAVE_MKFIFO 1
  4391. | #define HAVE_OPEN 1
  4392. | #define HAVE_PCLOSE 1
  4393. | #define HAVE_POPEN 1
  4394. | #define HAVE_READLINK 1
  4395. | #define HAVE_STRERROR 1
  4396. | #define HAVE_MKDIR 1
  4397. | #define HAVE_SYS_SELECT_H 1
  4398. | #define HAVE_SYS_SOCKET_H 1
  4399. | #define SELECT_TYPE_ARG1 int
  4400. | #define SELECT_TYPE_ARG234 (fd_set *)
  4401. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4402. | /* end confdefs.h. */
  4403. | #include <stdio.h>
  4404. | #ifdef HAVE_SYS_TYPES_H
  4405. | # include <sys/types.h>
  4406. | #endif
  4407. | #ifdef HAVE_SYS_STAT_H
  4408. | # include <sys/stat.h>
  4409. | #endif
  4410. | #ifdef STDC_HEADERS
  4411. | # include <stdlib.h>
  4412. | # include <stddef.h>
  4413. | #else
  4414. | # ifdef HAVE_STDLIB_H
  4415. | # include <stdlib.h>
  4416. | # endif
  4417. | #endif
  4418. | #ifdef HAVE_STRING_H
  4419. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4420. | # include <memory.h>
  4421. | # endif
  4422. | # include <string.h>
  4423. | #endif
  4424. | #ifdef HAVE_STRINGS_H
  4425. | # include <strings.h>
  4426. | #endif
  4427. | #ifdef HAVE_INTTYPES_H
  4428. | # include <inttypes.h>
  4429. | #endif
  4430. | #ifdef HAVE_STDINT_H
  4431. | # include <stdint.h>
  4432. | #endif
  4433. | #ifdef HAVE_UNISTD_H
  4434. | # include <unistd.h>
  4435. | #endif
  4436. | #include <aspell.h>
  4437. configure:14025: result: no
  4438. configure:14025: checking aspell.h presence
  4439. configure:14025: g++ -E -Wextra -Wall conftest.cpp
  4440. conftest.cpp:123:20: error: aspell.h: No such file or directory
  4441. configure:14025: $? = 1
  4442. configure: failed program was:
  4443. | /* confdefs.h */
  4444. | #define PACKAGE_NAME "LyX"
  4445. | #define PACKAGE_TARNAME "lyx"
  4446. | #define PACKAGE_VERSION "2.0.0alpha6"
  4447. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  4448. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  4449. | #define PACKAGE_URL ""
  4450. | #define USE_POSIX_PACKAGING 1
  4451. | #define PACKAGE "lyx"
  4452. | #define STDC_HEADERS 1
  4453. | #define HAVE_SYS_TYPES_H 1
  4454. | #define HAVE_SYS_STAT_H 1
  4455. | #define HAVE_STDLIB_H 1
  4456. | #define HAVE_STRING_H 1
  4457. | #define HAVE_MEMORY_H 1
  4458. | #define HAVE_STRINGS_H 1
  4459. | #define HAVE_INTTYPES_H 1
  4460. | #define HAVE_STDINT_H 1
  4461. | #define HAVE_UNISTD_H 1
  4462. | #define ENABLE_ASSERTIONS 1
  4463. | #define _GLIBCXX_CONCEPT_CHECKS 1
  4464. | #define SIZEOF_WCHAR_T 4
  4465. | #define HAVE_ICONV 1
  4466. | #define ICONV_CONST
  4467. | #define HAVE_ZLIB_H 1
  4468. | #define HAVE_VISIBILITY 1
  4469. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  4470. | #define HAVE_ALLOCA_H 1
  4471. | #define HAVE_ALLOCA 1
  4472. | #define HAVE_STDLIB_H 1
  4473. | #define HAVE_UNISTD_H 1
  4474. | #define HAVE_SYS_PARAM_H 1
  4475. | #define HAVE_GETPAGESIZE 1
  4476. | #define HAVE_MMAP 1
  4477. | #define INTDIV0_RAISES_SIGFPE 1
  4478. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  4479. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  4480. | #define HAVE_UNSIGNED_LONG_LONG 1
  4481. | #define HAVE_UINTMAX_T 1
  4482. | #define HAVE_INTTYPES_H 1
  4483. | #define USE_POSIX_THREADS 1
  4484. | #define USE_POSIX_THREADS_WEAK 1
  4485. | #define HAVE_PTHREAD_RWLOCK 1
  4486. | #define HAVE_BUILTIN_EXPECT 1
  4487. | #define HAVE_ARGZ_H 1
  4488. | #define HAVE_INTTYPES_H 1
  4489. | #define HAVE_LIMITS_H 1
  4490. | #define HAVE_UNISTD_H 1
  4491. | #define HAVE_SYS_PARAM_H 1
  4492. | #define HAVE_GETCWD 1
  4493. | #define HAVE_GETEGID 1
  4494. | #define HAVE_GETEUID 1
  4495. | #define HAVE_GETGID 1
  4496. | #define HAVE_GETUID 1
  4497. | #define HAVE_MEMPCPY 1
  4498. | #define HAVE_MUNMAP 1
  4499. | #define HAVE_STPCPY 1
  4500. | #define HAVE_STRCASECMP 1
  4501. | #define HAVE_STRDUP 1
  4502. | #define HAVE_STRTOUL 1
  4503. | #define HAVE_TSEARCH 1
  4504. | #define HAVE_ARGZ_COUNT 1
  4505. | #define HAVE_ARGZ_STRINGIFY 1
  4506. | #define HAVE_ARGZ_NEXT 1
  4507. | #define HAVE___FSETLOCKING 1
  4508. | #define HAVE_DECL_FEOF_UNLOCKED 1
  4509. | #define HAVE_DECL_FGETS_UNLOCKED 0
  4510. | #define HAVE_ICONV 1
  4511. | #define ICONV_CONST
  4512. | #define HAVE_NL_LOCALE_NAME 1
  4513. | #define HAVE_LONG_LONG_INT 1
  4514. | #define HAVE_LONG_DOUBLE 1
  4515. | #define HAVE_WCHAR_T 1
  4516. | #define HAVE_WINT_T 1
  4517. | #define HAVE_INTMAX_T 1
  4518. | #define HAVE_POSIX_PRINTF 1
  4519. | #define HAVE_STDINT_H 1
  4520. | #define HAVE_STDINT_H 1
  4521. | #define HAVE_STDDEF_H 1
  4522. | #define HAVE_STDLIB_H 1
  4523. | #define HAVE_STRING_H 1
  4524. | #define HAVE_ASPRINTF 1
  4525. | #define HAVE_FWPRINTF 1
  4526. | #define HAVE_PUTENV 1
  4527. | #define HAVE_SETENV 1
  4528. | #define HAVE_SETLOCALE 1
  4529. | #define HAVE_SNPRINTF 1
  4530. | #define HAVE_WCSLEN 1
  4531. | #define HAVE_DECL__SNPRINTF 0
  4532. | #define HAVE_DECL__SNWPRINTF 0
  4533. | #define HAVE_DECL_GETC_UNLOCKED 1
  4534. | #define HAVE_LANGINFO_CODESET 1
  4535. | #define HAVE_LC_MESSAGES 1
  4536. | #define ENABLE_NLS 1
  4537. | #define HAVE_GETTEXT 1
  4538. | #define HAVE_DCGETTEXT 1
  4539. | #define HAVE_SYS_TIME_H 1
  4540. | #define HAVE_SYS_TYPES_H 1
  4541. | #define HAVE_SYS_SELECT_H 1
  4542. | #define HAVE_LOCALE_H 1
  4543. | #define HAVE_UTIME_H 1
  4544. | #define TIME_WITH_SYS_TIME 1
  4545. | #define HAVE_MODE_T 1
  4546. | #define RETSIGTYPE void
  4547. | #define HAVE_CHMOD 1
  4548. | #define HAVE_CLOSE 1
  4549. | #define HAVE_FORK 1
  4550. | #define HAVE_GETPID 1
  4551. | #define HAVE_LSTAT 1
  4552. | #define HAVE_MKFIFO 1
  4553. | #define HAVE_OPEN 1
  4554. | #define HAVE_PCLOSE 1
  4555. | #define HAVE_POPEN 1
  4556. | #define HAVE_READLINK 1
  4557. | #define HAVE_STRERROR 1
  4558. | #define HAVE_MKDIR 1
  4559. | #define HAVE_SYS_SELECT_H 1
  4560. | #define HAVE_SYS_SOCKET_H 1
  4561. | #define SELECT_TYPE_ARG1 int
  4562. | #define SELECT_TYPE_ARG234 (fd_set *)
  4563. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4564. | /* end confdefs.h. */
  4565. | #include <aspell.h>
  4566. configure:14025: result: no
  4567. configure:14025: checking for aspell.h
  4568. configure:14025: result: no
  4569. configure:14037: checking for new_aspell_config in -laspell
  4570. configure:14062: g++ -o conftest -g -O2 -Wextra -Wall conftest.cpp -laspell -lz -lX11 >&5
  4571. /usr/bin/ld: cannot find -laspell
  4572. collect2: ld returned 1 exit status
  4573. configure:14062: $? = 1
  4574. configure: failed program was:
  4575. | /* confdefs.h */
  4576. | #define PACKAGE_NAME "LyX"
  4577. | #define PACKAGE_TARNAME "lyx"
  4578. | #define PACKAGE_VERSION "2.0.0alpha6"
  4579. | #define PACKAGE_STRING "LyX 2.0.0alpha6"
  4580. | #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  4581. | #define PACKAGE_URL ""
  4582. | #define USE_POSIX_PACKAGING 1
  4583. | #define PACKAGE "lyx"
  4584. | #define STDC_HEADERS 1
  4585. | #define HAVE_SYS_TYPES_H 1
  4586. | #define HAVE_SYS_STAT_H 1
  4587. | #define HAVE_STDLIB_H 1
  4588. | #define HAVE_STRING_H 1
  4589. | #define HAVE_MEMORY_H 1
  4590. | #define HAVE_STRINGS_H 1
  4591. | #define HAVE_INTTYPES_H 1
  4592. | #define HAVE_STDINT_H 1
  4593. | #define HAVE_UNISTD_H 1
  4594. | #define ENABLE_ASSERTIONS 1
  4595. | #define _GLIBCXX_CONCEPT_CHECKS 1
  4596. | #define SIZEOF_WCHAR_T 4
  4597. | #define HAVE_ICONV 1
  4598. | #define ICONV_CONST
  4599. | #define HAVE_ZLIB_H 1
  4600. | #define HAVE_VISIBILITY 1
  4601. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  4602. | #define HAVE_ALLOCA_H 1
  4603. | #define HAVE_ALLOCA 1
  4604. | #define HAVE_STDLIB_H 1
  4605. | #define HAVE_UNISTD_H 1
  4606. | #define HAVE_SYS_PARAM_H 1
  4607. | #define HAVE_GETPAGESIZE 1
  4608. | #define HAVE_MMAP 1
  4609. | #define INTDIV0_RAISES_SIGFPE 1
  4610. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  4611. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  4612. | #define HAVE_UNSIGNED_LONG_LONG 1
  4613. | #define HAVE_UINTMAX_T 1
  4614. | #define HAVE_INTTYPES_H 1
  4615. | #define USE_POSIX_THREADS 1
  4616. | #define USE_POSIX_THREADS_WEAK 1
  4617. | #define HAVE_PTHREAD_RWLOCK 1
  4618. | #define HAVE_BUILTIN_EXPECT 1
  4619. | #define HAVE_ARGZ_H 1
  4620. | #define HAVE_INTTYPES_H 1
  4621. | #define HAVE_LIMITS_H 1
  4622. | #define HAVE_UNISTD_H 1
  4623. | #define HAVE_SYS_PARAM_H 1
  4624. | #define HAVE_GETCWD 1
  4625. | #define HAVE_GETEGID 1
  4626. | #define HAVE_GETEUID 1
  4627. | #define HAVE_GETGID 1
  4628. | #define HAVE_GETUID 1
  4629. | #define HAVE_MEMPCPY 1
  4630. | #define HAVE_MUNMAP 1
  4631. | #define HAVE_STPCPY 1
  4632. | #define HAVE_STRCASECMP 1
  4633. | #define HAVE_STRDUP 1
  4634. | #define HAVE_STRTOUL 1
  4635. | #define HAVE_TSEARCH 1
  4636. | #define HAVE_ARGZ_COUNT 1
  4637. | #define HAVE_ARGZ_STRINGIFY 1
  4638. | #define HAVE_ARGZ_NEXT 1
  4639. | #define HAVE___FSETLOCKING 1
  4640. | #define HAVE_DECL_FEOF_UNLOCKED 1
  4641. | #define HAVE_DECL_FGETS_UNLOCKED 0
  4642. | #define HAVE_ICONV 1
  4643. | #define ICONV_CONST
  4644. | #define HAVE_NL_LOCALE_NAME 1
  4645. | #define HAVE_LONG_LONG_INT 1
  4646. | #define HAVE_LONG_DOUBLE 1
  4647. | #define HAVE_WCHAR_T 1
  4648. | #define HAVE_WINT_T 1
  4649. | #define HAVE_INTMAX_T 1
  4650. | #define HAVE_POSIX_PRINTF 1
  4651. | #define HAVE_STDINT_H 1
  4652. | #define HAVE_STDINT_H 1
  4653. | #define HAVE_STDDEF_H 1
  4654. | #define HAVE_STDLIB_H 1
  4655. | #define HAVE_STRING_H 1
  4656. | #define HAVE_ASPRINTF 1
  4657. | #define HAVE_FWPRINTF 1
  4658. | #define HAVE_PUTENV 1
  4659. | #define HAVE_SETENV 1
  4660. | #define HAVE_SETLOCALE 1
  4661. | #define HAVE_SNPRINTF 1
  4662. | #define HAVE_WCSLEN 1
  4663. | #define HAVE_DECL__SNPRINTF 0
  4664. | #define HAVE_DECL__SNWPRINTF 0
  4665. | #define HAVE_DECL_GETC_UNLOCKED 1
  4666. | #define HAVE_LANGINFO_CODESET 1
  4667. | #define HAVE_LC_MESSAGES 1
  4668. | #define ENABLE_NLS 1
  4669. | #define HAVE_GETTEXT 1
  4670. | #define HAVE_DCGETTEXT 1
  4671. | #define HAVE_SYS_TIME_H 1
  4672. | #define HAVE_SYS_TYPES_H 1
  4673. | #define HAVE_SYS_SELECT_H 1
  4674. | #define HAVE_LOCALE_H 1
  4675. | #define HAVE_UTIME_H 1
  4676. | #define TIME_WITH_SYS_TIME 1
  4677. | #define HAVE_MODE_T 1
  4678. | #define RETSIGTYPE void
  4679. | #define HAVE_CHMOD 1
  4680. | #define HAVE_CLOSE 1
  4681. | #define HAVE_FORK 1
  4682. | #define HAVE_GETPID 1
  4683. | #define HAVE_LSTAT 1
  4684. | #define HAVE_MKFIFO 1
  4685. | #define HAVE_OPEN 1
  4686. | #define HAVE_PCLOSE 1
  4687. | #define HAVE_POPEN 1
  4688. | #define HAVE_READLINK 1
  4689. | #define HAVE_STRERROR 1
  4690. | #define HAVE_MKDIR 1
  4691. | #define HAVE_SYS_SELECT_H 1
  4692. | #define HAVE_SYS_SOCKET_H 1
  4693. | #define SELECT_TYPE_ARG1 int
  4694. | #define SELECT_TYPE_ARG234 (fd_set *)
  4695. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4696. | /* end confdefs.h. */
  4697. |
  4698. | /* Override any GCC internal prototype to avoid an error.
  4699. | Use char because int might match the return type of a GCC
  4700. | builtin and then its argument prototype would still apply. */
  4701. | #ifdef __cplusplus
  4702. | extern "C"
  4703. | #endif
  4704. | char new_aspell_config ();
  4705. | int
  4706. | main ()
  4707. | {
  4708. | return new_aspell_config ();
  4709. | ;
  4710. | return 0;
  4711. | }
  4712. configure:14071: result: no
  4713. configure:14080: checking whether to use aspell
  4714. configure:14118: result: no
  4715. configure:14145: checking for ENCHANT
  4716. configure:14212: checking whether to use enchant
  4717. configure:14222: result: no
  4718. configure:14249: checking hunspell/hunspell.hxx usability
  4719. configure:14249: g++ -c -g -O2 -Wextra -Wall conftest.cpp >&5
  4720. configure:14249: $? = 0
  4721. configure:14249: result: yes
  4722. configure:14249: checking hunspell/hunspell.hxx presence
  4723. configure:14249: g++ -E -Wextra -Wall conftest.cpp
  4724. configure:14249: $? = 0
  4725. configure:14249: result: yes
  4726. configure:14249: checking for hunspell/hunspell.hxx
  4727. configure:14249: result: yes
  4728. configure:14261: checking for main in -lhunspell
  4729. configure:14280: g++ -o conftest -g -O2 -Wextra -Wall conftest.cpp -lhunspell -lz -lX11 >&5
  4730. configure:14280: $? = 0
  4731. configure:14289: result: yes
  4732. configure:14298: checking whether to use hunspell
  4733. configure:14301: result: yes
  4734. configure:14334: checking for fcntl
  4735. configure:14334: gcc -o conftest -g -O2 -Wextra -Wall conftest.c >&5
  4736. configure:14334: $? = 0
  4737. configure:14334: result: yes
  4738. configure:14339: checking for library containing gethostbyname
  4739. configure:14370: gcc -o conftest -g -O2 -Wextra -Wall conftest.c >&5
  4740. configure:14370: $? = 0
  4741. configure:14387: result: none required
  4742. configure:14395: checking for library containing socket
  4743. configure:14426: gcc -o conftest -g -O2 -Wextra -Wall conftest.c >&5
  4744. configure:14426: $? = 0
  4745. configure:14443: result: none required
  4746. configure:14957: creating ./config.status
  4747.  
  4748. ## ---------------------- ##
  4749. ## Running config.status. ##
  4750. ## ---------------------- ##
  4751.  
  4752. This file was extended by LyX config.status 2.0.0alpha6, which was
  4753. generated by GNU Autoconf 2.65. Invocation command line was
  4754.  
  4755. CONFIG_FILES =
  4756. CONFIG_HEADERS =
  4757. CONFIG_LINKS =
  4758. CONFIG_COMMANDS =
  4759. $ ./config.status
  4760.  
  4761. on ubuntu
  4762.  
  4763. config.status:1177: creating Makefile
  4764. config.status:1177: creating lyx.1
  4765. config.status:1177: creating boost/Makefile
  4766. config.status:1177: creating config/Makefile
  4767. config.status:1177: creating development/Makefile
  4768. config.status:1177: creating development/MacOSX/Makefile
  4769. config.status:1177: creating development/MacOSX/Info.plist
  4770. config.status:1177: creating development/MacOSX/lyxrc.dist
  4771. config.status:1177: creating development/MacOSX/spotlight/Makefile
  4772. config.status:1177: creating development/cygwin/Makefile
  4773. config.status:1177: creating development/cygwin/lyxrc.dist
  4774. config.status:1177: creating development/lyx.spec
  4775. config.status:1177: creating intl/Makefile
  4776. config.status:1177: creating lib/Makefile
  4777. config.status:1177: creating lib/doc/Makefile
  4778. config.status:1177: creating lib/lyx2lyx/lyx2lyx_version.py
  4779. config.status:1177: creating lib/lyx2lyx/Makefile
  4780. config.status:1177: creating m4/Makefile
  4781. config.status:1177: creating po/Makefile.in
  4782. config.status:1177: creating sourcedoc/Doxyfile
  4783. config.status:1177: creating sourcedoc/Makefile
  4784. config.status:1177: creating src/client/Makefile
  4785. config.status:1177: creating src/client/lyxclient.1
  4786. config.status:1177: creating src/Makefile
  4787. config.status:1177: creating src/tex2lyx/Makefile
  4788. config.status:1177: creating src/tex2lyx/tex2lyx.1
  4789. config.status:1177: creating src/support/Makefile
  4790. config.status:1177: creating src/frontends/Makefile
  4791. config.status:1177: creating src/frontends/qt4/Makefile
  4792. config.status:1177: creating config.h
  4793. config.status:1397: executing depfiles commands
  4794. config.status:1397: executing po-directories commands
  4795.  
  4796. ## ---------------- ##
  4797. ## Cache variables. ##
  4798. ## ---------------- ##
  4799.  
  4800. ac_cv_build=i686-pc-linux-gnu
  4801. ac_cv_c_bigendian=no
  4802. ac_cv_c_compiler_gnu=yes
  4803. ac_cv_c_inline=inline
  4804. ac_cv_cxx_compiler_gnu=yes
  4805. ac_cv_env_CCC_set=
  4806. ac_cv_env_CCC_value=
  4807. ac_cv_env_CC_set=
  4808. ac_cv_env_CC_value=
  4809. ac_cv_env_CFLAGS_set=
  4810. ac_cv_env_CFLAGS_value=
  4811. ac_cv_env_CPPFLAGS_set=
  4812. ac_cv_env_CPPFLAGS_value=
  4813. ac_cv_env_CPP_set=
  4814. ac_cv_env_CPP_value=
  4815. ac_cv_env_CXXCPP_set=
  4816. ac_cv_env_CXXCPP_value=
  4817. ac_cv_env_CXXFLAGS_set=
  4818. ac_cv_env_CXXFLAGS_value=
  4819. ac_cv_env_CXX_set=
  4820. ac_cv_env_CXX_value=
  4821. ac_cv_env_ENCHANT_CFLAGS_set=
  4822. ac_cv_env_ENCHANT_CFLAGS_value=
  4823. ac_cv_env_ENCHANT_LIBS_set=
  4824. ac_cv_env_ENCHANT_LIBS_value=
  4825. ac_cv_env_LDFLAGS_set=
  4826. ac_cv_env_LDFLAGS_value=
  4827. ac_cv_env_LIBS_set=
  4828. ac_cv_env_LIBS_value=
  4829. ac_cv_env_OBJCFLAGS_set=
  4830. ac_cv_env_OBJCFLAGS_value=
  4831. ac_cv_env_OBJC_set=
  4832. ac_cv_env_OBJC_value=
  4833. ac_cv_env_PKG_CONFIG_set=
  4834. ac_cv_env_PKG_CONFIG_value=
  4835. ac_cv_env_QT4DIR_set=
  4836. ac_cv_env_QT4DIR_value=
  4837. ac_cv_env_QT4_CORE_CFLAGS_set=
  4838. ac_cv_env_QT4_CORE_CFLAGS_value=
  4839. ac_cv_env_QT4_CORE_LIBS_set=
  4840. ac_cv_env_QT4_CORE_LIBS_value=
  4841. ac_cv_env_QT4_FRONTEND_CFLAGS_set=
  4842. ac_cv_env_QT4_FRONTEND_CFLAGS_value=
  4843. ac_cv_env_QT4_FRONTEND_LIBS_set=
  4844. ac_cv_env_QT4_FRONTEND_LIBS_value=
  4845. ac_cv_env_XMKMF_set=
  4846. ac_cv_env_XMKMF_value=
  4847. ac_cv_env_build_alias_set=
  4848. ac_cv_env_build_alias_value=
  4849. ac_cv_env_host_alias_set=
  4850. ac_cv_env_host_alias_value=
  4851. ac_cv_env_target_alias_set=
  4852. ac_cv_env_target_alias_value=
  4853. ac_cv_func___fsetlocking=yes
  4854. ac_cv_func__close=no
  4855. ac_cv_func__getpid=no
  4856. ac_cv_func__mkdir=no
  4857. ac_cv_func__open=no
  4858. ac_cv_func__pclose=no
  4859. ac_cv_func__popen=no
  4860. ac_cv_func_alloca_works=yes
  4861. ac_cv_func_argz_count=yes
  4862. ac_cv_func_argz_next=yes
  4863. ac_cv_func_argz_stringify=yes
  4864. ac_cv_func_asprintf=yes
  4865. ac_cv_func_chmod=yes
  4866. ac_cv_func_close=yes
  4867. ac_cv_func_connect=yes
  4868. ac_cv_func_fcntl=yes
  4869. ac_cv_func_fork=yes
  4870. ac_cv_func_fwprintf=yes
  4871. ac_cv_func_getcwd=yes
  4872. ac_cv_func_getegid=yes
  4873. ac_cv_func_geteuid=yes
  4874. ac_cv_func_getgid=yes
  4875. ac_cv_func_gethostbyname=yes
  4876. ac_cv_func_getpagesize=yes
  4877. ac_cv_func_getpid=yes
  4878. ac_cv_func_getuid=yes
  4879. ac_cv_func_lstat=yes
  4880. ac_cv_func_mempcpy=yes
  4881. ac_cv_func_mkdir=yes
  4882. ac_cv_func_mkfifo=yes
  4883. ac_cv_func_mmap_fixed_mapped=yes
  4884. ac_cv_func_munmap=yes
  4885. ac_cv_func_open=yes
  4886. ac_cv_func_pclose=yes
  4887. ac_cv_func_popen=yes
  4888. ac_cv_func_putenv=yes
  4889. ac_cv_func_readlink=yes
  4890. ac_cv_func_remove=yes
  4891. ac_cv_func_select_args='int,fd_set *,struct timeval *'
  4892. ac_cv_func_setenv=yes
  4893. ac_cv_func_setlocale=yes
  4894. ac_cv_func_shmat=yes
  4895. ac_cv_func_snprintf=yes
  4896. ac_cv_func_stpcpy=yes
  4897. ac_cv_func_strcasecmp=yes
  4898. ac_cv_func_strdup=yes
  4899. ac_cv_func_strerror=yes
  4900. ac_cv_func_strtoul=yes
  4901. ac_cv_func_tsearch=yes
  4902. ac_cv_func_wcslen=yes
  4903. ac_cv_gnu_library_2=yes
  4904. ac_cv_gnu_library_2_1=yes
  4905. ac_cv_have_decl__snprintf=no
  4906. ac_cv_have_decl__snwprintf=no
  4907. ac_cv_have_decl_feof_unlocked=yes
  4908. ac_cv_have_decl_fgets_unlocked=no
  4909. ac_cv_have_decl_getc_unlocked=yes
  4910. ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
  4911. ac_cv_header_argz_h=yes
  4912. ac_cv_header_aspell_h=no
  4913. ac_cv_header_hunspell_hunspell_hxx=yes
  4914. ac_cv_header_inttypes_h=yes
  4915. ac_cv_header_limits_h=yes
  4916. ac_cv_header_locale_h=yes
  4917. ac_cv_header_memory_h=yes
  4918. ac_cv_header_pthread_h=yes
  4919. ac_cv_header_stat_broken=no
  4920. ac_cv_header_stdc=yes
  4921. ac_cv_header_stddef_h=yes
  4922. ac_cv_header_stdint_h=yes
  4923. ac_cv_header_stdlib_h=yes
  4924. ac_cv_header_string_h=yes
  4925. ac_cv_header_strings_h=yes
  4926. ac_cv_header_sys_param_h=yes
  4927. ac_cv_header_sys_select_h=yes
  4928. ac_cv_header_sys_socket_h=yes
  4929. ac_cv_header_sys_stat_h=yes
  4930. ac_cv_header_sys_time_h=yes
  4931. ac_cv_header_sys_types_h=yes
  4932. ac_cv_header_sys_types_h_makedev=yes
  4933. ac_cv_header_sys_utime_h=no
  4934. ac_cv_header_time=yes
  4935. ac_cv_header_unistd_h=yes
  4936. ac_cv_header_utime_h=yes
  4937. ac_cv_header_zlib_h=yes
  4938. ac_cv_host=i686-pc-linux-gnu
  4939. ac_cv_lib_ICE_IceConnectionNumber=no
  4940. ac_cv_lib_aspell_new_aspell_config=no
  4941. ac_cv_lib_gdi32_main=no
  4942. ac_cv_lib_hunspell_main=yes
  4943. ac_cv_lib_psapi_main=no
  4944. ac_cv_lib_pthread_pthread_kill=yes
  4945. ac_cv_lib_shlwapi_main=no
  4946. ac_cv_lib_z_gzopen=yes
  4947. ac_cv_mkdir_takes_one_arg=no
  4948. ac_cv_objc_compiler_gnu=no
  4949. ac_cv_objext=o
  4950. ac_cv_path_EGREP='/bin/grep -E'
  4951. ac_cv_path_GMSGFMT=/usr/bin/msgfmt
  4952. ac_cv_path_GREP=/bin/grep
  4953. ac_cv_path_MOC4=/usr/bin/moc-qt4
  4954. ac_cv_path_MSGFMT=/usr/bin/msgfmt
  4955. ac_cv_path_MSGMERGE=/usr/bin/msgmerge
  4956. ac_cv_path_PYTHON=/usr/bin/python
  4957. ac_cv_path_RCC4=/usr/bin/rcc
  4958. ac_cv_path_UIC4=/usr/bin/uic-qt4
  4959. ac_cv_path_XGETTEXT=/usr/bin/xgettext
  4960. ac_cv_path_install='/usr/bin/install -c'
  4961. ac_cv_path_mkdir=/bin/mkdir
  4962. ac_cv_prog_AWK=gawk
  4963. ac_cv_prog_CPP='gcc -E'
  4964. ac_cv_prog_CXXCPP='g++ -E'
  4965. ac_cv_prog_ac_ct_CC=gcc
  4966. ac_cv_prog_ac_ct_OBJC=gcc
  4967. ac_cv_prog_ac_ct_RANLIB=ranlib
  4968. ac_cv_prog_cc_c89=
  4969. ac_cv_prog_cc_g=yes
  4970. ac_cv_prog_cxx_g=yes
  4971. ac_cv_prog_make_make_set=yes
  4972. ac_cv_prog_objc_g=no
  4973. ac_cv_search_gethostbyname='none required'
  4974. ac_cv_search_socket='none required'
  4975. ac_cv_sizeof_wchar_t=4
  4976. ac_cv_target=i686-pc-linux-gnu
  4977. ac_cv_type_long_long_int=yes
  4978. ac_cv_type_mode_t=yes
  4979. ac_cv_type_off_t=yes
  4980. ac_cv_type_pid_t=yes
  4981. ac_cv_type_pthread_rwlock_t=yes
  4982. ac_cv_type_ptrdiff_t=yes
  4983. ac_cv_type_signal=void
  4984. ac_cv_type_size_t=yes
  4985. ac_cv_type_uid_t=yes
  4986. ac_cv_type_unsigned_long_long=yes
  4987. ac_cv_type_unsigned_long_long_int=yes
  4988. ac_cv_working_alloca_h=yes
  4989. acl_cv_hardcode_direct=no
  4990. acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  4991. acl_cv_hardcode_libdir_separator=
  4992. acl_cv_hardcode_minus_L=no
  4993. acl_cv_libext=a
  4994. acl_cv_path_LD=/usr/bin/ld
  4995. acl_cv_prog_gnu_ld=yes
  4996. acl_cv_rpath=done
  4997. acl_cv_shlibext=so
  4998. acl_cv_wl=-Wl,
  4999. am_cv_CC_dependencies_compiler_type=gcc3
  5000. am_cv_CXX_dependencies_compiler_type=gcc3
  5001. am_cv_OBJC_dependencies_compiler_type=gcc3
  5002. am_cv_func_iconv=yes
  5003. am_cv_langinfo_codeset=yes
  5004. am_cv_lib_iconv=no
  5005. am_cv_pathless_PYTHON=python
  5006. am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
  5007. am_cv_proto_iconv_arg1=
  5008. am_cv_python_platform=linux2
  5009. am_cv_python_pyexecdir='${exec_prefix}/lib/python2.6/dist-packages'
  5010. am_cv_python_pythondir='${prefix}/lib/python2.6/dist-packages'
  5011. am_cv_python_version=2.6
  5012. gl_cv_cc_visibility=yes
  5013. gl_cv_header_inttypes_h=yes
  5014. gl_cv_header_stdint_h=yes
  5015. gl_cv_size_max=yes
  5016. gt_cv_c_intmax_t=yes
  5017. gt_cv_c_long_double=yes
  5018. gt_cv_c_wchar_t=yes
  5019. gt_cv_c_wint_t=yes
  5020. gt_cv_func_CFLocaleCopyCurrent=no
  5021. gt_cv_func_CFPreferencesCopyAppValue=no
  5022. gt_cv_func_gnugettext1_libc=yes
  5023. gt_cv_func_printf_posix=yes
  5024. gt_cv_int_divbyzero_sigfpe=yes
  5025. gt_cv_inttypes_pri_broken=no
  5026. gt_cv_nl_locale_name=yes
  5027. gt_cv_val_LC_MESSAGES=yes
  5028. lyx_cv_extra_inc=NONE
  5029. lyx_cv_extra_lib=NONE
  5030. lyx_cv_extra_prefix=NONE
  5031. lyx_cv_with_included_boost=yes
  5032. nls_cv_force_use_gnu_gettext=no
  5033. nls_cv_header_intl=
  5034. nls_cv_header_libgt=
  5035. nls_cv_use_gnu_gettext=no
  5036. qt4_cv_dir=
  5037. qt4_cv_libname=
  5038.  
  5039. ## ----------------- ##
  5040. ## Output variables. ##
  5041. ## ----------------- ##
  5042.  
  5043. ACLOCAL='${SHELL} /home/liv/Build/lyx-2.0.0alpha6/config/missing --run aclocal-1.11'
  5044. ALLOCA=''
  5045. AMDEPBACKSLASH='\'
  5046. AMDEP_FALSE='#'
  5047. AMDEP_TRUE=''
  5048. AMTAR='${SHELL} /home/liv/Build/lyx-2.0.0alpha6/config/missing --run tar'
  5049. AM_BACKSLASH='\'
  5050. AM_CFLAGS=''
  5051. AM_CPPFLAGS=''
  5052. AM_CXXFLAGS=''
  5053. AM_DEFAULT_VERBOSITY='0'
  5054. AM_LDFLAGS=''
  5055. AUTOCONF='${SHELL} /home/liv/Build/lyx-2.0.0alpha6/config/missing --run autoconf'
  5056. AUTOHEADER='${SHELL} /home/liv/Build/lyx-2.0.0alpha6/config/missing --run autoheader'
  5057. AUTOMAKE='${SHELL} /home/liv/Build/lyx-2.0.0alpha6/config/missing --run automake-1.11'
  5058. AWK='gawk'
  5059. BOOST_MT=''
  5060. BOOST_SEP=''
  5061. BUILD_CLIENT_SUBDIR_FALSE='#'
  5062. BUILD_CLIENT_SUBDIR_TRUE=''
  5063. BUILD_INCLUDED_LIBINTL='no'
  5064. CATOBJEXT='.gmo'
  5065. CC='gcc'
  5066. CCDEPMODE='depmode=gcc3'
  5067. CFLAGS='-g -O2'
  5068. CFLAG_VISIBILITY='-fvisibility=hidden'
  5069. CPP='gcc -E'
  5070. CPPFLAGS='-Wextra -Wall '
  5071. CXX='g++'
  5072. CXXCPP='g++ -E'
  5073. CXXDEPMODE='depmode=gcc3'
  5074. CXXFLAGS='-g -O2'
  5075. CYGPATH_W='echo'
  5076. DATADIRNAME='share'
  5077. DEFS='-DHAVE_CONFIG_H'
  5078. DEPDIR='.deps'
  5079. ECHO_C=''
  5080. ECHO_N='-n'
  5081. ECHO_T=''
  5082. EGREP='/bin/grep -E'
  5083. ENCHANT_CFLAGS=''
  5084. ENCHANT_LIBS=''
  5085. EXEEXT=''
  5086. FRONTENDS='qt4'
  5087. FRONTENDS_PROGS=' lyx-qt4$(EXEEXT)'
  5088. FRONTENDS_SUBDIRS=' qt4'
  5089. GENCAT='gencat'
  5090. GLIBC21='yes'
  5091. GLIBC2='yes'
  5092. GMSGFMT='/usr/bin/msgfmt'
  5093. GMSGFMT_015='/usr/bin/msgfmt'
  5094. GREP='/bin/grep'
  5095. HAVE_ASPRINTF='1'
  5096. HAVE_POSIX_PRINTF='1'
  5097. HAVE_SNPRINTF='1'
  5098. HAVE_VISIBILITY='1'
  5099. HAVE_WPRINTF='0'
  5100. INSTALL_CYGWIN_FALSE=''
  5101. INSTALL_CYGWIN_TRUE='#'
  5102. INSTALL_DATA='${INSTALL} -m 644'
  5103. INSTALL_MACOSX_FALSE=''
  5104. INSTALL_MACOSX_TRUE='#'
  5105. INSTALL_PROGRAM='${INSTALL}'
  5106. INSTALL_SCRIPT='${INSTALL}'
  5107. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  5108. INSTALL_WINDOWS_FALSE=''
  5109. INSTALL_WINDOWS_TRUE='#'
  5110. INSTOBJEXT='.mo'
  5111. INTLBISON=':'
  5112. INTLLIBS=''
  5113. INTLOBJS=''
  5114. INTL_LIBTOOL_SUFFIX_PREFIX=''
  5115. INTL_MACOSX_LIBS=''
  5116. LDFLAGS=''
  5117. LIBICONV=''
  5118. LIBINTL=''
  5119. LIBMULTITHREAD='-lpthread'
  5120. LIBOBJS=''
  5121. LIBPSAPI=''
  5122. LIBPTH=''
  5123. LIBS='-lhunspell -lz -lX11 '
  5124. LIBSHLWAPI=''
  5125. LIBTHREAD=''
  5126. LTLIBICONV=''
  5127. LTLIBINTL=''
  5128. LTLIBMULTITHREAD='-lpthread'
  5129. LTLIBOBJS=''
  5130. LTLIBPTH=''
  5131. LTLIBTHREAD=''
  5132. LYX_BUILD_PCH_FALSE=''
  5133. LYX_BUILD_PCH_TRUE='#'
  5134. LYX_DATE='2010-09-15'
  5135. LYX_DIR_VER='LYX_DIR_20x'
  5136. LYX_MAJOR_VERSION='2'
  5137. LYX_MINOR_VERSION='0'
  5138. LYX_RELEASE_LEVEL='0'
  5139. LYX_RELEASE_PATCH='0'
  5140. LYX_USERDIR_VER='LYX_USERDIR_20x'
  5141. LYX_WIN_RESOURCE_FALSE=''
  5142. LYX_WIN_RESOURCE_TRUE='#'
  5143. MAINT='#'
  5144. MAINTAINER_MODE_FALSE=''
  5145. MAINTAINER_MODE_TRUE='#'
  5146. MAKEINFO='${SHELL} /home/liv/Build/lyx-2.0.0alpha6/config/missing --run makeinfo'
  5147. MKDIR_P='/bin/mkdir -p'
  5148. MOC4='/usr/bin/moc-qt4'
  5149. MONOLITHIC_BOOST_FALSE=''
  5150. MONOLITHIC_BOOST_TRUE='#'
  5151. MONOLITHIC_CLIENT_FALSE=''
  5152. MONOLITHIC_CLIENT_TRUE='#'
  5153. MONOLITHIC_CORE_FALSE=''
  5154. MONOLITHIC_CORE_TRUE='#'
  5155. MONOLITHIC_FRONTEND_QT4_FALSE=''
  5156. MONOLITHIC_FRONTEND_QT4_TRUE='#'
  5157. MONOLITHIC_INSETS_FALSE=''
  5158. MONOLITHIC_INSETS_TRUE='#'
  5159. MONOLITHIC_MATHED_FALSE=''
  5160. MONOLITHIC_MATHED_TRUE='#'
  5161. MONOLITHIC_TEX2LYX_FALSE=''
  5162. MONOLITHIC_TEX2LYX_TRUE='#'
  5163. MSGFMT='/usr/bin/msgfmt'
  5164. MSGFMT_015='/usr/bin/msgfmt'
  5165. MSGMERGE='/usr/bin/msgmerge'
  5166. OBJC='gcc'
  5167. OBJCDEPMODE='depmode=gcc3'
  5168. OBJCFLAGS=''
  5169. OBJEXT='o'
  5170. PACKAGE='lyx'
  5171. PACKAGE_BUGREPORT='lyx-devel@lists.lyx.org'
  5172. PACKAGE_NAME='LyX'
  5173. PACKAGE_STRING='LyX 2.0.0alpha6'
  5174. PACKAGE_TARNAME='lyx'
  5175. PACKAGE_URL=''
  5176. PACKAGE_VERSION='2.0.0alpha6'
  5177. PATH_SEPARATOR=':'
  5178. PKG_CONFIG=''
  5179. POSUB='po'
  5180. PRI_MACROS_BROKEN='0'
  5181. PYTHON='/usr/bin/python'
  5182. PYTHON_EXEC_PREFIX='${exec_prefix}'
  5183. PYTHON_PLATFORM='linux2'
  5184. PYTHON_PREFIX='${prefix}'
  5185. PYTHON_VERSION='2.6'
  5186. QT4DIR=''
  5187. QT4_CORE_CFLAGS=''
  5188. QT4_CORE_INCLUDES=''
  5189. QT4_CORE_LDFLAGS=''
  5190. QT4_CORE_LIB=''
  5191. QT4_CORE_LIBS=''
  5192. QT4_CPPFLAGS='-DQT_NO_STL -DQT_NO_KEYWORDS'
  5193. QT4_FRONTEND_CFLAGS=''
  5194. QT4_FRONTEND_LIBS=''
  5195. QT4_INCLUDES=''
  5196. QT4_LDFLAGS=''
  5197. QT4_LIB=''
  5198. QT4_VERSION=''
  5199. RANLIB='ranlib'
  5200. RCC4='/usr/bin/rcc'
  5201. RPM_FRONTEND='qt4'
  5202. RPM_VERSION_SUFFIX='""'
  5203. SET_MAKE=''
  5204. SHELL='/bin/bash'
  5205. SOCKET_LIBS=''
  5206. STRIP=''
  5207. UIC4='/usr/bin/uic-qt4'
  5208. USE_ASPELL_FALSE=''
  5209. USE_ASPELL_TRUE='#'
  5210. USE_ENCHANT_FALSE=''
  5211. USE_ENCHANT_TRUE='#'
  5212. USE_HUNSPELL_FALSE='#'
  5213. USE_HUNSPELL_TRUE=''
  5214. USE_INCLUDED_BOOST_FALSE='#'
  5215. USE_INCLUDED_BOOST_TRUE=''
  5216. USE_INCLUDED_LIBINTL='no'
  5217. USE_NLS='yes'
  5218. VERSION='2.0.0alpha6'
  5219. VERSION_INFO='Configuration\n Host type: i686-pc-linux-gnu\n Special build flags: concept-checks assertions warnings use-hunspell\n C Compiler: gcc \n C Compiler LyX flags: \n C Compiler flags: -Wextra -Wall -g -O2\n C++ Compiler: g++ (4.4.3)\n C++ Compiler LyX flags: \n C++ Compiler flags: -Wextra -Wall -g -O2\n Linker flags: \n Linker user flags: \n Qt 4 Frontend:\n Qt 4 version:\t\t\n Packaging: posix\n LyX binary dir: /usr/local/bin\n LyX files dir: /usr/local/share/lyx\n'
  5220. WOE32DLL='no'
  5221. XGETTEXT='/usr/bin/xgettext'
  5222. XGETTEXT_015='/usr/bin/xgettext'
  5223. XMKMF=''
  5224. X_CFLAGS=''
  5225. X_EXTRA_LIBS=''
  5226. X_LIBS=''
  5227. X_PRE_LIBS=''
  5228. ac_ct_CC='gcc'
  5229. ac_ct_CXX=''
  5230. ac_ct_OBJC='gcc'
  5231. am__EXEEXT_FALSE=''
  5232. am__EXEEXT_TRUE='#'
  5233. am__fastdepCC_FALSE='#'
  5234. am__fastdepCC_TRUE=''
  5235. am__fastdepCXX_FALSE='#'
  5236. am__fastdepCXX_TRUE=''
  5237. am__fastdepOBJC_FALSE='#'
  5238. am__fastdepOBJC_TRUE=''
  5239. am__include='include'
  5240. am__isrc=''
  5241. am__leading_dot='.'
  5242. am__quote=''
  5243. am__tar='${AMTAR} chof - "$$tardir"'
  5244. am__untar='${AMTAR} xf -'
  5245. bindir='${exec_prefix}/bin'
  5246. build='i686-pc-linux-gnu'
  5247. build_alias=''
  5248. build_cpu='i686'
  5249. build_os='linux-gnu'
  5250. build_vendor='pc'
  5251. datadir='${datarootdir}'
  5252. datarootdir='${prefix}/share'
  5253. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  5254. dvidir='${docdir}'
  5255. exec_prefix='${prefix}'
  5256. host='i686-pc-linux-gnu'
  5257. host_alias=''
  5258. host_cpu='i686'
  5259. host_os='linux-gnu'
  5260. host_vendor='pc'
  5261. htmldir='${docdir}'
  5262. includedir='${prefix}/include'
  5263. infodir='${datarootdir}/info'
  5264. install_sh='${SHELL} /home/liv/Build/lyx-2.0.0alpha6/config/install-sh'
  5265. libdir='${exec_prefix}/lib'
  5266. libexecdir='${exec_prefix}/libexec'
  5267. localedir='${datarootdir}/locale'
  5268. localstatedir='${prefix}/var'
  5269. lyx_devel_version='no'
  5270. mandir='${datarootdir}/man'
  5271. mkdir_p='/bin/mkdir -p'
  5272. oldincludedir='/usr/include'
  5273. pdfdir='${docdir}'
  5274. pkgdatadir='${datadir}/${PACKAGE}'
  5275. pkgpyexecdir='${pyexecdir}/lyx'
  5276. pkgpythondir='${pythondir}/lyx'
  5277. prefix='/usr/local'
  5278. program_suffix=''
  5279. program_transform_name='s&$$&&'
  5280. psdir='${docdir}'
  5281. pyexecdir='${exec_prefix}/lib/python2.6/dist-packages'
  5282. pythondir='${prefix}/lib/python2.6/dist-packages'
  5283. real_pkgdatadir='/usr/local/share/lyx'
  5284. sbindir='${exec_prefix}/sbin'
  5285. sharedstatedir='${prefix}/com'
  5286. sysconfdir='${prefix}/etc'
  5287. target='i686-pc-linux-gnu'
  5288. target_alias=''
  5289. target_cpu='i686'
  5290. target_os='linux-gnu'
  5291. target_vendor='pc'
  5292. version_suffix=''
  5293.  
  5294. ## ----------- ##
  5295. ## confdefs.h. ##
  5296. ## ----------- ##
  5297.  
  5298. /* confdefs.h */
  5299. #define PACKAGE_NAME "LyX"
  5300. #define PACKAGE_TARNAME "lyx"
  5301. #define PACKAGE_VERSION "2.0.0alpha6"
  5302. #define PACKAGE_STRING "LyX 2.0.0alpha6"
  5303. #define PACKAGE_BUGREPORT "lyx-devel@lists.lyx.org"
  5304. #define PACKAGE_URL ""
  5305. #define USE_POSIX_PACKAGING 1
  5306. #define PACKAGE "lyx"
  5307. #define STDC_HEADERS 1
  5308. #define HAVE_SYS_TYPES_H 1
  5309. #define HAVE_SYS_STAT_H 1
  5310. #define HAVE_STDLIB_H 1
  5311. #define HAVE_STRING_H 1
  5312. #define HAVE_MEMORY_H 1
  5313. #define HAVE_STRINGS_H 1
  5314. #define HAVE_INTTYPES_H 1
  5315. #define HAVE_STDINT_H 1
  5316. #define HAVE_UNISTD_H 1
  5317. #define ENABLE_ASSERTIONS 1
  5318. #define _GLIBCXX_CONCEPT_CHECKS 1
  5319. #define SIZEOF_WCHAR_T 4
  5320. #define HAVE_ICONV 1
  5321. #define ICONV_CONST
  5322. #define HAVE_ZLIB_H 1
  5323. #define HAVE_VISIBILITY 1
  5324. #define HAVE_STDINT_H_WITH_UINTMAX 1
  5325. #define HAVE_ALLOCA_H 1
  5326. #define HAVE_ALLOCA 1
  5327. #define HAVE_STDLIB_H 1
  5328. #define HAVE_UNISTD_H 1
  5329. #define HAVE_SYS_PARAM_H 1
  5330. #define HAVE_GETPAGESIZE 1
  5331. #define HAVE_MMAP 1
  5332. #define INTDIV0_RAISES_SIGFPE 1
  5333. #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  5334. #define HAVE_UNSIGNED_LONG_LONG_INT 1
  5335. #define HAVE_UNSIGNED_LONG_LONG 1
  5336. #define HAVE_UINTMAX_T 1
  5337. #define HAVE_INTTYPES_H 1
  5338. #define USE_POSIX_THREADS 1
  5339. #define USE_POSIX_THREADS_WEAK 1
  5340. #define HAVE_PTHREAD_RWLOCK 1
  5341. #define HAVE_BUILTIN_EXPECT 1
  5342. #define HAVE_ARGZ_H 1
  5343. #define HAVE_INTTYPES_H 1
  5344. #define HAVE_LIMITS_H 1
  5345. #define HAVE_UNISTD_H 1
  5346. #define HAVE_SYS_PARAM_H 1
  5347. #define HAVE_GETCWD 1
  5348. #define HAVE_GETEGID 1
  5349. #define HAVE_GETEUID 1
  5350. #define HAVE_GETGID 1
  5351. #define HAVE_GETUID 1
  5352. #define HAVE_MEMPCPY 1
  5353. #define HAVE_MUNMAP 1
  5354. #define HAVE_STPCPY 1
  5355. #define HAVE_STRCASECMP 1
  5356. #define HAVE_STRDUP 1
  5357. #define HAVE_STRTOUL 1
  5358. #define HAVE_TSEARCH 1
  5359. #define HAVE_ARGZ_COUNT 1
  5360. #define HAVE_ARGZ_STRINGIFY 1
  5361. #define HAVE_ARGZ_NEXT 1
  5362. #define HAVE___FSETLOCKING 1
  5363. #define HAVE_DECL_FEOF_UNLOCKED 1
  5364. #define HAVE_DECL_FGETS_UNLOCKED 0
  5365. #define HAVE_ICONV 1
  5366. #define ICONV_CONST
  5367. #define HAVE_NL_LOCALE_NAME 1
  5368. #define HAVE_LONG_LONG_INT 1
  5369. #define HAVE_LONG_DOUBLE 1
  5370. #define HAVE_WCHAR_T 1
  5371. #define HAVE_WINT_T 1
  5372. #define HAVE_INTMAX_T 1
  5373. #define HAVE_POSIX_PRINTF 1
  5374. #define HAVE_STDINT_H 1
  5375. #define HAVE_STDINT_H 1
  5376. #define HAVE_STDDEF_H 1
  5377. #define HAVE_STDLIB_H 1
  5378. #define HAVE_STRING_H 1
  5379. #define HAVE_ASPRINTF 1
  5380. #define HAVE_FWPRINTF 1
  5381. #define HAVE_PUTENV 1
  5382. #define HAVE_SETENV 1
  5383. #define HAVE_SETLOCALE 1
  5384. #define HAVE_SNPRINTF 1
  5385. #define HAVE_WCSLEN 1
  5386. #define HAVE_DECL__SNPRINTF 0
  5387. #define HAVE_DECL__SNWPRINTF 0
  5388. #define HAVE_DECL_GETC_UNLOCKED 1
  5389. #define HAVE_LANGINFO_CODESET 1
  5390. #define HAVE_LC_MESSAGES 1
  5391. #define ENABLE_NLS 1
  5392. #define HAVE_GETTEXT 1
  5393. #define HAVE_DCGETTEXT 1
  5394. #define HAVE_SYS_TIME_H 1
  5395. #define HAVE_SYS_TYPES_H 1
  5396. #define HAVE_SYS_SELECT_H 1
  5397. #define HAVE_LOCALE_H 1
  5398. #define HAVE_UTIME_H 1
  5399. #define TIME_WITH_SYS_TIME 1
  5400. #define HAVE_MODE_T 1
  5401. #define RETSIGTYPE void
  5402. #define HAVE_CHMOD 1
  5403. #define HAVE_CLOSE 1
  5404. #define HAVE_FORK 1
  5405. #define HAVE_GETPID 1
  5406. #define HAVE_LSTAT 1
  5407. #define HAVE_MKFIFO 1
  5408. #define HAVE_OPEN 1
  5409. #define HAVE_PCLOSE 1
  5410. #define HAVE_POPEN 1
  5411. #define HAVE_READLINK 1
  5412. #define HAVE_STRERROR 1
  5413. #define HAVE_MKDIR 1
  5414. #define HAVE_SYS_SELECT_H 1
  5415. #define HAVE_SYS_SOCKET_H 1
  5416. #define SELECT_TYPE_ARG1 int
  5417. #define SELECT_TYPE_ARG234 (fd_set *)
  5418. #define SELECT_TYPE_ARG5 (struct timeval *)
  5419. #define HAVE_HUNSPELL_HUNSPELL_HXX 1
  5420. #define USE_HUNSPELL 1
  5421. #define HAVE_FCNTL 1
  5422. #define LYX_ABS_TOP_SRCDIR "/home/liv/Build/lyx-2.0.0alpha6"
  5423. #define LYX_ABS_INSTALLED_LOCALEDIR "/usr/local/share/locale"
  5424. #define LYX_ABS_INSTALLED_DATADIR "/usr/local/share/lyx"
  5425. #define PROGRAM_SUFFIX ""
  5426. #define LYX_DATE "2010-09-15"
  5427. #define VERSION_INFO "Configuration\n Host type: i686-pc-linux-gnu\n Special build flags: concept-checks assertions warnings use-hunspell\n C Compiler: gcc \n C Compiler LyX flags: \n C Compiler flags: -Wextra -Wall -g -O2\n C++ Compiler: g++ (4.4.3)\n C++ Compiler LyX flags: \n C++ Compiler flags: -Wextra -Wall -g -O2\n Linker flags: \n Linker user flags: \n Qt 4 Frontend:\n Qt 4 version:\t\t\n Packaging: posix\n LyX binary dir: /usr/local/bin\n LyX files dir: /usr/local/share/lyx\n"
  5428. #define LYX_DIR_VER "LYX_DIR_20x"
  5429. #define LYX_USERDIR_VER "LYX_USERDIR_20x"
  5430. #define LYX_MAJOR_VERSION 2
  5431. #define LYX_MINOR_VERSION 0
  5432. #define LYX_RELEASE_LEVEL 0
  5433. #define LYX_RELEASE_PATCH 0
  5434.  
  5435. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement