Advertisement
Guest User

Odroid LCD Driver HD44780

a guest
Sep 8th, 2016
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 126.14 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 lcdproc configure 0.5.7, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --enable-drivers=hd44780
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = odroid64
  14. uname -m = aarch64
  15. uname -r = 3.14.65-73
  16. uname -s = Linux
  17. uname -v = #1 SMP PREEMPT Tue Aug 2 08:21:02 BRT 2016
  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. PATH: /usr/local/games
  38.  
  39.  
  40. ## ----------- ##
  41. ## Core tests. ##
  42. ## ----------- ##
  43.  
  44. configure:2418: checking for a BSD-compatible install
  45. configure:2486: result: /usr/bin/install -c
  46. configure:2497: checking whether build environment is sane
  47. configure:2552: result: yes
  48. configure:2703: checking for a thread-safe mkdir -p
  49. configure:2742: result: /bin/mkdir -p
  50. configure:2749: checking for gawk
  51. configure:2779: result: no
  52. configure:2749: checking for mawk
  53. configure:2765: found /usr/bin/mawk
  54. configure:2776: result: mawk
  55. configure:2787: checking whether make sets $(MAKE)
  56. configure:2809: result: yes
  57. configure:2838: checking whether make supports nested variables
  58. configure:2855: result: yes
  59. configure:2988: checking build system type
  60. configure:3002: result: aarch64-unknown-linux-gnu
  61. configure:3022: checking host system type
  62. configure:3035: result: aarch64-unknown-linux-gnu
  63. configure:3106: checking whether to enable debugging
  64. configure:3123: result: no
  65. configure:3185: checking for gcc
  66. configure:3201: found /usr/bin/gcc
  67. configure:3212: result: gcc
  68. configure:3441: checking for C compiler version
  69. configure:3450: gcc --version >&5
  70. gcc (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.2) 5.4.0 20160609
  71. Copyright (C) 2015 Free Software Foundation, Inc.
  72. This is free software; see the source for copying conditions. There is NO
  73. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  74.  
  75. configure:3461: $? = 0
  76. configure:3450: gcc -v >&5
  77. Using built-in specs.
  78. COLLECT_GCC=gcc
  79. COLLECT_LTO_WRAPPER=/usr/lib/gcc/aarch64-linux-gnu/5/lto-wrapper
  80. Target: aarch64-linux-gnu
  81. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.2' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libquadmath --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-arm64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-arm64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-arm64 --with-arch-directory=aarch64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-multiarch --enable-fix-cortex-a53-843419 --disable-werror --enable-checking=release --build=aarch64-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu
  82. Thread model: posix
  83. gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.2)
  84. configure:3461: $? = 0
  85. configure:3450: gcc -V >&5
  86. gcc: error: unrecognized command line option '-V'
  87. gcc: fatal error: no input files
  88. compilation terminated.
  89. configure:3461: $? = 1
  90. configure:3450: gcc -qversion >&5
  91. gcc: error: unrecognized command line option '-qversion'
  92. gcc: fatal error: no input files
  93. compilation terminated.
  94. configure:3461: $? = 1
  95. configure:3481: checking whether the C compiler works
  96. configure:3503: gcc -O3 conftest.c >&5
  97. configure:3507: $? = 0
  98. configure:3555: result: yes
  99. configure:3558: checking for C compiler default output file name
  100. configure:3560: result: a.out
  101. configure:3566: checking for suffix of executables
  102. configure:3573: gcc -o conftest -O3 conftest.c >&5
  103. configure:3577: $? = 0
  104. configure:3599: result:
  105. configure:3621: checking whether we are cross compiling
  106. configure:3629: gcc -o conftest -O3 conftest.c >&5
  107. configure:3633: $? = 0
  108. configure:3640: ./conftest
  109. configure:3644: $? = 0
  110. configure:3659: result: no
  111. configure:3664: checking for suffix of object files
  112. configure:3686: gcc -c -O3 conftest.c >&5
  113. configure:3690: $? = 0
  114. configure:3711: result: o
  115. configure:3715: checking whether we are using the GNU C compiler
  116. configure:3734: gcc -c -O3 conftest.c >&5
  117. configure:3734: $? = 0
  118. configure:3743: result: yes
  119. configure:3752: checking whether gcc accepts -g
  120. configure:3772: gcc -c -g conftest.c >&5
  121. configure:3772: $? = 0
  122. configure:3813: result: yes
  123. configure:3830: checking for gcc option to accept ISO C89
  124. configure:3893: gcc -c -O3 conftest.c >&5
  125. configure:3893: $? = 0
  126. configure:3906: result: none needed
  127. configure:3931: checking whether gcc understands -c and -o together
  128. configure:3953: gcc -c conftest.c -o conftest2.o
  129. configure:3956: $? = 0
  130. configure:3953: gcc -c conftest.c -o conftest2.o
  131. configure:3956: $? = 0
  132. configure:3968: result: yes
  133. configure:3996: checking for style of include used by make
  134. configure:4024: result: GNU
  135. configure:4050: checking dependency style of gcc
  136. configure:4161: result: gcc3
  137. configure:4181: checking how to run the C preprocessor
  138. configure:4212: gcc -E conftest.c
  139. configure:4212: $? = 0
  140. configure:4226: gcc -E conftest.c
  141. conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
  142. compilation terminated.
  143. configure:4226: $? = 1
  144. configure: failed program was:
  145. | /* confdefs.h */
  146. | #define PACKAGE_NAME "lcdproc"
  147. | #define PACKAGE_TARNAME "lcdproc"
  148. | #define PACKAGE_VERSION "0.5.7"
  149. | #define PACKAGE_STRING "lcdproc 0.5.7"
  150. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  151. | #define PACKAGE_URL ""
  152. | #define PACKAGE "lcdproc"
  153. | #define VERSION "0.5.7"
  154. | #define LINUX 1
  155. | #define SYSTEM_HOST Linux
  156. | /* end confdefs.h. */
  157. | #include <ac_nonexistent.h>
  158. configure:4251: result: gcc -E
  159. configure:4271: gcc -E conftest.c
  160. configure:4271: $? = 0
  161. configure:4285: gcc -E conftest.c
  162. conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
  163. compilation terminated.
  164. configure:4285: $? = 1
  165. configure: failed program was:
  166. | /* confdefs.h */
  167. | #define PACKAGE_NAME "lcdproc"
  168. | #define PACKAGE_TARNAME "lcdproc"
  169. | #define PACKAGE_VERSION "0.5.7"
  170. | #define PACKAGE_STRING "lcdproc 0.5.7"
  171. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  172. | #define PACKAGE_URL ""
  173. | #define PACKAGE "lcdproc"
  174. | #define VERSION "0.5.7"
  175. | #define LINUX 1
  176. | #define SYSTEM_HOST Linux
  177. | /* end confdefs.h. */
  178. | #include <ac_nonexistent.h>
  179. configure:4357: checking for ranlib
  180. configure:4373: found /usr/bin/ranlib
  181. configure:4384: result: ranlib
  182. configure:4409: checking for xmlto
  183. configure:4440: result: no
  184. configure:4451: checking CFLAGS for gcc -Wno-unused-function
  185. configure:4478: gcc -c -Wall -O3 -pedantic -Werror -Wno-unused-function conftest.c >&5
  186. configure:4478: $? = 0
  187. configure:4492: result: -Wno-unused-function
  188. configure:4505: : CFLAGS="$CFLAGS $var"
  189. configure:4508: $? = 0
  190. configure:4515: checking CFLAGS for gcc -ftrampolines
  191. configure:4542: gcc -c -Wall -O3 -Wno-unused-function -pedantic -Werror -ftrampolines conftest.c >&5
  192. gcc: error: unrecognized command line option '-ftrampolines'
  193. configure:4542: $? = 1
  194. configure: failed program was:
  195. | /* confdefs.h */
  196. | #define PACKAGE_NAME "lcdproc"
  197. | #define PACKAGE_TARNAME "lcdproc"
  198. | #define PACKAGE_VERSION "0.5.7"
  199. | #define PACKAGE_STRING "lcdproc 0.5.7"
  200. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  201. | #define PACKAGE_URL ""
  202. | #define PACKAGE "lcdproc"
  203. | #define VERSION "0.5.7"
  204. | #define LINUX 1
  205. | #define SYSTEM_HOST Linux
  206. | /* end confdefs.h. */
  207. |
  208. | int
  209. | main ()
  210. | {
  211. | return 0;
  212. | ;
  213. | return 0;
  214. | }
  215. configure:4542: gcc -c -Wall -O3 -Wno-unused-function -pedantic -ftrampolines conftest.c >&5
  216. gcc: error: unrecognized command line option '-ftrampolines'
  217. configure:4542: $? = 1
  218. configure: failed program was:
  219. | /* confdefs.h */
  220. | #define PACKAGE_NAME "lcdproc"
  221. | #define PACKAGE_TARNAME "lcdproc"
  222. | #define PACKAGE_VERSION "0.5.7"
  223. | #define PACKAGE_STRING "lcdproc 0.5.7"
  224. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  225. | #define PACKAGE_URL ""
  226. | #define PACKAGE "lcdproc"
  227. | #define VERSION "0.5.7"
  228. | #define LINUX 1
  229. | #define SYSTEM_HOST Linux
  230. | /* end confdefs.h. */
  231. |
  232. | int
  233. | main ()
  234. | {
  235. | return 0;
  236. | ;
  237. | return 0;
  238. | }
  239. configure:4556: result: no, unknown
  240. configure:4581: checking for gethostbyname
  241. configure:4581: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c >&5
  242. configure:4581: $? = 0
  243. configure:4581: result: yes
  244. configure:4632: checking for connect
  245. configure:4632: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c >&5
  246. configure:4632: $? = 0
  247. configure:4632: result: yes
  248. configure:4683: checking for inet_aton
  249. configure:4683: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c >&5
  250. configure:4683: $? = 0
  251. configure:4683: result: yes
  252. configure:4734: checking for kstat_open in -lkstat
  253. configure:4759: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c -lkstat >&5
  254. /usr/bin/ld: cannot find -lkstat
  255. collect2: error: ld returned 1 exit status
  256. configure:4759: $? = 1
  257. configure: failed program was:
  258. | /* confdefs.h */
  259. | #define PACKAGE_NAME "lcdproc"
  260. | #define PACKAGE_TARNAME "lcdproc"
  261. | #define PACKAGE_VERSION "0.5.7"
  262. | #define PACKAGE_STRING "lcdproc 0.5.7"
  263. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  264. | #define PACKAGE_URL ""
  265. | #define PACKAGE "lcdproc"
  266. | #define VERSION "0.5.7"
  267. | #define LINUX 1
  268. | #define SYSTEM_HOST Linux
  269. | /* end confdefs.h. */
  270. |
  271. | /* Override any GCC internal prototype to avoid an error.
  272. | Use char because int might match the return type of a GCC
  273. | builtin and then its argument prototype would still apply. */
  274. | #ifdef __cplusplus
  275. | extern "C"
  276. | #endif
  277. | char kstat_open ();
  278. | int
  279. | main ()
  280. | {
  281. | return kstat_open ();
  282. | ;
  283. | return 0;
  284. | }
  285. configure:4768: result: no
  286. configure:4779: checking for nanosleep in -lposix4
  287. configure:4804: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c -lposix4 >&5
  288. /usr/bin/ld: cannot find -lposix4
  289. collect2: error: ld returned 1 exit status
  290. configure:4804: $? = 1
  291. configure: failed program was:
  292. | /* confdefs.h */
  293. | #define PACKAGE_NAME "lcdproc"
  294. | #define PACKAGE_TARNAME "lcdproc"
  295. | #define PACKAGE_VERSION "0.5.7"
  296. | #define PACKAGE_STRING "lcdproc 0.5.7"
  297. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  298. | #define PACKAGE_URL ""
  299. | #define PACKAGE "lcdproc"
  300. | #define VERSION "0.5.7"
  301. | #define LINUX 1
  302. | #define SYSTEM_HOST Linux
  303. | /* end confdefs.h. */
  304. |
  305. | /* Override any GCC internal prototype to avoid an error.
  306. | Use char because int might match the return type of a GCC
  307. | builtin and then its argument prototype would still apply. */
  308. | #ifdef __cplusplus
  309. | extern "C"
  310. | #endif
  311. | char nanosleep ();
  312. | int
  313. | main ()
  314. | {
  315. | return nanosleep ();
  316. | ;
  317. | return 0;
  318. | }
  319. configure:4813: result: no
  320. configure:4827: checking for getloadavg
  321. configure:4827: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c >&5
  322. configure:4827: $? = 0
  323. configure:4827: result: yes
  324. configure:4827: checking for swapctl
  325. configure:4827: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c >&5
  326. /tmp/ccWyPUBr.o: In function `main':
  327. conftest.c:(.text.startup+0x8): undefined reference to `swapctl'
  328. collect2: error: ld returned 1 exit status
  329. configure:4827: $? = 1
  330. configure: failed program was:
  331. | /* confdefs.h */
  332. | #define PACKAGE_NAME "lcdproc"
  333. | #define PACKAGE_TARNAME "lcdproc"
  334. | #define PACKAGE_VERSION "0.5.7"
  335. | #define PACKAGE_STRING "lcdproc 0.5.7"
  336. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  337. | #define PACKAGE_URL ""
  338. | #define PACKAGE "lcdproc"
  339. | #define VERSION "0.5.7"
  340. | #define LINUX 1
  341. | #define SYSTEM_HOST Linux
  342. | #define HAVE_GETLOADAVG 1
  343. | /* end confdefs.h. */
  344. | /* Define swapctl to an innocuous variant, in case <limits.h> declares swapctl.
  345. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  346. | #define swapctl innocuous_swapctl
  347. |
  348. | /* System header to define __stub macros and hopefully few prototypes,
  349. | which can conflict with char swapctl (); below.
  350. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  351. | <limits.h> exists even on freestanding compilers. */
  352. |
  353. | #ifdef __STDC__
  354. | # include <limits.h>
  355. | #else
  356. | # include <assert.h>
  357. | #endif
  358. |
  359. | #undef swapctl
  360. |
  361. | /* Override any GCC internal prototype to avoid an error.
  362. | Use char because int might match the return type of a GCC
  363. | builtin and then its argument prototype would still apply. */
  364. | #ifdef __cplusplus
  365. | extern "C"
  366. | #endif
  367. | char swapctl ();
  368. | /* The GNU C library defines this for functions which it implements
  369. | to always fail with ENOSYS. Some functions are actually named
  370. | something starting with __ and the normal name is an alias. */
  371. | #if defined __stub_swapctl || defined __stub___swapctl
  372. | choke me
  373. | #endif
  374. |
  375. | int
  376. | main ()
  377. | {
  378. | return swapctl ();
  379. | ;
  380. | return 0;
  381. | }
  382. configure:4827: result: no
  383. configure:4837: checking for grep that handles long lines and -e
  384. configure:4895: result: /bin/grep
  385. configure:4900: checking for egrep
  386. configure:4962: result: /bin/grep -E
  387. configure:4967: checking for ANSI C header files
  388. configure:4987: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  389. configure:4987: $? = 0
  390. configure:5060: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c >&5
  391. configure:5060: $? = 0
  392. configure:5060: ./conftest
  393. configure:5060: $? = 0
  394. configure:5071: result: yes
  395. configure:5084: checking for sys/types.h
  396. configure:5084: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  397. configure:5084: $? = 0
  398. configure:5084: result: yes
  399. configure:5084: checking for sys/stat.h
  400. configure:5084: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  401. configure:5084: $? = 0
  402. configure:5084: result: yes
  403. configure:5084: checking for stdlib.h
  404. configure:5084: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  405. configure:5084: $? = 0
  406. configure:5084: result: yes
  407. configure:5084: checking for string.h
  408. configure:5084: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  409. configure:5084: $? = 0
  410. configure:5084: result: yes
  411. configure:5084: checking for memory.h
  412. configure:5084: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  413. configure:5084: $? = 0
  414. configure:5084: result: yes
  415. configure:5084: checking for strings.h
  416. configure:5084: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  417. configure:5084: $? = 0
  418. configure:5084: result: yes
  419. configure:5084: checking for inttypes.h
  420. configure:5084: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  421. configure:5084: $? = 0
  422. configure:5084: result: yes
  423. configure:5084: checking for stdint.h
  424. configure:5084: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  425. configure:5084: $? = 0
  426. configure:5084: result: yes
  427. configure:5084: checking for unistd.h
  428. configure:5084: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  429. configure:5084: $? = 0
  430. configure:5084: result: yes
  431. configure:5099: checking procfs.h usability
  432. configure:5099: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  433. conftest.c:57:20: fatal error: procfs.h: No such file or directory
  434. compilation terminated.
  435. configure:5099: $? = 1
  436. configure: failed program was:
  437. | /* confdefs.h */
  438. | #define PACKAGE_NAME "lcdproc"
  439. | #define PACKAGE_TARNAME "lcdproc"
  440. | #define PACKAGE_VERSION "0.5.7"
  441. | #define PACKAGE_STRING "lcdproc 0.5.7"
  442. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  443. | #define PACKAGE_URL ""
  444. | #define PACKAGE "lcdproc"
  445. | #define VERSION "0.5.7"
  446. | #define LINUX 1
  447. | #define SYSTEM_HOST Linux
  448. | #define HAVE_GETLOADAVG 1
  449. | #define STDC_HEADERS 1
  450. | #define HAVE_SYS_TYPES_H 1
  451. | #define HAVE_SYS_STAT_H 1
  452. | #define HAVE_STDLIB_H 1
  453. | #define HAVE_STRING_H 1
  454. | #define HAVE_MEMORY_H 1
  455. | #define HAVE_STRINGS_H 1
  456. | #define HAVE_INTTYPES_H 1
  457. | #define HAVE_STDINT_H 1
  458. | #define HAVE_UNISTD_H 1
  459. | /* end confdefs.h. */
  460. | #include <stdio.h>
  461. | #ifdef HAVE_SYS_TYPES_H
  462. | # include <sys/types.h>
  463. | #endif
  464. | #ifdef HAVE_SYS_STAT_H
  465. | # include <sys/stat.h>
  466. | #endif
  467. | #ifdef STDC_HEADERS
  468. | # include <stdlib.h>
  469. | # include <stddef.h>
  470. | #else
  471. | # ifdef HAVE_STDLIB_H
  472. | # include <stdlib.h>
  473. | # endif
  474. | #endif
  475. | #ifdef HAVE_STRING_H
  476. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  477. | # include <memory.h>
  478. | # endif
  479. | # include <string.h>
  480. | #endif
  481. | #ifdef HAVE_STRINGS_H
  482. | # include <strings.h>
  483. | #endif
  484. | #ifdef HAVE_INTTYPES_H
  485. | # include <inttypes.h>
  486. | #endif
  487. | #ifdef HAVE_STDINT_H
  488. | # include <stdint.h>
  489. | #endif
  490. | #ifdef HAVE_UNISTD_H
  491. | # include <unistd.h>
  492. | #endif
  493. | #include <procfs.h>
  494. configure:5099: result: no
  495. configure:5099: checking procfs.h presence
  496. configure:5099: gcc -E conftest.c
  497. conftest.c:24:20: fatal error: procfs.h: No such file or directory
  498. compilation terminated.
  499. configure:5099: $? = 1
  500. configure: failed program was:
  501. | /* confdefs.h */
  502. | #define PACKAGE_NAME "lcdproc"
  503. | #define PACKAGE_TARNAME "lcdproc"
  504. | #define PACKAGE_VERSION "0.5.7"
  505. | #define PACKAGE_STRING "lcdproc 0.5.7"
  506. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  507. | #define PACKAGE_URL ""
  508. | #define PACKAGE "lcdproc"
  509. | #define VERSION "0.5.7"
  510. | #define LINUX 1
  511. | #define SYSTEM_HOST Linux
  512. | #define HAVE_GETLOADAVG 1
  513. | #define STDC_HEADERS 1
  514. | #define HAVE_SYS_TYPES_H 1
  515. | #define HAVE_SYS_STAT_H 1
  516. | #define HAVE_STDLIB_H 1
  517. | #define HAVE_STRING_H 1
  518. | #define HAVE_MEMORY_H 1
  519. | #define HAVE_STRINGS_H 1
  520. | #define HAVE_INTTYPES_H 1
  521. | #define HAVE_STDINT_H 1
  522. | #define HAVE_UNISTD_H 1
  523. | /* end confdefs.h. */
  524. | #include <procfs.h>
  525. configure:5099: result: no
  526. configure:5099: checking for procfs.h
  527. configure:5099: result: no
  528. configure:5099: checking sys/procfs.h usability
  529. configure:5099: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  530. configure:5099: $? = 0
  531. configure:5099: result: yes
  532. configure:5099: checking sys/procfs.h presence
  533. configure:5099: gcc -E conftest.c
  534. configure:5099: $? = 0
  535. configure:5099: result: yes
  536. configure:5099: checking for sys/procfs.h
  537. configure:5099: result: yes
  538. configure:5099: checking sys/loadavg.h usability
  539. configure:5099: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  540. conftest.c:58:25: fatal error: sys/loadavg.h: No such file or directory
  541. compilation terminated.
  542. configure:5099: $? = 1
  543. configure: failed program was:
  544. | /* confdefs.h */
  545. | #define PACKAGE_NAME "lcdproc"
  546. | #define PACKAGE_TARNAME "lcdproc"
  547. | #define PACKAGE_VERSION "0.5.7"
  548. | #define PACKAGE_STRING "lcdproc 0.5.7"
  549. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  550. | #define PACKAGE_URL ""
  551. | #define PACKAGE "lcdproc"
  552. | #define VERSION "0.5.7"
  553. | #define LINUX 1
  554. | #define SYSTEM_HOST Linux
  555. | #define HAVE_GETLOADAVG 1
  556. | #define STDC_HEADERS 1
  557. | #define HAVE_SYS_TYPES_H 1
  558. | #define HAVE_SYS_STAT_H 1
  559. | #define HAVE_STDLIB_H 1
  560. | #define HAVE_STRING_H 1
  561. | #define HAVE_MEMORY_H 1
  562. | #define HAVE_STRINGS_H 1
  563. | #define HAVE_INTTYPES_H 1
  564. | #define HAVE_STDINT_H 1
  565. | #define HAVE_UNISTD_H 1
  566. | #define HAVE_SYS_PROCFS_H 1
  567. | /* end confdefs.h. */
  568. | #include <stdio.h>
  569. | #ifdef HAVE_SYS_TYPES_H
  570. | # include <sys/types.h>
  571. | #endif
  572. | #ifdef HAVE_SYS_STAT_H
  573. | # include <sys/stat.h>
  574. | #endif
  575. | #ifdef STDC_HEADERS
  576. | # include <stdlib.h>
  577. | # include <stddef.h>
  578. | #else
  579. | # ifdef HAVE_STDLIB_H
  580. | # include <stdlib.h>
  581. | # endif
  582. | #endif
  583. | #ifdef HAVE_STRING_H
  584. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  585. | # include <memory.h>
  586. | # endif
  587. | # include <string.h>
  588. | #endif
  589. | #ifdef HAVE_STRINGS_H
  590. | # include <strings.h>
  591. | #endif
  592. | #ifdef HAVE_INTTYPES_H
  593. | # include <inttypes.h>
  594. | #endif
  595. | #ifdef HAVE_STDINT_H
  596. | # include <stdint.h>
  597. | #endif
  598. | #ifdef HAVE_UNISTD_H
  599. | # include <unistd.h>
  600. | #endif
  601. | #include <sys/loadavg.h>
  602. configure:5099: result: no
  603. configure:5099: checking sys/loadavg.h presence
  604. configure:5099: gcc -E conftest.c
  605. conftest.c:25:25: fatal error: sys/loadavg.h: No such file or directory
  606. compilation terminated.
  607. configure:5099: $? = 1
  608. configure: failed program was:
  609. | /* confdefs.h */
  610. | #define PACKAGE_NAME "lcdproc"
  611. | #define PACKAGE_TARNAME "lcdproc"
  612. | #define PACKAGE_VERSION "0.5.7"
  613. | #define PACKAGE_STRING "lcdproc 0.5.7"
  614. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  615. | #define PACKAGE_URL ""
  616. | #define PACKAGE "lcdproc"
  617. | #define VERSION "0.5.7"
  618. | #define LINUX 1
  619. | #define SYSTEM_HOST Linux
  620. | #define HAVE_GETLOADAVG 1
  621. | #define STDC_HEADERS 1
  622. | #define HAVE_SYS_TYPES_H 1
  623. | #define HAVE_SYS_STAT_H 1
  624. | #define HAVE_STDLIB_H 1
  625. | #define HAVE_STRING_H 1
  626. | #define HAVE_MEMORY_H 1
  627. | #define HAVE_STRINGS_H 1
  628. | #define HAVE_INTTYPES_H 1
  629. | #define HAVE_STDINT_H 1
  630. | #define HAVE_UNISTD_H 1
  631. | #define HAVE_SYS_PROCFS_H 1
  632. | /* end confdefs.h. */
  633. | #include <sys/loadavg.h>
  634. configure:5099: result: no
  635. configure:5099: checking for sys/loadavg.h
  636. configure:5099: result: no
  637. configure:5099: checking utmpx.h usability
  638. configure:5099: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  639. configure:5099: $? = 0
  640. configure:5099: result: yes
  641. configure:5099: checking utmpx.h presence
  642. configure:5099: gcc -E conftest.c
  643. configure:5099: $? = 0
  644. configure:5099: result: yes
  645. configure:5099: checking for utmpx.h
  646. configure:5099: result: yes
  647. configure:5110: checking for kvm_open in -lkvm
  648. configure:5135: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c -lkvm >&5
  649. /usr/bin/ld: cannot find -lkvm
  650. collect2: error: ld returned 1 exit status
  651. configure:5135: $? = 1
  652. configure: failed program was:
  653. | /* confdefs.h */
  654. | #define PACKAGE_NAME "lcdproc"
  655. | #define PACKAGE_TARNAME "lcdproc"
  656. | #define PACKAGE_VERSION "0.5.7"
  657. | #define PACKAGE_STRING "lcdproc 0.5.7"
  658. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  659. | #define PACKAGE_URL ""
  660. | #define PACKAGE "lcdproc"
  661. | #define VERSION "0.5.7"
  662. | #define LINUX 1
  663. | #define SYSTEM_HOST Linux
  664. | #define HAVE_GETLOADAVG 1
  665. | #define STDC_HEADERS 1
  666. | #define HAVE_SYS_TYPES_H 1
  667. | #define HAVE_SYS_STAT_H 1
  668. | #define HAVE_STDLIB_H 1
  669. | #define HAVE_STRING_H 1
  670. | #define HAVE_MEMORY_H 1
  671. | #define HAVE_STRINGS_H 1
  672. | #define HAVE_INTTYPES_H 1
  673. | #define HAVE_STDINT_H 1
  674. | #define HAVE_UNISTD_H 1
  675. | #define HAVE_SYS_PROCFS_H 1
  676. | #define HAVE_UTMPX_H 1
  677. | /* end confdefs.h. */
  678. |
  679. | /* Override any GCC internal prototype to avoid an error.
  680. | Use char because int might match the return type of a GCC
  681. | builtin and then its argument prototype would still apply. */
  682. | #ifdef __cplusplus
  683. | extern "C"
  684. | #endif
  685. | char kvm_open ();
  686. | int
  687. | main ()
  688. | {
  689. | return kvm_open ();
  690. | ;
  691. | return 0;
  692. | }
  693. configure:5144: result: no
  694. configure:5151: checking for kvm_open in -lkvm with -lelf
  695. configure:5169: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c -lkvm -lelf >&5
  696. /usr/bin/ld: cannot find -lkvm
  697. /usr/bin/ld: cannot find -lelf
  698. collect2: error: ld returned 1 exit status
  699. configure:5169: $? = 1
  700. configure: failed program was:
  701. | /* confdefs.h */
  702. | #define PACKAGE_NAME "lcdproc"
  703. | #define PACKAGE_TARNAME "lcdproc"
  704. | #define PACKAGE_VERSION "0.5.7"
  705. | #define PACKAGE_STRING "lcdproc 0.5.7"
  706. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  707. | #define PACKAGE_URL ""
  708. | #define PACKAGE "lcdproc"
  709. | #define VERSION "0.5.7"
  710. | #define LINUX 1
  711. | #define SYSTEM_HOST Linux
  712. | #define HAVE_GETLOADAVG 1
  713. | #define STDC_HEADERS 1
  714. | #define HAVE_SYS_TYPES_H 1
  715. | #define HAVE_SYS_STAT_H 1
  716. | #define HAVE_STDLIB_H 1
  717. | #define HAVE_STRING_H 1
  718. | #define HAVE_MEMORY_H 1
  719. | #define HAVE_STRINGS_H 1
  720. | #define HAVE_INTTYPES_H 1
  721. | #define HAVE_STDINT_H 1
  722. | #define HAVE_UNISTD_H 1
  723. | #define HAVE_SYS_PROCFS_H 1
  724. | #define HAVE_UTMPX_H 1
  725. | /* end confdefs.h. */
  726. | char kvm_open();
  727. | int
  728. | main ()
  729. | {
  730. | kvm_open()
  731. | ;
  732. | return 0;
  733. | }
  734. configure:5185: result: no
  735. configure:5195: checking sched.h usability
  736. configure:5195: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  737. configure:5195: $? = 0
  738. configure:5195: result: yes
  739. configure:5195: checking sched.h presence
  740. configure:5195: gcc -E conftest.c
  741. configure:5195: $? = 0
  742. configure:5195: result: yes
  743. configure:5195: checking for sched.h
  744. configure:5195: result: yes
  745. configure:5195: checking for sys/types.h
  746. configure:5195: result: yes
  747. configure:5195: checking machine/pio.h usability
  748. configure:5195: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  749. conftest.c:61:25: fatal error: machine/pio.h: No such file or directory
  750. compilation terminated.
  751. configure:5195: $? = 1
  752. configure: failed program was:
  753. | /* confdefs.h */
  754. | #define PACKAGE_NAME "lcdproc"
  755. | #define PACKAGE_TARNAME "lcdproc"
  756. | #define PACKAGE_VERSION "0.5.7"
  757. | #define PACKAGE_STRING "lcdproc 0.5.7"
  758. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  759. | #define PACKAGE_URL ""
  760. | #define PACKAGE "lcdproc"
  761. | #define VERSION "0.5.7"
  762. | #define LINUX 1
  763. | #define SYSTEM_HOST Linux
  764. | #define HAVE_GETLOADAVG 1
  765. | #define STDC_HEADERS 1
  766. | #define HAVE_SYS_TYPES_H 1
  767. | #define HAVE_SYS_STAT_H 1
  768. | #define HAVE_STDLIB_H 1
  769. | #define HAVE_STRING_H 1
  770. | #define HAVE_MEMORY_H 1
  771. | #define HAVE_STRINGS_H 1
  772. | #define HAVE_INTTYPES_H 1
  773. | #define HAVE_STDINT_H 1
  774. | #define HAVE_UNISTD_H 1
  775. | #define HAVE_SYS_PROCFS_H 1
  776. | #define HAVE_UTMPX_H 1
  777. | #define HAVE_SCHED_H 1
  778. | #define HAVE_SYS_TYPES_H 1
  779. | /* end confdefs.h. */
  780. | #include <stdio.h>
  781. | #ifdef HAVE_SYS_TYPES_H
  782. | # include <sys/types.h>
  783. | #endif
  784. | #ifdef HAVE_SYS_STAT_H
  785. | # include <sys/stat.h>
  786. | #endif
  787. | #ifdef STDC_HEADERS
  788. | # include <stdlib.h>
  789. | # include <stddef.h>
  790. | #else
  791. | # ifdef HAVE_STDLIB_H
  792. | # include <stdlib.h>
  793. | # endif
  794. | #endif
  795. | #ifdef HAVE_STRING_H
  796. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  797. | # include <memory.h>
  798. | # endif
  799. | # include <string.h>
  800. | #endif
  801. | #ifdef HAVE_STRINGS_H
  802. | # include <strings.h>
  803. | #endif
  804. | #ifdef HAVE_INTTYPES_H
  805. | # include <inttypes.h>
  806. | #endif
  807. | #ifdef HAVE_STDINT_H
  808. | # include <stdint.h>
  809. | #endif
  810. | #ifdef HAVE_UNISTD_H
  811. | # include <unistd.h>
  812. | #endif
  813. | #include <machine/pio.h>
  814. configure:5195: result: no
  815. configure:5195: checking machine/pio.h presence
  816. configure:5195: gcc -E conftest.c
  817. conftest.c:28:25: fatal error: machine/pio.h: No such file or directory
  818. compilation terminated.
  819. configure:5195: $? = 1
  820. configure: failed program was:
  821. | /* confdefs.h */
  822. | #define PACKAGE_NAME "lcdproc"
  823. | #define PACKAGE_TARNAME "lcdproc"
  824. | #define PACKAGE_VERSION "0.5.7"
  825. | #define PACKAGE_STRING "lcdproc 0.5.7"
  826. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  827. | #define PACKAGE_URL ""
  828. | #define PACKAGE "lcdproc"
  829. | #define VERSION "0.5.7"
  830. | #define LINUX 1
  831. | #define SYSTEM_HOST Linux
  832. | #define HAVE_GETLOADAVG 1
  833. | #define STDC_HEADERS 1
  834. | #define HAVE_SYS_TYPES_H 1
  835. | #define HAVE_SYS_STAT_H 1
  836. | #define HAVE_STDLIB_H 1
  837. | #define HAVE_STRING_H 1
  838. | #define HAVE_MEMORY_H 1
  839. | #define HAVE_STRINGS_H 1
  840. | #define HAVE_INTTYPES_H 1
  841. | #define HAVE_STDINT_H 1
  842. | #define HAVE_UNISTD_H 1
  843. | #define HAVE_SYS_PROCFS_H 1
  844. | #define HAVE_UTMPX_H 1
  845. | #define HAVE_SCHED_H 1
  846. | #define HAVE_SYS_TYPES_H 1
  847. | /* end confdefs.h. */
  848. | #include <machine/pio.h>
  849. configure:5195: result: no
  850. configure:5195: checking for machine/pio.h
  851. configure:5195: result: no
  852. configure:5195: checking machine/sysarch.h usability
  853. configure:5195: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  854. conftest.c:61:29: fatal error: machine/sysarch.h: No such file or directory
  855. compilation terminated.
  856. configure:5195: $? = 1
  857. configure: failed program was:
  858. | /* confdefs.h */
  859. | #define PACKAGE_NAME "lcdproc"
  860. | #define PACKAGE_TARNAME "lcdproc"
  861. | #define PACKAGE_VERSION "0.5.7"
  862. | #define PACKAGE_STRING "lcdproc 0.5.7"
  863. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  864. | #define PACKAGE_URL ""
  865. | #define PACKAGE "lcdproc"
  866. | #define VERSION "0.5.7"
  867. | #define LINUX 1
  868. | #define SYSTEM_HOST Linux
  869. | #define HAVE_GETLOADAVG 1
  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 HAVE_SYS_PROCFS_H 1
  881. | #define HAVE_UTMPX_H 1
  882. | #define HAVE_SCHED_H 1
  883. | #define HAVE_SYS_TYPES_H 1
  884. | /* end confdefs.h. */
  885. | #include <stdio.h>
  886. | #ifdef HAVE_SYS_TYPES_H
  887. | # include <sys/types.h>
  888. | #endif
  889. | #ifdef HAVE_SYS_STAT_H
  890. | # include <sys/stat.h>
  891. | #endif
  892. | #ifdef STDC_HEADERS
  893. | # include <stdlib.h>
  894. | # include <stddef.h>
  895. | #else
  896. | # ifdef HAVE_STDLIB_H
  897. | # include <stdlib.h>
  898. | # endif
  899. | #endif
  900. | #ifdef HAVE_STRING_H
  901. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  902. | # include <memory.h>
  903. | # endif
  904. | # include <string.h>
  905. | #endif
  906. | #ifdef HAVE_STRINGS_H
  907. | # include <strings.h>
  908. | #endif
  909. | #ifdef HAVE_INTTYPES_H
  910. | # include <inttypes.h>
  911. | #endif
  912. | #ifdef HAVE_STDINT_H
  913. | # include <stdint.h>
  914. | #endif
  915. | #ifdef HAVE_UNISTD_H
  916. | # include <unistd.h>
  917. | #endif
  918. | #include <machine/sysarch.h>
  919. configure:5195: result: no
  920. configure:5195: checking machine/sysarch.h presence
  921. configure:5195: gcc -E conftest.c
  922. conftest.c:28:29: fatal error: machine/sysarch.h: No such file or directory
  923. compilation terminated.
  924. configure:5195: $? = 1
  925. configure: failed program was:
  926. | /* confdefs.h */
  927. | #define PACKAGE_NAME "lcdproc"
  928. | #define PACKAGE_TARNAME "lcdproc"
  929. | #define PACKAGE_VERSION "0.5.7"
  930. | #define PACKAGE_STRING "lcdproc 0.5.7"
  931. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  932. | #define PACKAGE_URL ""
  933. | #define PACKAGE "lcdproc"
  934. | #define VERSION "0.5.7"
  935. | #define LINUX 1
  936. | #define SYSTEM_HOST Linux
  937. | #define HAVE_GETLOADAVG 1
  938. | #define STDC_HEADERS 1
  939. | #define HAVE_SYS_TYPES_H 1
  940. | #define HAVE_SYS_STAT_H 1
  941. | #define HAVE_STDLIB_H 1
  942. | #define HAVE_STRING_H 1
  943. | #define HAVE_MEMORY_H 1
  944. | #define HAVE_STRINGS_H 1
  945. | #define HAVE_INTTYPES_H 1
  946. | #define HAVE_STDINT_H 1
  947. | #define HAVE_UNISTD_H 1
  948. | #define HAVE_SYS_PROCFS_H 1
  949. | #define HAVE_UTMPX_H 1
  950. | #define HAVE_SCHED_H 1
  951. | #define HAVE_SYS_TYPES_H 1
  952. | /* end confdefs.h. */
  953. | #include <machine/sysarch.h>
  954. configure:5195: result: no
  955. configure:5195: checking for machine/sysarch.h
  956. configure:5195: result: no
  957. configure:5195: checking sys/cpuvar.h usability
  958. configure:5195: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  959. conftest.c:61:24: fatal error: sys/cpuvar.h: No such file or directory
  960. compilation terminated.
  961. configure:5195: $? = 1
  962. configure: failed program was:
  963. | /* confdefs.h */
  964. | #define PACKAGE_NAME "lcdproc"
  965. | #define PACKAGE_TARNAME "lcdproc"
  966. | #define PACKAGE_VERSION "0.5.7"
  967. | #define PACKAGE_STRING "lcdproc 0.5.7"
  968. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  969. | #define PACKAGE_URL ""
  970. | #define PACKAGE "lcdproc"
  971. | #define VERSION "0.5.7"
  972. | #define LINUX 1
  973. | #define SYSTEM_HOST Linux
  974. | #define HAVE_GETLOADAVG 1
  975. | #define STDC_HEADERS 1
  976. | #define HAVE_SYS_TYPES_H 1
  977. | #define HAVE_SYS_STAT_H 1
  978. | #define HAVE_STDLIB_H 1
  979. | #define HAVE_STRING_H 1
  980. | #define HAVE_MEMORY_H 1
  981. | #define HAVE_STRINGS_H 1
  982. | #define HAVE_INTTYPES_H 1
  983. | #define HAVE_STDINT_H 1
  984. | #define HAVE_UNISTD_H 1
  985. | #define HAVE_SYS_PROCFS_H 1
  986. | #define HAVE_UTMPX_H 1
  987. | #define HAVE_SCHED_H 1
  988. | #define HAVE_SYS_TYPES_H 1
  989. | /* end confdefs.h. */
  990. | #include <stdio.h>
  991. | #ifdef HAVE_SYS_TYPES_H
  992. | # include <sys/types.h>
  993. | #endif
  994. | #ifdef HAVE_SYS_STAT_H
  995. | # include <sys/stat.h>
  996. | #endif
  997. | #ifdef STDC_HEADERS
  998. | # include <stdlib.h>
  999. | # include <stddef.h>
  1000. | #else
  1001. | # ifdef HAVE_STDLIB_H
  1002. | # include <stdlib.h>
  1003. | # endif
  1004. | #endif
  1005. | #ifdef HAVE_STRING_H
  1006. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1007. | # include <memory.h>
  1008. | # endif
  1009. | # include <string.h>
  1010. | #endif
  1011. | #ifdef HAVE_STRINGS_H
  1012. | # include <strings.h>
  1013. | #endif
  1014. | #ifdef HAVE_INTTYPES_H
  1015. | # include <inttypes.h>
  1016. | #endif
  1017. | #ifdef HAVE_STDINT_H
  1018. | # include <stdint.h>
  1019. | #endif
  1020. | #ifdef HAVE_UNISTD_H
  1021. | # include <unistd.h>
  1022. | #endif
  1023. | #include <sys/cpuvar.h>
  1024. configure:5195: result: no
  1025. configure:5195: checking sys/cpuvar.h presence
  1026. configure:5195: gcc -E conftest.c
  1027. conftest.c:28:24: fatal error: sys/cpuvar.h: No such file or directory
  1028. compilation terminated.
  1029. configure:5195: $? = 1
  1030. configure: failed program was:
  1031. | /* confdefs.h */
  1032. | #define PACKAGE_NAME "lcdproc"
  1033. | #define PACKAGE_TARNAME "lcdproc"
  1034. | #define PACKAGE_VERSION "0.5.7"
  1035. | #define PACKAGE_STRING "lcdproc 0.5.7"
  1036. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  1037. | #define PACKAGE_URL ""
  1038. | #define PACKAGE "lcdproc"
  1039. | #define VERSION "0.5.7"
  1040. | #define LINUX 1
  1041. | #define SYSTEM_HOST Linux
  1042. | #define HAVE_GETLOADAVG 1
  1043. | #define STDC_HEADERS 1
  1044. | #define HAVE_SYS_TYPES_H 1
  1045. | #define HAVE_SYS_STAT_H 1
  1046. | #define HAVE_STDLIB_H 1
  1047. | #define HAVE_STRING_H 1
  1048. | #define HAVE_MEMORY_H 1
  1049. | #define HAVE_STRINGS_H 1
  1050. | #define HAVE_INTTYPES_H 1
  1051. | #define HAVE_STDINT_H 1
  1052. | #define HAVE_UNISTD_H 1
  1053. | #define HAVE_SYS_PROCFS_H 1
  1054. | #define HAVE_UTMPX_H 1
  1055. | #define HAVE_SCHED_H 1
  1056. | #define HAVE_SYS_TYPES_H 1
  1057. | /* end confdefs.h. */
  1058. | #include <sys/cpuvar.h>
  1059. configure:5195: result: no
  1060. configure:5195: checking for sys/cpuvar.h
  1061. configure:5195: result: no
  1062. configure:5195: checking machine/apm_bios.h usability
  1063. configure:5195: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  1064. conftest.c:61:30: fatal error: machine/apm_bios.h: No such file or directory
  1065. compilation terminated.
  1066. configure:5195: $? = 1
  1067. configure: failed program was:
  1068. | /* confdefs.h */
  1069. | #define PACKAGE_NAME "lcdproc"
  1070. | #define PACKAGE_TARNAME "lcdproc"
  1071. | #define PACKAGE_VERSION "0.5.7"
  1072. | #define PACKAGE_STRING "lcdproc 0.5.7"
  1073. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  1074. | #define PACKAGE_URL ""
  1075. | #define PACKAGE "lcdproc"
  1076. | #define VERSION "0.5.7"
  1077. | #define LINUX 1
  1078. | #define SYSTEM_HOST Linux
  1079. | #define HAVE_GETLOADAVG 1
  1080. | #define STDC_HEADERS 1
  1081. | #define HAVE_SYS_TYPES_H 1
  1082. | #define HAVE_SYS_STAT_H 1
  1083. | #define HAVE_STDLIB_H 1
  1084. | #define HAVE_STRING_H 1
  1085. | #define HAVE_MEMORY_H 1
  1086. | #define HAVE_STRINGS_H 1
  1087. | #define HAVE_INTTYPES_H 1
  1088. | #define HAVE_STDINT_H 1
  1089. | #define HAVE_UNISTD_H 1
  1090. | #define HAVE_SYS_PROCFS_H 1
  1091. | #define HAVE_UTMPX_H 1
  1092. | #define HAVE_SCHED_H 1
  1093. | #define HAVE_SYS_TYPES_H 1
  1094. | /* end confdefs.h. */
  1095. | #include <stdio.h>
  1096. | #ifdef HAVE_SYS_TYPES_H
  1097. | # include <sys/types.h>
  1098. | #endif
  1099. | #ifdef HAVE_SYS_STAT_H
  1100. | # include <sys/stat.h>
  1101. | #endif
  1102. | #ifdef STDC_HEADERS
  1103. | # include <stdlib.h>
  1104. | # include <stddef.h>
  1105. | #else
  1106. | # ifdef HAVE_STDLIB_H
  1107. | # include <stdlib.h>
  1108. | # endif
  1109. | #endif
  1110. | #ifdef HAVE_STRING_H
  1111. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1112. | # include <memory.h>
  1113. | # endif
  1114. | # include <string.h>
  1115. | #endif
  1116. | #ifdef HAVE_STRINGS_H
  1117. | # include <strings.h>
  1118. | #endif
  1119. | #ifdef HAVE_INTTYPES_H
  1120. | # include <inttypes.h>
  1121. | #endif
  1122. | #ifdef HAVE_STDINT_H
  1123. | # include <stdint.h>
  1124. | #endif
  1125. | #ifdef HAVE_UNISTD_H
  1126. | # include <unistd.h>
  1127. | #endif
  1128. | #include <machine/apm_bios.h>
  1129. configure:5195: result: no
  1130. configure:5195: checking machine/apm_bios.h presence
  1131. configure:5195: gcc -E conftest.c
  1132. conftest.c:28:30: fatal error: machine/apm_bios.h: No such file or directory
  1133. compilation terminated.
  1134. configure:5195: $? = 1
  1135. configure: failed program was:
  1136. | /* confdefs.h */
  1137. | #define PACKAGE_NAME "lcdproc"
  1138. | #define PACKAGE_TARNAME "lcdproc"
  1139. | #define PACKAGE_VERSION "0.5.7"
  1140. | #define PACKAGE_STRING "lcdproc 0.5.7"
  1141. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  1142. | #define PACKAGE_URL ""
  1143. | #define PACKAGE "lcdproc"
  1144. | #define VERSION "0.5.7"
  1145. | #define LINUX 1
  1146. | #define SYSTEM_HOST Linux
  1147. | #define HAVE_GETLOADAVG 1
  1148. | #define STDC_HEADERS 1
  1149. | #define HAVE_SYS_TYPES_H 1
  1150. | #define HAVE_SYS_STAT_H 1
  1151. | #define HAVE_STDLIB_H 1
  1152. | #define HAVE_STRING_H 1
  1153. | #define HAVE_MEMORY_H 1
  1154. | #define HAVE_STRINGS_H 1
  1155. | #define HAVE_INTTYPES_H 1
  1156. | #define HAVE_STDINT_H 1
  1157. | #define HAVE_UNISTD_H 1
  1158. | #define HAVE_SYS_PROCFS_H 1
  1159. | #define HAVE_UTMPX_H 1
  1160. | #define HAVE_SCHED_H 1
  1161. | #define HAVE_SYS_TYPES_H 1
  1162. | /* end confdefs.h. */
  1163. | #include <machine/apm_bios.h>
  1164. configure:5195: result: no
  1165. configure:5195: checking for machine/apm_bios.h
  1166. configure:5195: result: no
  1167. configure:5206: checking for System V IPC headers
  1168. configure:5229: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  1169. configure:5229: $? = 0
  1170. configure:5237: result: yes
  1171. configure:5248: checking for union semun
  1172. configure:5269: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  1173. conftest.c: In function 'main':
  1174. conftest.c:37:14: error: storage size of 's' isn't known
  1175. union semun s
  1176. ^
  1177. conftest.c:37:14: warning: unused variable 's' [-Wunused-variable]
  1178. configure:5269: $? = 1
  1179. configure: failed program was:
  1180. | /* confdefs.h */
  1181. | #define PACKAGE_NAME "lcdproc"
  1182. | #define PACKAGE_TARNAME "lcdproc"
  1183. | #define PACKAGE_VERSION "0.5.7"
  1184. | #define PACKAGE_STRING "lcdproc 0.5.7"
  1185. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  1186. | #define PACKAGE_URL ""
  1187. | #define PACKAGE "lcdproc"
  1188. | #define VERSION "0.5.7"
  1189. | #define LINUX 1
  1190. | #define SYSTEM_HOST Linux
  1191. | #define HAVE_GETLOADAVG 1
  1192. | #define STDC_HEADERS 1
  1193. | #define HAVE_SYS_TYPES_H 1
  1194. | #define HAVE_SYS_STAT_H 1
  1195. | #define HAVE_STDLIB_H 1
  1196. | #define HAVE_STRING_H 1
  1197. | #define HAVE_MEMORY_H 1
  1198. | #define HAVE_STRINGS_H 1
  1199. | #define HAVE_INTTYPES_H 1
  1200. | #define HAVE_STDINT_H 1
  1201. | #define HAVE_UNISTD_H 1
  1202. | #define HAVE_SYS_PROCFS_H 1
  1203. | #define HAVE_UTMPX_H 1
  1204. | #define HAVE_SCHED_H 1
  1205. | #define HAVE_SYS_TYPES_H 1
  1206. | #define HAVE_SYSV_IPC 1
  1207. | /* end confdefs.h. */
  1208. |
  1209. | #include <sys/types.h>
  1210. | #include <sys/ipc.h>
  1211. | #include <sys/sem.h>
  1212. |
  1213. | int
  1214. | main ()
  1215. | {
  1216. | union semun s
  1217. | ;
  1218. | return 0;
  1219. | }
  1220. configure:5277: result: no
  1221. configure:5290: checking for machine/cpufunc.h
  1222. configure:5290: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  1223. conftest.c:34:29: fatal error: machine/cpufunc.h: No such file or directory
  1224. compilation terminated.
  1225. configure:5290: $? = 1
  1226. configure: failed program was:
  1227. | /* confdefs.h */
  1228. | #define PACKAGE_NAME "lcdproc"
  1229. | #define PACKAGE_TARNAME "lcdproc"
  1230. | #define PACKAGE_VERSION "0.5.7"
  1231. | #define PACKAGE_STRING "lcdproc 0.5.7"
  1232. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  1233. | #define PACKAGE_URL ""
  1234. | #define PACKAGE "lcdproc"
  1235. | #define VERSION "0.5.7"
  1236. | #define LINUX 1
  1237. | #define SYSTEM_HOST Linux
  1238. | #define HAVE_GETLOADAVG 1
  1239. | #define STDC_HEADERS 1
  1240. | #define HAVE_SYS_TYPES_H 1
  1241. | #define HAVE_SYS_STAT_H 1
  1242. | #define HAVE_STDLIB_H 1
  1243. | #define HAVE_STRING_H 1
  1244. | #define HAVE_MEMORY_H 1
  1245. | #define HAVE_STRINGS_H 1
  1246. | #define HAVE_INTTYPES_H 1
  1247. | #define HAVE_STDINT_H 1
  1248. | #define HAVE_UNISTD_H 1
  1249. | #define HAVE_SYS_PROCFS_H 1
  1250. | #define HAVE_UTMPX_H 1
  1251. | #define HAVE_SCHED_H 1
  1252. | #define HAVE_SYS_TYPES_H 1
  1253. | #define HAVE_SYSV_IPC 1
  1254. | /* end confdefs.h. */
  1255. | #if HAVE_SYS_TYPES_H
  1256. | # include <sys/types.h>
  1257. | #endif
  1258. |
  1259. |
  1260. | #include <machine/cpufunc.h>
  1261. configure:5290: result: no
  1262. configure:5307: checking for sched_setscheduler
  1263. configure:5307: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c >&5
  1264. configure:5307: $? = 0
  1265. configure:5307: result: yes
  1266. configure:5316: checking for sched_setscheduler in -lposix4
  1267. configure:5341: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c -lposix4 >&5
  1268. /usr/bin/ld: cannot find -lposix4
  1269. collect2: error: ld returned 1 exit status
  1270. configure:5341: $? = 1
  1271. configure: failed program was:
  1272. | /* confdefs.h */
  1273. | #define PACKAGE_NAME "lcdproc"
  1274. | #define PACKAGE_TARNAME "lcdproc"
  1275. | #define PACKAGE_VERSION "0.5.7"
  1276. | #define PACKAGE_STRING "lcdproc 0.5.7"
  1277. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  1278. | #define PACKAGE_URL ""
  1279. | #define PACKAGE "lcdproc"
  1280. | #define VERSION "0.5.7"
  1281. | #define LINUX 1
  1282. | #define SYSTEM_HOST Linux
  1283. | #define HAVE_GETLOADAVG 1
  1284. | #define STDC_HEADERS 1
  1285. | #define HAVE_SYS_TYPES_H 1
  1286. | #define HAVE_SYS_STAT_H 1
  1287. | #define HAVE_STDLIB_H 1
  1288. | #define HAVE_STRING_H 1
  1289. | #define HAVE_MEMORY_H 1
  1290. | #define HAVE_STRINGS_H 1
  1291. | #define HAVE_INTTYPES_H 1
  1292. | #define HAVE_STDINT_H 1
  1293. | #define HAVE_UNISTD_H 1
  1294. | #define HAVE_SYS_PROCFS_H 1
  1295. | #define HAVE_UTMPX_H 1
  1296. | #define HAVE_SCHED_H 1
  1297. | #define HAVE_SYS_TYPES_H 1
  1298. | #define HAVE_SYSV_IPC 1
  1299. | #define HAVE_SCHED_SETSCHEDULER 1
  1300. | /* end confdefs.h. */
  1301. |
  1302. | /* Override any GCC internal prototype to avoid an error.
  1303. | Use char because int might match the return type of a GCC
  1304. | builtin and then its argument prototype would still apply. */
  1305. | #ifdef __cplusplus
  1306. | extern "C"
  1307. | #endif
  1308. | char sched_setscheduler ();
  1309. | int
  1310. | main ()
  1311. | {
  1312. | return sched_setscheduler ();
  1313. | ;
  1314. | return 0;
  1315. | }
  1316. configure:5350: result: no
  1317. configure:5360: checking for sched_setscheduler in -lrt
  1318. configure:5385: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c -lrt >&5
  1319. configure:5385: $? = 0
  1320. configure:5394: result: yes
  1321. configure:5405: checking for i386_get_ioperm in -li386
  1322. configure:5430: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c -li386 >&5
  1323. /usr/bin/ld: cannot find -li386
  1324. collect2: error: ld returned 1 exit status
  1325. configure:5430: $? = 1
  1326. configure: failed program was:
  1327. | /* confdefs.h */
  1328. | #define PACKAGE_NAME "lcdproc"
  1329. | #define PACKAGE_TARNAME "lcdproc"
  1330. | #define PACKAGE_VERSION "0.5.7"
  1331. | #define PACKAGE_STRING "lcdproc 0.5.7"
  1332. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  1333. | #define PACKAGE_URL ""
  1334. | #define PACKAGE "lcdproc"
  1335. | #define VERSION "0.5.7"
  1336. | #define LINUX 1
  1337. | #define SYSTEM_HOST Linux
  1338. | #define HAVE_GETLOADAVG 1
  1339. | #define STDC_HEADERS 1
  1340. | #define HAVE_SYS_TYPES_H 1
  1341. | #define HAVE_SYS_STAT_H 1
  1342. | #define HAVE_STDLIB_H 1
  1343. | #define HAVE_STRING_H 1
  1344. | #define HAVE_MEMORY_H 1
  1345. | #define HAVE_STRINGS_H 1
  1346. | #define HAVE_INTTYPES_H 1
  1347. | #define HAVE_STDINT_H 1
  1348. | #define HAVE_UNISTD_H 1
  1349. | #define HAVE_SYS_PROCFS_H 1
  1350. | #define HAVE_UTMPX_H 1
  1351. | #define HAVE_SCHED_H 1
  1352. | #define HAVE_SYS_TYPES_H 1
  1353. | #define HAVE_SYSV_IPC 1
  1354. | #define HAVE_SCHED_SETSCHEDULER 1
  1355. | #define HAVE_SCHED_SETSCHEDULER 1
  1356. | /* end confdefs.h. */
  1357. |
  1358. | /* Override any GCC internal prototype to avoid an error.
  1359. | Use char because int might match the return type of a GCC
  1360. | builtin and then its argument prototype would still apply. */
  1361. | #ifdef __cplusplus
  1362. | extern "C"
  1363. | #endif
  1364. | char i386_get_ioperm ();
  1365. | int
  1366. | main ()
  1367. | {
  1368. | return i386_get_ioperm ();
  1369. | ;
  1370. | return 0;
  1371. | }
  1372. configure:5439: result: no
  1373. configure:5448: checking for i386_get_ioperm in -lc
  1374. configure:5473: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c -lc >&5
  1375. /tmp/ccCrlm83.o: In function `main':
  1376. conftest.c:(.text.startup+0x8): undefined reference to `i386_get_ioperm'
  1377. collect2: error: ld returned 1 exit status
  1378. configure:5473: $? = 1
  1379. configure: failed program was:
  1380. | /* confdefs.h */
  1381. | #define PACKAGE_NAME "lcdproc"
  1382. | #define PACKAGE_TARNAME "lcdproc"
  1383. | #define PACKAGE_VERSION "0.5.7"
  1384. | #define PACKAGE_STRING "lcdproc 0.5.7"
  1385. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  1386. | #define PACKAGE_URL ""
  1387. | #define PACKAGE "lcdproc"
  1388. | #define VERSION "0.5.7"
  1389. | #define LINUX 1
  1390. | #define SYSTEM_HOST Linux
  1391. | #define HAVE_GETLOADAVG 1
  1392. | #define STDC_HEADERS 1
  1393. | #define HAVE_SYS_TYPES_H 1
  1394. | #define HAVE_SYS_STAT_H 1
  1395. | #define HAVE_STDLIB_H 1
  1396. | #define HAVE_STRING_H 1
  1397. | #define HAVE_MEMORY_H 1
  1398. | #define HAVE_STRINGS_H 1
  1399. | #define HAVE_INTTYPES_H 1
  1400. | #define HAVE_STDINT_H 1
  1401. | #define HAVE_UNISTD_H 1
  1402. | #define HAVE_SYS_PROCFS_H 1
  1403. | #define HAVE_UTMPX_H 1
  1404. | #define HAVE_SCHED_H 1
  1405. | #define HAVE_SYS_TYPES_H 1
  1406. | #define HAVE_SYSV_IPC 1
  1407. | #define HAVE_SCHED_SETSCHEDULER 1
  1408. | #define HAVE_SCHED_SETSCHEDULER 1
  1409. | /* end confdefs.h. */
  1410. |
  1411. | /* Override any GCC internal prototype to avoid an error.
  1412. | Use char because int might match the return type of a GCC
  1413. | builtin and then its argument prototype would still apply. */
  1414. | #ifdef __cplusplus
  1415. | extern "C"
  1416. | #endif
  1417. | char i386_get_ioperm ();
  1418. | int
  1419. | main ()
  1420. | {
  1421. | return i386_get_ioperm ();
  1422. | ;
  1423. | return 0;
  1424. | }
  1425. configure:5482: result: no
  1426. configure:5496: checking for iopl
  1427. configure:5496: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c >&5
  1428. /tmp/cc8TCSJx.o: In function `main':
  1429. conftest.c:(.text.startup+0x8): undefined reference to `iopl'
  1430. collect2: error: ld returned 1 exit status
  1431. configure:5496: $? = 1
  1432. configure: failed program was:
  1433. | /* confdefs.h */
  1434. | #define PACKAGE_NAME "lcdproc"
  1435. | #define PACKAGE_TARNAME "lcdproc"
  1436. | #define PACKAGE_VERSION "0.5.7"
  1437. | #define PACKAGE_STRING "lcdproc 0.5.7"
  1438. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  1439. | #define PACKAGE_URL ""
  1440. | #define PACKAGE "lcdproc"
  1441. | #define VERSION "0.5.7"
  1442. | #define LINUX 1
  1443. | #define SYSTEM_HOST Linux
  1444. | #define HAVE_GETLOADAVG 1
  1445. | #define STDC_HEADERS 1
  1446. | #define HAVE_SYS_TYPES_H 1
  1447. | #define HAVE_SYS_STAT_H 1
  1448. | #define HAVE_STDLIB_H 1
  1449. | #define HAVE_STRING_H 1
  1450. | #define HAVE_MEMORY_H 1
  1451. | #define HAVE_STRINGS_H 1
  1452. | #define HAVE_INTTYPES_H 1
  1453. | #define HAVE_STDINT_H 1
  1454. | #define HAVE_UNISTD_H 1
  1455. | #define HAVE_SYS_PROCFS_H 1
  1456. | #define HAVE_UTMPX_H 1
  1457. | #define HAVE_SCHED_H 1
  1458. | #define HAVE_SYS_TYPES_H 1
  1459. | #define HAVE_SYSV_IPC 1
  1460. | #define HAVE_SCHED_SETSCHEDULER 1
  1461. | #define HAVE_SCHED_SETSCHEDULER 1
  1462. | /* end confdefs.h. */
  1463. | /* Define iopl to an innocuous variant, in case <limits.h> declares iopl.
  1464. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1465. | #define iopl innocuous_iopl
  1466. |
  1467. | /* System header to define __stub macros and hopefully few prototypes,
  1468. | which can conflict with char iopl (); below.
  1469. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1470. | <limits.h> exists even on freestanding compilers. */
  1471. |
  1472. | #ifdef __STDC__
  1473. | # include <limits.h>
  1474. | #else
  1475. | # include <assert.h>
  1476. | #endif
  1477. |
  1478. | #undef iopl
  1479. |
  1480. | /* Override any GCC internal prototype to avoid an error.
  1481. | Use char because int might match the return type of a GCC
  1482. | builtin and then its argument prototype would still apply. */
  1483. | #ifdef __cplusplus
  1484. | extern "C"
  1485. | #endif
  1486. | char iopl ();
  1487. | /* The GNU C library defines this for functions which it implements
  1488. | to always fail with ENOSYS. Some functions are actually named
  1489. | something starting with __ and the normal name is an alias. */
  1490. | #if defined __stub_iopl || defined __stub___iopl
  1491. | choke me
  1492. | #endif
  1493. |
  1494. | int
  1495. | main ()
  1496. | {
  1497. | return iopl ();
  1498. | ;
  1499. | return 0;
  1500. | }
  1501. configure:5496: result: no
  1502. configure:5507: checking for ioperm
  1503. configure:5507: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c >&5
  1504. /tmp/ccEm0XMa.o: In function `main':
  1505. conftest.c:(.text.startup+0x8): undefined reference to `ioperm'
  1506. collect2: error: ld returned 1 exit status
  1507. configure:5507: $? = 1
  1508. configure: failed program was:
  1509. | /* confdefs.h */
  1510. | #define PACKAGE_NAME "lcdproc"
  1511. | #define PACKAGE_TARNAME "lcdproc"
  1512. | #define PACKAGE_VERSION "0.5.7"
  1513. | #define PACKAGE_STRING "lcdproc 0.5.7"
  1514. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  1515. | #define PACKAGE_URL ""
  1516. | #define PACKAGE "lcdproc"
  1517. | #define VERSION "0.5.7"
  1518. | #define LINUX 1
  1519. | #define SYSTEM_HOST Linux
  1520. | #define HAVE_GETLOADAVG 1
  1521. | #define STDC_HEADERS 1
  1522. | #define HAVE_SYS_TYPES_H 1
  1523. | #define HAVE_SYS_STAT_H 1
  1524. | #define HAVE_STDLIB_H 1
  1525. | #define HAVE_STRING_H 1
  1526. | #define HAVE_MEMORY_H 1
  1527. | #define HAVE_STRINGS_H 1
  1528. | #define HAVE_INTTYPES_H 1
  1529. | #define HAVE_STDINT_H 1
  1530. | #define HAVE_UNISTD_H 1
  1531. | #define HAVE_SYS_PROCFS_H 1
  1532. | #define HAVE_UTMPX_H 1
  1533. | #define HAVE_SCHED_H 1
  1534. | #define HAVE_SYS_TYPES_H 1
  1535. | #define HAVE_SYSV_IPC 1
  1536. | #define HAVE_SCHED_SETSCHEDULER 1
  1537. | #define HAVE_SCHED_SETSCHEDULER 1
  1538. | /* end confdefs.h. */
  1539. | /* Define ioperm to an innocuous variant, in case <limits.h> declares ioperm.
  1540. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1541. | #define ioperm innocuous_ioperm
  1542. |
  1543. | /* System header to define __stub macros and hopefully few prototypes,
  1544. | which can conflict with char ioperm (); below.
  1545. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1546. | <limits.h> exists even on freestanding compilers. */
  1547. |
  1548. | #ifdef __STDC__
  1549. | # include <limits.h>
  1550. | #else
  1551. | # include <assert.h>
  1552. | #endif
  1553. |
  1554. | #undef ioperm
  1555. |
  1556. | /* Override any GCC internal prototype to avoid an error.
  1557. | Use char because int might match the return type of a GCC
  1558. | builtin and then its argument prototype would still apply. */
  1559. | #ifdef __cplusplus
  1560. | extern "C"
  1561. | #endif
  1562. | char ioperm ();
  1563. | /* The GNU C library defines this for functions which it implements
  1564. | to always fail with ENOSYS. Some functions are actually named
  1565. | something starting with __ and the normal name is an alias. */
  1566. | #if defined __stub_ioperm || defined __stub___ioperm
  1567. | choke me
  1568. | #endif
  1569. |
  1570. | int
  1571. | main ()
  1572. | {
  1573. | return ioperm ();
  1574. | ;
  1575. | return 0;
  1576. | }
  1577. configure:5507: result: no
  1578. configure:5518: checking sys/io.h usability
  1579. configure:5518: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  1580. conftest.c:64:20: fatal error: sys/io.h: No such file or directory
  1581. compilation terminated.
  1582. configure:5518: $? = 1
  1583. configure: failed program was:
  1584. | /* confdefs.h */
  1585. | #define PACKAGE_NAME "lcdproc"
  1586. | #define PACKAGE_TARNAME "lcdproc"
  1587. | #define PACKAGE_VERSION "0.5.7"
  1588. | #define PACKAGE_STRING "lcdproc 0.5.7"
  1589. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  1590. | #define PACKAGE_URL ""
  1591. | #define PACKAGE "lcdproc"
  1592. | #define VERSION "0.5.7"
  1593. | #define LINUX 1
  1594. | #define SYSTEM_HOST Linux
  1595. | #define HAVE_GETLOADAVG 1
  1596. | #define STDC_HEADERS 1
  1597. | #define HAVE_SYS_TYPES_H 1
  1598. | #define HAVE_SYS_STAT_H 1
  1599. | #define HAVE_STDLIB_H 1
  1600. | #define HAVE_STRING_H 1
  1601. | #define HAVE_MEMORY_H 1
  1602. | #define HAVE_STRINGS_H 1
  1603. | #define HAVE_INTTYPES_H 1
  1604. | #define HAVE_STDINT_H 1
  1605. | #define HAVE_UNISTD_H 1
  1606. | #define HAVE_SYS_PROCFS_H 1
  1607. | #define HAVE_UTMPX_H 1
  1608. | #define HAVE_SCHED_H 1
  1609. | #define HAVE_SYS_TYPES_H 1
  1610. | #define HAVE_SYSV_IPC 1
  1611. | #define HAVE_SCHED_SETSCHEDULER 1
  1612. | #define HAVE_SCHED_SETSCHEDULER 1
  1613. | /* end confdefs.h. */
  1614. | #include <stdio.h>
  1615. | #ifdef HAVE_SYS_TYPES_H
  1616. | # include <sys/types.h>
  1617. | #endif
  1618. | #ifdef HAVE_SYS_STAT_H
  1619. | # include <sys/stat.h>
  1620. | #endif
  1621. | #ifdef STDC_HEADERS
  1622. | # include <stdlib.h>
  1623. | # include <stddef.h>
  1624. | #else
  1625. | # ifdef HAVE_STDLIB_H
  1626. | # include <stdlib.h>
  1627. | # endif
  1628. | #endif
  1629. | #ifdef HAVE_STRING_H
  1630. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1631. | # include <memory.h>
  1632. | # endif
  1633. | # include <string.h>
  1634. | #endif
  1635. | #ifdef HAVE_STRINGS_H
  1636. | # include <strings.h>
  1637. | #endif
  1638. | #ifdef HAVE_INTTYPES_H
  1639. | # include <inttypes.h>
  1640. | #endif
  1641. | #ifdef HAVE_STDINT_H
  1642. | # include <stdint.h>
  1643. | #endif
  1644. | #ifdef HAVE_UNISTD_H
  1645. | # include <unistd.h>
  1646. | #endif
  1647. | #include <sys/io.h>
  1648. configure:5518: result: no
  1649. configure:5518: checking sys/io.h presence
  1650. configure:5518: gcc -E conftest.c
  1651. conftest.c:31:20: fatal error: sys/io.h: No such file or directory
  1652. compilation terminated.
  1653. configure:5518: $? = 1
  1654. configure: failed program was:
  1655. | /* confdefs.h */
  1656. | #define PACKAGE_NAME "lcdproc"
  1657. | #define PACKAGE_TARNAME "lcdproc"
  1658. | #define PACKAGE_VERSION "0.5.7"
  1659. | #define PACKAGE_STRING "lcdproc 0.5.7"
  1660. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  1661. | #define PACKAGE_URL ""
  1662. | #define PACKAGE "lcdproc"
  1663. | #define VERSION "0.5.7"
  1664. | #define LINUX 1
  1665. | #define SYSTEM_HOST Linux
  1666. | #define HAVE_GETLOADAVG 1
  1667. | #define STDC_HEADERS 1
  1668. | #define HAVE_SYS_TYPES_H 1
  1669. | #define HAVE_SYS_STAT_H 1
  1670. | #define HAVE_STDLIB_H 1
  1671. | #define HAVE_STRING_H 1
  1672. | #define HAVE_MEMORY_H 1
  1673. | #define HAVE_STRINGS_H 1
  1674. | #define HAVE_INTTYPES_H 1
  1675. | #define HAVE_STDINT_H 1
  1676. | #define HAVE_UNISTD_H 1
  1677. | #define HAVE_SYS_PROCFS_H 1
  1678. | #define HAVE_UTMPX_H 1
  1679. | #define HAVE_SCHED_H 1
  1680. | #define HAVE_SYS_TYPES_H 1
  1681. | #define HAVE_SYSV_IPC 1
  1682. | #define HAVE_SCHED_SETSCHEDULER 1
  1683. | #define HAVE_SCHED_SETSCHEDULER 1
  1684. | /* end confdefs.h. */
  1685. | #include <sys/io.h>
  1686. configure:5518: result: no
  1687. configure:5518: checking for sys/io.h
  1688. configure:5518: result: no
  1689. configure:5529: checking for a parallel port
  1690. configure:5545: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  1691. conftest.c: In function 'main':
  1692. conftest.c:35:6: warning: unused variable 'val' [-Wunused-variable]
  1693. char val = port_in(0x350)
  1694. ^
  1695. In file included from conftest.c:31:0:
  1696. ./server/drivers/port.h:344:2: error: impossible constraint in 'asm'
  1697. __asm__ volatile ("inb %1,%0":"=a" (value)
  1698. ^
  1699. configure:5545: $? = 1
  1700. configure: failed program was:
  1701. | /* confdefs.h */
  1702. | #define PACKAGE_NAME "lcdproc"
  1703. | #define PACKAGE_TARNAME "lcdproc"
  1704. | #define PACKAGE_VERSION "0.5.7"
  1705. | #define PACKAGE_STRING "lcdproc 0.5.7"
  1706. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  1707. | #define PACKAGE_URL ""
  1708. | #define PACKAGE "lcdproc"
  1709. | #define VERSION "0.5.7"
  1710. | #define LINUX 1
  1711. | #define SYSTEM_HOST Linux
  1712. | #define HAVE_GETLOADAVG 1
  1713. | #define STDC_HEADERS 1
  1714. | #define HAVE_SYS_TYPES_H 1
  1715. | #define HAVE_SYS_STAT_H 1
  1716. | #define HAVE_STDLIB_H 1
  1717. | #define HAVE_STRING_H 1
  1718. | #define HAVE_MEMORY_H 1
  1719. | #define HAVE_STRINGS_H 1
  1720. | #define HAVE_INTTYPES_H 1
  1721. | #define HAVE_STDINT_H 1
  1722. | #define HAVE_UNISTD_H 1
  1723. | #define HAVE_SYS_PROCFS_H 1
  1724. | #define HAVE_UTMPX_H 1
  1725. | #define HAVE_SCHED_H 1
  1726. | #define HAVE_SYS_TYPES_H 1
  1727. | #define HAVE_SYSV_IPC 1
  1728. | #define HAVE_SCHED_SETSCHEDULER 1
  1729. | #define HAVE_SCHED_SETSCHEDULER 1
  1730. | /* end confdefs.h. */
  1731. | #include "./server/drivers/port.h"
  1732. | int
  1733. | main ()
  1734. | {
  1735. | char val = port_in(0x350)
  1736. | ;
  1737. | return 0;
  1738. | }
  1739. configure:5552: result: no
  1740. configure:5560: WARNING: Cannot talk to the parallel port, disabling drivers that use it.
  1741. configure:5568: checking linux/i2c-dev.h usability
  1742. configure:5568: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  1743. configure:5568: $? = 0
  1744. configure:5568: result: yes
  1745. configure:5568: checking linux/i2c-dev.h presence
  1746. configure:5568: gcc -E conftest.c
  1747. configure:5568: $? = 0
  1748. configure:5568: result: yes
  1749. configure:5568: checking for linux/i2c-dev.h
  1750. configure:5568: result: yes
  1751. configure:5568: checking dev/iicbus/iic.h usability
  1752. configure:5568: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  1753. conftest.c:65:28: fatal error: dev/iicbus/iic.h: No such file or directory
  1754. compilation terminated.
  1755. configure:5568: $? = 1
  1756. configure: failed program was:
  1757. | /* confdefs.h */
  1758. | #define PACKAGE_NAME "lcdproc"
  1759. | #define PACKAGE_TARNAME "lcdproc"
  1760. | #define PACKAGE_VERSION "0.5.7"
  1761. | #define PACKAGE_STRING "lcdproc 0.5.7"
  1762. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  1763. | #define PACKAGE_URL ""
  1764. | #define PACKAGE "lcdproc"
  1765. | #define VERSION "0.5.7"
  1766. | #define LINUX 1
  1767. | #define SYSTEM_HOST Linux
  1768. | #define HAVE_GETLOADAVG 1
  1769. | #define STDC_HEADERS 1
  1770. | #define HAVE_SYS_TYPES_H 1
  1771. | #define HAVE_SYS_STAT_H 1
  1772. | #define HAVE_STDLIB_H 1
  1773. | #define HAVE_STRING_H 1
  1774. | #define HAVE_MEMORY_H 1
  1775. | #define HAVE_STRINGS_H 1
  1776. | #define HAVE_INTTYPES_H 1
  1777. | #define HAVE_STDINT_H 1
  1778. | #define HAVE_UNISTD_H 1
  1779. | #define HAVE_SYS_PROCFS_H 1
  1780. | #define HAVE_UTMPX_H 1
  1781. | #define HAVE_SCHED_H 1
  1782. | #define HAVE_SYS_TYPES_H 1
  1783. | #define HAVE_SYSV_IPC 1
  1784. | #define HAVE_SCHED_SETSCHEDULER 1
  1785. | #define HAVE_SCHED_SETSCHEDULER 1
  1786. | #define HAVE_LINUX_I2C_DEV_H 1
  1787. | /* end confdefs.h. */
  1788. | #include <stdio.h>
  1789. | #ifdef HAVE_SYS_TYPES_H
  1790. | # include <sys/types.h>
  1791. | #endif
  1792. | #ifdef HAVE_SYS_STAT_H
  1793. | # include <sys/stat.h>
  1794. | #endif
  1795. | #ifdef STDC_HEADERS
  1796. | # include <stdlib.h>
  1797. | # include <stddef.h>
  1798. | #else
  1799. | # ifdef HAVE_STDLIB_H
  1800. | # include <stdlib.h>
  1801. | # endif
  1802. | #endif
  1803. | #ifdef HAVE_STRING_H
  1804. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1805. | # include <memory.h>
  1806. | # endif
  1807. | # include <string.h>
  1808. | #endif
  1809. | #ifdef HAVE_STRINGS_H
  1810. | # include <strings.h>
  1811. | #endif
  1812. | #ifdef HAVE_INTTYPES_H
  1813. | # include <inttypes.h>
  1814. | #endif
  1815. | #ifdef HAVE_STDINT_H
  1816. | # include <stdint.h>
  1817. | #endif
  1818. | #ifdef HAVE_UNISTD_H
  1819. | # include <unistd.h>
  1820. | #endif
  1821. | #include <dev/iicbus/iic.h>
  1822. configure:5568: result: no
  1823. configure:5568: checking dev/iicbus/iic.h presence
  1824. configure:5568: gcc -E conftest.c
  1825. conftest.c:32:28: fatal error: dev/iicbus/iic.h: No such file or directory
  1826. compilation terminated.
  1827. configure:5568: $? = 1
  1828. configure: failed program was:
  1829. | /* confdefs.h */
  1830. | #define PACKAGE_NAME "lcdproc"
  1831. | #define PACKAGE_TARNAME "lcdproc"
  1832. | #define PACKAGE_VERSION "0.5.7"
  1833. | #define PACKAGE_STRING "lcdproc 0.5.7"
  1834. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  1835. | #define PACKAGE_URL ""
  1836. | #define PACKAGE "lcdproc"
  1837. | #define VERSION "0.5.7"
  1838. | #define LINUX 1
  1839. | #define SYSTEM_HOST Linux
  1840. | #define HAVE_GETLOADAVG 1
  1841. | #define STDC_HEADERS 1
  1842. | #define HAVE_SYS_TYPES_H 1
  1843. | #define HAVE_SYS_STAT_H 1
  1844. | #define HAVE_STDLIB_H 1
  1845. | #define HAVE_STRING_H 1
  1846. | #define HAVE_MEMORY_H 1
  1847. | #define HAVE_STRINGS_H 1
  1848. | #define HAVE_INTTYPES_H 1
  1849. | #define HAVE_STDINT_H 1
  1850. | #define HAVE_UNISTD_H 1
  1851. | #define HAVE_SYS_PROCFS_H 1
  1852. | #define HAVE_UTMPX_H 1
  1853. | #define HAVE_SCHED_H 1
  1854. | #define HAVE_SYS_TYPES_H 1
  1855. | #define HAVE_SYSV_IPC 1
  1856. | #define HAVE_SCHED_SETSCHEDULER 1
  1857. | #define HAVE_SCHED_SETSCHEDULER 1
  1858. | #define HAVE_LINUX_I2C_DEV_H 1
  1859. | /* end confdefs.h. */
  1860. | #include <dev/iicbus/iic.h>
  1861. configure:5568: result: no
  1862. configure:5568: checking for dev/iicbus/iic.h
  1863. configure:5568: result: no
  1864. configure:5587: checking linux/spi/spidev.h usability
  1865. configure:5587: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  1866. configure:5587: $? = 0
  1867. configure:5587: result: yes
  1868. configure:5587: checking linux/spi/spidev.h presence
  1869. configure:5587: gcc -E conftest.c
  1870. configure:5587: $? = 0
  1871. configure:5587: result: yes
  1872. configure:5587: checking for linux/spi/spidev.h
  1873. configure:5587: result: yes
  1874. configure:5606: checking for dirent.h that defines DIR
  1875. configure:5625: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  1876. configure:5625: $? = 0
  1877. configure:5633: result: yes
  1878. configure:5646: checking for library containing opendir
  1879. configure:5677: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c >&5
  1880. configure:5677: $? = 0
  1881. configure:5694: result: none required
  1882. configure:5761: checking for ANSI C header files
  1883. configure:5865: result: yes
  1884. configure:5876: checking fcntl.h usability
  1885. configure:5876: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  1886. configure:5876: $? = 0
  1887. configure:5876: result: yes
  1888. configure:5876: checking fcntl.h presence
  1889. configure:5876: gcc -E conftest.c
  1890. configure:5876: $? = 0
  1891. configure:5876: result: yes
  1892. configure:5876: checking for fcntl.h
  1893. configure:5876: result: yes
  1894. configure:5876: checking sys/ioctl.h usability
  1895. configure:5876: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  1896. configure:5876: $? = 0
  1897. configure:5876: result: yes
  1898. configure:5876: checking sys/ioctl.h presence
  1899. configure:5876: gcc -E conftest.c
  1900. configure:5876: $? = 0
  1901. configure:5876: result: yes
  1902. configure:5876: checking for sys/ioctl.h
  1903. configure:5876: result: yes
  1904. configure:5876: checking sys/time.h usability
  1905. configure:5876: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  1906. configure:5876: $? = 0
  1907. configure:5876: result: yes
  1908. configure:5876: checking sys/time.h presence
  1909. configure:5876: gcc -E conftest.c
  1910. configure:5876: $? = 0
  1911. configure:5876: result: yes
  1912. configure:5876: checking for sys/time.h
  1913. configure:5876: result: yes
  1914. configure:5876: checking for unistd.h
  1915. configure:5876: result: yes
  1916. configure:5876: checking for sys/io.h
  1917. configure:5876: result: no
  1918. configure:5876: checking errno.h usability
  1919. configure:5876: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  1920. configure:5876: $? = 0
  1921. configure:5876: result: yes
  1922. configure:5876: checking errno.h presence
  1923. configure:5876: gcc -E conftest.c
  1924. configure:5876: $? = 0
  1925. configure:5876: result: yes
  1926. configure:5876: checking for errno.h
  1927. configure:5876: result: yes
  1928. configure:5889: checking limits.h usability
  1929. configure:5889: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  1930. configure:5889: $? = 0
  1931. configure:5889: result: yes
  1932. configure:5889: checking limits.h presence
  1933. configure:5889: gcc -E conftest.c
  1934. configure:5889: $? = 0
  1935. configure:5889: result: yes
  1936. configure:5889: checking for limits.h
  1937. configure:5889: result: yes
  1938. configure:5889: checking kvm.h usability
  1939. configure:5889: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  1940. conftest.c:76:17: fatal error: kvm.h: No such file or directory
  1941. compilation terminated.
  1942. configure:5889: $? = 1
  1943. configure: failed program was:
  1944. | /* confdefs.h */
  1945. | #define PACKAGE_NAME "lcdproc"
  1946. | #define PACKAGE_TARNAME "lcdproc"
  1947. | #define PACKAGE_VERSION "0.5.7"
  1948. | #define PACKAGE_STRING "lcdproc 0.5.7"
  1949. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  1950. | #define PACKAGE_URL ""
  1951. | #define PACKAGE "lcdproc"
  1952. | #define VERSION "0.5.7"
  1953. | #define LINUX 1
  1954. | #define SYSTEM_HOST Linux
  1955. | #define HAVE_GETLOADAVG 1
  1956. | #define STDC_HEADERS 1
  1957. | #define HAVE_SYS_TYPES_H 1
  1958. | #define HAVE_SYS_STAT_H 1
  1959. | #define HAVE_STDLIB_H 1
  1960. | #define HAVE_STRING_H 1
  1961. | #define HAVE_MEMORY_H 1
  1962. | #define HAVE_STRINGS_H 1
  1963. | #define HAVE_INTTYPES_H 1
  1964. | #define HAVE_STDINT_H 1
  1965. | #define HAVE_UNISTD_H 1
  1966. | #define HAVE_SYS_PROCFS_H 1
  1967. | #define HAVE_UTMPX_H 1
  1968. | #define HAVE_SCHED_H 1
  1969. | #define HAVE_SYS_TYPES_H 1
  1970. | #define HAVE_SYSV_IPC 1
  1971. | #define HAVE_SCHED_SETSCHEDULER 1
  1972. | #define HAVE_SCHED_SETSCHEDULER 1
  1973. | #define HAVE_LINUX_I2C_DEV_H 1
  1974. | #define HAVE_I2C 1
  1975. | #define HAVE_LINUX_SPI_SPIDEV_H 1
  1976. | #define HAVE_SPI 1
  1977. | #define HAVE_DIRENT_H 1
  1978. | #define STDC_HEADERS 1
  1979. | #define HAVE_FCNTL_H 1
  1980. | #define HAVE_SYS_IOCTL_H 1
  1981. | #define HAVE_SYS_TIME_H 1
  1982. | #define HAVE_UNISTD_H 1
  1983. | #define HAVE_ERRNO_H 1
  1984. | #define HAVE_LIMITS_H 1
  1985. | /* end confdefs.h. */
  1986. | #include <stdio.h>
  1987. | #ifdef HAVE_SYS_TYPES_H
  1988. | # include <sys/types.h>
  1989. | #endif
  1990. | #ifdef HAVE_SYS_STAT_H
  1991. | # include <sys/stat.h>
  1992. | #endif
  1993. | #ifdef STDC_HEADERS
  1994. | # include <stdlib.h>
  1995. | # include <stddef.h>
  1996. | #else
  1997. | # ifdef HAVE_STDLIB_H
  1998. | # include <stdlib.h>
  1999. | # endif
  2000. | #endif
  2001. | #ifdef HAVE_STRING_H
  2002. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2003. | # include <memory.h>
  2004. | # endif
  2005. | # include <string.h>
  2006. | #endif
  2007. | #ifdef HAVE_STRINGS_H
  2008. | # include <strings.h>
  2009. | #endif
  2010. | #ifdef HAVE_INTTYPES_H
  2011. | # include <inttypes.h>
  2012. | #endif
  2013. | #ifdef HAVE_STDINT_H
  2014. | # include <stdint.h>
  2015. | #endif
  2016. | #ifdef HAVE_UNISTD_H
  2017. | # include <unistd.h>
  2018. | #endif
  2019. | #include <kvm.h>
  2020. configure:5889: result: no
  2021. configure:5889: checking kvm.h presence
  2022. configure:5889: gcc -E conftest.c
  2023. conftest.c:43:17: fatal error: kvm.h: No such file or directory
  2024. compilation terminated.
  2025. configure:5889: $? = 1
  2026. configure: failed program was:
  2027. | /* confdefs.h */
  2028. | #define PACKAGE_NAME "lcdproc"
  2029. | #define PACKAGE_TARNAME "lcdproc"
  2030. | #define PACKAGE_VERSION "0.5.7"
  2031. | #define PACKAGE_STRING "lcdproc 0.5.7"
  2032. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  2033. | #define PACKAGE_URL ""
  2034. | #define PACKAGE "lcdproc"
  2035. | #define VERSION "0.5.7"
  2036. | #define LINUX 1
  2037. | #define SYSTEM_HOST Linux
  2038. | #define HAVE_GETLOADAVG 1
  2039. | #define STDC_HEADERS 1
  2040. | #define HAVE_SYS_TYPES_H 1
  2041. | #define HAVE_SYS_STAT_H 1
  2042. | #define HAVE_STDLIB_H 1
  2043. | #define HAVE_STRING_H 1
  2044. | #define HAVE_MEMORY_H 1
  2045. | #define HAVE_STRINGS_H 1
  2046. | #define HAVE_INTTYPES_H 1
  2047. | #define HAVE_STDINT_H 1
  2048. | #define HAVE_UNISTD_H 1
  2049. | #define HAVE_SYS_PROCFS_H 1
  2050. | #define HAVE_UTMPX_H 1
  2051. | #define HAVE_SCHED_H 1
  2052. | #define HAVE_SYS_TYPES_H 1
  2053. | #define HAVE_SYSV_IPC 1
  2054. | #define HAVE_SCHED_SETSCHEDULER 1
  2055. | #define HAVE_SCHED_SETSCHEDULER 1
  2056. | #define HAVE_LINUX_I2C_DEV_H 1
  2057. | #define HAVE_I2C 1
  2058. | #define HAVE_LINUX_SPI_SPIDEV_H 1
  2059. | #define HAVE_SPI 1
  2060. | #define HAVE_DIRENT_H 1
  2061. | #define STDC_HEADERS 1
  2062. | #define HAVE_FCNTL_H 1
  2063. | #define HAVE_SYS_IOCTL_H 1
  2064. | #define HAVE_SYS_TIME_H 1
  2065. | #define HAVE_UNISTD_H 1
  2066. | #define HAVE_ERRNO_H 1
  2067. | #define HAVE_LIMITS_H 1
  2068. | /* end confdefs.h. */
  2069. | #include <kvm.h>
  2070. configure:5889: result: no
  2071. configure:5889: checking for kvm.h
  2072. configure:5889: result: no
  2073. configure:5889: checking sys/param.h usability
  2074. configure:5889: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  2075. configure:5889: $? = 0
  2076. configure:5889: result: yes
  2077. configure:5889: checking sys/param.h presence
  2078. configure:5889: gcc -E conftest.c
  2079. configure:5889: $? = 0
  2080. configure:5889: result: yes
  2081. configure:5889: checking for sys/param.h
  2082. configure:5889: result: yes
  2083. configure:5889: checking sys/dkstat.h usability
  2084. configure:5889: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  2085. conftest.c:77:24: fatal error: sys/dkstat.h: No such file or directory
  2086. compilation terminated.
  2087. configure:5889: $? = 1
  2088. configure: failed program was:
  2089. | /* confdefs.h */
  2090. | #define PACKAGE_NAME "lcdproc"
  2091. | #define PACKAGE_TARNAME "lcdproc"
  2092. | #define PACKAGE_VERSION "0.5.7"
  2093. | #define PACKAGE_STRING "lcdproc 0.5.7"
  2094. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  2095. | #define PACKAGE_URL ""
  2096. | #define PACKAGE "lcdproc"
  2097. | #define VERSION "0.5.7"
  2098. | #define LINUX 1
  2099. | #define SYSTEM_HOST Linux
  2100. | #define HAVE_GETLOADAVG 1
  2101. | #define STDC_HEADERS 1
  2102. | #define HAVE_SYS_TYPES_H 1
  2103. | #define HAVE_SYS_STAT_H 1
  2104. | #define HAVE_STDLIB_H 1
  2105. | #define HAVE_STRING_H 1
  2106. | #define HAVE_MEMORY_H 1
  2107. | #define HAVE_STRINGS_H 1
  2108. | #define HAVE_INTTYPES_H 1
  2109. | #define HAVE_STDINT_H 1
  2110. | #define HAVE_UNISTD_H 1
  2111. | #define HAVE_SYS_PROCFS_H 1
  2112. | #define HAVE_UTMPX_H 1
  2113. | #define HAVE_SCHED_H 1
  2114. | #define HAVE_SYS_TYPES_H 1
  2115. | #define HAVE_SYSV_IPC 1
  2116. | #define HAVE_SCHED_SETSCHEDULER 1
  2117. | #define HAVE_SCHED_SETSCHEDULER 1
  2118. | #define HAVE_LINUX_I2C_DEV_H 1
  2119. | #define HAVE_I2C 1
  2120. | #define HAVE_LINUX_SPI_SPIDEV_H 1
  2121. | #define HAVE_SPI 1
  2122. | #define HAVE_DIRENT_H 1
  2123. | #define STDC_HEADERS 1
  2124. | #define HAVE_FCNTL_H 1
  2125. | #define HAVE_SYS_IOCTL_H 1
  2126. | #define HAVE_SYS_TIME_H 1
  2127. | #define HAVE_UNISTD_H 1
  2128. | #define HAVE_ERRNO_H 1
  2129. | #define HAVE_LIMITS_H 1
  2130. | #define HAVE_SYS_PARAM_H 1
  2131. | /* end confdefs.h. */
  2132. | #include <stdio.h>
  2133. | #ifdef HAVE_SYS_TYPES_H
  2134. | # include <sys/types.h>
  2135. | #endif
  2136. | #ifdef HAVE_SYS_STAT_H
  2137. | # include <sys/stat.h>
  2138. | #endif
  2139. | #ifdef STDC_HEADERS
  2140. | # include <stdlib.h>
  2141. | # include <stddef.h>
  2142. | #else
  2143. | # ifdef HAVE_STDLIB_H
  2144. | # include <stdlib.h>
  2145. | # endif
  2146. | #endif
  2147. | #ifdef HAVE_STRING_H
  2148. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2149. | # include <memory.h>
  2150. | # endif
  2151. | # include <string.h>
  2152. | #endif
  2153. | #ifdef HAVE_STRINGS_H
  2154. | # include <strings.h>
  2155. | #endif
  2156. | #ifdef HAVE_INTTYPES_H
  2157. | # include <inttypes.h>
  2158. | #endif
  2159. | #ifdef HAVE_STDINT_H
  2160. | # include <stdint.h>
  2161. | #endif
  2162. | #ifdef HAVE_UNISTD_H
  2163. | # include <unistd.h>
  2164. | #endif
  2165. | #include <sys/dkstat.h>
  2166. configure:5889: result: no
  2167. configure:5889: checking sys/dkstat.h presence
  2168. configure:5889: gcc -E conftest.c
  2169. conftest.c:44:24: fatal error: sys/dkstat.h: No such file or directory
  2170. compilation terminated.
  2171. configure:5889: $? = 1
  2172. configure: failed program was:
  2173. | /* confdefs.h */
  2174. | #define PACKAGE_NAME "lcdproc"
  2175. | #define PACKAGE_TARNAME "lcdproc"
  2176. | #define PACKAGE_VERSION "0.5.7"
  2177. | #define PACKAGE_STRING "lcdproc 0.5.7"
  2178. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  2179. | #define PACKAGE_URL ""
  2180. | #define PACKAGE "lcdproc"
  2181. | #define VERSION "0.5.7"
  2182. | #define LINUX 1
  2183. | #define SYSTEM_HOST Linux
  2184. | #define HAVE_GETLOADAVG 1
  2185. | #define STDC_HEADERS 1
  2186. | #define HAVE_SYS_TYPES_H 1
  2187. | #define HAVE_SYS_STAT_H 1
  2188. | #define HAVE_STDLIB_H 1
  2189. | #define HAVE_STRING_H 1
  2190. | #define HAVE_MEMORY_H 1
  2191. | #define HAVE_STRINGS_H 1
  2192. | #define HAVE_INTTYPES_H 1
  2193. | #define HAVE_STDINT_H 1
  2194. | #define HAVE_UNISTD_H 1
  2195. | #define HAVE_SYS_PROCFS_H 1
  2196. | #define HAVE_UTMPX_H 1
  2197. | #define HAVE_SCHED_H 1
  2198. | #define HAVE_SYS_TYPES_H 1
  2199. | #define HAVE_SYSV_IPC 1
  2200. | #define HAVE_SCHED_SETSCHEDULER 1
  2201. | #define HAVE_SCHED_SETSCHEDULER 1
  2202. | #define HAVE_LINUX_I2C_DEV_H 1
  2203. | #define HAVE_I2C 1
  2204. | #define HAVE_LINUX_SPI_SPIDEV_H 1
  2205. | #define HAVE_SPI 1
  2206. | #define HAVE_DIRENT_H 1
  2207. | #define STDC_HEADERS 1
  2208. | #define HAVE_FCNTL_H 1
  2209. | #define HAVE_SYS_IOCTL_H 1
  2210. | #define HAVE_SYS_TIME_H 1
  2211. | #define HAVE_UNISTD_H 1
  2212. | #define HAVE_ERRNO_H 1
  2213. | #define HAVE_LIMITS_H 1
  2214. | #define HAVE_SYS_PARAM_H 1
  2215. | /* end confdefs.h. */
  2216. | #include <sys/dkstat.h>
  2217. configure:5889: result: no
  2218. configure:5889: checking for sys/dkstat.h
  2219. configure:5889: result: no
  2220. configure:5889: checking stdbool.h usability
  2221. configure:5889: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  2222. configure:5889: $? = 0
  2223. configure:5889: result: yes
  2224. configure:5889: checking stdbool.h presence
  2225. configure:5889: gcc -E conftest.c
  2226. configure:5889: $? = 0
  2227. configure:5889: result: yes
  2228. configure:5889: checking for stdbool.h
  2229. configure:5889: result: yes
  2230. configure:5902: checking for sys/sysctl.h
  2231. configure:5902: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  2232. configure:5902: $? = 0
  2233. configure:5902: result: yes
  2234. configure:5919: checking for sys/pcpu.h
  2235. configure:5919: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  2236. conftest.c:54:22: fatal error: sys/pcpu.h: No such file or directory
  2237. compilation terminated.
  2238. configure:5919: $? = 1
  2239. configure: failed program was:
  2240. | /* confdefs.h */
  2241. | #define PACKAGE_NAME "lcdproc"
  2242. | #define PACKAGE_TARNAME "lcdproc"
  2243. | #define PACKAGE_VERSION "0.5.7"
  2244. | #define PACKAGE_STRING "lcdproc 0.5.7"
  2245. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  2246. | #define PACKAGE_URL ""
  2247. | #define PACKAGE "lcdproc"
  2248. | #define VERSION "0.5.7"
  2249. | #define LINUX 1
  2250. | #define SYSTEM_HOST Linux
  2251. | #define HAVE_GETLOADAVG 1
  2252. | #define STDC_HEADERS 1
  2253. | #define HAVE_SYS_TYPES_H 1
  2254. | #define HAVE_SYS_STAT_H 1
  2255. | #define HAVE_STDLIB_H 1
  2256. | #define HAVE_STRING_H 1
  2257. | #define HAVE_MEMORY_H 1
  2258. | #define HAVE_STRINGS_H 1
  2259. | #define HAVE_INTTYPES_H 1
  2260. | #define HAVE_STDINT_H 1
  2261. | #define HAVE_UNISTD_H 1
  2262. | #define HAVE_SYS_PROCFS_H 1
  2263. | #define HAVE_UTMPX_H 1
  2264. | #define HAVE_SCHED_H 1
  2265. | #define HAVE_SYS_TYPES_H 1
  2266. | #define HAVE_SYSV_IPC 1
  2267. | #define HAVE_SCHED_SETSCHEDULER 1
  2268. | #define HAVE_SCHED_SETSCHEDULER 1
  2269. | #define HAVE_LINUX_I2C_DEV_H 1
  2270. | #define HAVE_I2C 1
  2271. | #define HAVE_LINUX_SPI_SPIDEV_H 1
  2272. | #define HAVE_SPI 1
  2273. | #define HAVE_DIRENT_H 1
  2274. | #define STDC_HEADERS 1
  2275. | #define HAVE_FCNTL_H 1
  2276. | #define HAVE_SYS_IOCTL_H 1
  2277. | #define HAVE_SYS_TIME_H 1
  2278. | #define HAVE_UNISTD_H 1
  2279. | #define HAVE_ERRNO_H 1
  2280. | #define HAVE_LIMITS_H 1
  2281. | #define HAVE_SYS_PARAM_H 1
  2282. | #define HAVE_STDBOOL_H 1
  2283. | #define HAVE_SYS_SYSCTL_H 1
  2284. | /* end confdefs.h. */
  2285. | #if HAVE_SYS_PARAM_H
  2286. | # include <sys/param.h>
  2287. | #endif
  2288. | #if HAVE_KVM_H
  2289. | # include <kvm.h>
  2290. | #endif
  2291. |
  2292. |
  2293. | #include <sys/pcpu.h>
  2294. configure:5919: result: no
  2295. configure:5939: checking for SA_RESTART
  2296. configure:5956: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  2297. configure:5956: $? = 0
  2298. configure:5963: result: yes
  2299. configure:5972: checking for an ANSI C-conforming const
  2300. configure:6038: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  2301. configure:6038: $? = 0
  2302. configure:6045: result: yes
  2303. configure:6053: checking for inline
  2304. configure:6069: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  2305. configure:6069: $? = 0
  2306. configure:6077: result: inline
  2307. configure:6095: checking for size_t
  2308. configure:6095: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  2309. configure:6095: $? = 0
  2310. configure:6095: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  2311. conftest.c: In function 'main':
  2312. conftest.c:83:21: error: expected expression before ')' token
  2313. if (sizeof ((size_t)))
  2314. ^
  2315. configure:6095: $? = 1
  2316. configure: failed program was:
  2317. | /* confdefs.h */
  2318. | #define PACKAGE_NAME "lcdproc"
  2319. | #define PACKAGE_TARNAME "lcdproc"
  2320. | #define PACKAGE_VERSION "0.5.7"
  2321. | #define PACKAGE_STRING "lcdproc 0.5.7"
  2322. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  2323. | #define PACKAGE_URL ""
  2324. | #define PACKAGE "lcdproc"
  2325. | #define VERSION "0.5.7"
  2326. | #define LINUX 1
  2327. | #define SYSTEM_HOST Linux
  2328. | #define HAVE_GETLOADAVG 1
  2329. | #define STDC_HEADERS 1
  2330. | #define HAVE_SYS_TYPES_H 1
  2331. | #define HAVE_SYS_STAT_H 1
  2332. | #define HAVE_STDLIB_H 1
  2333. | #define HAVE_STRING_H 1
  2334. | #define HAVE_MEMORY_H 1
  2335. | #define HAVE_STRINGS_H 1
  2336. | #define HAVE_INTTYPES_H 1
  2337. | #define HAVE_STDINT_H 1
  2338. | #define HAVE_UNISTD_H 1
  2339. | #define HAVE_SYS_PROCFS_H 1
  2340. | #define HAVE_UTMPX_H 1
  2341. | #define HAVE_SCHED_H 1
  2342. | #define HAVE_SYS_TYPES_H 1
  2343. | #define HAVE_SYSV_IPC 1
  2344. | #define HAVE_SCHED_SETSCHEDULER 1
  2345. | #define HAVE_SCHED_SETSCHEDULER 1
  2346. | #define HAVE_LINUX_I2C_DEV_H 1
  2347. | #define HAVE_I2C 1
  2348. | #define HAVE_LINUX_SPI_SPIDEV_H 1
  2349. | #define HAVE_SPI 1
  2350. | #define HAVE_DIRENT_H 1
  2351. | #define STDC_HEADERS 1
  2352. | #define HAVE_FCNTL_H 1
  2353. | #define HAVE_SYS_IOCTL_H 1
  2354. | #define HAVE_SYS_TIME_H 1
  2355. | #define HAVE_UNISTD_H 1
  2356. | #define HAVE_ERRNO_H 1
  2357. | #define HAVE_LIMITS_H 1
  2358. | #define HAVE_SYS_PARAM_H 1
  2359. | #define HAVE_STDBOOL_H 1
  2360. | #define HAVE_SYS_SYSCTL_H 1
  2361. | #define HAVE_SA_RESTART 1
  2362. | /* end confdefs.h. */
  2363. | #include <stdio.h>
  2364. | #ifdef HAVE_SYS_TYPES_H
  2365. | # include <sys/types.h>
  2366. | #endif
  2367. | #ifdef HAVE_SYS_STAT_H
  2368. | # include <sys/stat.h>
  2369. | #endif
  2370. | #ifdef STDC_HEADERS
  2371. | # include <stdlib.h>
  2372. | # include <stddef.h>
  2373. | #else
  2374. | # ifdef HAVE_STDLIB_H
  2375. | # include <stdlib.h>
  2376. | # endif
  2377. | #endif
  2378. | #ifdef HAVE_STRING_H
  2379. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2380. | # include <memory.h>
  2381. | # endif
  2382. | # include <string.h>
  2383. | #endif
  2384. | #ifdef HAVE_STRINGS_H
  2385. | # include <strings.h>
  2386. | #endif
  2387. | #ifdef HAVE_INTTYPES_H
  2388. | # include <inttypes.h>
  2389. | #endif
  2390. | #ifdef HAVE_STDINT_H
  2391. | # include <stdint.h>
  2392. | #endif
  2393. | #ifdef HAVE_UNISTD_H
  2394. | # include <unistd.h>
  2395. | #endif
  2396. | int
  2397. | main ()
  2398. | {
  2399. | if (sizeof ((size_t)))
  2400. | return 0;
  2401. | ;
  2402. | return 0;
  2403. | }
  2404. configure:6095: result: yes
  2405. configure:6106: checking whether time.h and sys/time.h may both be included
  2406. configure:6126: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  2407. configure:6126: $? = 0
  2408. configure:6133: result: yes
  2409. configure:6141: checking whether struct tm is in sys/time.h or time.h
  2410. configure:6161: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  2411. configure:6161: $? = 0
  2412. configure:6168: result: time.h
  2413. configure:6176: checking for uid_t in sys/types.h
  2414. configure:6195: result: yes
  2415. configure:6208: checking whether gcc needs -traditional
  2416. configure:6242: result: no
  2417. configure:6249: checking return type of signal handlers
  2418. configure:6267: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  2419. conftest.c: In function 'main':
  2420. conftest.c:54:9: error: void value not ignored as it ought to be
  2421. return *(signal (0, 0)) (0) == 1;
  2422. ^
  2423. configure:6267: $? = 1
  2424. configure: failed program was:
  2425. | /* confdefs.h */
  2426. | #define PACKAGE_NAME "lcdproc"
  2427. | #define PACKAGE_TARNAME "lcdproc"
  2428. | #define PACKAGE_VERSION "0.5.7"
  2429. | #define PACKAGE_STRING "lcdproc 0.5.7"
  2430. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  2431. | #define PACKAGE_URL ""
  2432. | #define PACKAGE "lcdproc"
  2433. | #define VERSION "0.5.7"
  2434. | #define LINUX 1
  2435. | #define SYSTEM_HOST Linux
  2436. | #define HAVE_GETLOADAVG 1
  2437. | #define STDC_HEADERS 1
  2438. | #define HAVE_SYS_TYPES_H 1
  2439. | #define HAVE_SYS_STAT_H 1
  2440. | #define HAVE_STDLIB_H 1
  2441. | #define HAVE_STRING_H 1
  2442. | #define HAVE_MEMORY_H 1
  2443. | #define HAVE_STRINGS_H 1
  2444. | #define HAVE_INTTYPES_H 1
  2445. | #define HAVE_STDINT_H 1
  2446. | #define HAVE_UNISTD_H 1
  2447. | #define HAVE_SYS_PROCFS_H 1
  2448. | #define HAVE_UTMPX_H 1
  2449. | #define HAVE_SCHED_H 1
  2450. | #define HAVE_SYS_TYPES_H 1
  2451. | #define HAVE_SYSV_IPC 1
  2452. | #define HAVE_SCHED_SETSCHEDULER 1
  2453. | #define HAVE_SCHED_SETSCHEDULER 1
  2454. | #define HAVE_LINUX_I2C_DEV_H 1
  2455. | #define HAVE_I2C 1
  2456. | #define HAVE_LINUX_SPI_SPIDEV_H 1
  2457. | #define HAVE_SPI 1
  2458. | #define HAVE_DIRENT_H 1
  2459. | #define STDC_HEADERS 1
  2460. | #define HAVE_FCNTL_H 1
  2461. | #define HAVE_SYS_IOCTL_H 1
  2462. | #define HAVE_SYS_TIME_H 1
  2463. | #define HAVE_UNISTD_H 1
  2464. | #define HAVE_ERRNO_H 1
  2465. | #define HAVE_LIMITS_H 1
  2466. | #define HAVE_SYS_PARAM_H 1
  2467. | #define HAVE_STDBOOL_H 1
  2468. | #define HAVE_SYS_SYSCTL_H 1
  2469. | #define HAVE_SA_RESTART 1
  2470. | #define TIME_WITH_SYS_TIME 1
  2471. | /* end confdefs.h. */
  2472. | #include <sys/types.h>
  2473. | #include <signal.h>
  2474. |
  2475. | int
  2476. | main ()
  2477. | {
  2478. | return *(signal (0, 0)) (0) == 1;
  2479. | ;
  2480. | return 0;
  2481. | }
  2482. configure:6274: result: void
  2483. configure:6285: checking for select
  2484. configure:6285: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c >&5
  2485. configure:6285: $? = 0
  2486. configure:6285: result: yes
  2487. configure:6285: checking for socket
  2488. configure:6285: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c >&5
  2489. configure:6285: $? = 0
  2490. configure:6285: result: yes
  2491. configure:6285: checking for strdup
  2492. configure:6285: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c >&5
  2493. conftest.c:74:6: warning: conflicting types for built-in function 'strdup'
  2494. char strdup ();
  2495. ^
  2496. configure:6285: $? = 0
  2497. configure:6285: result: yes
  2498. configure:6285: checking for strerror
  2499. configure:6285: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c >&5
  2500. configure:6285: $? = 0
  2501. configure:6285: result: yes
  2502. configure:6285: checking for strtol
  2503. configure:6285: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c >&5
  2504. configure:6285: $? = 0
  2505. configure:6285: result: yes
  2506. configure:6285: checking for uname
  2507. configure:6285: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c >&5
  2508. configure:6285: $? = 0
  2509. configure:6285: result: yes
  2510. configure:6285: checking for cfmakeraw
  2511. configure:6285: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c >&5
  2512. configure:6285: $? = 0
  2513. configure:6285: result: yes
  2514. configure:6285: checking for snprintf
  2515. configure:6285: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c >&5
  2516. conftest.c:79:6: warning: conflicting types for built-in function 'snprintf'
  2517. char snprintf ();
  2518. ^
  2519. configure:6285: $? = 0
  2520. configure:6285: result: yes
  2521. configure:6296: checking for getopt
  2522. configure:6296: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c >&5
  2523. configure:6296: $? = 0
  2524. configure:6296: result: yes
  2525. configure:6342: checking for your mounted filesystem table
  2526. configure:6361: result: /etc/mtab
  2527. configure:6375: checking for fcntl.h
  2528. configure:6375: result: yes
  2529. configure:6375: checking sys/dustat.h usability
  2530. configure:6375: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  2531. conftest.c:92:24: fatal error: sys/dustat.h: No such file or directory
  2532. compilation terminated.
  2533. configure:6375: $? = 1
  2534. configure: failed program was:
  2535. | /* confdefs.h */
  2536. | #define PACKAGE_NAME "lcdproc"
  2537. | #define PACKAGE_TARNAME "lcdproc"
  2538. | #define PACKAGE_VERSION "0.5.7"
  2539. | #define PACKAGE_STRING "lcdproc 0.5.7"
  2540. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  2541. | #define PACKAGE_URL ""
  2542. | #define PACKAGE "lcdproc"
  2543. | #define VERSION "0.5.7"
  2544. | #define LINUX 1
  2545. | #define SYSTEM_HOST Linux
  2546. | #define HAVE_GETLOADAVG 1
  2547. | #define STDC_HEADERS 1
  2548. | #define HAVE_SYS_TYPES_H 1
  2549. | #define HAVE_SYS_STAT_H 1
  2550. | #define HAVE_STDLIB_H 1
  2551. | #define HAVE_STRING_H 1
  2552. | #define HAVE_MEMORY_H 1
  2553. | #define HAVE_STRINGS_H 1
  2554. | #define HAVE_INTTYPES_H 1
  2555. | #define HAVE_STDINT_H 1
  2556. | #define HAVE_UNISTD_H 1
  2557. | #define HAVE_SYS_PROCFS_H 1
  2558. | #define HAVE_UTMPX_H 1
  2559. | #define HAVE_SCHED_H 1
  2560. | #define HAVE_SYS_TYPES_H 1
  2561. | #define HAVE_SYSV_IPC 1
  2562. | #define HAVE_SCHED_SETSCHEDULER 1
  2563. | #define HAVE_SCHED_SETSCHEDULER 1
  2564. | #define HAVE_LINUX_I2C_DEV_H 1
  2565. | #define HAVE_I2C 1
  2566. | #define HAVE_LINUX_SPI_SPIDEV_H 1
  2567. | #define HAVE_SPI 1
  2568. | #define HAVE_DIRENT_H 1
  2569. | #define STDC_HEADERS 1
  2570. | #define HAVE_FCNTL_H 1
  2571. | #define HAVE_SYS_IOCTL_H 1
  2572. | #define HAVE_SYS_TIME_H 1
  2573. | #define HAVE_UNISTD_H 1
  2574. | #define HAVE_ERRNO_H 1
  2575. | #define HAVE_LIMITS_H 1
  2576. | #define HAVE_SYS_PARAM_H 1
  2577. | #define HAVE_STDBOOL_H 1
  2578. | #define HAVE_SYS_SYSCTL_H 1
  2579. | #define HAVE_SA_RESTART 1
  2580. | #define TIME_WITH_SYS_TIME 1
  2581. | #define RETSIGTYPE void
  2582. | #define HAVE_SELECT 1
  2583. | #define HAVE_SOCKET 1
  2584. | #define HAVE_STRDUP 1
  2585. | #define HAVE_STRERROR 1
  2586. | #define HAVE_STRTOL 1
  2587. | #define HAVE_UNAME 1
  2588. | #define HAVE_CFMAKERAW 1
  2589. | #define HAVE_SNPRINTF 1
  2590. | #define MTAB_FILE "/etc/mtab"
  2591. | #define HAVE_FCNTL_H 1
  2592. | /* end confdefs.h. */
  2593. | #include <stdio.h>
  2594. | #ifdef HAVE_SYS_TYPES_H
  2595. | # include <sys/types.h>
  2596. | #endif
  2597. | #ifdef HAVE_SYS_STAT_H
  2598. | # include <sys/stat.h>
  2599. | #endif
  2600. | #ifdef STDC_HEADERS
  2601. | # include <stdlib.h>
  2602. | # include <stddef.h>
  2603. | #else
  2604. | # ifdef HAVE_STDLIB_H
  2605. | # include <stdlib.h>
  2606. | # endif
  2607. | #endif
  2608. | #ifdef HAVE_STRING_H
  2609. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2610. | # include <memory.h>
  2611. | # endif
  2612. | # include <string.h>
  2613. | #endif
  2614. | #ifdef HAVE_STRINGS_H
  2615. | # include <strings.h>
  2616. | #endif
  2617. | #ifdef HAVE_INTTYPES_H
  2618. | # include <inttypes.h>
  2619. | #endif
  2620. | #ifdef HAVE_STDINT_H
  2621. | # include <stdint.h>
  2622. | #endif
  2623. | #ifdef HAVE_UNISTD_H
  2624. | # include <unistd.h>
  2625. | #endif
  2626. | #include <sys/dustat.h>
  2627. configure:6375: result: no
  2628. configure:6375: checking sys/dustat.h presence
  2629. configure:6375: gcc -E conftest.c
  2630. conftest.c:59:24: fatal error: sys/dustat.h: No such file or directory
  2631. compilation terminated.
  2632. configure:6375: $? = 1
  2633. configure: failed program was:
  2634. | /* confdefs.h */
  2635. | #define PACKAGE_NAME "lcdproc"
  2636. | #define PACKAGE_TARNAME "lcdproc"
  2637. | #define PACKAGE_VERSION "0.5.7"
  2638. | #define PACKAGE_STRING "lcdproc 0.5.7"
  2639. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  2640. | #define PACKAGE_URL ""
  2641. | #define PACKAGE "lcdproc"
  2642. | #define VERSION "0.5.7"
  2643. | #define LINUX 1
  2644. | #define SYSTEM_HOST Linux
  2645. | #define HAVE_GETLOADAVG 1
  2646. | #define STDC_HEADERS 1
  2647. | #define HAVE_SYS_TYPES_H 1
  2648. | #define HAVE_SYS_STAT_H 1
  2649. | #define HAVE_STDLIB_H 1
  2650. | #define HAVE_STRING_H 1
  2651. | #define HAVE_MEMORY_H 1
  2652. | #define HAVE_STRINGS_H 1
  2653. | #define HAVE_INTTYPES_H 1
  2654. | #define HAVE_STDINT_H 1
  2655. | #define HAVE_UNISTD_H 1
  2656. | #define HAVE_SYS_PROCFS_H 1
  2657. | #define HAVE_UTMPX_H 1
  2658. | #define HAVE_SCHED_H 1
  2659. | #define HAVE_SYS_TYPES_H 1
  2660. | #define HAVE_SYSV_IPC 1
  2661. | #define HAVE_SCHED_SETSCHEDULER 1
  2662. | #define HAVE_SCHED_SETSCHEDULER 1
  2663. | #define HAVE_LINUX_I2C_DEV_H 1
  2664. | #define HAVE_I2C 1
  2665. | #define HAVE_LINUX_SPI_SPIDEV_H 1
  2666. | #define HAVE_SPI 1
  2667. | #define HAVE_DIRENT_H 1
  2668. | #define STDC_HEADERS 1
  2669. | #define HAVE_FCNTL_H 1
  2670. | #define HAVE_SYS_IOCTL_H 1
  2671. | #define HAVE_SYS_TIME_H 1
  2672. | #define HAVE_UNISTD_H 1
  2673. | #define HAVE_ERRNO_H 1
  2674. | #define HAVE_LIMITS_H 1
  2675. | #define HAVE_SYS_PARAM_H 1
  2676. | #define HAVE_STDBOOL_H 1
  2677. | #define HAVE_SYS_SYSCTL_H 1
  2678. | #define HAVE_SA_RESTART 1
  2679. | #define TIME_WITH_SYS_TIME 1
  2680. | #define RETSIGTYPE void
  2681. | #define HAVE_SELECT 1
  2682. | #define HAVE_SOCKET 1
  2683. | #define HAVE_STRDUP 1
  2684. | #define HAVE_STRERROR 1
  2685. | #define HAVE_STRTOL 1
  2686. | #define HAVE_UNAME 1
  2687. | #define HAVE_CFMAKERAW 1
  2688. | #define HAVE_SNPRINTF 1
  2689. | #define MTAB_FILE "/etc/mtab"
  2690. | #define HAVE_FCNTL_H 1
  2691. | /* end confdefs.h. */
  2692. | #include <sys/dustat.h>
  2693. configure:6375: result: no
  2694. configure:6375: checking for sys/dustat.h
  2695. configure:6375: result: no
  2696. configure:6375: checking for sys/param.h
  2697. configure:6375: result: yes
  2698. configure:6375: checking sys/statfs.h usability
  2699. configure:6375: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  2700. configure:6375: $? = 0
  2701. configure:6375: result: yes
  2702. configure:6375: checking sys/statfs.h presence
  2703. configure:6375: gcc -E conftest.c
  2704. configure:6375: $? = 0
  2705. configure:6375: result: yes
  2706. configure:6375: checking for sys/statfs.h
  2707. configure:6375: result: yes
  2708. configure:6375: checking sys/fstyp.h usability
  2709. configure:6375: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  2710. conftest.c:94:23: fatal error: sys/fstyp.h: No such file or directory
  2711. compilation terminated.
  2712. configure:6375: $? = 1
  2713. configure: failed program was:
  2714. | /* confdefs.h */
  2715. | #define PACKAGE_NAME "lcdproc"
  2716. | #define PACKAGE_TARNAME "lcdproc"
  2717. | #define PACKAGE_VERSION "0.5.7"
  2718. | #define PACKAGE_STRING "lcdproc 0.5.7"
  2719. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  2720. | #define PACKAGE_URL ""
  2721. | #define PACKAGE "lcdproc"
  2722. | #define VERSION "0.5.7"
  2723. | #define LINUX 1
  2724. | #define SYSTEM_HOST Linux
  2725. | #define HAVE_GETLOADAVG 1
  2726. | #define STDC_HEADERS 1
  2727. | #define HAVE_SYS_TYPES_H 1
  2728. | #define HAVE_SYS_STAT_H 1
  2729. | #define HAVE_STDLIB_H 1
  2730. | #define HAVE_STRING_H 1
  2731. | #define HAVE_MEMORY_H 1
  2732. | #define HAVE_STRINGS_H 1
  2733. | #define HAVE_INTTYPES_H 1
  2734. | #define HAVE_STDINT_H 1
  2735. | #define HAVE_UNISTD_H 1
  2736. | #define HAVE_SYS_PROCFS_H 1
  2737. | #define HAVE_UTMPX_H 1
  2738. | #define HAVE_SCHED_H 1
  2739. | #define HAVE_SYS_TYPES_H 1
  2740. | #define HAVE_SYSV_IPC 1
  2741. | #define HAVE_SCHED_SETSCHEDULER 1
  2742. | #define HAVE_SCHED_SETSCHEDULER 1
  2743. | #define HAVE_LINUX_I2C_DEV_H 1
  2744. | #define HAVE_I2C 1
  2745. | #define HAVE_LINUX_SPI_SPIDEV_H 1
  2746. | #define HAVE_SPI 1
  2747. | #define HAVE_DIRENT_H 1
  2748. | #define STDC_HEADERS 1
  2749. | #define HAVE_FCNTL_H 1
  2750. | #define HAVE_SYS_IOCTL_H 1
  2751. | #define HAVE_SYS_TIME_H 1
  2752. | #define HAVE_UNISTD_H 1
  2753. | #define HAVE_ERRNO_H 1
  2754. | #define HAVE_LIMITS_H 1
  2755. | #define HAVE_SYS_PARAM_H 1
  2756. | #define HAVE_STDBOOL_H 1
  2757. | #define HAVE_SYS_SYSCTL_H 1
  2758. | #define HAVE_SA_RESTART 1
  2759. | #define TIME_WITH_SYS_TIME 1
  2760. | #define RETSIGTYPE void
  2761. | #define HAVE_SELECT 1
  2762. | #define HAVE_SOCKET 1
  2763. | #define HAVE_STRDUP 1
  2764. | #define HAVE_STRERROR 1
  2765. | #define HAVE_STRTOL 1
  2766. | #define HAVE_UNAME 1
  2767. | #define HAVE_CFMAKERAW 1
  2768. | #define HAVE_SNPRINTF 1
  2769. | #define MTAB_FILE "/etc/mtab"
  2770. | #define HAVE_FCNTL_H 1
  2771. | #define HAVE_SYS_PARAM_H 1
  2772. | #define HAVE_SYS_STATFS_H 1
  2773. | /* end confdefs.h. */
  2774. | #include <stdio.h>
  2775. | #ifdef HAVE_SYS_TYPES_H
  2776. | # include <sys/types.h>
  2777. | #endif
  2778. | #ifdef HAVE_SYS_STAT_H
  2779. | # include <sys/stat.h>
  2780. | #endif
  2781. | #ifdef STDC_HEADERS
  2782. | # include <stdlib.h>
  2783. | # include <stddef.h>
  2784. | #else
  2785. | # ifdef HAVE_STDLIB_H
  2786. | # include <stdlib.h>
  2787. | # endif
  2788. | #endif
  2789. | #ifdef HAVE_STRING_H
  2790. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2791. | # include <memory.h>
  2792. | # endif
  2793. | # include <string.h>
  2794. | #endif
  2795. | #ifdef HAVE_STRINGS_H
  2796. | # include <strings.h>
  2797. | #endif
  2798. | #ifdef HAVE_INTTYPES_H
  2799. | # include <inttypes.h>
  2800. | #endif
  2801. | #ifdef HAVE_STDINT_H
  2802. | # include <stdint.h>
  2803. | #endif
  2804. | #ifdef HAVE_UNISTD_H
  2805. | # include <unistd.h>
  2806. | #endif
  2807. | #include <sys/fstyp.h>
  2808. configure:6375: result: no
  2809. configure:6375: checking sys/fstyp.h presence
  2810. configure:6375: gcc -E conftest.c
  2811. conftest.c:61:23: fatal error: sys/fstyp.h: No such file or directory
  2812. compilation terminated.
  2813. configure:6375: $? = 1
  2814. configure: failed program was:
  2815. | /* confdefs.h */
  2816. | #define PACKAGE_NAME "lcdproc"
  2817. | #define PACKAGE_TARNAME "lcdproc"
  2818. | #define PACKAGE_VERSION "0.5.7"
  2819. | #define PACKAGE_STRING "lcdproc 0.5.7"
  2820. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  2821. | #define PACKAGE_URL ""
  2822. | #define PACKAGE "lcdproc"
  2823. | #define VERSION "0.5.7"
  2824. | #define LINUX 1
  2825. | #define SYSTEM_HOST Linux
  2826. | #define HAVE_GETLOADAVG 1
  2827. | #define STDC_HEADERS 1
  2828. | #define HAVE_SYS_TYPES_H 1
  2829. | #define HAVE_SYS_STAT_H 1
  2830. | #define HAVE_STDLIB_H 1
  2831. | #define HAVE_STRING_H 1
  2832. | #define HAVE_MEMORY_H 1
  2833. | #define HAVE_STRINGS_H 1
  2834. | #define HAVE_INTTYPES_H 1
  2835. | #define HAVE_STDINT_H 1
  2836. | #define HAVE_UNISTD_H 1
  2837. | #define HAVE_SYS_PROCFS_H 1
  2838. | #define HAVE_UTMPX_H 1
  2839. | #define HAVE_SCHED_H 1
  2840. | #define HAVE_SYS_TYPES_H 1
  2841. | #define HAVE_SYSV_IPC 1
  2842. | #define HAVE_SCHED_SETSCHEDULER 1
  2843. | #define HAVE_SCHED_SETSCHEDULER 1
  2844. | #define HAVE_LINUX_I2C_DEV_H 1
  2845. | #define HAVE_I2C 1
  2846. | #define HAVE_LINUX_SPI_SPIDEV_H 1
  2847. | #define HAVE_SPI 1
  2848. | #define HAVE_DIRENT_H 1
  2849. | #define STDC_HEADERS 1
  2850. | #define HAVE_FCNTL_H 1
  2851. | #define HAVE_SYS_IOCTL_H 1
  2852. | #define HAVE_SYS_TIME_H 1
  2853. | #define HAVE_UNISTD_H 1
  2854. | #define HAVE_ERRNO_H 1
  2855. | #define HAVE_LIMITS_H 1
  2856. | #define HAVE_SYS_PARAM_H 1
  2857. | #define HAVE_STDBOOL_H 1
  2858. | #define HAVE_SYS_SYSCTL_H 1
  2859. | #define HAVE_SA_RESTART 1
  2860. | #define TIME_WITH_SYS_TIME 1
  2861. | #define RETSIGTYPE void
  2862. | #define HAVE_SELECT 1
  2863. | #define HAVE_SOCKET 1
  2864. | #define HAVE_STRDUP 1
  2865. | #define HAVE_STRERROR 1
  2866. | #define HAVE_STRTOL 1
  2867. | #define HAVE_UNAME 1
  2868. | #define HAVE_CFMAKERAW 1
  2869. | #define HAVE_SNPRINTF 1
  2870. | #define MTAB_FILE "/etc/mtab"
  2871. | #define HAVE_FCNTL_H 1
  2872. | #define HAVE_SYS_PARAM_H 1
  2873. | #define HAVE_SYS_STATFS_H 1
  2874. | /* end confdefs.h. */
  2875. | #include <sys/fstyp.h>
  2876. configure:6375: result: no
  2877. configure:6375: checking for sys/fstyp.h
  2878. configure:6375: result: no
  2879. configure:6388: checking mnttab.h usability
  2880. configure:6388: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  2881. conftest.c:94:20: fatal error: mnttab.h: No such file or directory
  2882. compilation terminated.
  2883. configure:6388: $? = 1
  2884. configure: failed program was:
  2885. | /* confdefs.h */
  2886. | #define PACKAGE_NAME "lcdproc"
  2887. | #define PACKAGE_TARNAME "lcdproc"
  2888. | #define PACKAGE_VERSION "0.5.7"
  2889. | #define PACKAGE_STRING "lcdproc 0.5.7"
  2890. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  2891. | #define PACKAGE_URL ""
  2892. | #define PACKAGE "lcdproc"
  2893. | #define VERSION "0.5.7"
  2894. | #define LINUX 1
  2895. | #define SYSTEM_HOST Linux
  2896. | #define HAVE_GETLOADAVG 1
  2897. | #define STDC_HEADERS 1
  2898. | #define HAVE_SYS_TYPES_H 1
  2899. | #define HAVE_SYS_STAT_H 1
  2900. | #define HAVE_STDLIB_H 1
  2901. | #define HAVE_STRING_H 1
  2902. | #define HAVE_MEMORY_H 1
  2903. | #define HAVE_STRINGS_H 1
  2904. | #define HAVE_INTTYPES_H 1
  2905. | #define HAVE_STDINT_H 1
  2906. | #define HAVE_UNISTD_H 1
  2907. | #define HAVE_SYS_PROCFS_H 1
  2908. | #define HAVE_UTMPX_H 1
  2909. | #define HAVE_SCHED_H 1
  2910. | #define HAVE_SYS_TYPES_H 1
  2911. | #define HAVE_SYSV_IPC 1
  2912. | #define HAVE_SCHED_SETSCHEDULER 1
  2913. | #define HAVE_SCHED_SETSCHEDULER 1
  2914. | #define HAVE_LINUX_I2C_DEV_H 1
  2915. | #define HAVE_I2C 1
  2916. | #define HAVE_LINUX_SPI_SPIDEV_H 1
  2917. | #define HAVE_SPI 1
  2918. | #define HAVE_DIRENT_H 1
  2919. | #define STDC_HEADERS 1
  2920. | #define HAVE_FCNTL_H 1
  2921. | #define HAVE_SYS_IOCTL_H 1
  2922. | #define HAVE_SYS_TIME_H 1
  2923. | #define HAVE_UNISTD_H 1
  2924. | #define HAVE_ERRNO_H 1
  2925. | #define HAVE_LIMITS_H 1
  2926. | #define HAVE_SYS_PARAM_H 1
  2927. | #define HAVE_STDBOOL_H 1
  2928. | #define HAVE_SYS_SYSCTL_H 1
  2929. | #define HAVE_SA_RESTART 1
  2930. | #define TIME_WITH_SYS_TIME 1
  2931. | #define RETSIGTYPE void
  2932. | #define HAVE_SELECT 1
  2933. | #define HAVE_SOCKET 1
  2934. | #define HAVE_STRDUP 1
  2935. | #define HAVE_STRERROR 1
  2936. | #define HAVE_STRTOL 1
  2937. | #define HAVE_UNAME 1
  2938. | #define HAVE_CFMAKERAW 1
  2939. | #define HAVE_SNPRINTF 1
  2940. | #define MTAB_FILE "/etc/mtab"
  2941. | #define HAVE_FCNTL_H 1
  2942. | #define HAVE_SYS_PARAM_H 1
  2943. | #define HAVE_SYS_STATFS_H 1
  2944. | /* end confdefs.h. */
  2945. | #include <stdio.h>
  2946. | #ifdef HAVE_SYS_TYPES_H
  2947. | # include <sys/types.h>
  2948. | #endif
  2949. | #ifdef HAVE_SYS_STAT_H
  2950. | # include <sys/stat.h>
  2951. | #endif
  2952. | #ifdef STDC_HEADERS
  2953. | # include <stdlib.h>
  2954. | # include <stddef.h>
  2955. | #else
  2956. | # ifdef HAVE_STDLIB_H
  2957. | # include <stdlib.h>
  2958. | # endif
  2959. | #endif
  2960. | #ifdef HAVE_STRING_H
  2961. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2962. | # include <memory.h>
  2963. | # endif
  2964. | # include <string.h>
  2965. | #endif
  2966. | #ifdef HAVE_STRINGS_H
  2967. | # include <strings.h>
  2968. | #endif
  2969. | #ifdef HAVE_INTTYPES_H
  2970. | # include <inttypes.h>
  2971. | #endif
  2972. | #ifdef HAVE_STDINT_H
  2973. | # include <stdint.h>
  2974. | #endif
  2975. | #ifdef HAVE_UNISTD_H
  2976. | # include <unistd.h>
  2977. | #endif
  2978. | #include <mnttab.h>
  2979. configure:6388: result: no
  2980. configure:6388: checking mnttab.h presence
  2981. configure:6388: gcc -E conftest.c
  2982. conftest.c:61:20: fatal error: mnttab.h: No such file or directory
  2983. compilation terminated.
  2984. configure:6388: $? = 1
  2985. configure: failed program was:
  2986. | /* confdefs.h */
  2987. | #define PACKAGE_NAME "lcdproc"
  2988. | #define PACKAGE_TARNAME "lcdproc"
  2989. | #define PACKAGE_VERSION "0.5.7"
  2990. | #define PACKAGE_STRING "lcdproc 0.5.7"
  2991. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  2992. | #define PACKAGE_URL ""
  2993. | #define PACKAGE "lcdproc"
  2994. | #define VERSION "0.5.7"
  2995. | #define LINUX 1
  2996. | #define SYSTEM_HOST Linux
  2997. | #define HAVE_GETLOADAVG 1
  2998. | #define STDC_HEADERS 1
  2999. | #define HAVE_SYS_TYPES_H 1
  3000. | #define HAVE_SYS_STAT_H 1
  3001. | #define HAVE_STDLIB_H 1
  3002. | #define HAVE_STRING_H 1
  3003. | #define HAVE_MEMORY_H 1
  3004. | #define HAVE_STRINGS_H 1
  3005. | #define HAVE_INTTYPES_H 1
  3006. | #define HAVE_STDINT_H 1
  3007. | #define HAVE_UNISTD_H 1
  3008. | #define HAVE_SYS_PROCFS_H 1
  3009. | #define HAVE_UTMPX_H 1
  3010. | #define HAVE_SCHED_H 1
  3011. | #define HAVE_SYS_TYPES_H 1
  3012. | #define HAVE_SYSV_IPC 1
  3013. | #define HAVE_SCHED_SETSCHEDULER 1
  3014. | #define HAVE_SCHED_SETSCHEDULER 1
  3015. | #define HAVE_LINUX_I2C_DEV_H 1
  3016. | #define HAVE_I2C 1
  3017. | #define HAVE_LINUX_SPI_SPIDEV_H 1
  3018. | #define HAVE_SPI 1
  3019. | #define HAVE_DIRENT_H 1
  3020. | #define STDC_HEADERS 1
  3021. | #define HAVE_FCNTL_H 1
  3022. | #define HAVE_SYS_IOCTL_H 1
  3023. | #define HAVE_SYS_TIME_H 1
  3024. | #define HAVE_UNISTD_H 1
  3025. | #define HAVE_ERRNO_H 1
  3026. | #define HAVE_LIMITS_H 1
  3027. | #define HAVE_SYS_PARAM_H 1
  3028. | #define HAVE_STDBOOL_H 1
  3029. | #define HAVE_SYS_SYSCTL_H 1
  3030. | #define HAVE_SA_RESTART 1
  3031. | #define TIME_WITH_SYS_TIME 1
  3032. | #define RETSIGTYPE void
  3033. | #define HAVE_SELECT 1
  3034. | #define HAVE_SOCKET 1
  3035. | #define HAVE_STRDUP 1
  3036. | #define HAVE_STRERROR 1
  3037. | #define HAVE_STRTOL 1
  3038. | #define HAVE_UNAME 1
  3039. | #define HAVE_CFMAKERAW 1
  3040. | #define HAVE_SNPRINTF 1
  3041. | #define MTAB_FILE "/etc/mtab"
  3042. | #define HAVE_FCNTL_H 1
  3043. | #define HAVE_SYS_PARAM_H 1
  3044. | #define HAVE_SYS_STATFS_H 1
  3045. | /* end confdefs.h. */
  3046. | #include <mnttab.h>
  3047. configure:6388: result: no
  3048. configure:6388: checking for mnttab.h
  3049. configure:6388: result: no
  3050. configure:6388: checking mntent.h usability
  3051. configure:6388: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  3052. configure:6388: $? = 0
  3053. configure:6388: result: yes
  3054. configure:6388: checking mntent.h presence
  3055. configure:6388: gcc -E conftest.c
  3056. configure:6388: $? = 0
  3057. configure:6388: result: yes
  3058. configure:6388: checking for mntent.h
  3059. configure:6388: result: yes
  3060. configure:6388: checking utime.h usability
  3061. configure:6388: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  3062. configure:6388: $? = 0
  3063. configure:6388: result: yes
  3064. configure:6388: checking utime.h presence
  3065. configure:6388: gcc -E conftest.c
  3066. configure:6388: $? = 0
  3067. configure:6388: result: yes
  3068. configure:6388: checking for utime.h
  3069. configure:6388: result: yes
  3070. configure:6388: checking sys/statvfs.h usability
  3071. configure:6388: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  3072. configure:6388: $? = 0
  3073. configure:6388: result: yes
  3074. configure:6388: checking sys/statvfs.h presence
  3075. configure:6388: gcc -E conftest.c
  3076. configure:6388: $? = 0
  3077. configure:6388: result: yes
  3078. configure:6388: checking for sys/statvfs.h
  3079. configure:6388: result: yes
  3080. configure:6388: checking sys/vfs.h usability
  3081. configure:6388: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  3082. configure:6388: $? = 0
  3083. configure:6388: result: yes
  3084. configure:6388: checking sys/vfs.h presence
  3085. configure:6388: gcc -E conftest.c
  3086. configure:6388: $? = 0
  3087. configure:6388: result: yes
  3088. configure:6388: checking for sys/vfs.h
  3089. configure:6388: result: yes
  3090. configure:6401: checking sys/filsys.h usability
  3091. configure:6401: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  3092. conftest.c:98:24: fatal error: sys/filsys.h: No such file or directory
  3093. compilation terminated.
  3094. configure:6401: $? = 1
  3095. configure: failed program was:
  3096. | /* confdefs.h */
  3097. | #define PACKAGE_NAME "lcdproc"
  3098. | #define PACKAGE_TARNAME "lcdproc"
  3099. | #define PACKAGE_VERSION "0.5.7"
  3100. | #define PACKAGE_STRING "lcdproc 0.5.7"
  3101. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  3102. | #define PACKAGE_URL ""
  3103. | #define PACKAGE "lcdproc"
  3104. | #define VERSION "0.5.7"
  3105. | #define LINUX 1
  3106. | #define SYSTEM_HOST Linux
  3107. | #define HAVE_GETLOADAVG 1
  3108. | #define STDC_HEADERS 1
  3109. | #define HAVE_SYS_TYPES_H 1
  3110. | #define HAVE_SYS_STAT_H 1
  3111. | #define HAVE_STDLIB_H 1
  3112. | #define HAVE_STRING_H 1
  3113. | #define HAVE_MEMORY_H 1
  3114. | #define HAVE_STRINGS_H 1
  3115. | #define HAVE_INTTYPES_H 1
  3116. | #define HAVE_STDINT_H 1
  3117. | #define HAVE_UNISTD_H 1
  3118. | #define HAVE_SYS_PROCFS_H 1
  3119. | #define HAVE_UTMPX_H 1
  3120. | #define HAVE_SCHED_H 1
  3121. | #define HAVE_SYS_TYPES_H 1
  3122. | #define HAVE_SYSV_IPC 1
  3123. | #define HAVE_SCHED_SETSCHEDULER 1
  3124. | #define HAVE_SCHED_SETSCHEDULER 1
  3125. | #define HAVE_LINUX_I2C_DEV_H 1
  3126. | #define HAVE_I2C 1
  3127. | #define HAVE_LINUX_SPI_SPIDEV_H 1
  3128. | #define HAVE_SPI 1
  3129. | #define HAVE_DIRENT_H 1
  3130. | #define STDC_HEADERS 1
  3131. | #define HAVE_FCNTL_H 1
  3132. | #define HAVE_SYS_IOCTL_H 1
  3133. | #define HAVE_SYS_TIME_H 1
  3134. | #define HAVE_UNISTD_H 1
  3135. | #define HAVE_ERRNO_H 1
  3136. | #define HAVE_LIMITS_H 1
  3137. | #define HAVE_SYS_PARAM_H 1
  3138. | #define HAVE_STDBOOL_H 1
  3139. | #define HAVE_SYS_SYSCTL_H 1
  3140. | #define HAVE_SA_RESTART 1
  3141. | #define TIME_WITH_SYS_TIME 1
  3142. | #define RETSIGTYPE void
  3143. | #define HAVE_SELECT 1
  3144. | #define HAVE_SOCKET 1
  3145. | #define HAVE_STRDUP 1
  3146. | #define HAVE_STRERROR 1
  3147. | #define HAVE_STRTOL 1
  3148. | #define HAVE_UNAME 1
  3149. | #define HAVE_CFMAKERAW 1
  3150. | #define HAVE_SNPRINTF 1
  3151. | #define MTAB_FILE "/etc/mtab"
  3152. | #define HAVE_FCNTL_H 1
  3153. | #define HAVE_SYS_PARAM_H 1
  3154. | #define HAVE_SYS_STATFS_H 1
  3155. | #define HAVE_MNTENT_H 1
  3156. | #define HAVE_UTIME_H 1
  3157. | #define HAVE_SYS_STATVFS_H 1
  3158. | #define HAVE_SYS_VFS_H 1
  3159. | /* end confdefs.h. */
  3160. | #include <stdio.h>
  3161. | #ifdef HAVE_SYS_TYPES_H
  3162. | # include <sys/types.h>
  3163. | #endif
  3164. | #ifdef HAVE_SYS_STAT_H
  3165. | # include <sys/stat.h>
  3166. | #endif
  3167. | #ifdef STDC_HEADERS
  3168. | # include <stdlib.h>
  3169. | # include <stddef.h>
  3170. | #else
  3171. | # ifdef HAVE_STDLIB_H
  3172. | # include <stdlib.h>
  3173. | # endif
  3174. | #endif
  3175. | #ifdef HAVE_STRING_H
  3176. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3177. | # include <memory.h>
  3178. | # endif
  3179. | # include <string.h>
  3180. | #endif
  3181. | #ifdef HAVE_STRINGS_H
  3182. | # include <strings.h>
  3183. | #endif
  3184. | #ifdef HAVE_INTTYPES_H
  3185. | # include <inttypes.h>
  3186. | #endif
  3187. | #ifdef HAVE_STDINT_H
  3188. | # include <stdint.h>
  3189. | #endif
  3190. | #ifdef HAVE_UNISTD_H
  3191. | # include <unistd.h>
  3192. | #endif
  3193. | #include <sys/filsys.h>
  3194. configure:6401: result: no
  3195. configure:6401: checking sys/filsys.h presence
  3196. configure:6401: gcc -E conftest.c
  3197. conftest.c:65:24: fatal error: sys/filsys.h: No such file or directory
  3198. compilation terminated.
  3199. configure:6401: $? = 1
  3200. configure: failed program was:
  3201. | /* confdefs.h */
  3202. | #define PACKAGE_NAME "lcdproc"
  3203. | #define PACKAGE_TARNAME "lcdproc"
  3204. | #define PACKAGE_VERSION "0.5.7"
  3205. | #define PACKAGE_STRING "lcdproc 0.5.7"
  3206. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  3207. | #define PACKAGE_URL ""
  3208. | #define PACKAGE "lcdproc"
  3209. | #define VERSION "0.5.7"
  3210. | #define LINUX 1
  3211. | #define SYSTEM_HOST Linux
  3212. | #define HAVE_GETLOADAVG 1
  3213. | #define STDC_HEADERS 1
  3214. | #define HAVE_SYS_TYPES_H 1
  3215. | #define HAVE_SYS_STAT_H 1
  3216. | #define HAVE_STDLIB_H 1
  3217. | #define HAVE_STRING_H 1
  3218. | #define HAVE_MEMORY_H 1
  3219. | #define HAVE_STRINGS_H 1
  3220. | #define HAVE_INTTYPES_H 1
  3221. | #define HAVE_STDINT_H 1
  3222. | #define HAVE_UNISTD_H 1
  3223. | #define HAVE_SYS_PROCFS_H 1
  3224. | #define HAVE_UTMPX_H 1
  3225. | #define HAVE_SCHED_H 1
  3226. | #define HAVE_SYS_TYPES_H 1
  3227. | #define HAVE_SYSV_IPC 1
  3228. | #define HAVE_SCHED_SETSCHEDULER 1
  3229. | #define HAVE_SCHED_SETSCHEDULER 1
  3230. | #define HAVE_LINUX_I2C_DEV_H 1
  3231. | #define HAVE_I2C 1
  3232. | #define HAVE_LINUX_SPI_SPIDEV_H 1
  3233. | #define HAVE_SPI 1
  3234. | #define HAVE_DIRENT_H 1
  3235. | #define STDC_HEADERS 1
  3236. | #define HAVE_FCNTL_H 1
  3237. | #define HAVE_SYS_IOCTL_H 1
  3238. | #define HAVE_SYS_TIME_H 1
  3239. | #define HAVE_UNISTD_H 1
  3240. | #define HAVE_ERRNO_H 1
  3241. | #define HAVE_LIMITS_H 1
  3242. | #define HAVE_SYS_PARAM_H 1
  3243. | #define HAVE_STDBOOL_H 1
  3244. | #define HAVE_SYS_SYSCTL_H 1
  3245. | #define HAVE_SA_RESTART 1
  3246. | #define TIME_WITH_SYS_TIME 1
  3247. | #define RETSIGTYPE void
  3248. | #define HAVE_SELECT 1
  3249. | #define HAVE_SOCKET 1
  3250. | #define HAVE_STRDUP 1
  3251. | #define HAVE_STRERROR 1
  3252. | #define HAVE_STRTOL 1
  3253. | #define HAVE_UNAME 1
  3254. | #define HAVE_CFMAKERAW 1
  3255. | #define HAVE_SNPRINTF 1
  3256. | #define MTAB_FILE "/etc/mtab"
  3257. | #define HAVE_FCNTL_H 1
  3258. | #define HAVE_SYS_PARAM_H 1
  3259. | #define HAVE_SYS_STATFS_H 1
  3260. | #define HAVE_MNTENT_H 1
  3261. | #define HAVE_UTIME_H 1
  3262. | #define HAVE_SYS_STATVFS_H 1
  3263. | #define HAVE_SYS_VFS_H 1
  3264. | /* end confdefs.h. */
  3265. | #include <sys/filsys.h>
  3266. configure:6401: result: no
  3267. configure:6401: checking for sys/filsys.h
  3268. configure:6401: result: no
  3269. configure:6401: checking sys/fs_types.h usability
  3270. configure:6401: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  3271. conftest.c:98:26: fatal error: sys/fs_types.h: No such file or directory
  3272. compilation terminated.
  3273. configure:6401: $? = 1
  3274. configure: failed program was:
  3275. | /* confdefs.h */
  3276. | #define PACKAGE_NAME "lcdproc"
  3277. | #define PACKAGE_TARNAME "lcdproc"
  3278. | #define PACKAGE_VERSION "0.5.7"
  3279. | #define PACKAGE_STRING "lcdproc 0.5.7"
  3280. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  3281. | #define PACKAGE_URL ""
  3282. | #define PACKAGE "lcdproc"
  3283. | #define VERSION "0.5.7"
  3284. | #define LINUX 1
  3285. | #define SYSTEM_HOST Linux
  3286. | #define HAVE_GETLOADAVG 1
  3287. | #define STDC_HEADERS 1
  3288. | #define HAVE_SYS_TYPES_H 1
  3289. | #define HAVE_SYS_STAT_H 1
  3290. | #define HAVE_STDLIB_H 1
  3291. | #define HAVE_STRING_H 1
  3292. | #define HAVE_MEMORY_H 1
  3293. | #define HAVE_STRINGS_H 1
  3294. | #define HAVE_INTTYPES_H 1
  3295. | #define HAVE_STDINT_H 1
  3296. | #define HAVE_UNISTD_H 1
  3297. | #define HAVE_SYS_PROCFS_H 1
  3298. | #define HAVE_UTMPX_H 1
  3299. | #define HAVE_SCHED_H 1
  3300. | #define HAVE_SYS_TYPES_H 1
  3301. | #define HAVE_SYSV_IPC 1
  3302. | #define HAVE_SCHED_SETSCHEDULER 1
  3303. | #define HAVE_SCHED_SETSCHEDULER 1
  3304. | #define HAVE_LINUX_I2C_DEV_H 1
  3305. | #define HAVE_I2C 1
  3306. | #define HAVE_LINUX_SPI_SPIDEV_H 1
  3307. | #define HAVE_SPI 1
  3308. | #define HAVE_DIRENT_H 1
  3309. | #define STDC_HEADERS 1
  3310. | #define HAVE_FCNTL_H 1
  3311. | #define HAVE_SYS_IOCTL_H 1
  3312. | #define HAVE_SYS_TIME_H 1
  3313. | #define HAVE_UNISTD_H 1
  3314. | #define HAVE_ERRNO_H 1
  3315. | #define HAVE_LIMITS_H 1
  3316. | #define HAVE_SYS_PARAM_H 1
  3317. | #define HAVE_STDBOOL_H 1
  3318. | #define HAVE_SYS_SYSCTL_H 1
  3319. | #define HAVE_SA_RESTART 1
  3320. | #define TIME_WITH_SYS_TIME 1
  3321. | #define RETSIGTYPE void
  3322. | #define HAVE_SELECT 1
  3323. | #define HAVE_SOCKET 1
  3324. | #define HAVE_STRDUP 1
  3325. | #define HAVE_STRERROR 1
  3326. | #define HAVE_STRTOL 1
  3327. | #define HAVE_UNAME 1
  3328. | #define HAVE_CFMAKERAW 1
  3329. | #define HAVE_SNPRINTF 1
  3330. | #define MTAB_FILE "/etc/mtab"
  3331. | #define HAVE_FCNTL_H 1
  3332. | #define HAVE_SYS_PARAM_H 1
  3333. | #define HAVE_SYS_STATFS_H 1
  3334. | #define HAVE_MNTENT_H 1
  3335. | #define HAVE_UTIME_H 1
  3336. | #define HAVE_SYS_STATVFS_H 1
  3337. | #define HAVE_SYS_VFS_H 1
  3338. | /* end confdefs.h. */
  3339. | #include <stdio.h>
  3340. | #ifdef HAVE_SYS_TYPES_H
  3341. | # include <sys/types.h>
  3342. | #endif
  3343. | #ifdef HAVE_SYS_STAT_H
  3344. | # include <sys/stat.h>
  3345. | #endif
  3346. | #ifdef STDC_HEADERS
  3347. | # include <stdlib.h>
  3348. | # include <stddef.h>
  3349. | #else
  3350. | # ifdef HAVE_STDLIB_H
  3351. | # include <stdlib.h>
  3352. | # endif
  3353. | #endif
  3354. | #ifdef HAVE_STRING_H
  3355. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3356. | # include <memory.h>
  3357. | # endif
  3358. | # include <string.h>
  3359. | #endif
  3360. | #ifdef HAVE_STRINGS_H
  3361. | # include <strings.h>
  3362. | #endif
  3363. | #ifdef HAVE_INTTYPES_H
  3364. | # include <inttypes.h>
  3365. | #endif
  3366. | #ifdef HAVE_STDINT_H
  3367. | # include <stdint.h>
  3368. | #endif
  3369. | #ifdef HAVE_UNISTD_H
  3370. | # include <unistd.h>
  3371. | #endif
  3372. | #include <sys/fs_types.h>
  3373. configure:6401: result: no
  3374. configure:6401: checking sys/fs_types.h presence
  3375. configure:6401: gcc -E conftest.c
  3376. conftest.c:65:26: fatal error: sys/fs_types.h: No such file or directory
  3377. compilation terminated.
  3378. configure:6401: $? = 1
  3379. configure: failed program was:
  3380. | /* confdefs.h */
  3381. | #define PACKAGE_NAME "lcdproc"
  3382. | #define PACKAGE_TARNAME "lcdproc"
  3383. | #define PACKAGE_VERSION "0.5.7"
  3384. | #define PACKAGE_STRING "lcdproc 0.5.7"
  3385. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  3386. | #define PACKAGE_URL ""
  3387. | #define PACKAGE "lcdproc"
  3388. | #define VERSION "0.5.7"
  3389. | #define LINUX 1
  3390. | #define SYSTEM_HOST Linux
  3391. | #define HAVE_GETLOADAVG 1
  3392. | #define STDC_HEADERS 1
  3393. | #define HAVE_SYS_TYPES_H 1
  3394. | #define HAVE_SYS_STAT_H 1
  3395. | #define HAVE_STDLIB_H 1
  3396. | #define HAVE_STRING_H 1
  3397. | #define HAVE_MEMORY_H 1
  3398. | #define HAVE_STRINGS_H 1
  3399. | #define HAVE_INTTYPES_H 1
  3400. | #define HAVE_STDINT_H 1
  3401. | #define HAVE_UNISTD_H 1
  3402. | #define HAVE_SYS_PROCFS_H 1
  3403. | #define HAVE_UTMPX_H 1
  3404. | #define HAVE_SCHED_H 1
  3405. | #define HAVE_SYS_TYPES_H 1
  3406. | #define HAVE_SYSV_IPC 1
  3407. | #define HAVE_SCHED_SETSCHEDULER 1
  3408. | #define HAVE_SCHED_SETSCHEDULER 1
  3409. | #define HAVE_LINUX_I2C_DEV_H 1
  3410. | #define HAVE_I2C 1
  3411. | #define HAVE_LINUX_SPI_SPIDEV_H 1
  3412. | #define HAVE_SPI 1
  3413. | #define HAVE_DIRENT_H 1
  3414. | #define STDC_HEADERS 1
  3415. | #define HAVE_FCNTL_H 1
  3416. | #define HAVE_SYS_IOCTL_H 1
  3417. | #define HAVE_SYS_TIME_H 1
  3418. | #define HAVE_UNISTD_H 1
  3419. | #define HAVE_ERRNO_H 1
  3420. | #define HAVE_LIMITS_H 1
  3421. | #define HAVE_SYS_PARAM_H 1
  3422. | #define HAVE_STDBOOL_H 1
  3423. | #define HAVE_SYS_SYSCTL_H 1
  3424. | #define HAVE_SA_RESTART 1
  3425. | #define TIME_WITH_SYS_TIME 1
  3426. | #define RETSIGTYPE void
  3427. | #define HAVE_SELECT 1
  3428. | #define HAVE_SOCKET 1
  3429. | #define HAVE_STRDUP 1
  3430. | #define HAVE_STRERROR 1
  3431. | #define HAVE_STRTOL 1
  3432. | #define HAVE_UNAME 1
  3433. | #define HAVE_CFMAKERAW 1
  3434. | #define HAVE_SNPRINTF 1
  3435. | #define MTAB_FILE "/etc/mtab"
  3436. | #define HAVE_FCNTL_H 1
  3437. | #define HAVE_SYS_PARAM_H 1
  3438. | #define HAVE_SYS_STATFS_H 1
  3439. | #define HAVE_MNTENT_H 1
  3440. | #define HAVE_UTIME_H 1
  3441. | #define HAVE_SYS_STATVFS_H 1
  3442. | #define HAVE_SYS_VFS_H 1
  3443. | /* end confdefs.h. */
  3444. | #include <sys/fs_types.h>
  3445. configure:6401: result: no
  3446. configure:6401: checking for sys/fs_types.h
  3447. configure:6401: result: no
  3448. configure:6413: checking for sys/mount.h
  3449. configure:6413: gcc -c -Wall -O3 -Wno-unused-function conftest.c >&5
  3450. configure:6413: $? = 0
  3451. configure:6413: result: yes
  3452. configure:6429: checking for getmntinfo
  3453. configure:6429: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c >&5
  3454. /tmp/cc09t3hQ.o: In function `main':
  3455. conftest.c:(.text.startup+0x8): undefined reference to `getmntinfo'
  3456. collect2: error: ld returned 1 exit status
  3457. configure:6429: $? = 1
  3458. configure: failed program was:
  3459. | /* confdefs.h */
  3460. | #define PACKAGE_NAME "lcdproc"
  3461. | #define PACKAGE_TARNAME "lcdproc"
  3462. | #define PACKAGE_VERSION "0.5.7"
  3463. | #define PACKAGE_STRING "lcdproc 0.5.7"
  3464. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  3465. | #define PACKAGE_URL ""
  3466. | #define PACKAGE "lcdproc"
  3467. | #define VERSION "0.5.7"
  3468. | #define LINUX 1
  3469. | #define SYSTEM_HOST Linux
  3470. | #define HAVE_GETLOADAVG 1
  3471. | #define STDC_HEADERS 1
  3472. | #define HAVE_SYS_TYPES_H 1
  3473. | #define HAVE_SYS_STAT_H 1
  3474. | #define HAVE_STDLIB_H 1
  3475. | #define HAVE_STRING_H 1
  3476. | #define HAVE_MEMORY_H 1
  3477. | #define HAVE_STRINGS_H 1
  3478. | #define HAVE_INTTYPES_H 1
  3479. | #define HAVE_STDINT_H 1
  3480. | #define HAVE_UNISTD_H 1
  3481. | #define HAVE_SYS_PROCFS_H 1
  3482. | #define HAVE_UTMPX_H 1
  3483. | #define HAVE_SCHED_H 1
  3484. | #define HAVE_SYS_TYPES_H 1
  3485. | #define HAVE_SYSV_IPC 1
  3486. | #define HAVE_SCHED_SETSCHEDULER 1
  3487. | #define HAVE_SCHED_SETSCHEDULER 1
  3488. | #define HAVE_LINUX_I2C_DEV_H 1
  3489. | #define HAVE_I2C 1
  3490. | #define HAVE_LINUX_SPI_SPIDEV_H 1
  3491. | #define HAVE_SPI 1
  3492. | #define HAVE_DIRENT_H 1
  3493. | #define STDC_HEADERS 1
  3494. | #define HAVE_FCNTL_H 1
  3495. | #define HAVE_SYS_IOCTL_H 1
  3496. | #define HAVE_SYS_TIME_H 1
  3497. | #define HAVE_UNISTD_H 1
  3498. | #define HAVE_ERRNO_H 1
  3499. | #define HAVE_LIMITS_H 1
  3500. | #define HAVE_SYS_PARAM_H 1
  3501. | #define HAVE_STDBOOL_H 1
  3502. | #define HAVE_SYS_SYSCTL_H 1
  3503. | #define HAVE_SA_RESTART 1
  3504. | #define TIME_WITH_SYS_TIME 1
  3505. | #define RETSIGTYPE void
  3506. | #define HAVE_SELECT 1
  3507. | #define HAVE_SOCKET 1
  3508. | #define HAVE_STRDUP 1
  3509. | #define HAVE_STRERROR 1
  3510. | #define HAVE_STRTOL 1
  3511. | #define HAVE_UNAME 1
  3512. | #define HAVE_CFMAKERAW 1
  3513. | #define HAVE_SNPRINTF 1
  3514. | #define MTAB_FILE "/etc/mtab"
  3515. | #define HAVE_FCNTL_H 1
  3516. | #define HAVE_SYS_PARAM_H 1
  3517. | #define HAVE_SYS_STATFS_H 1
  3518. | #define HAVE_MNTENT_H 1
  3519. | #define HAVE_UTIME_H 1
  3520. | #define HAVE_SYS_STATVFS_H 1
  3521. | #define HAVE_SYS_VFS_H 1
  3522. | #define HAVE_SYS_MOUNT_H 1
  3523. | /* end confdefs.h. */
  3524. | /* Define getmntinfo to an innocuous variant, in case <limits.h> declares getmntinfo.
  3525. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3526. | #define getmntinfo innocuous_getmntinfo
  3527. |
  3528. | /* System header to define __stub macros and hopefully few prototypes,
  3529. | which can conflict with char getmntinfo (); below.
  3530. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3531. | <limits.h> exists even on freestanding compilers. */
  3532. |
  3533. | #ifdef __STDC__
  3534. | # include <limits.h>
  3535. | #else
  3536. | # include <assert.h>
  3537. | #endif
  3538. |
  3539. | #undef getmntinfo
  3540. |
  3541. | /* Override any GCC internal prototype to avoid an error.
  3542. | Use char because int might match the return type of a GCC
  3543. | builtin and then its argument prototype would still apply. */
  3544. | #ifdef __cplusplus
  3545. | extern "C"
  3546. | #endif
  3547. | char getmntinfo ();
  3548. | /* The GNU C library defines this for functions which it implements
  3549. | to always fail with ENOSYS. Some functions are actually named
  3550. | something starting with __ and the normal name is an alias. */
  3551. | #if defined __stub_getmntinfo || defined __stub___getmntinfo
  3552. | choke me
  3553. | #endif
  3554. |
  3555. | int
  3556. | main ()
  3557. | {
  3558. | return getmntinfo ();
  3559. | ;
  3560. | return 0;
  3561. | }
  3562. configure:6429: result: no
  3563. configure:6439: checking how to get filesystem space usage...
  3564. configure:6449: checking for statvfs
  3565. configure:6449: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c >&5
  3566. configure:6449: $? = 0
  3567. configure:6449: result: yes
  3568. configure:6731: checking module extension
  3569. configure:6746: result: .so
  3570. configure:6779: checking for dlopen in -ldl
  3571. configure:6804: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c -ldl >&5
  3572. configure:6804: $? = 0
  3573. configure:6813: result: yes
  3574. configure:6824: checking for shl_load in -ldld
  3575. configure:6849: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c -ldld -ldl >&5
  3576. /usr/bin/ld: cannot find -ldld
  3577. collect2: error: ld returned 1 exit status
  3578. configure:6849: $? = 1
  3579. configure: failed program was:
  3580. | /* confdefs.h */
  3581. | #define PACKAGE_NAME "lcdproc"
  3582. | #define PACKAGE_TARNAME "lcdproc"
  3583. | #define PACKAGE_VERSION "0.5.7"
  3584. | #define PACKAGE_STRING "lcdproc 0.5.7"
  3585. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  3586. | #define PACKAGE_URL ""
  3587. | #define PACKAGE "lcdproc"
  3588. | #define VERSION "0.5.7"
  3589. | #define LINUX 1
  3590. | #define SYSTEM_HOST Linux
  3591. | #define HAVE_GETLOADAVG 1
  3592. | #define STDC_HEADERS 1
  3593. | #define HAVE_SYS_TYPES_H 1
  3594. | #define HAVE_SYS_STAT_H 1
  3595. | #define HAVE_STDLIB_H 1
  3596. | #define HAVE_STRING_H 1
  3597. | #define HAVE_MEMORY_H 1
  3598. | #define HAVE_STRINGS_H 1
  3599. | #define HAVE_INTTYPES_H 1
  3600. | #define HAVE_STDINT_H 1
  3601. | #define HAVE_UNISTD_H 1
  3602. | #define HAVE_SYS_PROCFS_H 1
  3603. | #define HAVE_UTMPX_H 1
  3604. | #define HAVE_SCHED_H 1
  3605. | #define HAVE_SYS_TYPES_H 1
  3606. | #define HAVE_SYSV_IPC 1
  3607. | #define HAVE_SCHED_SETSCHEDULER 1
  3608. | #define HAVE_SCHED_SETSCHEDULER 1
  3609. | #define HAVE_LINUX_I2C_DEV_H 1
  3610. | #define HAVE_I2C 1
  3611. | #define HAVE_LINUX_SPI_SPIDEV_H 1
  3612. | #define HAVE_SPI 1
  3613. | #define HAVE_DIRENT_H 1
  3614. | #define STDC_HEADERS 1
  3615. | #define HAVE_FCNTL_H 1
  3616. | #define HAVE_SYS_IOCTL_H 1
  3617. | #define HAVE_SYS_TIME_H 1
  3618. | #define HAVE_UNISTD_H 1
  3619. | #define HAVE_ERRNO_H 1
  3620. | #define HAVE_LIMITS_H 1
  3621. | #define HAVE_SYS_PARAM_H 1
  3622. | #define HAVE_STDBOOL_H 1
  3623. | #define HAVE_SYS_SYSCTL_H 1
  3624. | #define HAVE_SA_RESTART 1
  3625. | #define TIME_WITH_SYS_TIME 1
  3626. | #define RETSIGTYPE void
  3627. | #define HAVE_SELECT 1
  3628. | #define HAVE_SOCKET 1
  3629. | #define HAVE_STRDUP 1
  3630. | #define HAVE_STRERROR 1
  3631. | #define HAVE_STRTOL 1
  3632. | #define HAVE_UNAME 1
  3633. | #define HAVE_CFMAKERAW 1
  3634. | #define HAVE_SNPRINTF 1
  3635. | #define MTAB_FILE "/etc/mtab"
  3636. | #define HAVE_FCNTL_H 1
  3637. | #define HAVE_SYS_PARAM_H 1
  3638. | #define HAVE_SYS_STATFS_H 1
  3639. | #define HAVE_MNTENT_H 1
  3640. | #define HAVE_UTIME_H 1
  3641. | #define HAVE_SYS_STATVFS_H 1
  3642. | #define HAVE_SYS_VFS_H 1
  3643. | #define HAVE_SYS_MOUNT_H 1
  3644. | #define HAVE_STATVFS 1
  3645. | #define STAT_STATVFS 1
  3646. | #define LCDPORT 13666
  3647. | #define PROTOCOL_VERSION "0.3"
  3648. | #define API_VERSION "0.5"
  3649. | #define MODULE_EXTENSION ".so"
  3650. | #define HAVE_LIBDL 1
  3651. | /* end confdefs.h. */
  3652. |
  3653. | /* Override any GCC internal prototype to avoid an error.
  3654. | Use char because int might match the return type of a GCC
  3655. | builtin and then its argument prototype would still apply. */
  3656. | #ifdef __cplusplus
  3657. | extern "C"
  3658. | #endif
  3659. | char shl_load ();
  3660. | int
  3661. | main ()
  3662. | {
  3663. | return shl_load ();
  3664. | ;
  3665. | return 0;
  3666. | }
  3667. configure:6858: result: no
  3668. configure:6875: checking if libusb support has been enabled
  3669. configure:6887: result: yes
  3670. configure:6945: checking for pkg-config
  3671. configure:6978: result: no
  3672. configure:7013: checking for LIBUSB
  3673. configure:7072: result: no
  3674. configure:7088: checking if libusb-1-0 support has been enabled
  3675. configure:7100: result: yes
  3676. configure:7106: checking for LIBUSB_1_0
  3677. configure:7165: result: no
  3678. configure:7181: checking if libftdi support has been enabled
  3679. configure:7193: result: yes
  3680. configure:7199: checking for LIBFTDI
  3681. configure:7258: result: no
  3682. configure:7274: checking if X11 support has been enabled
  3683. configure:7286: result: yes
  3684. configure:7292: checking for LIBX11
  3685. configure:7351: result: no
  3686. configure:7367: checking if libhid support has been enabled
  3687. configure:7379: result: yes
  3688. configure:7385: checking for LIBHID
  3689. configure:7444: result: no
  3690. configure:7462: checking if PNG support has been enabled
  3691. configure:7474: result: yes
  3692. configure:7480: checking for libpng-config
  3693. configure:7513: result: no
  3694. configure:7529: checking whether libpng is present and sane
  3695. configure:7544: gcc -o conftest -Wall -O3 -Wno-unused-function conftest.c -ldl >&5
  3696. conftest.c:73:17: fatal error: png.h: No such file or directory
  3697. compilation terminated.
  3698. configure:7544: $? = 1
  3699. configure: failed program was:
  3700. | /* confdefs.h */
  3701. | #define PACKAGE_NAME "lcdproc"
  3702. | #define PACKAGE_TARNAME "lcdproc"
  3703. | #define PACKAGE_VERSION "0.5.7"
  3704. | #define PACKAGE_STRING "lcdproc 0.5.7"
  3705. | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  3706. | #define PACKAGE_URL ""
  3707. | #define PACKAGE "lcdproc"
  3708. | #define VERSION "0.5.7"
  3709. | #define LINUX 1
  3710. | #define SYSTEM_HOST Linux
  3711. | #define HAVE_GETLOADAVG 1
  3712. | #define STDC_HEADERS 1
  3713. | #define HAVE_SYS_TYPES_H 1
  3714. | #define HAVE_SYS_STAT_H 1
  3715. | #define HAVE_STDLIB_H 1
  3716. | #define HAVE_STRING_H 1
  3717. | #define HAVE_MEMORY_H 1
  3718. | #define HAVE_STRINGS_H 1
  3719. | #define HAVE_INTTYPES_H 1
  3720. | #define HAVE_STDINT_H 1
  3721. | #define HAVE_UNISTD_H 1
  3722. | #define HAVE_SYS_PROCFS_H 1
  3723. | #define HAVE_UTMPX_H 1
  3724. | #define HAVE_SCHED_H 1
  3725. | #define HAVE_SYS_TYPES_H 1
  3726. | #define HAVE_SYSV_IPC 1
  3727. | #define HAVE_SCHED_SETSCHEDULER 1
  3728. | #define HAVE_SCHED_SETSCHEDULER 1
  3729. | #define HAVE_LINUX_I2C_DEV_H 1
  3730. | #define HAVE_I2C 1
  3731. | #define HAVE_LINUX_SPI_SPIDEV_H 1
  3732. | #define HAVE_SPI 1
  3733. | #define HAVE_DIRENT_H 1
  3734. | #define STDC_HEADERS 1
  3735. | #define HAVE_FCNTL_H 1
  3736. | #define HAVE_SYS_IOCTL_H 1
  3737. | #define HAVE_SYS_TIME_H 1
  3738. | #define HAVE_UNISTD_H 1
  3739. | #define HAVE_ERRNO_H 1
  3740. | #define HAVE_LIMITS_H 1
  3741. | #define HAVE_SYS_PARAM_H 1
  3742. | #define HAVE_STDBOOL_H 1
  3743. | #define HAVE_SYS_SYSCTL_H 1
  3744. | #define HAVE_SA_RESTART 1
  3745. | #define TIME_WITH_SYS_TIME 1
  3746. | #define RETSIGTYPE void
  3747. | #define HAVE_SELECT 1
  3748. | #define HAVE_SOCKET 1
  3749. | #define HAVE_STRDUP 1
  3750. | #define HAVE_STRERROR 1
  3751. | #define HAVE_STRTOL 1
  3752. | #define HAVE_UNAME 1
  3753. | #define HAVE_CFMAKERAW 1
  3754. | #define HAVE_SNPRINTF 1
  3755. | #define MTAB_FILE "/etc/mtab"
  3756. | #define HAVE_FCNTL_H 1
  3757. | #define HAVE_SYS_PARAM_H 1
  3758. | #define HAVE_SYS_STATFS_H 1
  3759. | #define HAVE_MNTENT_H 1
  3760. | #define HAVE_UTIME_H 1
  3761. | #define HAVE_SYS_STATVFS_H 1
  3762. | #define HAVE_SYS_VFS_H 1
  3763. | #define HAVE_SYS_MOUNT_H 1
  3764. | #define HAVE_STATVFS 1
  3765. | #define STAT_STATVFS 1
  3766. | #define LCDPORT 13666
  3767. | #define PROTOCOL_VERSION "0.3"
  3768. | #define API_VERSION "0.5"
  3769. | #define MODULE_EXTENSION ".so"
  3770. | #define HAVE_LIBDL 1
  3771. | /* end confdefs.h. */
  3772. | #include <png.h>
  3773. | int
  3774. | main ()
  3775. | {
  3776. |
  3777. | png_create_write_struct(PNG_LIBPNG_VER_STRING, NULL, NULL, NULL);
  3778. |
  3779. | ;
  3780. | return 0;
  3781. | }
  3782. configure:7551: result: no
  3783. configure:7575: checking if freetype support has been enabled
  3784. configure:7587: result: yes
  3785. configure:7636: checking for freetype-config
  3786. configure:7667: result: no
  3787. configure:7678: checking for FreeType -- version >= 7.0.1
  3788. configure:7782: result: no
  3789. configure:7791: WARNING:
  3790.  
  3791. The freetype-config script installed by FreeType 2 could not be found.
  3792. If FreeType 2 was installed in PREFIX, make sure PREFIX/bin is in
  3793. your path, or set the FT2_CONFIG environment variable to the
  3794. full path to freetype-config.
  3795.  
  3796. configure:7847: checking if ethlcd support has been enabled
  3797. configure:7859: result: yes
  3798. configure:7894: checking for doxygen
  3799. configure:7927: result: no
  3800. configure:8006: checking which drivers to compile...
  3801. configure:9282: result: ---------------------------------------
  3802. configure:9284: result: LCDd will be compiled with the drivers:
  3803. configure:9287: result: - hd44780
  3804. configure:9290: result: ---------------------------------------
  3805. configure:9527: checking that generated files are newer than configure
  3806. configure:9533: result: done
  3807. configure:9564: creating ./config.status
  3808.  
  3809. ## ---------------------- ##
  3810. ## Running config.status. ##
  3811. ## ---------------------- ##
  3812.  
  3813. This file was extended by lcdproc config.status 0.5.7, which was
  3814. generated by GNU Autoconf 2.69. Invocation command line was
  3815.  
  3816. CONFIG_FILES =
  3817. CONFIG_HEADERS =
  3818. CONFIG_LINKS =
  3819. CONFIG_COMMANDS =
  3820. $ ./config.status
  3821.  
  3822. on odroid64
  3823.  
  3824. config.status:991: creating Makefile
  3825. config.status:991: creating shared/Makefile
  3826. config.status:991: creating server/Makefile
  3827. config.status:991: creating server/commands/Makefile
  3828. config.status:991: creating server/drivers/Makefile
  3829. config.status:991: creating clients/Makefile
  3830. config.status:991: creating clients/lcdproc/Makefile
  3831. config.status:991: creating clients/lcdexec/Makefile
  3832. config.status:991: creating clients/lcdvc/Makefile
  3833. config.status:991: creating clients/examples/Makefile
  3834. config.status:991: creating clients/metar/Makefile
  3835. config.status:991: creating docs/Makefile
  3836. config.status:991: creating docs/Doxyfile
  3837. config.status:991: creating docs/lcdproc-dev/Makefile
  3838. config.status:991: creating docs/lcdproc-user/Makefile
  3839. config.status:991: creating docs/lcdproc-user/drivers/Makefile
  3840. config.status:991: creating scripts/Makefile
  3841. config.status:991: creating scripts/init-LCDd.LSB
  3842. config.status:991: creating scripts/init-lcdproc.LSB
  3843. config.status:991: creating scripts/init-lcdexec.LSB
  3844. config.status:991: creating scripts/init-lcdvc.LSB
  3845. config.status:991: creating scripts/init-LCDd.debian
  3846. config.status:991: creating scripts/init-lcdproc.debian
  3847. config.status:991: creating scripts/init-lcdexec.debian
  3848. config.status:991: creating scripts/init-lcdvc.debian
  3849. config.status:991: creating scripts/init-LCDd.rpm
  3850. config.status:991: creating scripts/init-lcdproc.rpm
  3851. config.status:991: creating config.h
  3852. config.status:1220: executing depfiles commands
  3853.  
  3854. ## ---------------- ##
  3855. ## Cache variables. ##
  3856. ## ---------------- ##
  3857.  
  3858. ac_cv_build=aarch64-unknown-linux-gnu
  3859. ac_cv_c_compiler_gnu=yes
  3860. ac_cv_c_const=yes
  3861. ac_cv_c_inline=inline
  3862. ac_cv_env_CC_set=
  3863. ac_cv_env_CC_value=
  3864. ac_cv_env_CFLAGS_set=
  3865. ac_cv_env_CFLAGS_value=
  3866. ac_cv_env_CPPFLAGS_set=
  3867. ac_cv_env_CPPFLAGS_value=
  3868. ac_cv_env_CPP_set=
  3869. ac_cv_env_CPP_value=
  3870. ac_cv_env_LDFLAGS_set=
  3871. ac_cv_env_LDFLAGS_value=
  3872. ac_cv_env_LIBFTDI_CFLAGS_set=
  3873. ac_cv_env_LIBFTDI_CFLAGS_value=
  3874. ac_cv_env_LIBFTDI_LIBS_set=
  3875. ac_cv_env_LIBFTDI_LIBS_value=
  3876. ac_cv_env_LIBHID_CFLAGS_set=
  3877. ac_cv_env_LIBHID_CFLAGS_value=
  3878. ac_cv_env_LIBHID_LIBS_set=
  3879. ac_cv_env_LIBHID_LIBS_value=
  3880. ac_cv_env_LIBS_set=
  3881. ac_cv_env_LIBS_value=
  3882. ac_cv_env_LIBUSB_1_0_CFLAGS_set=
  3883. ac_cv_env_LIBUSB_1_0_CFLAGS_value=
  3884. ac_cv_env_LIBUSB_1_0_LIBS_set=
  3885. ac_cv_env_LIBUSB_1_0_LIBS_value=
  3886. ac_cv_env_LIBUSB_CFLAGS_set=
  3887. ac_cv_env_LIBUSB_CFLAGS_value=
  3888. ac_cv_env_LIBUSB_LIBS_set=
  3889. ac_cv_env_LIBUSB_LIBS_value=
  3890. ac_cv_env_LIBX11_CFLAGS_set=
  3891. ac_cv_env_LIBX11_CFLAGS_value=
  3892. ac_cv_env_LIBX11_LIBS_set=
  3893. ac_cv_env_LIBX11_LIBS_value=
  3894. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  3895. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  3896. ac_cv_env_PKG_CONFIG_PATH_set=
  3897. ac_cv_env_PKG_CONFIG_PATH_value=
  3898. ac_cv_env_PKG_CONFIG_set=
  3899. ac_cv_env_PKG_CONFIG_value=
  3900. ac_cv_env_build_alias_set=
  3901. ac_cv_env_build_alias_value=
  3902. ac_cv_env_host_alias_set=
  3903. ac_cv_env_host_alias_value=
  3904. ac_cv_env_target_alias_set=
  3905. ac_cv_env_target_alias_value=
  3906. ac_cv_func_cfmakeraw=yes
  3907. ac_cv_func_connect=yes
  3908. ac_cv_func_gethostbyname=yes
  3909. ac_cv_func_getloadavg=yes
  3910. ac_cv_func_getmntinfo=no
  3911. ac_cv_func_getopt=yes
  3912. ac_cv_func_inet_aton=yes
  3913. ac_cv_func_ioperm=no
  3914. ac_cv_func_iopl=no
  3915. ac_cv_func_sched_setscheduler=yes
  3916. ac_cv_func_select=yes
  3917. ac_cv_func_snprintf=yes
  3918. ac_cv_func_socket=yes
  3919. ac_cv_func_statvfs=yes
  3920. ac_cv_func_strdup=yes
  3921. ac_cv_func_strerror=yes
  3922. ac_cv_func_strtol=yes
  3923. ac_cv_func_swapctl=no
  3924. ac_cv_func_uname=yes
  3925. ac_cv_header_dev_iicbus_iic_h=no
  3926. ac_cv_header_dirent_dirent_h=yes
  3927. ac_cv_header_errno_h=yes
  3928. ac_cv_header_fcntl_h=yes
  3929. ac_cv_header_inttypes_h=yes
  3930. ac_cv_header_kvm_h=no
  3931. ac_cv_header_limits_h=yes
  3932. ac_cv_header_linux_i2c_dev_h=yes
  3933. ac_cv_header_linux_spi_spidev_h=yes
  3934. ac_cv_header_machine_apm_bios_h=no
  3935. ac_cv_header_machine_cpufunc_h=no
  3936. ac_cv_header_machine_pio_h=no
  3937. ac_cv_header_machine_sysarch_h=no
  3938. ac_cv_header_memory_h=yes
  3939. ac_cv_header_mntent_h=yes
  3940. ac_cv_header_mnttab_h=no
  3941. ac_cv_header_procfs_h=no
  3942. ac_cv_header_sched_h=yes
  3943. ac_cv_header_stdbool_h=yes
  3944. ac_cv_header_stdc=yes
  3945. ac_cv_header_stdint_h=yes
  3946. ac_cv_header_stdlib_h=yes
  3947. ac_cv_header_string_h=yes
  3948. ac_cv_header_strings_h=yes
  3949. ac_cv_header_sys_cpuvar_h=no
  3950. ac_cv_header_sys_dkstat_h=no
  3951. ac_cv_header_sys_dustat_h=no
  3952. ac_cv_header_sys_filsys_h=no
  3953. ac_cv_header_sys_fs_types_h=no
  3954. ac_cv_header_sys_fstyp_h=no
  3955. ac_cv_header_sys_io_h=no
  3956. ac_cv_header_sys_ioctl_h=yes
  3957. ac_cv_header_sys_loadavg_h=no
  3958. ac_cv_header_sys_mount_h=yes
  3959. ac_cv_header_sys_param_h=yes
  3960. ac_cv_header_sys_pcpu_h=no
  3961. ac_cv_header_sys_procfs_h=yes
  3962. ac_cv_header_sys_stat_h=yes
  3963. ac_cv_header_sys_statfs_h=yes
  3964. ac_cv_header_sys_statvfs_h=yes
  3965. ac_cv_header_sys_sysctl_h=yes
  3966. ac_cv_header_sys_time_h=yes
  3967. ac_cv_header_sys_types_h=yes
  3968. ac_cv_header_sys_vfs_h=yes
  3969. ac_cv_header_time=yes
  3970. ac_cv_header_unistd_h=yes
  3971. ac_cv_header_utime_h=yes
  3972. ac_cv_header_utmpx_h=yes
  3973. ac_cv_host=aarch64-unknown-linux-gnu
  3974. ac_cv_lib_c_i386_get_ioperm=no
  3975. ac_cv_lib_dl_dlopen=yes
  3976. ac_cv_lib_dld_shl_load=no
  3977. ac_cv_lib_i386_i386_get_ioperm=no
  3978. ac_cv_lib_kstat_kstat_open=no
  3979. ac_cv_lib_kvm_kvm_open=no
  3980. ac_cv_lib_kvm_with_elf=no
  3981. ac_cv_lib_posix4_nanosleep=no
  3982. ac_cv_lib_posix4_sched_setscheduler=no
  3983. ac_cv_lib_rt_sched_setscheduler=yes
  3984. ac_cv_mtab_file=/etc/mtab
  3985. ac_cv_objext=o
  3986. ac_cv_path_EGREP='/bin/grep -E'
  3987. ac_cv_path_FT2_CONFIG=no
  3988. ac_cv_path_GREP=/bin/grep
  3989. ac_cv_path_XMLTO=no
  3990. ac_cv_path_install='/usr/bin/install -c'
  3991. ac_cv_path_mkdir=/bin/mkdir
  3992. ac_cv_port_have_lpt=no
  3993. ac_cv_prog_AWK=mawk
  3994. ac_cv_prog_CPP='gcc -E'
  3995. ac_cv_prog_ac_ct_CC=gcc
  3996. ac_cv_prog_ac_ct_RANLIB=ranlib
  3997. ac_cv_prog_cc_c89=
  3998. ac_cv_prog_cc_g=yes
  3999. ac_cv_prog_gcc_traditional=no
  4000. ac_cv_prog_make_make_set=yes
  4001. ac_cv_search_opendir='none required'
  4002. ac_cv_struct_tm=time.h
  4003. ac_cv_sysv_ipc=yes
  4004. ac_cv_type_signal=void
  4005. ac_cv_type_size_t=yes
  4006. ac_cv_type_uid_t=yes
  4007. ac_cv_union_semun=no
  4008. am_cv_CC_dependencies_compiler_type=gcc3
  4009. am_cv_make_support_nested_variables=yes
  4010. am_cv_prog_cc_c_o=yes
  4011. ax_cv_cflags_gcc_option__Wno_unused_function=-Wno-unused-function
  4012. ax_cv_cflags_gcc_option__ftrampolines='no, unknown'
  4013. lcd_cv_sa_restart=yes
  4014.  
  4015. ## ----------------- ##
  4016. ## Output variables. ##
  4017. ## ----------------- ##
  4018.  
  4019. ACLOCAL='${SHELL} /home/lcdproc-0.5.7/missing aclocal-1.14'
  4020. AMDEPBACKSLASH='\'
  4021. AMDEP_FALSE='#'
  4022. AMDEP_TRUE=''
  4023. AMTAR='$${TAR-tar}'
  4024. AM_BACKSLASH='\'
  4025. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  4026. AM_DEFAULT_VERBOSITY='1'
  4027. AM_V='$(V)'
  4028. AUTOCONF='${SHELL} /home/lcdproc-0.5.7/missing autoconf'
  4029. AUTOHEADER='${SHELL} /home/lcdproc-0.5.7/missing autoheader'
  4030. AUTOMAKE='${SHELL} /home/lcdproc-0.5.7/missing automake-1.14'
  4031. AWK='mawk'
  4032. CC='gcc'
  4033. CCDEPMODE='depmode=gcc3'
  4034. CCSHARED='-fPIC'
  4035. CFLAGS='-Wall -O3 -Wno-unused-function'
  4036. CPP='gcc -E'
  4037. CPPFLAGS=''
  4038. CYGPATH_W='echo'
  4039. DARWIN_FALSE=''
  4040. DARWIN_TRUE='#'
  4041. DEFS='-DHAVE_CONFIG_H'
  4042. DEPDIR='.deps'
  4043. DOT=''
  4044. DOXYGEN=''
  4045. DOX_FALSE=''
  4046. DOX_TRUE='#'
  4047. DRIVERS=' hd44780.so'
  4048. ECHO_C=''
  4049. ECHO_N='-n'
  4050. ECHO_T=''
  4051. EGREP='/bin/grep -E'
  4052. EXEEXT=''
  4053. FT2_CFLAGS=''
  4054. FT2_CONFIG='no'
  4055. FT2_LIBS=''
  4056. GLCD_DRIVERS=''
  4057. GREP='/bin/grep'
  4058. HD44780_DRIVERS='hd44780-hd44780-serial.o hd44780-hd44780-lis2.o hd44780-hd44780-usblcd.o hd44780-hd44780-ethlcd.o hd44780-hd44780-i2c.o hd44780-hd44780-piplate.o hd44780-hd44780-spi.o hd44780-hd44780-pifacecad.o'
  4059. INSTALL_DATA='${INSTALL} -m 644'
  4060. INSTALL_PROGRAM='${INSTALL}'
  4061. INSTALL_SCRIPT='${INSTALL}'
  4062. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  4063. LDFLAGS=''
  4064. LDSHARED='-shared'
  4065. LIBCURSES=''
  4066. LIBFTDI=''
  4067. LIBFTDI_CFLAGS=''
  4068. LIBFTDI_LIBS=''
  4069. LIBG15=''
  4070. LIBGLCD=''
  4071. LIBHID_CFLAGS=''
  4072. LIBHID_LIBS=''
  4073. LIBIRMAN=''
  4074. LIBLIRC_CLIENT=''
  4075. LIBMX5000=''
  4076. LIBOBJS=''
  4077. LIBPNG_CFLAGS=''
  4078. LIBPNG_LIBS=''
  4079. LIBPTHREAD_LIBS=''
  4080. LIBS='-ldl '
  4081. LIBSERDISP=''
  4082. LIBSVGA=''
  4083. LIBUSB_1_0_CFLAGS=''
  4084. LIBUSB_1_0_LIBS=''
  4085. LIBUSB_CFLAGS=''
  4086. LIBUSB_LIBS=''
  4087. LIBX11_CFLAGS=''
  4088. LIBX11_LIBS=''
  4089. LIBXOSD=''
  4090. LIBXOSD_CFLAGS=''
  4091. LIBXOSD_CONFIG=''
  4092. LIBXOSD_LIBS=''
  4093. LTLIBOBJS=''
  4094. MAKEINFO='${SHELL} /home/lcdproc-0.5.7/missing makeinfo'
  4095. MKDIR_P='/bin/mkdir -p'
  4096. OBJEXT='o'
  4097. PACKAGE='lcdproc'
  4098. PACKAGE_BUGREPORT='lcdproc@lists.omnipotent.net'
  4099. PACKAGE_NAME='lcdproc'
  4100. PACKAGE_STRING='lcdproc 0.5.7'
  4101. PACKAGE_TARNAME='lcdproc'
  4102. PACKAGE_URL=''
  4103. PACKAGE_VERSION='0.5.7'
  4104. PATH_SEPARATOR=':'
  4105. PKG_CONFIG=''
  4106. PKG_CONFIG_LIBDIR=''
  4107. PKG_CONFIG_PATH=''
  4108. RANLIB='ranlib'
  4109. SET_MAKE=''
  4110. SHELL='/bin/bash'
  4111. SO='.so'
  4112. STRIP=''
  4113. VERSION='0.5.7'
  4114. XMLTO='no'
  4115. _png_config=''
  4116. ac_ct_CC='gcc'
  4117. am__EXEEXT_FALSE=''
  4118. am__EXEEXT_TRUE='#'
  4119. am__fastdepCC_FALSE='#'
  4120. am__fastdepCC_TRUE=''
  4121. am__include='include'
  4122. am__isrc=''
  4123. am__leading_dot='.'
  4124. am__nodep='_no'
  4125. am__quote=''
  4126. am__tar='$${TAR-tar} chof - "$$tardir"'
  4127. am__untar='$${TAR-tar} xf -'
  4128. bindir='${exec_prefix}/bin'
  4129. build='aarch64-unknown-linux-gnu'
  4130. build_alias=''
  4131. build_cpu='aarch64'
  4132. build_os='linux-gnu'
  4133. build_vendor='unknown'
  4134. datadir='${datarootdir}'
  4135. datarootdir='${prefix}/share'
  4136. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  4137. dvidir='${docdir}'
  4138. enable_dot='no'
  4139. enable_html_dox='yes'
  4140. enable_latex_dox='no'
  4141. exec_prefix='${prefix}'
  4142. host='aarch64-unknown-linux-gnu'
  4143. host_alias=''
  4144. host_cpu='aarch64'
  4145. host_os='linux-gnu'
  4146. host_vendor='unknown'
  4147. htmldir='${docdir}'
  4148. includedir='${prefix}/include'
  4149. infodir='${datarootdir}/info'
  4150. install_sh='${SHELL} /home/lcdproc-0.5.7/install-sh'
  4151. libdir='${exec_prefix}/lib'
  4152. libexecdir='${exec_prefix}/libexec'
  4153. localedir='${datarootdir}/locale'
  4154. localstatedir='${prefix}/var'
  4155. mandir='${datarootdir}/man'
  4156. mkdir_p='$(MKDIR_P)'
  4157. oldincludedir='/usr/include'
  4158. pdfdir='${docdir}'
  4159. pidfiledir='/var/run'
  4160. prefix='/usr/local'
  4161. program_transform_name='s,x,x,'
  4162. psdir='${docdir}'
  4163. sbindir='${exec_prefix}/sbin'
  4164. sharedstatedir='${prefix}/com'
  4165. sysconfdir='${prefix}/etc'
  4166. target_alias=''
  4167.  
  4168. ## ----------- ##
  4169. ## confdefs.h. ##
  4170. ## ----------- ##
  4171.  
  4172. /* confdefs.h */
  4173. #define PACKAGE_NAME "lcdproc"
  4174. #define PACKAGE_TARNAME "lcdproc"
  4175. #define PACKAGE_VERSION "0.5.7"
  4176. #define PACKAGE_STRING "lcdproc 0.5.7"
  4177. #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net"
  4178. #define PACKAGE_URL ""
  4179. #define PACKAGE "lcdproc"
  4180. #define VERSION "0.5.7"
  4181. #define LINUX 1
  4182. #define SYSTEM_HOST Linux
  4183. #define HAVE_GETLOADAVG 1
  4184. #define STDC_HEADERS 1
  4185. #define HAVE_SYS_TYPES_H 1
  4186. #define HAVE_SYS_STAT_H 1
  4187. #define HAVE_STDLIB_H 1
  4188. #define HAVE_STRING_H 1
  4189. #define HAVE_MEMORY_H 1
  4190. #define HAVE_STRINGS_H 1
  4191. #define HAVE_INTTYPES_H 1
  4192. #define HAVE_STDINT_H 1
  4193. #define HAVE_UNISTD_H 1
  4194. #define HAVE_SYS_PROCFS_H 1
  4195. #define HAVE_UTMPX_H 1
  4196. #define HAVE_SCHED_H 1
  4197. #define HAVE_SYS_TYPES_H 1
  4198. #define HAVE_SYSV_IPC 1
  4199. #define HAVE_SCHED_SETSCHEDULER 1
  4200. #define HAVE_SCHED_SETSCHEDULER 1
  4201. #define HAVE_LINUX_I2C_DEV_H 1
  4202. #define HAVE_I2C 1
  4203. #define HAVE_LINUX_SPI_SPIDEV_H 1
  4204. #define HAVE_SPI 1
  4205. #define HAVE_DIRENT_H 1
  4206. #define STDC_HEADERS 1
  4207. #define HAVE_FCNTL_H 1
  4208. #define HAVE_SYS_IOCTL_H 1
  4209. #define HAVE_SYS_TIME_H 1
  4210. #define HAVE_UNISTD_H 1
  4211. #define HAVE_ERRNO_H 1
  4212. #define HAVE_LIMITS_H 1
  4213. #define HAVE_SYS_PARAM_H 1
  4214. #define HAVE_STDBOOL_H 1
  4215. #define HAVE_SYS_SYSCTL_H 1
  4216. #define HAVE_SA_RESTART 1
  4217. #define TIME_WITH_SYS_TIME 1
  4218. #define RETSIGTYPE void
  4219. #define HAVE_SELECT 1
  4220. #define HAVE_SOCKET 1
  4221. #define HAVE_STRDUP 1
  4222. #define HAVE_STRERROR 1
  4223. #define HAVE_STRTOL 1
  4224. #define HAVE_UNAME 1
  4225. #define HAVE_CFMAKERAW 1
  4226. #define HAVE_SNPRINTF 1
  4227. #define MTAB_FILE "/etc/mtab"
  4228. #define HAVE_FCNTL_H 1
  4229. #define HAVE_SYS_PARAM_H 1
  4230. #define HAVE_SYS_STATFS_H 1
  4231. #define HAVE_MNTENT_H 1
  4232. #define HAVE_UTIME_H 1
  4233. #define HAVE_SYS_STATVFS_H 1
  4234. #define HAVE_SYS_VFS_H 1
  4235. #define HAVE_SYS_MOUNT_H 1
  4236. #define HAVE_STATVFS 1
  4237. #define STAT_STATVFS 1
  4238. #define LCDPORT 13666
  4239. #define PROTOCOL_VERSION "0.3"
  4240. #define API_VERSION "0.5"
  4241. #define MODULE_EXTENSION ".so"
  4242. #define HAVE_LIBDL 1
  4243. #define WITH_ETHLCD 1
  4244.  
  4245. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement