Advertisement
Guest User

Untitled

a guest
Oct 10th, 2019
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 193.87 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 GNU Emacs configure 27.0.50, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --with-ns
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = gkeramidas-mbp
  14. uname -m = x86_64
  15. uname -r = 19.0.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 19.0.0: Wed Sep 25 20:18:50 PDT 2019; root:xnu-6153.11.26~2/RELEASE_X86_64
  18.  
  19. /usr/bin/uname -p = i386
  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 = Mach kernel version:
  26. Darwin Kernel Version 19.0.0: Wed Sep 25 20:18:50 PDT 2019; root:xnu-6153.11.26~2/RELEASE_X86_64
  27. Kernel configured for up to 8 processors.
  28. 4 processors are physically available.
  29. 8 processors are logically available.
  30. Processor type: x86_64h (Intel x86-64h Haswell)
  31. Processors active: 0 1 2 3 4 5 6 7
  32. Primary memory available: 16.00 gigabytes
  33. Default processor set: 521 tasks, 2162 threads, 8 processors
  34. Load average: 1.45, Mach factor: 6.54
  35. /bin/machine = unknown
  36. /usr/bin/oslevel = unknown
  37. /bin/universe = unknown
  38.  
  39. PATH: /opt/emacs/bin
  40. PATH: /Users/gkeramidas/bin
  41. PATH: /opt/facebook/bin
  42. PATH: /usr/local/bin
  43. PATH: /usr/bin
  44. PATH: /bin
  45. PATH: /usr/sbin
  46. PATH: /sbin
  47. PATH: /opt/facebook/bin/biggrep
  48. PATH: /opt/facebook/nuclide/latest/nuclide/pkg/fb-on-demand-cli/bin
  49. PATH: /opt/facebook/ops/scripts/chef
  50. PATH: /opt/homebrew/bin
  51. PATH: /usr/local/munki
  52. PATH: /opt/facebook/hg/bin
  53. PATH: /usr/local/vfuse/bin
  54. PATH: /opt/brew/bin
  55. PATH: /opt/brew/sbin
  56.  
  57.  
  58. ## ----------- ##
  59. ## Core tests. ##
  60. ## ----------- ##
  61.  
  62. configure:3923: checking for xcrun
  63. configure:3939: found /usr/bin/xcrun
  64. configure:3950: result: xcrun
  65. configure:3965: checking for make
  66. configure:3981: found /usr/bin/make
  67. configure:3992: result: yes
  68. configure:4017: checking for GNU Make
  69. configure:4067: result: make
  70. configure:4081: checking build system type
  71. configure:4095: result: x86_64-apple-darwin19.0.0
  72. configure:4115: checking host system type
  73. configure:4128: result: x86_64-apple-darwin19.0.0
  74. configure:5186: checking for gcc
  75. configure:5202: found /usr/bin/gcc
  76. configure:5213: result: gcc
  77. configure:5244: checking for C compiler version
  78. configure:5253: gcc --version >&5
  79. Apple clang version 11.0.0 (clang-1100.0.33.8)
  80. Target: x86_64-apple-darwin19.0.0
  81. Thread model: posix
  82. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  83. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
  84. configure:5264: $? = 0
  85. configure:5253: gcc -v >&5
  86. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
  87. Apple clang version 11.0.0 (clang-1100.0.33.8)
  88. Target: x86_64-apple-darwin19.0.0
  89. Thread model: posix
  90. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  91. configure:5264: $? = 0
  92. configure:5253: gcc -V >&5
  93. clang: error: unsupported option '-V -Wno-framework-include-private-from-public'
  94. clang: error: no input files
  95. configure:5264: $? = 1
  96. configure:5253: gcc -qversion >&5
  97. clang: error: unknown argument '-qversion', did you mean '--version'?
  98. clang: error: no input files
  99. configure:5264: $? = 1
  100. configure:5253: gcc -version >&5
  101. clang: error: unknown argument '-version', did you mean '--version'?
  102. clang: error: no input files
  103. configure:5264: $? = 1
  104. configure:5284: checking whether the C compiler works
  105. configure:5306: gcc conftest.c >&5
  106. configure:5310: $? = 0
  107. configure:5358: result: yes
  108. configure:5361: checking for C compiler default output file name
  109. configure:5363: result: a.out
  110. configure:5369: checking for suffix of executables
  111. configure:5376: gcc -o conftest conftest.c >&5
  112. configure:5380: $? = 0
  113. configure:5402: result:
  114. configure:5424: checking whether we are cross compiling
  115. configure:5432: gcc -o conftest conftest.c >&5
  116. configure:5436: $? = 0
  117. configure:5443: ./conftest
  118. configure:5447: $? = 0
  119. configure:5462: result: no
  120. configure:5467: checking for suffix of object files
  121. configure:5489: gcc -c conftest.c >&5
  122. configure:5493: $? = 0
  123. configure:5514: result: o
  124. configure:5518: checking whether we are using the GNU C compiler
  125. configure:5537: gcc -c conftest.c >&5
  126. configure:5537: $? = 0
  127. configure:5546: result: yes
  128. configure:5555: checking whether gcc accepts -g
  129. configure:5575: gcc -c -g conftest.c >&5
  130. configure:5575: $? = 0
  131. configure:5616: result: yes
  132. configure:5633: checking for gcc option to enable C11 features
  133. configure:5836: gcc -c -g -O2 conftest.c >&5
  134. configure:5836: $? = 0
  135. configure:5850: result: none needed
  136. configure:6062: checking for ar
  137. configure:6078: found /usr/bin/ar
  138. configure:6089: result: ar
  139. configure:6109: checking whether gcc and cc understand -c and -o together
  140. configure:6140: gcc -c conftest.c -o conftest2.o >&5
  141. configure:6144: $? = 0
  142. configure:6150: gcc -c conftest.c -o conftest2.o >&5
  143. configure:6154: $? = 0
  144. configure:6165: cc -c conftest.c >&5
  145. configure:6169: $? = 0
  146. configure:6177: cc -c conftest.c -o conftest2.o >&5
  147. configure:6181: $? = 0
  148. configure:6187: cc -c conftest.c -o conftest2.o >&5
  149. configure:6191: $? = 0
  150. configure:6209: result: yes
  151. configure:6244: checking for putenv
  152. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  153. configure:6244: $? = 0
  154. configure:6244: result: yes
  155. configure:6244: checking for sbrk
  156. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  157. configure:6244: $? = 0
  158. configure:6244: result: yes
  159. configure:6244: checking for fchmod
  160. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  161. configure:6244: $? = 0
  162. configure:6244: result: yes
  163. configure:6244: checking for canonicalize_file_name
  164. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  165. Undefined symbols for architecture x86_64:
  166. "_canonicalize_file_name", referenced from:
  167. _main in conftest-97d9f7.o
  168. ld: symbol(s) not found for architecture x86_64
  169. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  170. configure:6244: $? = 1
  171. configure: failed program was:
  172. | /* confdefs.h */
  173. | #define PACKAGE_NAME "GNU Emacs"
  174. | #define PACKAGE_TARNAME "emacs"
  175. | #define PACKAGE_VERSION "27.0.50"
  176. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  177. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  178. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  179. | #define HAVE_PDUMPER 1
  180. | #define HAVE_PUTENV 1
  181. | #define HAVE_SBRK 1
  182. | #define HAVE_FCHMOD 1
  183. | /* end confdefs.h. */
  184. | /* Define canonicalize_file_name to an innocuous variant, in case <limits.h> declares canonicalize_file_name.
  185. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  186. | #define canonicalize_file_name innocuous_canonicalize_file_name
  187. |
  188. | /* System header to define __stub macros and hopefully few prototypes,
  189. | which can conflict with char canonicalize_file_name (); below.
  190. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  191. | <limits.h> exists even on freestanding compilers. */
  192. |
  193. | #ifdef __STDC__
  194. | # include <limits.h>
  195. | #else
  196. | # include <assert.h>
  197. | #endif
  198. |
  199. | #undef canonicalize_file_name
  200. |
  201. | /* Override any GCC internal prototype to avoid an error.
  202. | Use char because int might match the return type of a GCC
  203. | builtin and then its argument prototype would still apply. */
  204. | #ifdef __cplusplus
  205. | extern "C"
  206. | #endif
  207. | char canonicalize_file_name ();
  208. | /* The GNU C library defines this for functions which it implements
  209. | to always fail with ENOSYS. Some functions are actually named
  210. | something starting with __ and the normal name is an alias. */
  211. | #if defined __stub_canonicalize_file_name || defined __stub___canonicalize_file_name
  212. | choke me
  213. | #endif
  214. |
  215. | int
  216. | main ()
  217. | {
  218. | return canonicalize_file_name ();
  219. | ;
  220. | return 0;
  221. | }
  222. configure:6244: result: no
  223. configure:6244: checking for getcwd
  224. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  225. configure:6244: $? = 0
  226. configure:6244: result: yes
  227. configure:6244: checking for readlink
  228. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  229. configure:6244: $? = 0
  230. configure:6244: result: yes
  231. configure:6244: checking for realpath
  232. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  233. configure:6244: $? = 0
  234. configure:6244: result: yes
  235. configure:6244: checking for readlinkat
  236. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  237. configure:6244: $? = 0
  238. configure:6244: result: yes
  239. configure:6244: checking for explicit_bzero
  240. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  241. Undefined symbols for architecture x86_64:
  242. "_explicit_bzero", referenced from:
  243. _main in conftest-b67ae3.o
  244. ld: symbol(s) not found for architecture x86_64
  245. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  246. configure:6244: $? = 1
  247. configure: failed program was:
  248. | /* confdefs.h */
  249. | #define PACKAGE_NAME "GNU Emacs"
  250. | #define PACKAGE_TARNAME "emacs"
  251. | #define PACKAGE_VERSION "27.0.50"
  252. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  253. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  254. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  255. | #define HAVE_PDUMPER 1
  256. | #define HAVE_PUTENV 1
  257. | #define HAVE_SBRK 1
  258. | #define HAVE_FCHMOD 1
  259. | #define HAVE_GETCWD 1
  260. | #define HAVE_READLINK 1
  261. | #define HAVE_REALPATH 1
  262. | #define HAVE_READLINKAT 1
  263. | /* end confdefs.h. */
  264. | /* Define explicit_bzero to an innocuous variant, in case <limits.h> declares explicit_bzero.
  265. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  266. | #define explicit_bzero innocuous_explicit_bzero
  267. |
  268. | /* System header to define __stub macros and hopefully few prototypes,
  269. | which can conflict with char explicit_bzero (); below.
  270. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  271. | <limits.h> exists even on freestanding compilers. */
  272. |
  273. | #ifdef __STDC__
  274. | # include <limits.h>
  275. | #else
  276. | # include <assert.h>
  277. | #endif
  278. |
  279. | #undef explicit_bzero
  280. |
  281. | /* Override any GCC internal prototype to avoid an error.
  282. | Use char because int might match the return type of a GCC
  283. | builtin and then its argument prototype would still apply. */
  284. | #ifdef __cplusplus
  285. | extern "C"
  286. | #endif
  287. | char explicit_bzero ();
  288. | /* The GNU C library defines this for functions which it implements
  289. | to always fail with ENOSYS. Some functions are actually named
  290. | something starting with __ and the normal name is an alias. */
  291. | #if defined __stub_explicit_bzero || defined __stub___explicit_bzero
  292. | choke me
  293. | #endif
  294. |
  295. | int
  296. | main ()
  297. | {
  298. | return explicit_bzero ();
  299. | ;
  300. | return 0;
  301. | }
  302. configure:6244: result: no
  303. configure:6244: checking for faccessat
  304. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  305. configure:6244: $? = 0
  306. configure:6244: result: yes
  307. configure:6244: checking for fcntl
  308. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  309. configure:6244: $? = 0
  310. configure:6244: result: yes
  311. configure:6244: checking for fdopendir
  312. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  313. configure:6244: $? = 0
  314. configure:6244: result: yes
  315. configure:6244: checking for fstatat
  316. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  317. configure:6244: $? = 0
  318. configure:6244: result: yes
  319. configure:6244: checking for fsync
  320. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  321. configure:6244: $? = 0
  322. configure:6244: result: yes
  323. configure:6244: checking for gettimeofday
  324. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  325. configure:6244: $? = 0
  326. configure:6244: result: yes
  327. configure:6244: checking for lstat
  328. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  329. configure:6244: $? = 0
  330. configure:6244: result: yes
  331. configure:6244: checking for mkostemp
  332. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  333. configure:6244: $? = 0
  334. configure:6244: result: yes
  335. configure:6244: checking for tzset
  336. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  337. configure:6244: $? = 0
  338. configure:6244: result: yes
  339. configure:6244: checking for pipe2
  340. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  341. Undefined symbols for architecture x86_64:
  342. "_pipe2", referenced from:
  343. _main in conftest-8ed3ee.o
  344. ld: symbol(s) not found for architecture x86_64
  345. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  346. configure:6244: $? = 1
  347. configure: failed program was:
  348. | /* confdefs.h */
  349. | #define PACKAGE_NAME "GNU Emacs"
  350. | #define PACKAGE_TARNAME "emacs"
  351. | #define PACKAGE_VERSION "27.0.50"
  352. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  353. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  354. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  355. | #define HAVE_PDUMPER 1
  356. | #define HAVE_PUTENV 1
  357. | #define HAVE_SBRK 1
  358. | #define HAVE_FCHMOD 1
  359. | #define HAVE_GETCWD 1
  360. | #define HAVE_READLINK 1
  361. | #define HAVE_REALPATH 1
  362. | #define HAVE_READLINKAT 1
  363. | #define HAVE_FACCESSAT 1
  364. | #define HAVE_FCNTL 1
  365. | #define HAVE_FDOPENDIR 1
  366. | #define HAVE_FSTATAT 1
  367. | #define HAVE_FSYNC 1
  368. | #define HAVE_GETTIMEOFDAY 1
  369. | #define HAVE_LSTAT 1
  370. | #define HAVE_MKOSTEMP 1
  371. | #define HAVE_TZSET 1
  372. | /* end confdefs.h. */
  373. | /* Define pipe2 to an innocuous variant, in case <limits.h> declares pipe2.
  374. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  375. | #define pipe2 innocuous_pipe2
  376. |
  377. | /* System header to define __stub macros and hopefully few prototypes,
  378. | which can conflict with char pipe2 (); below.
  379. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  380. | <limits.h> exists even on freestanding compilers. */
  381. |
  382. | #ifdef __STDC__
  383. | # include <limits.h>
  384. | #else
  385. | # include <assert.h>
  386. | #endif
  387. |
  388. | #undef pipe2
  389. |
  390. | /* Override any GCC internal prototype to avoid an error.
  391. | Use char because int might match the return type of a GCC
  392. | builtin and then its argument prototype would still apply. */
  393. | #ifdef __cplusplus
  394. | extern "C"
  395. | #endif
  396. | char pipe2 ();
  397. | /* The GNU C library defines this for functions which it implements
  398. | to always fail with ENOSYS. Some functions are actually named
  399. | something starting with __ and the normal name is an alias. */
  400. | #if defined __stub_pipe2 || defined __stub___pipe2
  401. | choke me
  402. | #endif
  403. |
  404. | int
  405. | main ()
  406. | {
  407. | return pipe2 ();
  408. | ;
  409. | return 0;
  410. | }
  411. configure:6244: result: no
  412. configure:6244: checking for pselect
  413. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  414. configure:6244: $? = 0
  415. configure:6244: result: yes
  416. configure:6244: checking for isblank
  417. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  418. conftest.c:50:6: warning: incompatible redeclaration of library function 'isblank' [-Wincompatible-library-redeclaration]
  419. char isblank ();
  420. ^
  421. conftest.c:50:6: note: 'isblank' is a builtin with type 'int (int)'
  422. 1 warning generated.
  423. configure:6244: $? = 0
  424. configure:6244: result: yes
  425. configure:6244: checking for iswctype
  426. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  427. configure:6244: $? = 0
  428. configure:6244: result: yes
  429. configure:6244: checking for strtoimax
  430. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  431. configure:6244: $? = 0
  432. configure:6244: result: yes
  433. configure:6244: checking for symlink
  434. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  435. configure:6244: $? = 0
  436. configure:6244: result: yes
  437. configure:6244: checking for localtime_r
  438. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  439. configure:6244: $? = 0
  440. configure:6244: result: yes
  441. configure:6244: checking for timegm
  442. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  443. configure:6244: $? = 0
  444. configure:6244: result: yes
  445. configure:6244: checking for futimes
  446. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  447. configure:6244: $? = 0
  448. configure:6244: result: yes
  449. configure:6244: checking for futimesat
  450. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  451. Undefined symbols for architecture x86_64:
  452. "_futimesat", referenced from:
  453. _main in conftest-6282f3.o
  454. ld: symbol(s) not found for architecture x86_64
  455. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  456. configure:6244: $? = 1
  457. configure: failed program was:
  458. | /* confdefs.h */
  459. | #define PACKAGE_NAME "GNU Emacs"
  460. | #define PACKAGE_TARNAME "emacs"
  461. | #define PACKAGE_VERSION "27.0.50"
  462. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  463. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  464. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  465. | #define HAVE_PDUMPER 1
  466. | #define HAVE_PUTENV 1
  467. | #define HAVE_SBRK 1
  468. | #define HAVE_FCHMOD 1
  469. | #define HAVE_GETCWD 1
  470. | #define HAVE_READLINK 1
  471. | #define HAVE_REALPATH 1
  472. | #define HAVE_READLINKAT 1
  473. | #define HAVE_FACCESSAT 1
  474. | #define HAVE_FCNTL 1
  475. | #define HAVE_FDOPENDIR 1
  476. | #define HAVE_FSTATAT 1
  477. | #define HAVE_FSYNC 1
  478. | #define HAVE_GETTIMEOFDAY 1
  479. | #define HAVE_LSTAT 1
  480. | #define HAVE_MKOSTEMP 1
  481. | #define HAVE_TZSET 1
  482. | #define HAVE_PSELECT 1
  483. | #define HAVE_ISBLANK 1
  484. | #define HAVE_ISWCTYPE 1
  485. | #define HAVE_STRTOIMAX 1
  486. | #define HAVE_SYMLINK 1
  487. | #define HAVE_LOCALTIME_R 1
  488. | #define HAVE_TIMEGM 1
  489. | #define HAVE_FUTIMES 1
  490. | /* end confdefs.h. */
  491. | /* Define futimesat to an innocuous variant, in case <limits.h> declares futimesat.
  492. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  493. | #define futimesat innocuous_futimesat
  494. |
  495. | /* System header to define __stub macros and hopefully few prototypes,
  496. | which can conflict with char futimesat (); below.
  497. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  498. | <limits.h> exists even on freestanding compilers. */
  499. |
  500. | #ifdef __STDC__
  501. | # include <limits.h>
  502. | #else
  503. | # include <assert.h>
  504. | #endif
  505. |
  506. | #undef futimesat
  507. |
  508. | /* Override any GCC internal prototype to avoid an error.
  509. | Use char because int might match the return type of a GCC
  510. | builtin and then its argument prototype would still apply. */
  511. | #ifdef __cplusplus
  512. | extern "C"
  513. | #endif
  514. | char futimesat ();
  515. | /* The GNU C library defines this for functions which it implements
  516. | to always fail with ENOSYS. Some functions are actually named
  517. | something starting with __ and the normal name is an alias. */
  518. | #if defined __stub_futimesat || defined __stub___futimesat
  519. | choke me
  520. | #endif
  521. |
  522. | int
  523. | main ()
  524. | {
  525. | return futimesat ();
  526. | ;
  527. | return 0;
  528. | }
  529. configure:6244: result: no
  530. configure:6244: checking for futimens
  531. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  532. configure:6244: $? = 0
  533. configure:6244: result: yes
  534. configure:6244: checking for utimensat
  535. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  536. configure:6244: $? = 0
  537. configure:6244: result: yes
  538. configure:6244: checking for lutimes
  539. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  540. configure:6244: $? = 0
  541. configure:6244: result: yes
  542. configure:6244: checking for getdtablesize
  543. configure:6244: gcc -o conftest -g -O2 conftest.c >&5
  544. configure:6244: $? = 0
  545. configure:6244: result: yes
  546. configure:6266: checking how to run the C preprocessor
  547. configure:6297: gcc -E conftest.c
  548. configure:6297: $? = 0
  549. configure:6311: gcc -E conftest.c
  550. conftest.c:38:10: fatal error: 'ac_nonexistent.h' file not found
  551. #include <ac_nonexistent.h>
  552. ^~~~~~~~~~~~~~~~~~
  553. 1 error generated.
  554. configure:6311: $? = 1
  555. configure: failed program was:
  556. | /* confdefs.h */
  557. | #define PACKAGE_NAME "GNU Emacs"
  558. | #define PACKAGE_TARNAME "emacs"
  559. | #define PACKAGE_VERSION "27.0.50"
  560. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  561. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  562. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  563. | #define HAVE_PDUMPER 1
  564. | #define HAVE_PUTENV 1
  565. | #define HAVE_SBRK 1
  566. | #define HAVE_FCHMOD 1
  567. | #define HAVE_GETCWD 1
  568. | #define HAVE_READLINK 1
  569. | #define HAVE_REALPATH 1
  570. | #define HAVE_READLINKAT 1
  571. | #define HAVE_FACCESSAT 1
  572. | #define HAVE_FCNTL 1
  573. | #define HAVE_FDOPENDIR 1
  574. | #define HAVE_FSTATAT 1
  575. | #define HAVE_FSYNC 1
  576. | #define HAVE_GETTIMEOFDAY 1
  577. | #define HAVE_LSTAT 1
  578. | #define HAVE_MKOSTEMP 1
  579. | #define HAVE_TZSET 1
  580. | #define HAVE_PSELECT 1
  581. | #define HAVE_ISBLANK 1
  582. | #define HAVE_ISWCTYPE 1
  583. | #define HAVE_STRTOIMAX 1
  584. | #define HAVE_SYMLINK 1
  585. | #define HAVE_LOCALTIME_R 1
  586. | #define HAVE_TIMEGM 1
  587. | #define HAVE_FUTIMES 1
  588. | #define HAVE_FUTIMENS 1
  589. | #define HAVE_UTIMENSAT 1
  590. | #define HAVE_LUTIMES 1
  591. | #define HAVE_GETDTABLESIZE 1
  592. | /* end confdefs.h. */
  593. | #include <ac_nonexistent.h>
  594. configure:6336: result: gcc -E
  595. configure:6356: gcc -E conftest.c
  596. configure:6356: $? = 0
  597. configure:6370: gcc -E conftest.c
  598. conftest.c:38:10: fatal error: 'ac_nonexistent.h' file not found
  599. #include <ac_nonexistent.h>
  600. ^~~~~~~~~~~~~~~~~~
  601. 1 error generated.
  602. configure:6370: $? = 1
  603. configure: failed program was:
  604. | /* confdefs.h */
  605. | #define PACKAGE_NAME "GNU Emacs"
  606. | #define PACKAGE_TARNAME "emacs"
  607. | #define PACKAGE_VERSION "27.0.50"
  608. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  609. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  610. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  611. | #define HAVE_PDUMPER 1
  612. | #define HAVE_PUTENV 1
  613. | #define HAVE_SBRK 1
  614. | #define HAVE_FCHMOD 1
  615. | #define HAVE_GETCWD 1
  616. | #define HAVE_READLINK 1
  617. | #define HAVE_REALPATH 1
  618. | #define HAVE_READLINKAT 1
  619. | #define HAVE_FACCESSAT 1
  620. | #define HAVE_FCNTL 1
  621. | #define HAVE_FDOPENDIR 1
  622. | #define HAVE_FSTATAT 1
  623. | #define HAVE_FSYNC 1
  624. | #define HAVE_GETTIMEOFDAY 1
  625. | #define HAVE_LSTAT 1
  626. | #define HAVE_MKOSTEMP 1
  627. | #define HAVE_TZSET 1
  628. | #define HAVE_PSELECT 1
  629. | #define HAVE_ISBLANK 1
  630. | #define HAVE_ISWCTYPE 1
  631. | #define HAVE_STRTOIMAX 1
  632. | #define HAVE_SYMLINK 1
  633. | #define HAVE_LOCALTIME_R 1
  634. | #define HAVE_TIMEGM 1
  635. | #define HAVE_FUTIMES 1
  636. | #define HAVE_FUTIMENS 1
  637. | #define HAVE_UTIMENSAT 1
  638. | #define HAVE_LUTIMES 1
  639. | #define HAVE_GETDTABLESIZE 1
  640. | /* end confdefs.h. */
  641. | #include <ac_nonexistent.h>
  642. configure:6399: checking for grep that handles long lines and -e
  643. configure:6457: result: /usr/bin/grep
  644. configure:6462: checking for egrep
  645. configure:6524: result: /usr/bin/grep -E
  646. configure:6529: checking for ANSI C header files
  647. configure:6549: gcc -c -g -O2 conftest.c >&5
  648. configure:6549: $? = 0
  649. configure:6622: gcc -o conftest -g -O2 conftest.c >&5
  650. configure:6622: $? = 0
  651. configure:6622: ./conftest
  652. configure:6622: $? = 0
  653. configure:6633: result: yes
  654. configure:6646: checking for sys/types.h
  655. configure:6646: gcc -c -g -O2 conftest.c >&5
  656. configure:6646: $? = 0
  657. configure:6646: result: yes
  658. configure:6646: checking for sys/stat.h
  659. configure:6646: gcc -c -g -O2 conftest.c >&5
  660. configure:6646: $? = 0
  661. configure:6646: result: yes
  662. configure:6646: checking for stdlib.h
  663. configure:6646: gcc -c -g -O2 conftest.c >&5
  664. configure:6646: $? = 0
  665. configure:6646: result: yes
  666. configure:6646: checking for string.h
  667. configure:6646: gcc -c -g -O2 conftest.c >&5
  668. configure:6646: $? = 0
  669. configure:6646: result: yes
  670. configure:6646: checking for memory.h
  671. configure:6646: gcc -c -g -O2 conftest.c >&5
  672. configure:6646: $? = 0
  673. configure:6646: result: yes
  674. configure:6646: checking for strings.h
  675. configure:6646: gcc -c -g -O2 conftest.c >&5
  676. configure:6646: $? = 0
  677. configure:6646: result: yes
  678. configure:6646: checking for inttypes.h
  679. configure:6646: gcc -c -g -O2 conftest.c >&5
  680. configure:6646: $? = 0
  681. configure:6646: result: yes
  682. configure:6646: checking for stdint.h
  683. configure:6646: gcc -c -g -O2 conftest.c >&5
  684. configure:6646: $? = 0
  685. configure:6646: result: yes
  686. configure:6646: checking for unistd.h
  687. configure:6646: gcc -c -g -O2 conftest.c >&5
  688. configure:6646: $? = 0
  689. configure:6646: result: yes
  690. configure:6659: checking minix/config.h usability
  691. configure:6659: gcc -c -g -O2 conftest.c >&5
  692. conftest.c:81:10: fatal error: 'minix/config.h' file not found
  693. #include <minix/config.h>
  694. ^~~~~~~~~~~~~~~~
  695. 1 error generated.
  696. configure:6659: $? = 1
  697. configure: failed program was:
  698. | /* confdefs.h */
  699. | #define PACKAGE_NAME "GNU Emacs"
  700. | #define PACKAGE_TARNAME "emacs"
  701. | #define PACKAGE_VERSION "27.0.50"
  702. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  703. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  704. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  705. | #define HAVE_PDUMPER 1
  706. | #define HAVE_PUTENV 1
  707. | #define HAVE_SBRK 1
  708. | #define HAVE_FCHMOD 1
  709. | #define HAVE_GETCWD 1
  710. | #define HAVE_READLINK 1
  711. | #define HAVE_REALPATH 1
  712. | #define HAVE_READLINKAT 1
  713. | #define HAVE_FACCESSAT 1
  714. | #define HAVE_FCNTL 1
  715. | #define HAVE_FDOPENDIR 1
  716. | #define HAVE_FSTATAT 1
  717. | #define HAVE_FSYNC 1
  718. | #define HAVE_GETTIMEOFDAY 1
  719. | #define HAVE_LSTAT 1
  720. | #define HAVE_MKOSTEMP 1
  721. | #define HAVE_TZSET 1
  722. | #define HAVE_PSELECT 1
  723. | #define HAVE_ISBLANK 1
  724. | #define HAVE_ISWCTYPE 1
  725. | #define HAVE_STRTOIMAX 1
  726. | #define HAVE_SYMLINK 1
  727. | #define HAVE_LOCALTIME_R 1
  728. | #define HAVE_TIMEGM 1
  729. | #define HAVE_FUTIMES 1
  730. | #define HAVE_FUTIMENS 1
  731. | #define HAVE_UTIMENSAT 1
  732. | #define HAVE_LUTIMES 1
  733. | #define HAVE_GETDTABLESIZE 1
  734. | #define STDC_HEADERS 1
  735. | #define HAVE_SYS_TYPES_H 1
  736. | #define HAVE_SYS_STAT_H 1
  737. | #define HAVE_STDLIB_H 1
  738. | #define HAVE_STRING_H 1
  739. | #define HAVE_MEMORY_H 1
  740. | #define HAVE_STRINGS_H 1
  741. | #define HAVE_INTTYPES_H 1
  742. | #define HAVE_STDINT_H 1
  743. | #define HAVE_UNISTD_H 1
  744. | /* end confdefs.h. */
  745. | #include <stdio.h>
  746. | #ifdef HAVE_SYS_TYPES_H
  747. | # include <sys/types.h>
  748. | #endif
  749. | #ifdef HAVE_SYS_STAT_H
  750. | # include <sys/stat.h>
  751. | #endif
  752. | #ifdef STDC_HEADERS
  753. | # include <stdlib.h>
  754. | # include <stddef.h>
  755. | #else
  756. | # ifdef HAVE_STDLIB_H
  757. | # include <stdlib.h>
  758. | # endif
  759. | #endif
  760. | #ifdef HAVE_STRING_H
  761. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  762. | # include <memory.h>
  763. | # endif
  764. | # include <string.h>
  765. | #endif
  766. | #ifdef HAVE_STRINGS_H
  767. | # include <strings.h>
  768. | #endif
  769. | #ifdef HAVE_INTTYPES_H
  770. | # include <inttypes.h>
  771. | #endif
  772. | #ifdef HAVE_STDINT_H
  773. | # include <stdint.h>
  774. | #endif
  775. | #ifdef HAVE_UNISTD_H
  776. | # include <unistd.h>
  777. | #endif
  778. | #include <minix/config.h>
  779. configure:6659: result: no
  780. configure:6659: checking minix/config.h presence
  781. configure:6659: gcc -E conftest.c
  782. conftest.c:48:10: fatal error: 'minix/config.h' file not found
  783. #include <minix/config.h>
  784. ^~~~~~~~~~~~~~~~
  785. 1 error generated.
  786. configure:6659: $? = 1
  787. configure: failed program was:
  788. | /* confdefs.h */
  789. | #define PACKAGE_NAME "GNU Emacs"
  790. | #define PACKAGE_TARNAME "emacs"
  791. | #define PACKAGE_VERSION "27.0.50"
  792. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  793. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  794. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  795. | #define HAVE_PDUMPER 1
  796. | #define HAVE_PUTENV 1
  797. | #define HAVE_SBRK 1
  798. | #define HAVE_FCHMOD 1
  799. | #define HAVE_GETCWD 1
  800. | #define HAVE_READLINK 1
  801. | #define HAVE_REALPATH 1
  802. | #define HAVE_READLINKAT 1
  803. | #define HAVE_FACCESSAT 1
  804. | #define HAVE_FCNTL 1
  805. | #define HAVE_FDOPENDIR 1
  806. | #define HAVE_FSTATAT 1
  807. | #define HAVE_FSYNC 1
  808. | #define HAVE_GETTIMEOFDAY 1
  809. | #define HAVE_LSTAT 1
  810. | #define HAVE_MKOSTEMP 1
  811. | #define HAVE_TZSET 1
  812. | #define HAVE_PSELECT 1
  813. | #define HAVE_ISBLANK 1
  814. | #define HAVE_ISWCTYPE 1
  815. | #define HAVE_STRTOIMAX 1
  816. | #define HAVE_SYMLINK 1
  817. | #define HAVE_LOCALTIME_R 1
  818. | #define HAVE_TIMEGM 1
  819. | #define HAVE_FUTIMES 1
  820. | #define HAVE_FUTIMENS 1
  821. | #define HAVE_UTIMENSAT 1
  822. | #define HAVE_LUTIMES 1
  823. | #define HAVE_GETDTABLESIZE 1
  824. | #define STDC_HEADERS 1
  825. | #define HAVE_SYS_TYPES_H 1
  826. | #define HAVE_SYS_STAT_H 1
  827. | #define HAVE_STDLIB_H 1
  828. | #define HAVE_STRING_H 1
  829. | #define HAVE_MEMORY_H 1
  830. | #define HAVE_STRINGS_H 1
  831. | #define HAVE_INTTYPES_H 1
  832. | #define HAVE_STDINT_H 1
  833. | #define HAVE_UNISTD_H 1
  834. | /* end confdefs.h. */
  835. | #include <minix/config.h>
  836. configure:6659: result: no
  837. configure:6659: checking for minix/config.h
  838. configure:6659: result: no
  839. configure:6683: checking whether it is safe to define __EXTENSIONS__
  840. configure:6701: gcc -c -g -O2 conftest.c >&5
  841. configure:6701: $? = 0
  842. configure:6708: result: yes
  843. configure:6741: checking whether _XOPEN_SOURCE should be defined
  844. configure:6760: gcc -c -g -O2 conftest.c >&5
  845. configure:6760: $? = 0
  846. configure:6784: result: no
  847. configure:6801: checking for Minix Amsterdam compiler
  848. configure:6825: result: no
  849. configure:6984: checking for ranlib
  850. configure:7000: found /usr/bin/ranlib
  851. configure:7011: result: ranlib
  852. configure:7073: checking for special C compiler options needed for large files
  853. configure:7118: result: no
  854. configure:7124: checking for _FILE_OFFSET_BITS value needed for large files
  855. configure:7149: gcc -c -g -O2 conftest.c >&5
  856. configure:7149: $? = 0
  857. configure:7181: result: no
  858. configure:7431: checking whether gcc accepts -g3 -O2
  859. configure:7447: gcc -o conftest -g3 -O2 conftest.c >&5
  860. configure:7447: $? = 0
  861. configure:7455: result: yes
  862. configure:7544: gcc -E conftest.c
  863. conftest.c:69:3: error: "your version of gcc is older than 5.3"
  864. # error "your version of gcc is older than 5.3"
  865. ^
  866. 1 error generated.
  867. configure:7544: $? = 1
  868. configure: failed program was:
  869. | /* confdefs.h */
  870. | #define PACKAGE_NAME "GNU Emacs"
  871. | #define PACKAGE_TARNAME "emacs"
  872. | #define PACKAGE_VERSION "27.0.50"
  873. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  874. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  875. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  876. | #define HAVE_PDUMPER 1
  877. | #define HAVE_PUTENV 1
  878. | #define HAVE_SBRK 1
  879. | #define HAVE_FCHMOD 1
  880. | #define HAVE_GETCWD 1
  881. | #define HAVE_READLINK 1
  882. | #define HAVE_REALPATH 1
  883. | #define HAVE_READLINKAT 1
  884. | #define HAVE_FACCESSAT 1
  885. | #define HAVE_FCNTL 1
  886. | #define HAVE_FDOPENDIR 1
  887. | #define HAVE_FSTATAT 1
  888. | #define HAVE_FSYNC 1
  889. | #define HAVE_GETTIMEOFDAY 1
  890. | #define HAVE_LSTAT 1
  891. | #define HAVE_MKOSTEMP 1
  892. | #define HAVE_TZSET 1
  893. | #define HAVE_PSELECT 1
  894. | #define HAVE_ISBLANK 1
  895. | #define HAVE_ISWCTYPE 1
  896. | #define HAVE_STRTOIMAX 1
  897. | #define HAVE_SYMLINK 1
  898. | #define HAVE_LOCALTIME_R 1
  899. | #define HAVE_TIMEGM 1
  900. | #define HAVE_FUTIMES 1
  901. | #define HAVE_FUTIMENS 1
  902. | #define HAVE_UTIMENSAT 1
  903. | #define HAVE_LUTIMES 1
  904. | #define HAVE_GETDTABLESIZE 1
  905. | #define STDC_HEADERS 1
  906. | #define HAVE_SYS_TYPES_H 1
  907. | #define HAVE_SYS_STAT_H 1
  908. | #define HAVE_STDLIB_H 1
  909. | #define HAVE_STRING_H 1
  910. | #define HAVE_MEMORY_H 1
  911. | #define HAVE_STRINGS_H 1
  912. | #define HAVE_INTTYPES_H 1
  913. | #define HAVE_STDINT_H 1
  914. | #define HAVE_UNISTD_H 1
  915. | #define __EXTENSIONS__ 1
  916. | #define _ALL_SOURCE 1
  917. | #define _DARWIN_C_SOURCE 1
  918. | #define _GNU_SOURCE 1
  919. | #define _NETBSD_SOURCE 1
  920. | #define _OPENBSD_SOURCE 1
  921. | #define _POSIX_PTHREAD_SEMANTICS 1
  922. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  923. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  924. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  925. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  926. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  927. | #define __STDC_WANT_LIB_EXT2__ 1
  928. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  929. | #define _TANDEM_SOURCE 1
  930. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  931. | #define _DARWIN_USE_64_BIT_INODE 1
  932. | /* end confdefs.h. */
  933. |
  934. | #if (5) < __GNUC__ || ((5) == __GNUC__ && (3) <= __GNUC_MINOR__)
  935. | /* ok */
  936. | #else
  937. | # error "your version of gcc is older than 5.3"
  938. | #endif
  939. |
  940. | int
  941. | main ()
  942. | {
  943. |
  944. | ;
  945. | return 0;
  946. | },
  947. |
  948. configure:7566: checking whether the compiler is clang
  949. configure:7586: gcc -c -g3 -O2 conftest.c >&5
  950. configure:7586: $? = 0
  951. configure:7593: result: yes
  952. configure:7607: checking whether C compiler handles -Werror -Wunknown-warning-option
  953. configure:7626: gcc -o conftest -g3 -O2 -Werror -Wunknown-warning-option conftest.c >&5
  954. configure:7626: $? = 0
  955. configure:7636: result: yes
  956. configure:7659: checking whether C compiler handles -Wno-switch
  957. configure:7678: gcc -o conftest -g3 -O2 -Wunknown-warning-option -Werror -Wswitch conftest.c >&5
  958. configure:7678: $? = 0
  959. configure:7688: result: yes
  960. configure:7697: checking whether C compiler handles -Wno-pointer-sign
  961. configure:7716: gcc -o conftest -g3 -O2 -Wunknown-warning-option -Werror -Wpointer-sign conftest.c >&5
  962. configure:7716: $? = 0
  963. configure:7726: result: yes
  964. configure:7735: checking whether C compiler handles -Wno-string-plus-int
  965. configure:7754: gcc -o conftest -g3 -O2 -Wunknown-warning-option -Werror -Wstring-plus-int conftest.c >&5
  966. configure:7754: $? = 0
  967. configure:7764: result: yes
  968. configure:7773: checking whether C compiler handles -Wno-unknown-attributes
  969. configure:7792: gcc -o conftest -g3 -O2 -Wunknown-warning-option -Werror -Wunknown-attributes conftest.c >&5
  970. configure:7792: $? = 0
  971. configure:7802: result: yes
  972. configure:8700: checking whether C compiler handles -Wno-initializer-overrides
  973. configure:8719: gcc -o conftest -g3 -O2 -Wunknown-warning-option -Werror -Winitializer-overrides conftest.c >&5
  974. configure:8719: $? = 0
  975. configure:8729: result: yes
  976. configure:8738: checking whether C compiler handles -Wno-tautological-compare
  977. configure:8757: gcc -o conftest -g3 -O2 -Wunknown-warning-option -Werror -Wtautological-compare conftest.c >&5
  978. configure:8757: $? = 0
  979. configure:8767: result: yes
  980. configure:8776: checking whether C compiler handles -Wno-tautological-constant-out-of-range-compare
  981. configure:8795: gcc -o conftest -g3 -O2 -Wunknown-warning-option -Werror -Wtautological-constant-out-of-range-compare conftest.c >&5
  982. configure:8795: $? = 0
  983. configure:8805: result: yes
  984. configure:8977: checking for a BSD-compatible install
  985. configure:9045: result: /usr/bin/install -c
  986. configure:9059: checking command to symlink files in the same directory
  987. configure:9086: result: ln -s
  988. configure:9100: checking for install-info
  989. configure:9118: found /usr/bin/install-info
  990. configure:9131: result: /usr/bin/install-info
  991. configure:9141: checking for gzip
  992. configure:9159: found /usr/bin/gzip
  993. configure:9171: result: /usr/bin/gzip
  994. configure:9187: checking for 'find' args to delete a file
  995. configure:9198: result: -delete
  996. configure:9318: checking for brew
  997. configure:9334: found /opt/brew/bin/brew
  998. configure:9345: result: brew
  999. configure:9359: checking for makeinfo
  1000. configure:9377: found /opt/brew/opt/texinfo/bin/makeinfo
  1001. configure:9389: result: /opt/brew/opt/texinfo/bin/makeinfo
  1002. configure:9456: checking for -znocombreloc
  1003. configure:9487: result: not needed
  1004. configure:9496: checking whether addresses are sanitized
  1005. configure:9519: gcc -c -g3 -O2 conftest.c >&5
  1006. conftest.c:70:5: error: unknown type name 'error'
  1007. error "Addresses are not sanitized.";
  1008. ^
  1009. conftest.c:70:11: error: expected identifier or '('
  1010. error "Addresses are not sanitized.";
  1011. ^
  1012. 2 errors generated.
  1013. configure:9519: $? = 1
  1014. configure: failed program was:
  1015. | /* confdefs.h */
  1016. | #define PACKAGE_NAME "GNU Emacs"
  1017. | #define PACKAGE_TARNAME "emacs"
  1018. | #define PACKAGE_VERSION "27.0.50"
  1019. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  1020. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  1021. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  1022. | #define HAVE_PDUMPER 1
  1023. | #define HAVE_PUTENV 1
  1024. | #define HAVE_SBRK 1
  1025. | #define HAVE_FCHMOD 1
  1026. | #define HAVE_GETCWD 1
  1027. | #define HAVE_READLINK 1
  1028. | #define HAVE_REALPATH 1
  1029. | #define HAVE_READLINKAT 1
  1030. | #define HAVE_FACCESSAT 1
  1031. | #define HAVE_FCNTL 1
  1032. | #define HAVE_FDOPENDIR 1
  1033. | #define HAVE_FSTATAT 1
  1034. | #define HAVE_FSYNC 1
  1035. | #define HAVE_GETTIMEOFDAY 1
  1036. | #define HAVE_LSTAT 1
  1037. | #define HAVE_MKOSTEMP 1
  1038. | #define HAVE_TZSET 1
  1039. | #define HAVE_PSELECT 1
  1040. | #define HAVE_ISBLANK 1
  1041. | #define HAVE_ISWCTYPE 1
  1042. | #define HAVE_STRTOIMAX 1
  1043. | #define HAVE_SYMLINK 1
  1044. | #define HAVE_LOCALTIME_R 1
  1045. | #define HAVE_TIMEGM 1
  1046. | #define HAVE_FUTIMES 1
  1047. | #define HAVE_FUTIMENS 1
  1048. | #define HAVE_UTIMENSAT 1
  1049. | #define HAVE_LUTIMES 1
  1050. | #define HAVE_GETDTABLESIZE 1
  1051. | #define STDC_HEADERS 1
  1052. | #define HAVE_SYS_TYPES_H 1
  1053. | #define HAVE_SYS_STAT_H 1
  1054. | #define HAVE_STDLIB_H 1
  1055. | #define HAVE_STRING_H 1
  1056. | #define HAVE_MEMORY_H 1
  1057. | #define HAVE_STRINGS_H 1
  1058. | #define HAVE_INTTYPES_H 1
  1059. | #define HAVE_STDINT_H 1
  1060. | #define HAVE_UNISTD_H 1
  1061. | #define __EXTENSIONS__ 1
  1062. | #define _ALL_SOURCE 1
  1063. | #define _DARWIN_C_SOURCE 1
  1064. | #define _GNU_SOURCE 1
  1065. | #define _NETBSD_SOURCE 1
  1066. | #define _OPENBSD_SOURCE 1
  1067. | #define _POSIX_PTHREAD_SEMANTICS 1
  1068. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  1069. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  1070. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  1071. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  1072. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  1073. | #define __STDC_WANT_LIB_EXT2__ 1
  1074. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  1075. | #define _TANDEM_SOURCE 1
  1076. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  1077. | #define _DARWIN_USE_64_BIT_INODE 1
  1078. | /* end confdefs.h. */
  1079. | #ifndef __has_feature
  1080. | #define __has_feature(f) 0
  1081. | #endif
  1082. | #if defined __SANITIZE_ADDRESS__ || __has_feature (address_sanitizer)
  1083. | #else
  1084. | error "Addresses are not sanitized.";
  1085. | #endif
  1086. |
  1087. | int
  1088. | main ()
  1089. | {
  1090. |
  1091. | ;
  1092. | return 0;
  1093. | }
  1094. configure:9526: result: no
  1095. configure:9703: checking for library containing sqrt
  1096. configure:9734: gcc -o conftest -g3 -O2 conftest.c >&5
  1097. conftest.c:72:6: warning: incompatible redeclaration of library function 'sqrt' [-Wincompatible-library-redeclaration]
  1098. char sqrt ();
  1099. ^
  1100. conftest.c:72:6: note: 'sqrt' is a builtin with type 'double (double)'
  1101. 1 warning generated.
  1102. configure:9734: $? = 0
  1103. configure:9751: result: none required
  1104. configure:9863: checking for pkg-config
  1105. configure:9881: found /opt/homebrew/bin/pkg-config
  1106. configure:9893: result: /opt/homebrew/bin/pkg-config
  1107. configure:9918: checking pkg-config is at least version 0.9.0
  1108. configure:9921: result: yes
  1109. configure:9938: checking for machine/soundcard.h
  1110. configure:9938: gcc -c -g3 -O2 conftest.c >&5
  1111. conftest.c:73:10: fatal error: 'machine/soundcard.h' file not found
  1112. #include <machine/soundcard.h>
  1113. ^~~~~~~~~~~~~~~~~~~~~
  1114. 1 error generated.
  1115. configure:9938: $? = 1
  1116. configure: failed program was:
  1117. | /* confdefs.h */
  1118. | #define PACKAGE_NAME "GNU Emacs"
  1119. | #define PACKAGE_TARNAME "emacs"
  1120. | #define PACKAGE_VERSION "27.0.50"
  1121. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  1122. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  1123. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  1124. | #define HAVE_PDUMPER 1
  1125. | #define HAVE_PUTENV 1
  1126. | #define HAVE_SBRK 1
  1127. | #define HAVE_FCHMOD 1
  1128. | #define HAVE_GETCWD 1
  1129. | #define HAVE_READLINK 1
  1130. | #define HAVE_REALPATH 1
  1131. | #define HAVE_READLINKAT 1
  1132. | #define HAVE_FACCESSAT 1
  1133. | #define HAVE_FCNTL 1
  1134. | #define HAVE_FDOPENDIR 1
  1135. | #define HAVE_FSTATAT 1
  1136. | #define HAVE_FSYNC 1
  1137. | #define HAVE_GETTIMEOFDAY 1
  1138. | #define HAVE_LSTAT 1
  1139. | #define HAVE_MKOSTEMP 1
  1140. | #define HAVE_TZSET 1
  1141. | #define HAVE_PSELECT 1
  1142. | #define HAVE_ISBLANK 1
  1143. | #define HAVE_ISWCTYPE 1
  1144. | #define HAVE_STRTOIMAX 1
  1145. | #define HAVE_SYMLINK 1
  1146. | #define HAVE_LOCALTIME_R 1
  1147. | #define HAVE_TIMEGM 1
  1148. | #define HAVE_FUTIMES 1
  1149. | #define HAVE_FUTIMENS 1
  1150. | #define HAVE_UTIMENSAT 1
  1151. | #define HAVE_LUTIMES 1
  1152. | #define HAVE_GETDTABLESIZE 1
  1153. | #define STDC_HEADERS 1
  1154. | #define HAVE_SYS_TYPES_H 1
  1155. | #define HAVE_SYS_STAT_H 1
  1156. | #define HAVE_STDLIB_H 1
  1157. | #define HAVE_STRING_H 1
  1158. | #define HAVE_MEMORY_H 1
  1159. | #define HAVE_STRINGS_H 1
  1160. | #define HAVE_INTTYPES_H 1
  1161. | #define HAVE_STDINT_H 1
  1162. | #define HAVE_UNISTD_H 1
  1163. | #define __EXTENSIONS__ 1
  1164. | #define _ALL_SOURCE 1
  1165. | #define _DARWIN_C_SOURCE 1
  1166. | #define _GNU_SOURCE 1
  1167. | #define _NETBSD_SOURCE 1
  1168. | #define _OPENBSD_SOURCE 1
  1169. | #define _POSIX_PTHREAD_SEMANTICS 1
  1170. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  1171. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  1172. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  1173. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  1174. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  1175. | #define __STDC_WANT_LIB_EXT2__ 1
  1176. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  1177. | #define _TANDEM_SOURCE 1
  1178. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  1179. | #define _DARWIN_USE_64_BIT_INODE 1
  1180. | #define SYSTEM_TYPE "darwin"
  1181. | /* end confdefs.h. */
  1182. |
  1183. | #ifdef __MINGW32__
  1184. | #define WIN32_LEAN_AND_MEAN
  1185. | #include <windows.h>
  1186. | #endif
  1187. |
  1188. |
  1189. | #include <machine/soundcard.h>
  1190. configure:9938: result: no
  1191. configure:9938: checking for sys/soundcard.h
  1192. configure:9938: gcc -c -g3 -O2 conftest.c >&5
  1193. conftest.c:73:10: fatal error: 'sys/soundcard.h' file not found
  1194. #include <sys/soundcard.h>
  1195. ^~~~~~~~~~~~~~~~~
  1196. 1 error generated.
  1197. configure:9938: $? = 1
  1198. configure: failed program was:
  1199. | /* confdefs.h */
  1200. | #define PACKAGE_NAME "GNU Emacs"
  1201. | #define PACKAGE_TARNAME "emacs"
  1202. | #define PACKAGE_VERSION "27.0.50"
  1203. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  1204. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  1205. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  1206. | #define HAVE_PDUMPER 1
  1207. | #define HAVE_PUTENV 1
  1208. | #define HAVE_SBRK 1
  1209. | #define HAVE_FCHMOD 1
  1210. | #define HAVE_GETCWD 1
  1211. | #define HAVE_READLINK 1
  1212. | #define HAVE_REALPATH 1
  1213. | #define HAVE_READLINKAT 1
  1214. | #define HAVE_FACCESSAT 1
  1215. | #define HAVE_FCNTL 1
  1216. | #define HAVE_FDOPENDIR 1
  1217. | #define HAVE_FSTATAT 1
  1218. | #define HAVE_FSYNC 1
  1219. | #define HAVE_GETTIMEOFDAY 1
  1220. | #define HAVE_LSTAT 1
  1221. | #define HAVE_MKOSTEMP 1
  1222. | #define HAVE_TZSET 1
  1223. | #define HAVE_PSELECT 1
  1224. | #define HAVE_ISBLANK 1
  1225. | #define HAVE_ISWCTYPE 1
  1226. | #define HAVE_STRTOIMAX 1
  1227. | #define HAVE_SYMLINK 1
  1228. | #define HAVE_LOCALTIME_R 1
  1229. | #define HAVE_TIMEGM 1
  1230. | #define HAVE_FUTIMES 1
  1231. | #define HAVE_FUTIMENS 1
  1232. | #define HAVE_UTIMENSAT 1
  1233. | #define HAVE_LUTIMES 1
  1234. | #define HAVE_GETDTABLESIZE 1
  1235. | #define STDC_HEADERS 1
  1236. | #define HAVE_SYS_TYPES_H 1
  1237. | #define HAVE_SYS_STAT_H 1
  1238. | #define HAVE_STDLIB_H 1
  1239. | #define HAVE_STRING_H 1
  1240. | #define HAVE_MEMORY_H 1
  1241. | #define HAVE_STRINGS_H 1
  1242. | #define HAVE_INTTYPES_H 1
  1243. | #define HAVE_STDINT_H 1
  1244. | #define HAVE_UNISTD_H 1
  1245. | #define __EXTENSIONS__ 1
  1246. | #define _ALL_SOURCE 1
  1247. | #define _DARWIN_C_SOURCE 1
  1248. | #define _GNU_SOURCE 1
  1249. | #define _NETBSD_SOURCE 1
  1250. | #define _OPENBSD_SOURCE 1
  1251. | #define _POSIX_PTHREAD_SEMANTICS 1
  1252. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  1253. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  1254. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  1255. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  1256. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  1257. | #define __STDC_WANT_LIB_EXT2__ 1
  1258. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  1259. | #define _TANDEM_SOURCE 1
  1260. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  1261. | #define _DARWIN_USE_64_BIT_INODE 1
  1262. | #define SYSTEM_TYPE "darwin"
  1263. | /* end confdefs.h. */
  1264. |
  1265. | #ifdef __MINGW32__
  1266. | #define WIN32_LEAN_AND_MEAN
  1267. | #include <windows.h>
  1268. | #endif
  1269. |
  1270. |
  1271. | #include <sys/soundcard.h>
  1272. configure:9938: result: no
  1273. configure:9938: checking for soundcard.h
  1274. configure:9938: gcc -c -g3 -O2 conftest.c >&5
  1275. conftest.c:73:10: fatal error: 'soundcard.h' file not found
  1276. #include <soundcard.h>
  1277. ^~~~~~~~~~~~~
  1278. 1 error generated.
  1279. configure:9938: $? = 1
  1280. configure: failed program was:
  1281. | /* confdefs.h */
  1282. | #define PACKAGE_NAME "GNU Emacs"
  1283. | #define PACKAGE_TARNAME "emacs"
  1284. | #define PACKAGE_VERSION "27.0.50"
  1285. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  1286. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  1287. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  1288. | #define HAVE_PDUMPER 1
  1289. | #define HAVE_PUTENV 1
  1290. | #define HAVE_SBRK 1
  1291. | #define HAVE_FCHMOD 1
  1292. | #define HAVE_GETCWD 1
  1293. | #define HAVE_READLINK 1
  1294. | #define HAVE_REALPATH 1
  1295. | #define HAVE_READLINKAT 1
  1296. | #define HAVE_FACCESSAT 1
  1297. | #define HAVE_FCNTL 1
  1298. | #define HAVE_FDOPENDIR 1
  1299. | #define HAVE_FSTATAT 1
  1300. | #define HAVE_FSYNC 1
  1301. | #define HAVE_GETTIMEOFDAY 1
  1302. | #define HAVE_LSTAT 1
  1303. | #define HAVE_MKOSTEMP 1
  1304. | #define HAVE_TZSET 1
  1305. | #define HAVE_PSELECT 1
  1306. | #define HAVE_ISBLANK 1
  1307. | #define HAVE_ISWCTYPE 1
  1308. | #define HAVE_STRTOIMAX 1
  1309. | #define HAVE_SYMLINK 1
  1310. | #define HAVE_LOCALTIME_R 1
  1311. | #define HAVE_TIMEGM 1
  1312. | #define HAVE_FUTIMES 1
  1313. | #define HAVE_FUTIMENS 1
  1314. | #define HAVE_UTIMENSAT 1
  1315. | #define HAVE_LUTIMES 1
  1316. | #define HAVE_GETDTABLESIZE 1
  1317. | #define STDC_HEADERS 1
  1318. | #define HAVE_SYS_TYPES_H 1
  1319. | #define HAVE_SYS_STAT_H 1
  1320. | #define HAVE_STDLIB_H 1
  1321. | #define HAVE_STRING_H 1
  1322. | #define HAVE_MEMORY_H 1
  1323. | #define HAVE_STRINGS_H 1
  1324. | #define HAVE_INTTYPES_H 1
  1325. | #define HAVE_STDINT_H 1
  1326. | #define HAVE_UNISTD_H 1
  1327. | #define __EXTENSIONS__ 1
  1328. | #define _ALL_SOURCE 1
  1329. | #define _DARWIN_C_SOURCE 1
  1330. | #define _GNU_SOURCE 1
  1331. | #define _NETBSD_SOURCE 1
  1332. | #define _OPENBSD_SOURCE 1
  1333. | #define _POSIX_PTHREAD_SEMANTICS 1
  1334. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  1335. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  1336. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  1337. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  1338. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  1339. | #define __STDC_WANT_LIB_EXT2__ 1
  1340. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  1341. | #define _TANDEM_SOURCE 1
  1342. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  1343. | #define _DARWIN_USE_64_BIT_INODE 1
  1344. | #define SYSTEM_TYPE "darwin"
  1345. | /* end confdefs.h. */
  1346. |
  1347. | #ifdef __MINGW32__
  1348. | #define WIN32_LEAN_AND_MEAN
  1349. | #include <windows.h>
  1350. | #endif
  1351. |
  1352. |
  1353. | #include <soundcard.h>
  1354. configure:9938: result: no
  1355. configure:9938: checking for mmsystem.h
  1356. configure:9938: gcc -c -g3 -O2 conftest.c >&5
  1357. conftest.c:73:10: fatal error: 'mmsystem.h' file not found
  1358. #include <mmsystem.h>
  1359. ^~~~~~~~~~~~
  1360. 1 error generated.
  1361. configure:9938: $? = 1
  1362. configure: failed program was:
  1363. | /* confdefs.h */
  1364. | #define PACKAGE_NAME "GNU Emacs"
  1365. | #define PACKAGE_TARNAME "emacs"
  1366. | #define PACKAGE_VERSION "27.0.50"
  1367. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  1368. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  1369. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  1370. | #define HAVE_PDUMPER 1
  1371. | #define HAVE_PUTENV 1
  1372. | #define HAVE_SBRK 1
  1373. | #define HAVE_FCHMOD 1
  1374. | #define HAVE_GETCWD 1
  1375. | #define HAVE_READLINK 1
  1376. | #define HAVE_REALPATH 1
  1377. | #define HAVE_READLINKAT 1
  1378. | #define HAVE_FACCESSAT 1
  1379. | #define HAVE_FCNTL 1
  1380. | #define HAVE_FDOPENDIR 1
  1381. | #define HAVE_FSTATAT 1
  1382. | #define HAVE_FSYNC 1
  1383. | #define HAVE_GETTIMEOFDAY 1
  1384. | #define HAVE_LSTAT 1
  1385. | #define HAVE_MKOSTEMP 1
  1386. | #define HAVE_TZSET 1
  1387. | #define HAVE_PSELECT 1
  1388. | #define HAVE_ISBLANK 1
  1389. | #define HAVE_ISWCTYPE 1
  1390. | #define HAVE_STRTOIMAX 1
  1391. | #define HAVE_SYMLINK 1
  1392. | #define HAVE_LOCALTIME_R 1
  1393. | #define HAVE_TIMEGM 1
  1394. | #define HAVE_FUTIMES 1
  1395. | #define HAVE_FUTIMENS 1
  1396. | #define HAVE_UTIMENSAT 1
  1397. | #define HAVE_LUTIMES 1
  1398. | #define HAVE_GETDTABLESIZE 1
  1399. | #define STDC_HEADERS 1
  1400. | #define HAVE_SYS_TYPES_H 1
  1401. | #define HAVE_SYS_STAT_H 1
  1402. | #define HAVE_STDLIB_H 1
  1403. | #define HAVE_STRING_H 1
  1404. | #define HAVE_MEMORY_H 1
  1405. | #define HAVE_STRINGS_H 1
  1406. | #define HAVE_INTTYPES_H 1
  1407. | #define HAVE_STDINT_H 1
  1408. | #define HAVE_UNISTD_H 1
  1409. | #define __EXTENSIONS__ 1
  1410. | #define _ALL_SOURCE 1
  1411. | #define _DARWIN_C_SOURCE 1
  1412. | #define _GNU_SOURCE 1
  1413. | #define _NETBSD_SOURCE 1
  1414. | #define _OPENBSD_SOURCE 1
  1415. | #define _POSIX_PTHREAD_SEMANTICS 1
  1416. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  1417. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  1418. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  1419. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  1420. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  1421. | #define __STDC_WANT_LIB_EXT2__ 1
  1422. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  1423. | #define _TANDEM_SOURCE 1
  1424. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  1425. | #define _DARWIN_USE_64_BIT_INODE 1
  1426. | #define SYSTEM_TYPE "darwin"
  1427. | /* end confdefs.h. */
  1428. |
  1429. | #ifdef __MINGW32__
  1430. | #define WIN32_LEAN_AND_MEAN
  1431. | #include <windows.h>
  1432. | #endif
  1433. |
  1434. |
  1435. | #include <mmsystem.h>
  1436. configure:9938: result: no
  1437. configure:9959: checking for _oss_ioctl in -lossaudio
  1438. configure:9984: gcc -o conftest -g3 -O2 conftest.c -lossaudio >&5
  1439. ld: library not found for -lossaudio
  1440. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  1441. configure:9984: $? = 1
  1442. configure: failed program was:
  1443. | /* confdefs.h */
  1444. | #define PACKAGE_NAME "GNU Emacs"
  1445. | #define PACKAGE_TARNAME "emacs"
  1446. | #define PACKAGE_VERSION "27.0.50"
  1447. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  1448. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  1449. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  1450. | #define HAVE_PDUMPER 1
  1451. | #define HAVE_PUTENV 1
  1452. | #define HAVE_SBRK 1
  1453. | #define HAVE_FCHMOD 1
  1454. | #define HAVE_GETCWD 1
  1455. | #define HAVE_READLINK 1
  1456. | #define HAVE_REALPATH 1
  1457. | #define HAVE_READLINKAT 1
  1458. | #define HAVE_FACCESSAT 1
  1459. | #define HAVE_FCNTL 1
  1460. | #define HAVE_FDOPENDIR 1
  1461. | #define HAVE_FSTATAT 1
  1462. | #define HAVE_FSYNC 1
  1463. | #define HAVE_GETTIMEOFDAY 1
  1464. | #define HAVE_LSTAT 1
  1465. | #define HAVE_MKOSTEMP 1
  1466. | #define HAVE_TZSET 1
  1467. | #define HAVE_PSELECT 1
  1468. | #define HAVE_ISBLANK 1
  1469. | #define HAVE_ISWCTYPE 1
  1470. | #define HAVE_STRTOIMAX 1
  1471. | #define HAVE_SYMLINK 1
  1472. | #define HAVE_LOCALTIME_R 1
  1473. | #define HAVE_TIMEGM 1
  1474. | #define HAVE_FUTIMES 1
  1475. | #define HAVE_FUTIMENS 1
  1476. | #define HAVE_UTIMENSAT 1
  1477. | #define HAVE_LUTIMES 1
  1478. | #define HAVE_GETDTABLESIZE 1
  1479. | #define STDC_HEADERS 1
  1480. | #define HAVE_SYS_TYPES_H 1
  1481. | #define HAVE_SYS_STAT_H 1
  1482. | #define HAVE_STDLIB_H 1
  1483. | #define HAVE_STRING_H 1
  1484. | #define HAVE_MEMORY_H 1
  1485. | #define HAVE_STRINGS_H 1
  1486. | #define HAVE_INTTYPES_H 1
  1487. | #define HAVE_STDINT_H 1
  1488. | #define HAVE_UNISTD_H 1
  1489. | #define __EXTENSIONS__ 1
  1490. | #define _ALL_SOURCE 1
  1491. | #define _DARWIN_C_SOURCE 1
  1492. | #define _GNU_SOURCE 1
  1493. | #define _NETBSD_SOURCE 1
  1494. | #define _OPENBSD_SOURCE 1
  1495. | #define _POSIX_PTHREAD_SEMANTICS 1
  1496. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  1497. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  1498. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  1499. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  1500. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  1501. | #define __STDC_WANT_LIB_EXT2__ 1
  1502. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  1503. | #define _TANDEM_SOURCE 1
  1504. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  1505. | #define _DARWIN_USE_64_BIT_INODE 1
  1506. | #define SYSTEM_TYPE "darwin"
  1507. | /* end confdefs.h. */
  1508. |
  1509. | /* Override any GCC internal prototype to avoid an error.
  1510. | Use char because int might match the return type of a GCC
  1511. | builtin and then its argument prototype would still apply. */
  1512. | #ifdef __cplusplus
  1513. | extern "C"
  1514. | #endif
  1515. | char _oss_ioctl ();
  1516. | int
  1517. | main ()
  1518. | {
  1519. | return _oss_ioctl ();
  1520. | ;
  1521. | return 0;
  1522. | }
  1523. configure:9993: result: no
  1524. configure:10011: checking for alsa >= 1.0.0
  1525. configure:10018: $PKG_CONFIG --exists --print-errors "$ALSA_MODULES"
  1526. Package alsa was not found in the pkg-config search path.
  1527. Perhaps you should add the directory containing `alsa.pc'
  1528. to the PKG_CONFIG_PATH environment variable
  1529. No package 'alsa' found
  1530. configure:10021: $? = 1
  1531. configure:10035: $PKG_CONFIG --exists --print-errors "$ALSA_MODULES"
  1532. Package alsa was not found in the pkg-config search path.
  1533. Perhaps you should add the directory containing `alsa.pc'
  1534. to the PKG_CONFIG_PATH environment variable
  1535. No package 'alsa' found
  1536. configure:10038: $? = 1
  1537. configure:10052: result: no
  1538. No package 'alsa' found
  1539. configure:10111: checking for linux/fs.h
  1540. configure:10111: gcc -c -g3 -O2 conftest.c >&5
  1541. conftest.c:100:10: fatal error: 'linux/fs.h' file not found
  1542. #include <linux/fs.h>
  1543. ^~~~~~~~~~~~
  1544. 1 error generated.
  1545. configure:10111: $? = 1
  1546. configure: failed program was:
  1547. | /* confdefs.h */
  1548. | #define PACKAGE_NAME "GNU Emacs"
  1549. | #define PACKAGE_TARNAME "emacs"
  1550. | #define PACKAGE_VERSION "27.0.50"
  1551. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  1552. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  1553. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  1554. | #define HAVE_PDUMPER 1
  1555. | #define HAVE_PUTENV 1
  1556. | #define HAVE_SBRK 1
  1557. | #define HAVE_FCHMOD 1
  1558. | #define HAVE_GETCWD 1
  1559. | #define HAVE_READLINK 1
  1560. | #define HAVE_REALPATH 1
  1561. | #define HAVE_READLINKAT 1
  1562. | #define HAVE_FACCESSAT 1
  1563. | #define HAVE_FCNTL 1
  1564. | #define HAVE_FDOPENDIR 1
  1565. | #define HAVE_FSTATAT 1
  1566. | #define HAVE_FSYNC 1
  1567. | #define HAVE_GETTIMEOFDAY 1
  1568. | #define HAVE_LSTAT 1
  1569. | #define HAVE_MKOSTEMP 1
  1570. | #define HAVE_TZSET 1
  1571. | #define HAVE_PSELECT 1
  1572. | #define HAVE_ISBLANK 1
  1573. | #define HAVE_ISWCTYPE 1
  1574. | #define HAVE_STRTOIMAX 1
  1575. | #define HAVE_SYMLINK 1
  1576. | #define HAVE_LOCALTIME_R 1
  1577. | #define HAVE_TIMEGM 1
  1578. | #define HAVE_FUTIMES 1
  1579. | #define HAVE_FUTIMENS 1
  1580. | #define HAVE_UTIMENSAT 1
  1581. | #define HAVE_LUTIMES 1
  1582. | #define HAVE_GETDTABLESIZE 1
  1583. | #define STDC_HEADERS 1
  1584. | #define HAVE_SYS_TYPES_H 1
  1585. | #define HAVE_SYS_STAT_H 1
  1586. | #define HAVE_STDLIB_H 1
  1587. | #define HAVE_STRING_H 1
  1588. | #define HAVE_MEMORY_H 1
  1589. | #define HAVE_STRINGS_H 1
  1590. | #define HAVE_INTTYPES_H 1
  1591. | #define HAVE_STDINT_H 1
  1592. | #define HAVE_UNISTD_H 1
  1593. | #define __EXTENSIONS__ 1
  1594. | #define _ALL_SOURCE 1
  1595. | #define _DARWIN_C_SOURCE 1
  1596. | #define _GNU_SOURCE 1
  1597. | #define _NETBSD_SOURCE 1
  1598. | #define _OPENBSD_SOURCE 1
  1599. | #define _POSIX_PTHREAD_SEMANTICS 1
  1600. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  1601. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  1602. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  1603. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  1604. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  1605. | #define __STDC_WANT_LIB_EXT2__ 1
  1606. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  1607. | #define _TANDEM_SOURCE 1
  1608. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  1609. | #define _DARWIN_USE_64_BIT_INODE 1
  1610. | #define SYSTEM_TYPE "darwin"
  1611. | /* end confdefs.h. */
  1612. | #include <stdio.h>
  1613. | #ifdef HAVE_SYS_TYPES_H
  1614. | # include <sys/types.h>
  1615. | #endif
  1616. | #ifdef HAVE_SYS_STAT_H
  1617. | # include <sys/stat.h>
  1618. | #endif
  1619. | #ifdef STDC_HEADERS
  1620. | # include <stdlib.h>
  1621. | # include <stddef.h>
  1622. | #else
  1623. | # ifdef HAVE_STDLIB_H
  1624. | # include <stdlib.h>
  1625. | # endif
  1626. | #endif
  1627. | #ifdef HAVE_STRING_H
  1628. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1629. | # include <memory.h>
  1630. | # endif
  1631. | # include <string.h>
  1632. | #endif
  1633. | #ifdef HAVE_STRINGS_H
  1634. | # include <strings.h>
  1635. | #endif
  1636. | #ifdef HAVE_INTTYPES_H
  1637. | # include <inttypes.h>
  1638. | #endif
  1639. | #ifdef HAVE_STDINT_H
  1640. | # include <stdint.h>
  1641. | #endif
  1642. | #ifdef HAVE_UNISTD_H
  1643. | # include <unistd.h>
  1644. | #endif
  1645. |
  1646. | #include <linux/fs.h>
  1647. configure:10111: result: no
  1648. configure:10111: checking for malloc.h
  1649. configure:10111: gcc -c -g3 -O2 conftest.c >&5
  1650. conftest.c:100:10: fatal error: 'malloc.h' file not found
  1651. #include <malloc.h>
  1652. ^~~~~~~~~~
  1653. 1 error generated.
  1654. configure:10111: $? = 1
  1655. configure: failed program was:
  1656. | /* confdefs.h */
  1657. | #define PACKAGE_NAME "GNU Emacs"
  1658. | #define PACKAGE_TARNAME "emacs"
  1659. | #define PACKAGE_VERSION "27.0.50"
  1660. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  1661. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  1662. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  1663. | #define HAVE_PDUMPER 1
  1664. | #define HAVE_PUTENV 1
  1665. | #define HAVE_SBRK 1
  1666. | #define HAVE_FCHMOD 1
  1667. | #define HAVE_GETCWD 1
  1668. | #define HAVE_READLINK 1
  1669. | #define HAVE_REALPATH 1
  1670. | #define HAVE_READLINKAT 1
  1671. | #define HAVE_FACCESSAT 1
  1672. | #define HAVE_FCNTL 1
  1673. | #define HAVE_FDOPENDIR 1
  1674. | #define HAVE_FSTATAT 1
  1675. | #define HAVE_FSYNC 1
  1676. | #define HAVE_GETTIMEOFDAY 1
  1677. | #define HAVE_LSTAT 1
  1678. | #define HAVE_MKOSTEMP 1
  1679. | #define HAVE_TZSET 1
  1680. | #define HAVE_PSELECT 1
  1681. | #define HAVE_ISBLANK 1
  1682. | #define HAVE_ISWCTYPE 1
  1683. | #define HAVE_STRTOIMAX 1
  1684. | #define HAVE_SYMLINK 1
  1685. | #define HAVE_LOCALTIME_R 1
  1686. | #define HAVE_TIMEGM 1
  1687. | #define HAVE_FUTIMES 1
  1688. | #define HAVE_FUTIMENS 1
  1689. | #define HAVE_UTIMENSAT 1
  1690. | #define HAVE_LUTIMES 1
  1691. | #define HAVE_GETDTABLESIZE 1
  1692. | #define STDC_HEADERS 1
  1693. | #define HAVE_SYS_TYPES_H 1
  1694. | #define HAVE_SYS_STAT_H 1
  1695. | #define HAVE_STDLIB_H 1
  1696. | #define HAVE_STRING_H 1
  1697. | #define HAVE_MEMORY_H 1
  1698. | #define HAVE_STRINGS_H 1
  1699. | #define HAVE_INTTYPES_H 1
  1700. | #define HAVE_STDINT_H 1
  1701. | #define HAVE_UNISTD_H 1
  1702. | #define __EXTENSIONS__ 1
  1703. | #define _ALL_SOURCE 1
  1704. | #define _DARWIN_C_SOURCE 1
  1705. | #define _GNU_SOURCE 1
  1706. | #define _NETBSD_SOURCE 1
  1707. | #define _OPENBSD_SOURCE 1
  1708. | #define _POSIX_PTHREAD_SEMANTICS 1
  1709. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  1710. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  1711. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  1712. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  1713. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  1714. | #define __STDC_WANT_LIB_EXT2__ 1
  1715. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  1716. | #define _TANDEM_SOURCE 1
  1717. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  1718. | #define _DARWIN_USE_64_BIT_INODE 1
  1719. | #define SYSTEM_TYPE "darwin"
  1720. | /* end confdefs.h. */
  1721. | #include <stdio.h>
  1722. | #ifdef HAVE_SYS_TYPES_H
  1723. | # include <sys/types.h>
  1724. | #endif
  1725. | #ifdef HAVE_SYS_STAT_H
  1726. | # include <sys/stat.h>
  1727. | #endif
  1728. | #ifdef STDC_HEADERS
  1729. | # include <stdlib.h>
  1730. | # include <stddef.h>
  1731. | #else
  1732. | # ifdef HAVE_STDLIB_H
  1733. | # include <stdlib.h>
  1734. | # endif
  1735. | #endif
  1736. | #ifdef HAVE_STRING_H
  1737. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1738. | # include <memory.h>
  1739. | # endif
  1740. | # include <string.h>
  1741. | #endif
  1742. | #ifdef HAVE_STRINGS_H
  1743. | # include <strings.h>
  1744. | #endif
  1745. | #ifdef HAVE_INTTYPES_H
  1746. | # include <inttypes.h>
  1747. | #endif
  1748. | #ifdef HAVE_STDINT_H
  1749. | # include <stdint.h>
  1750. | #endif
  1751. | #ifdef HAVE_UNISTD_H
  1752. | # include <unistd.h>
  1753. | #endif
  1754. |
  1755. | #include <malloc.h>
  1756. configure:10111: result: no
  1757. configure:10111: checking for sys/systeminfo.h
  1758. configure:10111: gcc -c -g3 -O2 conftest.c >&5
  1759. conftest.c:100:10: fatal error: 'sys/systeminfo.h' file not found
  1760. #include <sys/systeminfo.h>
  1761. ^~~~~~~~~~~~~~~~~~
  1762. 1 error generated.
  1763. configure:10111: $? = 1
  1764. configure: failed program was:
  1765. | /* confdefs.h */
  1766. | #define PACKAGE_NAME "GNU Emacs"
  1767. | #define PACKAGE_TARNAME "emacs"
  1768. | #define PACKAGE_VERSION "27.0.50"
  1769. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  1770. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  1771. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  1772. | #define HAVE_PDUMPER 1
  1773. | #define HAVE_PUTENV 1
  1774. | #define HAVE_SBRK 1
  1775. | #define HAVE_FCHMOD 1
  1776. | #define HAVE_GETCWD 1
  1777. | #define HAVE_READLINK 1
  1778. | #define HAVE_REALPATH 1
  1779. | #define HAVE_READLINKAT 1
  1780. | #define HAVE_FACCESSAT 1
  1781. | #define HAVE_FCNTL 1
  1782. | #define HAVE_FDOPENDIR 1
  1783. | #define HAVE_FSTATAT 1
  1784. | #define HAVE_FSYNC 1
  1785. | #define HAVE_GETTIMEOFDAY 1
  1786. | #define HAVE_LSTAT 1
  1787. | #define HAVE_MKOSTEMP 1
  1788. | #define HAVE_TZSET 1
  1789. | #define HAVE_PSELECT 1
  1790. | #define HAVE_ISBLANK 1
  1791. | #define HAVE_ISWCTYPE 1
  1792. | #define HAVE_STRTOIMAX 1
  1793. | #define HAVE_SYMLINK 1
  1794. | #define HAVE_LOCALTIME_R 1
  1795. | #define HAVE_TIMEGM 1
  1796. | #define HAVE_FUTIMES 1
  1797. | #define HAVE_FUTIMENS 1
  1798. | #define HAVE_UTIMENSAT 1
  1799. | #define HAVE_LUTIMES 1
  1800. | #define HAVE_GETDTABLESIZE 1
  1801. | #define STDC_HEADERS 1
  1802. | #define HAVE_SYS_TYPES_H 1
  1803. | #define HAVE_SYS_STAT_H 1
  1804. | #define HAVE_STDLIB_H 1
  1805. | #define HAVE_STRING_H 1
  1806. | #define HAVE_MEMORY_H 1
  1807. | #define HAVE_STRINGS_H 1
  1808. | #define HAVE_INTTYPES_H 1
  1809. | #define HAVE_STDINT_H 1
  1810. | #define HAVE_UNISTD_H 1
  1811. | #define __EXTENSIONS__ 1
  1812. | #define _ALL_SOURCE 1
  1813. | #define _DARWIN_C_SOURCE 1
  1814. | #define _GNU_SOURCE 1
  1815. | #define _NETBSD_SOURCE 1
  1816. | #define _OPENBSD_SOURCE 1
  1817. | #define _POSIX_PTHREAD_SEMANTICS 1
  1818. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  1819. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  1820. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  1821. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  1822. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  1823. | #define __STDC_WANT_LIB_EXT2__ 1
  1824. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  1825. | #define _TANDEM_SOURCE 1
  1826. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  1827. | #define _DARWIN_USE_64_BIT_INODE 1
  1828. | #define SYSTEM_TYPE "darwin"
  1829. | /* end confdefs.h. */
  1830. | #include <stdio.h>
  1831. | #ifdef HAVE_SYS_TYPES_H
  1832. | # include <sys/types.h>
  1833. | #endif
  1834. | #ifdef HAVE_SYS_STAT_H
  1835. | # include <sys/stat.h>
  1836. | #endif
  1837. | #ifdef STDC_HEADERS
  1838. | # include <stdlib.h>
  1839. | # include <stddef.h>
  1840. | #else
  1841. | # ifdef HAVE_STDLIB_H
  1842. | # include <stdlib.h>
  1843. | # endif
  1844. | #endif
  1845. | #ifdef HAVE_STRING_H
  1846. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1847. | # include <memory.h>
  1848. | # endif
  1849. | # include <string.h>
  1850. | #endif
  1851. | #ifdef HAVE_STRINGS_H
  1852. | # include <strings.h>
  1853. | #endif
  1854. | #ifdef HAVE_INTTYPES_H
  1855. | # include <inttypes.h>
  1856. | #endif
  1857. | #ifdef HAVE_STDINT_H
  1858. | # include <stdint.h>
  1859. | #endif
  1860. | #ifdef HAVE_UNISTD_H
  1861. | # include <unistd.h>
  1862. | #endif
  1863. |
  1864. | #include <sys/systeminfo.h>
  1865. configure:10111: result: no
  1866. configure:10111: checking for sys/sysinfo.h
  1867. configure:10111: gcc -c -g3 -O2 conftest.c >&5
  1868. conftest.c:100:10: fatal error: 'sys/sysinfo.h' file not found
  1869. #include <sys/sysinfo.h>
  1870. ^~~~~~~~~~~~~~~
  1871. 1 error generated.
  1872. configure:10111: $? = 1
  1873. configure: failed program was:
  1874. | /* confdefs.h */
  1875. | #define PACKAGE_NAME "GNU Emacs"
  1876. | #define PACKAGE_TARNAME "emacs"
  1877. | #define PACKAGE_VERSION "27.0.50"
  1878. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  1879. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  1880. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  1881. | #define HAVE_PDUMPER 1
  1882. | #define HAVE_PUTENV 1
  1883. | #define HAVE_SBRK 1
  1884. | #define HAVE_FCHMOD 1
  1885. | #define HAVE_GETCWD 1
  1886. | #define HAVE_READLINK 1
  1887. | #define HAVE_REALPATH 1
  1888. | #define HAVE_READLINKAT 1
  1889. | #define HAVE_FACCESSAT 1
  1890. | #define HAVE_FCNTL 1
  1891. | #define HAVE_FDOPENDIR 1
  1892. | #define HAVE_FSTATAT 1
  1893. | #define HAVE_FSYNC 1
  1894. | #define HAVE_GETTIMEOFDAY 1
  1895. | #define HAVE_LSTAT 1
  1896. | #define HAVE_MKOSTEMP 1
  1897. | #define HAVE_TZSET 1
  1898. | #define HAVE_PSELECT 1
  1899. | #define HAVE_ISBLANK 1
  1900. | #define HAVE_ISWCTYPE 1
  1901. | #define HAVE_STRTOIMAX 1
  1902. | #define HAVE_SYMLINK 1
  1903. | #define HAVE_LOCALTIME_R 1
  1904. | #define HAVE_TIMEGM 1
  1905. | #define HAVE_FUTIMES 1
  1906. | #define HAVE_FUTIMENS 1
  1907. | #define HAVE_UTIMENSAT 1
  1908. | #define HAVE_LUTIMES 1
  1909. | #define HAVE_GETDTABLESIZE 1
  1910. | #define STDC_HEADERS 1
  1911. | #define HAVE_SYS_TYPES_H 1
  1912. | #define HAVE_SYS_STAT_H 1
  1913. | #define HAVE_STDLIB_H 1
  1914. | #define HAVE_STRING_H 1
  1915. | #define HAVE_MEMORY_H 1
  1916. | #define HAVE_STRINGS_H 1
  1917. | #define HAVE_INTTYPES_H 1
  1918. | #define HAVE_STDINT_H 1
  1919. | #define HAVE_UNISTD_H 1
  1920. | #define __EXTENSIONS__ 1
  1921. | #define _ALL_SOURCE 1
  1922. | #define _DARWIN_C_SOURCE 1
  1923. | #define _GNU_SOURCE 1
  1924. | #define _NETBSD_SOURCE 1
  1925. | #define _OPENBSD_SOURCE 1
  1926. | #define _POSIX_PTHREAD_SEMANTICS 1
  1927. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  1928. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  1929. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  1930. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  1931. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  1932. | #define __STDC_WANT_LIB_EXT2__ 1
  1933. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  1934. | #define _TANDEM_SOURCE 1
  1935. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  1936. | #define _DARWIN_USE_64_BIT_INODE 1
  1937. | #define SYSTEM_TYPE "darwin"
  1938. | /* end confdefs.h. */
  1939. | #include <stdio.h>
  1940. | #ifdef HAVE_SYS_TYPES_H
  1941. | # include <sys/types.h>
  1942. | #endif
  1943. | #ifdef HAVE_SYS_STAT_H
  1944. | # include <sys/stat.h>
  1945. | #endif
  1946. | #ifdef STDC_HEADERS
  1947. | # include <stdlib.h>
  1948. | # include <stddef.h>
  1949. | #else
  1950. | # ifdef HAVE_STDLIB_H
  1951. | # include <stdlib.h>
  1952. | # endif
  1953. | #endif
  1954. | #ifdef HAVE_STRING_H
  1955. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1956. | # include <memory.h>
  1957. | # endif
  1958. | # include <string.h>
  1959. | #endif
  1960. | #ifdef HAVE_STRINGS_H
  1961. | # include <strings.h>
  1962. | #endif
  1963. | #ifdef HAVE_INTTYPES_H
  1964. | # include <inttypes.h>
  1965. | #endif
  1966. | #ifdef HAVE_STDINT_H
  1967. | # include <stdint.h>
  1968. | #endif
  1969. | #ifdef HAVE_UNISTD_H
  1970. | # include <unistd.h>
  1971. | #endif
  1972. |
  1973. | #include <sys/sysinfo.h>
  1974. configure:10111: result: no
  1975. configure:10111: checking for coff.h
  1976. configure:10111: gcc -c -g3 -O2 conftest.c >&5
  1977. conftest.c:100:10: fatal error: 'coff.h' file not found
  1978. #include <coff.h>
  1979. ^~~~~~~~
  1980. 1 error generated.
  1981. configure:10111: $? = 1
  1982. configure: failed program was:
  1983. | /* confdefs.h */
  1984. | #define PACKAGE_NAME "GNU Emacs"
  1985. | #define PACKAGE_TARNAME "emacs"
  1986. | #define PACKAGE_VERSION "27.0.50"
  1987. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  1988. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  1989. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  1990. | #define HAVE_PDUMPER 1
  1991. | #define HAVE_PUTENV 1
  1992. | #define HAVE_SBRK 1
  1993. | #define HAVE_FCHMOD 1
  1994. | #define HAVE_GETCWD 1
  1995. | #define HAVE_READLINK 1
  1996. | #define HAVE_REALPATH 1
  1997. | #define HAVE_READLINKAT 1
  1998. | #define HAVE_FACCESSAT 1
  1999. | #define HAVE_FCNTL 1
  2000. | #define HAVE_FDOPENDIR 1
  2001. | #define HAVE_FSTATAT 1
  2002. | #define HAVE_FSYNC 1
  2003. | #define HAVE_GETTIMEOFDAY 1
  2004. | #define HAVE_LSTAT 1
  2005. | #define HAVE_MKOSTEMP 1
  2006. | #define HAVE_TZSET 1
  2007. | #define HAVE_PSELECT 1
  2008. | #define HAVE_ISBLANK 1
  2009. | #define HAVE_ISWCTYPE 1
  2010. | #define HAVE_STRTOIMAX 1
  2011. | #define HAVE_SYMLINK 1
  2012. | #define HAVE_LOCALTIME_R 1
  2013. | #define HAVE_TIMEGM 1
  2014. | #define HAVE_FUTIMES 1
  2015. | #define HAVE_FUTIMENS 1
  2016. | #define HAVE_UTIMENSAT 1
  2017. | #define HAVE_LUTIMES 1
  2018. | #define HAVE_GETDTABLESIZE 1
  2019. | #define STDC_HEADERS 1
  2020. | #define HAVE_SYS_TYPES_H 1
  2021. | #define HAVE_SYS_STAT_H 1
  2022. | #define HAVE_STDLIB_H 1
  2023. | #define HAVE_STRING_H 1
  2024. | #define HAVE_MEMORY_H 1
  2025. | #define HAVE_STRINGS_H 1
  2026. | #define HAVE_INTTYPES_H 1
  2027. | #define HAVE_STDINT_H 1
  2028. | #define HAVE_UNISTD_H 1
  2029. | #define __EXTENSIONS__ 1
  2030. | #define _ALL_SOURCE 1
  2031. | #define _DARWIN_C_SOURCE 1
  2032. | #define _GNU_SOURCE 1
  2033. | #define _NETBSD_SOURCE 1
  2034. | #define _OPENBSD_SOURCE 1
  2035. | #define _POSIX_PTHREAD_SEMANTICS 1
  2036. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  2037. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  2038. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  2039. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  2040. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  2041. | #define __STDC_WANT_LIB_EXT2__ 1
  2042. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  2043. | #define _TANDEM_SOURCE 1
  2044. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  2045. | #define _DARWIN_USE_64_BIT_INODE 1
  2046. | #define SYSTEM_TYPE "darwin"
  2047. | /* end confdefs.h. */
  2048. | #include <stdio.h>
  2049. | #ifdef HAVE_SYS_TYPES_H
  2050. | # include <sys/types.h>
  2051. | #endif
  2052. | #ifdef HAVE_SYS_STAT_H
  2053. | # include <sys/stat.h>
  2054. | #endif
  2055. | #ifdef STDC_HEADERS
  2056. | # include <stdlib.h>
  2057. | # include <stddef.h>
  2058. | #else
  2059. | # ifdef HAVE_STDLIB_H
  2060. | # include <stdlib.h>
  2061. | # endif
  2062. | #endif
  2063. | #ifdef HAVE_STRING_H
  2064. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2065. | # include <memory.h>
  2066. | # endif
  2067. | # include <string.h>
  2068. | #endif
  2069. | #ifdef HAVE_STRINGS_H
  2070. | # include <strings.h>
  2071. | #endif
  2072. | #ifdef HAVE_INTTYPES_H
  2073. | # include <inttypes.h>
  2074. | #endif
  2075. | #ifdef HAVE_STDINT_H
  2076. | # include <stdint.h>
  2077. | #endif
  2078. | #ifdef HAVE_UNISTD_H
  2079. | # include <unistd.h>
  2080. | #endif
  2081. |
  2082. | #include <coff.h>
  2083. configure:10111: result: no
  2084. configure:10111: checking for pty.h
  2085. configure:10111: gcc -c -g3 -O2 conftest.c >&5
  2086. conftest.c:100:10: fatal error: 'pty.h' file not found
  2087. #include <pty.h>
  2088. ^~~~~~~
  2089. 1 error generated.
  2090. configure:10111: $? = 1
  2091. configure: failed program was:
  2092. | /* confdefs.h */
  2093. | #define PACKAGE_NAME "GNU Emacs"
  2094. | #define PACKAGE_TARNAME "emacs"
  2095. | #define PACKAGE_VERSION "27.0.50"
  2096. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  2097. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  2098. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  2099. | #define HAVE_PDUMPER 1
  2100. | #define HAVE_PUTENV 1
  2101. | #define HAVE_SBRK 1
  2102. | #define HAVE_FCHMOD 1
  2103. | #define HAVE_GETCWD 1
  2104. | #define HAVE_READLINK 1
  2105. | #define HAVE_REALPATH 1
  2106. | #define HAVE_READLINKAT 1
  2107. | #define HAVE_FACCESSAT 1
  2108. | #define HAVE_FCNTL 1
  2109. | #define HAVE_FDOPENDIR 1
  2110. | #define HAVE_FSTATAT 1
  2111. | #define HAVE_FSYNC 1
  2112. | #define HAVE_GETTIMEOFDAY 1
  2113. | #define HAVE_LSTAT 1
  2114. | #define HAVE_MKOSTEMP 1
  2115. | #define HAVE_TZSET 1
  2116. | #define HAVE_PSELECT 1
  2117. | #define HAVE_ISBLANK 1
  2118. | #define HAVE_ISWCTYPE 1
  2119. | #define HAVE_STRTOIMAX 1
  2120. | #define HAVE_SYMLINK 1
  2121. | #define HAVE_LOCALTIME_R 1
  2122. | #define HAVE_TIMEGM 1
  2123. | #define HAVE_FUTIMES 1
  2124. | #define HAVE_FUTIMENS 1
  2125. | #define HAVE_UTIMENSAT 1
  2126. | #define HAVE_LUTIMES 1
  2127. | #define HAVE_GETDTABLESIZE 1
  2128. | #define STDC_HEADERS 1
  2129. | #define HAVE_SYS_TYPES_H 1
  2130. | #define HAVE_SYS_STAT_H 1
  2131. | #define HAVE_STDLIB_H 1
  2132. | #define HAVE_STRING_H 1
  2133. | #define HAVE_MEMORY_H 1
  2134. | #define HAVE_STRINGS_H 1
  2135. | #define HAVE_INTTYPES_H 1
  2136. | #define HAVE_STDINT_H 1
  2137. | #define HAVE_UNISTD_H 1
  2138. | #define __EXTENSIONS__ 1
  2139. | #define _ALL_SOURCE 1
  2140. | #define _DARWIN_C_SOURCE 1
  2141. | #define _GNU_SOURCE 1
  2142. | #define _NETBSD_SOURCE 1
  2143. | #define _OPENBSD_SOURCE 1
  2144. | #define _POSIX_PTHREAD_SEMANTICS 1
  2145. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  2146. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  2147. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  2148. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  2149. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  2150. | #define __STDC_WANT_LIB_EXT2__ 1
  2151. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  2152. | #define _TANDEM_SOURCE 1
  2153. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  2154. | #define _DARWIN_USE_64_BIT_INODE 1
  2155. | #define SYSTEM_TYPE "darwin"
  2156. | /* end confdefs.h. */
  2157. | #include <stdio.h>
  2158. | #ifdef HAVE_SYS_TYPES_H
  2159. | # include <sys/types.h>
  2160. | #endif
  2161. | #ifdef HAVE_SYS_STAT_H
  2162. | # include <sys/stat.h>
  2163. | #endif
  2164. | #ifdef STDC_HEADERS
  2165. | # include <stdlib.h>
  2166. | # include <stddef.h>
  2167. | #else
  2168. | # ifdef HAVE_STDLIB_H
  2169. | # include <stdlib.h>
  2170. | # endif
  2171. | #endif
  2172. | #ifdef HAVE_STRING_H
  2173. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2174. | # include <memory.h>
  2175. | # endif
  2176. | # include <string.h>
  2177. | #endif
  2178. | #ifdef HAVE_STRINGS_H
  2179. | # include <strings.h>
  2180. | #endif
  2181. | #ifdef HAVE_INTTYPES_H
  2182. | # include <inttypes.h>
  2183. | #endif
  2184. | #ifdef HAVE_STDINT_H
  2185. | # include <stdint.h>
  2186. | #endif
  2187. | #ifdef HAVE_UNISTD_H
  2188. | # include <unistd.h>
  2189. | #endif
  2190. |
  2191. | #include <pty.h>
  2192. configure:10111: result: no
  2193. configure:10111: checking for sys/resource.h
  2194. configure:10111: gcc -c -g3 -O2 conftest.c >&5
  2195. configure:10111: $? = 0
  2196. configure:10111: result: yes
  2197. configure:10111: checking for sys/utsname.h
  2198. configure:10111: gcc -c -g3 -O2 conftest.c >&5
  2199. configure:10111: $? = 0
  2200. configure:10111: result: yes
  2201. configure:10111: checking for pwd.h
  2202. configure:10111: gcc -c -g3 -O2 conftest.c >&5
  2203. configure:10111: $? = 0
  2204. configure:10111: result: yes
  2205. configure:10111: checking for utmp.h
  2206. configure:10111: gcc -c -g3 -O2 conftest.c >&5
  2207. configure:10111: $? = 0
  2208. configure:10111: result: yes
  2209. configure:10111: checking for util.h
  2210. configure:10111: gcc -c -g3 -O2 conftest.c >&5
  2211. configure:10111: $? = 0
  2212. configure:10111: result: yes
  2213. configure:10111: checking for sys/prctl.h
  2214. configure:10111: gcc -c -g3 -O2 conftest.c >&5
  2215. conftest.c:105:10: fatal error: 'sys/prctl.h' file not found
  2216. #include <sys/prctl.h>
  2217. ^~~~~~~~~~~~~
  2218. 1 error generated.
  2219. configure:10111: $? = 1
  2220. configure: failed program was:
  2221. | /* confdefs.h */
  2222. | #define PACKAGE_NAME "GNU Emacs"
  2223. | #define PACKAGE_TARNAME "emacs"
  2224. | #define PACKAGE_VERSION "27.0.50"
  2225. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  2226. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  2227. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  2228. | #define HAVE_PDUMPER 1
  2229. | #define HAVE_PUTENV 1
  2230. | #define HAVE_SBRK 1
  2231. | #define HAVE_FCHMOD 1
  2232. | #define HAVE_GETCWD 1
  2233. | #define HAVE_READLINK 1
  2234. | #define HAVE_REALPATH 1
  2235. | #define HAVE_READLINKAT 1
  2236. | #define HAVE_FACCESSAT 1
  2237. | #define HAVE_FCNTL 1
  2238. | #define HAVE_FDOPENDIR 1
  2239. | #define HAVE_FSTATAT 1
  2240. | #define HAVE_FSYNC 1
  2241. | #define HAVE_GETTIMEOFDAY 1
  2242. | #define HAVE_LSTAT 1
  2243. | #define HAVE_MKOSTEMP 1
  2244. | #define HAVE_TZSET 1
  2245. | #define HAVE_PSELECT 1
  2246. | #define HAVE_ISBLANK 1
  2247. | #define HAVE_ISWCTYPE 1
  2248. | #define HAVE_STRTOIMAX 1
  2249. | #define HAVE_SYMLINK 1
  2250. | #define HAVE_LOCALTIME_R 1
  2251. | #define HAVE_TIMEGM 1
  2252. | #define HAVE_FUTIMES 1
  2253. | #define HAVE_FUTIMENS 1
  2254. | #define HAVE_UTIMENSAT 1
  2255. | #define HAVE_LUTIMES 1
  2256. | #define HAVE_GETDTABLESIZE 1
  2257. | #define STDC_HEADERS 1
  2258. | #define HAVE_SYS_TYPES_H 1
  2259. | #define HAVE_SYS_STAT_H 1
  2260. | #define HAVE_STDLIB_H 1
  2261. | #define HAVE_STRING_H 1
  2262. | #define HAVE_MEMORY_H 1
  2263. | #define HAVE_STRINGS_H 1
  2264. | #define HAVE_INTTYPES_H 1
  2265. | #define HAVE_STDINT_H 1
  2266. | #define HAVE_UNISTD_H 1
  2267. | #define __EXTENSIONS__ 1
  2268. | #define _ALL_SOURCE 1
  2269. | #define _DARWIN_C_SOURCE 1
  2270. | #define _GNU_SOURCE 1
  2271. | #define _NETBSD_SOURCE 1
  2272. | #define _OPENBSD_SOURCE 1
  2273. | #define _POSIX_PTHREAD_SEMANTICS 1
  2274. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  2275. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  2276. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  2277. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  2278. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  2279. | #define __STDC_WANT_LIB_EXT2__ 1
  2280. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  2281. | #define _TANDEM_SOURCE 1
  2282. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  2283. | #define _DARWIN_USE_64_BIT_INODE 1
  2284. | #define SYSTEM_TYPE "darwin"
  2285. | #define HAVE_SYS_RESOURCE_H 1
  2286. | #define HAVE_SYS_UTSNAME_H 1
  2287. | #define HAVE_PWD_H 1
  2288. | #define HAVE_UTMP_H 1
  2289. | #define HAVE_UTIL_H 1
  2290. | /* end confdefs.h. */
  2291. | #include <stdio.h>
  2292. | #ifdef HAVE_SYS_TYPES_H
  2293. | # include <sys/types.h>
  2294. | #endif
  2295. | #ifdef HAVE_SYS_STAT_H
  2296. | # include <sys/stat.h>
  2297. | #endif
  2298. | #ifdef STDC_HEADERS
  2299. | # include <stdlib.h>
  2300. | # include <stddef.h>
  2301. | #else
  2302. | # ifdef HAVE_STDLIB_H
  2303. | # include <stdlib.h>
  2304. | # endif
  2305. | #endif
  2306. | #ifdef HAVE_STRING_H
  2307. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2308. | # include <memory.h>
  2309. | # endif
  2310. | # include <string.h>
  2311. | #endif
  2312. | #ifdef HAVE_STRINGS_H
  2313. | # include <strings.h>
  2314. | #endif
  2315. | #ifdef HAVE_INTTYPES_H
  2316. | # include <inttypes.h>
  2317. | #endif
  2318. | #ifdef HAVE_STDINT_H
  2319. | # include <stdint.h>
  2320. | #endif
  2321. | #ifdef HAVE_UNISTD_H
  2322. | # include <unistd.h>
  2323. | #endif
  2324. |
  2325. | #include <sys/prctl.h>
  2326. configure:10111: result: no
  2327. configure:10111: checking for sys/socket.h
  2328. configure:10111: gcc -c -g3 -O2 conftest.c >&5
  2329. configure:10111: $? = 0
  2330. configure:10111: result: yes
  2331. configure:10111: checking for stdlib.h
  2332. configure:10111: result: yes
  2333. configure:10111: checking for unistd.h
  2334. configure:10111: result: yes
  2335. configure:10111: checking for sys/param.h
  2336. configure:10111: gcc -c -g3 -O2 conftest.c >&5
  2337. configure:10111: $? = 0
  2338. configure:10111: result: yes
  2339. configure:10111: checking for pthread.h
  2340. configure:10111: gcc -c -g3 -O2 conftest.c >&5
  2341. configure:10111: $? = 0
  2342. configure:10111: result: yes
  2343. configure:10111: checking for malloc/malloc.h
  2344. configure:10111: gcc -c -g3 -O2 conftest.c >&5
  2345. configure:10111: $? = 0
  2346. configure:10111: result: yes
  2347. configure:10111: checking for sys/un.h
  2348. configure:10111: gcc -c -g3 -O2 conftest.c >&5
  2349. configure:10111: $? = 0
  2350. configure:10111: result: yes
  2351. configure:10111: checking for dirent.h
  2352. configure:10111: gcc -c -g3 -O2 conftest.c >&5
  2353. configure:10111: $? = 0
  2354. configure:10111: result: yes
  2355. configure:10111: checking for execinfo.h
  2356. configure:10111: gcc -c -g3 -O2 conftest.c >&5
  2357. configure:10111: $? = 0
  2358. configure:10111: result: yes
  2359. configure:10111: checking for stdio_ext.h
  2360. configure:10111: gcc -c -g3 -O2 conftest.c >&5
  2361. conftest.c:114:10: fatal error: 'stdio_ext.h' file not found
  2362. #include <stdio_ext.h>
  2363. ^~~~~~~~~~~~~
  2364. 1 error generated.
  2365. configure:10111: $? = 1
  2366. configure: failed program was:
  2367. | /* confdefs.h */
  2368. | #define PACKAGE_NAME "GNU Emacs"
  2369. | #define PACKAGE_TARNAME "emacs"
  2370. | #define PACKAGE_VERSION "27.0.50"
  2371. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  2372. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  2373. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  2374. | #define HAVE_PDUMPER 1
  2375. | #define HAVE_PUTENV 1
  2376. | #define HAVE_SBRK 1
  2377. | #define HAVE_FCHMOD 1
  2378. | #define HAVE_GETCWD 1
  2379. | #define HAVE_READLINK 1
  2380. | #define HAVE_REALPATH 1
  2381. | #define HAVE_READLINKAT 1
  2382. | #define HAVE_FACCESSAT 1
  2383. | #define HAVE_FCNTL 1
  2384. | #define HAVE_FDOPENDIR 1
  2385. | #define HAVE_FSTATAT 1
  2386. | #define HAVE_FSYNC 1
  2387. | #define HAVE_GETTIMEOFDAY 1
  2388. | #define HAVE_LSTAT 1
  2389. | #define HAVE_MKOSTEMP 1
  2390. | #define HAVE_TZSET 1
  2391. | #define HAVE_PSELECT 1
  2392. | #define HAVE_ISBLANK 1
  2393. | #define HAVE_ISWCTYPE 1
  2394. | #define HAVE_STRTOIMAX 1
  2395. | #define HAVE_SYMLINK 1
  2396. | #define HAVE_LOCALTIME_R 1
  2397. | #define HAVE_TIMEGM 1
  2398. | #define HAVE_FUTIMES 1
  2399. | #define HAVE_FUTIMENS 1
  2400. | #define HAVE_UTIMENSAT 1
  2401. | #define HAVE_LUTIMES 1
  2402. | #define HAVE_GETDTABLESIZE 1
  2403. | #define STDC_HEADERS 1
  2404. | #define HAVE_SYS_TYPES_H 1
  2405. | #define HAVE_SYS_STAT_H 1
  2406. | #define HAVE_STDLIB_H 1
  2407. | #define HAVE_STRING_H 1
  2408. | #define HAVE_MEMORY_H 1
  2409. | #define HAVE_STRINGS_H 1
  2410. | #define HAVE_INTTYPES_H 1
  2411. | #define HAVE_STDINT_H 1
  2412. | #define HAVE_UNISTD_H 1
  2413. | #define __EXTENSIONS__ 1
  2414. | #define _ALL_SOURCE 1
  2415. | #define _DARWIN_C_SOURCE 1
  2416. | #define _GNU_SOURCE 1
  2417. | #define _NETBSD_SOURCE 1
  2418. | #define _OPENBSD_SOURCE 1
  2419. | #define _POSIX_PTHREAD_SEMANTICS 1
  2420. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  2421. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  2422. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  2423. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  2424. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  2425. | #define __STDC_WANT_LIB_EXT2__ 1
  2426. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  2427. | #define _TANDEM_SOURCE 1
  2428. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  2429. | #define _DARWIN_USE_64_BIT_INODE 1
  2430. | #define SYSTEM_TYPE "darwin"
  2431. | #define HAVE_SYS_RESOURCE_H 1
  2432. | #define HAVE_SYS_UTSNAME_H 1
  2433. | #define HAVE_PWD_H 1
  2434. | #define HAVE_UTMP_H 1
  2435. | #define HAVE_UTIL_H 1
  2436. | #define HAVE_SYS_SOCKET_H 1
  2437. | #define HAVE_STDLIB_H 1
  2438. | #define HAVE_UNISTD_H 1
  2439. | #define HAVE_SYS_PARAM_H 1
  2440. | #define HAVE_PTHREAD_H 1
  2441. | #define HAVE_MALLOC_MALLOC_H 1
  2442. | #define HAVE_SYS_UN_H 1
  2443. | #define HAVE_DIRENT_H 1
  2444. | #define HAVE_EXECINFO_H 1
  2445. | /* end confdefs.h. */
  2446. | #include <stdio.h>
  2447. | #ifdef HAVE_SYS_TYPES_H
  2448. | # include <sys/types.h>
  2449. | #endif
  2450. | #ifdef HAVE_SYS_STAT_H
  2451. | # include <sys/stat.h>
  2452. | #endif
  2453. | #ifdef STDC_HEADERS
  2454. | # include <stdlib.h>
  2455. | # include <stddef.h>
  2456. | #else
  2457. | # ifdef HAVE_STDLIB_H
  2458. | # include <stdlib.h>
  2459. | # endif
  2460. | #endif
  2461. | #ifdef HAVE_STRING_H
  2462. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2463. | # include <memory.h>
  2464. | # endif
  2465. | # include <string.h>
  2466. | #endif
  2467. | #ifdef HAVE_STRINGS_H
  2468. | # include <strings.h>
  2469. | #endif
  2470. | #ifdef HAVE_INTTYPES_H
  2471. | # include <inttypes.h>
  2472. | #endif
  2473. | #ifdef HAVE_STDINT_H
  2474. | # include <stdint.h>
  2475. | #endif
  2476. | #ifdef HAVE_UNISTD_H
  2477. | # include <unistd.h>
  2478. | #endif
  2479. |
  2480. | #include <stdio_ext.h>
  2481. configure:10111: result: no
  2482. configure:10111: checking for sys/vfs.h
  2483. configure:10111: gcc -c -g3 -O2 conftest.c >&5
  2484. conftest.c:114:10: fatal error: 'sys/vfs.h' file not found
  2485. #include <sys/vfs.h>
  2486. ^~~~~~~~~~~
  2487. 1 error generated.
  2488. configure:10111: $? = 1
  2489. configure: failed program was:
  2490. | /* confdefs.h */
  2491. | #define PACKAGE_NAME "GNU Emacs"
  2492. | #define PACKAGE_TARNAME "emacs"
  2493. | #define PACKAGE_VERSION "27.0.50"
  2494. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  2495. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  2496. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  2497. | #define HAVE_PDUMPER 1
  2498. | #define HAVE_PUTENV 1
  2499. | #define HAVE_SBRK 1
  2500. | #define HAVE_FCHMOD 1
  2501. | #define HAVE_GETCWD 1
  2502. | #define HAVE_READLINK 1
  2503. | #define HAVE_REALPATH 1
  2504. | #define HAVE_READLINKAT 1
  2505. | #define HAVE_FACCESSAT 1
  2506. | #define HAVE_FCNTL 1
  2507. | #define HAVE_FDOPENDIR 1
  2508. | #define HAVE_FSTATAT 1
  2509. | #define HAVE_FSYNC 1
  2510. | #define HAVE_GETTIMEOFDAY 1
  2511. | #define HAVE_LSTAT 1
  2512. | #define HAVE_MKOSTEMP 1
  2513. | #define HAVE_TZSET 1
  2514. | #define HAVE_PSELECT 1
  2515. | #define HAVE_ISBLANK 1
  2516. | #define HAVE_ISWCTYPE 1
  2517. | #define HAVE_STRTOIMAX 1
  2518. | #define HAVE_SYMLINK 1
  2519. | #define HAVE_LOCALTIME_R 1
  2520. | #define HAVE_TIMEGM 1
  2521. | #define HAVE_FUTIMES 1
  2522. | #define HAVE_FUTIMENS 1
  2523. | #define HAVE_UTIMENSAT 1
  2524. | #define HAVE_LUTIMES 1
  2525. | #define HAVE_GETDTABLESIZE 1
  2526. | #define STDC_HEADERS 1
  2527. | #define HAVE_SYS_TYPES_H 1
  2528. | #define HAVE_SYS_STAT_H 1
  2529. | #define HAVE_STDLIB_H 1
  2530. | #define HAVE_STRING_H 1
  2531. | #define HAVE_MEMORY_H 1
  2532. | #define HAVE_STRINGS_H 1
  2533. | #define HAVE_INTTYPES_H 1
  2534. | #define HAVE_STDINT_H 1
  2535. | #define HAVE_UNISTD_H 1
  2536. | #define __EXTENSIONS__ 1
  2537. | #define _ALL_SOURCE 1
  2538. | #define _DARWIN_C_SOURCE 1
  2539. | #define _GNU_SOURCE 1
  2540. | #define _NETBSD_SOURCE 1
  2541. | #define _OPENBSD_SOURCE 1
  2542. | #define _POSIX_PTHREAD_SEMANTICS 1
  2543. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  2544. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  2545. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  2546. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  2547. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  2548. | #define __STDC_WANT_LIB_EXT2__ 1
  2549. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  2550. | #define _TANDEM_SOURCE 1
  2551. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  2552. | #define _DARWIN_USE_64_BIT_INODE 1
  2553. | #define SYSTEM_TYPE "darwin"
  2554. | #define HAVE_SYS_RESOURCE_H 1
  2555. | #define HAVE_SYS_UTSNAME_H 1
  2556. | #define HAVE_PWD_H 1
  2557. | #define HAVE_UTMP_H 1
  2558. | #define HAVE_UTIL_H 1
  2559. | #define HAVE_SYS_SOCKET_H 1
  2560. | #define HAVE_STDLIB_H 1
  2561. | #define HAVE_UNISTD_H 1
  2562. | #define HAVE_SYS_PARAM_H 1
  2563. | #define HAVE_PTHREAD_H 1
  2564. | #define HAVE_MALLOC_MALLOC_H 1
  2565. | #define HAVE_SYS_UN_H 1
  2566. | #define HAVE_DIRENT_H 1
  2567. | #define HAVE_EXECINFO_H 1
  2568. | /* end confdefs.h. */
  2569. | #include <stdio.h>
  2570. | #ifdef HAVE_SYS_TYPES_H
  2571. | # include <sys/types.h>
  2572. | #endif
  2573. | #ifdef HAVE_SYS_STAT_H
  2574. | # include <sys/stat.h>
  2575. | #endif
  2576. | #ifdef STDC_HEADERS
  2577. | # include <stdlib.h>
  2578. | # include <stddef.h>
  2579. | #else
  2580. | # ifdef HAVE_STDLIB_H
  2581. | # include <stdlib.h>
  2582. | # endif
  2583. | #endif
  2584. | #ifdef HAVE_STRING_H
  2585. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2586. | # include <memory.h>
  2587. | # endif
  2588. | # include <string.h>
  2589. | #endif
  2590. | #ifdef HAVE_STRINGS_H
  2591. | # include <strings.h>
  2592. | #endif
  2593. | #ifdef HAVE_INTTYPES_H
  2594. | # include <inttypes.h>
  2595. | #endif
  2596. | #ifdef HAVE_STDINT_H
  2597. | # include <stdint.h>
  2598. | #endif
  2599. | #ifdef HAVE_UNISTD_H
  2600. | # include <unistd.h>
  2601. | #endif
  2602. |
  2603. | #include <sys/vfs.h>
  2604. configure:10111: result: no
  2605. configure:10111: checking for sys/fs_types.h
  2606. configure:10111: gcc -c -g3 -O2 conftest.c >&5
  2607. conftest.c:114:10: fatal error: 'sys/fs_types.h' file not found
  2608. #include <sys/fs_types.h>
  2609. ^~~~~~~~~~~~~~~~
  2610. 1 error generated.
  2611. configure:10111: $? = 1
  2612. configure: failed program was:
  2613. | /* confdefs.h */
  2614. | #define PACKAGE_NAME "GNU Emacs"
  2615. | #define PACKAGE_TARNAME "emacs"
  2616. | #define PACKAGE_VERSION "27.0.50"
  2617. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  2618. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  2619. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  2620. | #define HAVE_PDUMPER 1
  2621. | #define HAVE_PUTENV 1
  2622. | #define HAVE_SBRK 1
  2623. | #define HAVE_FCHMOD 1
  2624. | #define HAVE_GETCWD 1
  2625. | #define HAVE_READLINK 1
  2626. | #define HAVE_REALPATH 1
  2627. | #define HAVE_READLINKAT 1
  2628. | #define HAVE_FACCESSAT 1
  2629. | #define HAVE_FCNTL 1
  2630. | #define HAVE_FDOPENDIR 1
  2631. | #define HAVE_FSTATAT 1
  2632. | #define HAVE_FSYNC 1
  2633. | #define HAVE_GETTIMEOFDAY 1
  2634. | #define HAVE_LSTAT 1
  2635. | #define HAVE_MKOSTEMP 1
  2636. | #define HAVE_TZSET 1
  2637. | #define HAVE_PSELECT 1
  2638. | #define HAVE_ISBLANK 1
  2639. | #define HAVE_ISWCTYPE 1
  2640. | #define HAVE_STRTOIMAX 1
  2641. | #define HAVE_SYMLINK 1
  2642. | #define HAVE_LOCALTIME_R 1
  2643. | #define HAVE_TIMEGM 1
  2644. | #define HAVE_FUTIMES 1
  2645. | #define HAVE_FUTIMENS 1
  2646. | #define HAVE_UTIMENSAT 1
  2647. | #define HAVE_LUTIMES 1
  2648. | #define HAVE_GETDTABLESIZE 1
  2649. | #define STDC_HEADERS 1
  2650. | #define HAVE_SYS_TYPES_H 1
  2651. | #define HAVE_SYS_STAT_H 1
  2652. | #define HAVE_STDLIB_H 1
  2653. | #define HAVE_STRING_H 1
  2654. | #define HAVE_MEMORY_H 1
  2655. | #define HAVE_STRINGS_H 1
  2656. | #define HAVE_INTTYPES_H 1
  2657. | #define HAVE_STDINT_H 1
  2658. | #define HAVE_UNISTD_H 1
  2659. | #define __EXTENSIONS__ 1
  2660. | #define _ALL_SOURCE 1
  2661. | #define _DARWIN_C_SOURCE 1
  2662. | #define _GNU_SOURCE 1
  2663. | #define _NETBSD_SOURCE 1
  2664. | #define _OPENBSD_SOURCE 1
  2665. | #define _POSIX_PTHREAD_SEMANTICS 1
  2666. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  2667. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  2668. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  2669. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  2670. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  2671. | #define __STDC_WANT_LIB_EXT2__ 1
  2672. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  2673. | #define _TANDEM_SOURCE 1
  2674. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  2675. | #define _DARWIN_USE_64_BIT_INODE 1
  2676. | #define SYSTEM_TYPE "darwin"
  2677. | #define HAVE_SYS_RESOURCE_H 1
  2678. | #define HAVE_SYS_UTSNAME_H 1
  2679. | #define HAVE_PWD_H 1
  2680. | #define HAVE_UTMP_H 1
  2681. | #define HAVE_UTIL_H 1
  2682. | #define HAVE_SYS_SOCKET_H 1
  2683. | #define HAVE_STDLIB_H 1
  2684. | #define HAVE_UNISTD_H 1
  2685. | #define HAVE_SYS_PARAM_H 1
  2686. | #define HAVE_PTHREAD_H 1
  2687. | #define HAVE_MALLOC_MALLOC_H 1
  2688. | #define HAVE_SYS_UN_H 1
  2689. | #define HAVE_DIRENT_H 1
  2690. | #define HAVE_EXECINFO_H 1
  2691. | /* end confdefs.h. */
  2692. | #include <stdio.h>
  2693. | #ifdef HAVE_SYS_TYPES_H
  2694. | # include <sys/types.h>
  2695. | #endif
  2696. | #ifdef HAVE_SYS_STAT_H
  2697. | # include <sys/stat.h>
  2698. | #endif
  2699. | #ifdef STDC_HEADERS
  2700. | # include <stdlib.h>
  2701. | # include <stddef.h>
  2702. | #else
  2703. | # ifdef HAVE_STDLIB_H
  2704. | # include <stdlib.h>
  2705. | # endif
  2706. | #endif
  2707. | #ifdef HAVE_STRING_H
  2708. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2709. | # include <memory.h>
  2710. | # endif
  2711. | # include <string.h>
  2712. | #endif
  2713. | #ifdef HAVE_STRINGS_H
  2714. | # include <strings.h>
  2715. | #endif
  2716. | #ifdef HAVE_INTTYPES_H
  2717. | # include <inttypes.h>
  2718. | #endif
  2719. | #ifdef HAVE_STDINT_H
  2720. | # include <stdint.h>
  2721. | #endif
  2722. | #ifdef HAVE_UNISTD_H
  2723. | # include <unistd.h>
  2724. | #endif
  2725. |
  2726. | #include <sys/fs_types.h>
  2727. configure:10111: result: no
  2728. configure:10111: checking for getopt.h
  2729. configure:10111: gcc -c -g3 -O2 conftest.c >&5
  2730. configure:10111: $? = 0
  2731. configure:10111: result: yes
  2732. configure:10111: checking for sys/cdefs.h
  2733. configure:10111: gcc -c -g3 -O2 conftest.c >&5
  2734. configure:10111: $? = 0
  2735. configure:10111: result: yes
  2736. configure:10111: checking for sys/time.h
  2737. configure:10111: gcc -c -g3 -O2 conftest.c >&5
  2738. configure:10111: $? = 0
  2739. configure:10111: result: yes
  2740. configure:10111: checking for ieee754.h
  2741. configure:10111: gcc -c -g3 -O2 conftest.c >&5
  2742. conftest.c:117:10: fatal error: 'ieee754.h' file not found
  2743. #include <ieee754.h>
  2744. ^~~~~~~~~~~
  2745. 1 error generated.
  2746. configure:10111: $? = 1
  2747. configure: failed program was:
  2748. | /* confdefs.h */
  2749. | #define PACKAGE_NAME "GNU Emacs"
  2750. | #define PACKAGE_TARNAME "emacs"
  2751. | #define PACKAGE_VERSION "27.0.50"
  2752. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  2753. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  2754. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  2755. | #define HAVE_PDUMPER 1
  2756. | #define HAVE_PUTENV 1
  2757. | #define HAVE_SBRK 1
  2758. | #define HAVE_FCHMOD 1
  2759. | #define HAVE_GETCWD 1
  2760. | #define HAVE_READLINK 1
  2761. | #define HAVE_REALPATH 1
  2762. | #define HAVE_READLINKAT 1
  2763. | #define HAVE_FACCESSAT 1
  2764. | #define HAVE_FCNTL 1
  2765. | #define HAVE_FDOPENDIR 1
  2766. | #define HAVE_FSTATAT 1
  2767. | #define HAVE_FSYNC 1
  2768. | #define HAVE_GETTIMEOFDAY 1
  2769. | #define HAVE_LSTAT 1
  2770. | #define HAVE_MKOSTEMP 1
  2771. | #define HAVE_TZSET 1
  2772. | #define HAVE_PSELECT 1
  2773. | #define HAVE_ISBLANK 1
  2774. | #define HAVE_ISWCTYPE 1
  2775. | #define HAVE_STRTOIMAX 1
  2776. | #define HAVE_SYMLINK 1
  2777. | #define HAVE_LOCALTIME_R 1
  2778. | #define HAVE_TIMEGM 1
  2779. | #define HAVE_FUTIMES 1
  2780. | #define HAVE_FUTIMENS 1
  2781. | #define HAVE_UTIMENSAT 1
  2782. | #define HAVE_LUTIMES 1
  2783. | #define HAVE_GETDTABLESIZE 1
  2784. | #define STDC_HEADERS 1
  2785. | #define HAVE_SYS_TYPES_H 1
  2786. | #define HAVE_SYS_STAT_H 1
  2787. | #define HAVE_STDLIB_H 1
  2788. | #define HAVE_STRING_H 1
  2789. | #define HAVE_MEMORY_H 1
  2790. | #define HAVE_STRINGS_H 1
  2791. | #define HAVE_INTTYPES_H 1
  2792. | #define HAVE_STDINT_H 1
  2793. | #define HAVE_UNISTD_H 1
  2794. | #define __EXTENSIONS__ 1
  2795. | #define _ALL_SOURCE 1
  2796. | #define _DARWIN_C_SOURCE 1
  2797. | #define _GNU_SOURCE 1
  2798. | #define _NETBSD_SOURCE 1
  2799. | #define _OPENBSD_SOURCE 1
  2800. | #define _POSIX_PTHREAD_SEMANTICS 1
  2801. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  2802. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  2803. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  2804. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  2805. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  2806. | #define __STDC_WANT_LIB_EXT2__ 1
  2807. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  2808. | #define _TANDEM_SOURCE 1
  2809. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  2810. | #define _DARWIN_USE_64_BIT_INODE 1
  2811. | #define SYSTEM_TYPE "darwin"
  2812. | #define HAVE_SYS_RESOURCE_H 1
  2813. | #define HAVE_SYS_UTSNAME_H 1
  2814. | #define HAVE_PWD_H 1
  2815. | #define HAVE_UTMP_H 1
  2816. | #define HAVE_UTIL_H 1
  2817. | #define HAVE_SYS_SOCKET_H 1
  2818. | #define HAVE_STDLIB_H 1
  2819. | #define HAVE_UNISTD_H 1
  2820. | #define HAVE_SYS_PARAM_H 1
  2821. | #define HAVE_PTHREAD_H 1
  2822. | #define HAVE_MALLOC_MALLOC_H 1
  2823. | #define HAVE_SYS_UN_H 1
  2824. | #define HAVE_DIRENT_H 1
  2825. | #define HAVE_EXECINFO_H 1
  2826. | #define HAVE_GETOPT_H 1
  2827. | #define HAVE_SYS_CDEFS_H 1
  2828. | #define HAVE_SYS_TIME_H 1
  2829. | /* end confdefs.h. */
  2830. | #include <stdio.h>
  2831. | #ifdef HAVE_SYS_TYPES_H
  2832. | # include <sys/types.h>
  2833. | #endif
  2834. | #ifdef HAVE_SYS_STAT_H
  2835. | # include <sys/stat.h>
  2836. | #endif
  2837. | #ifdef STDC_HEADERS
  2838. | # include <stdlib.h>
  2839. | # include <stddef.h>
  2840. | #else
  2841. | # ifdef HAVE_STDLIB_H
  2842. | # include <stdlib.h>
  2843. | # endif
  2844. | #endif
  2845. | #ifdef HAVE_STRING_H
  2846. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2847. | # include <memory.h>
  2848. | # endif
  2849. | # include <string.h>
  2850. | #endif
  2851. | #ifdef HAVE_STRINGS_H
  2852. | # include <strings.h>
  2853. | #endif
  2854. | #ifdef HAVE_INTTYPES_H
  2855. | # include <inttypes.h>
  2856. | #endif
  2857. | #ifdef HAVE_STDINT_H
  2858. | # include <stdint.h>
  2859. | #endif
  2860. | #ifdef HAVE_UNISTD_H
  2861. | # include <unistd.h>
  2862. | #endif
  2863. |
  2864. | #include <ieee754.h>
  2865. configure:10111: result: no
  2866. configure:10111: checking for limits.h
  2867. configure:10111: gcc -c -g3 -O2 conftest.c >&5
  2868. configure:10111: $? = 0
  2869. configure:10111: result: yes
  2870. configure:10111: checking for wchar.h
  2871. configure:10111: gcc -c -g3 -O2 conftest.c >&5
  2872. configure:10111: $? = 0
  2873. configure:10111: result: yes
  2874. configure:10111: checking for stdint.h
  2875. configure:10111: result: yes
  2876. configure:10111: checking for inttypes.h
  2877. configure:10111: result: yes
  2878. configure:10111: checking for sys/select.h
  2879. configure:10111: gcc -c -g3 -O2 conftest.c >&5
  2880. configure:10111: $? = 0
  2881. configure:10111: result: yes
  2882. configure:10111: checking for sys/stat.h
  2883. configure:10111: result: yes
  2884. configure:10148: checking for ADDR_NO_RANDOMIZE
  2885. configure:10165: gcc -c -g3 -O2 conftest.c >&5
  2886. conftest.c:89:10: fatal error: 'sys/personality.h' file not found
  2887. #include <sys/personality.h>
  2888. ^~~~~~~~~~~~~~~~~~~
  2889. 1 error generated.
  2890. configure:10165: $? = 1
  2891. configure: failed program was:
  2892. | /* confdefs.h */
  2893. | #define PACKAGE_NAME "GNU Emacs"
  2894. | #define PACKAGE_TARNAME "emacs"
  2895. | #define PACKAGE_VERSION "27.0.50"
  2896. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  2897. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  2898. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  2899. | #define HAVE_PDUMPER 1
  2900. | #define HAVE_PUTENV 1
  2901. | #define HAVE_SBRK 1
  2902. | #define HAVE_FCHMOD 1
  2903. | #define HAVE_GETCWD 1
  2904. | #define HAVE_READLINK 1
  2905. | #define HAVE_REALPATH 1
  2906. | #define HAVE_READLINKAT 1
  2907. | #define HAVE_FACCESSAT 1
  2908. | #define HAVE_FCNTL 1
  2909. | #define HAVE_FDOPENDIR 1
  2910. | #define HAVE_FSTATAT 1
  2911. | #define HAVE_FSYNC 1
  2912. | #define HAVE_GETTIMEOFDAY 1
  2913. | #define HAVE_LSTAT 1
  2914. | #define HAVE_MKOSTEMP 1
  2915. | #define HAVE_TZSET 1
  2916. | #define HAVE_PSELECT 1
  2917. | #define HAVE_ISBLANK 1
  2918. | #define HAVE_ISWCTYPE 1
  2919. | #define HAVE_STRTOIMAX 1
  2920. | #define HAVE_SYMLINK 1
  2921. | #define HAVE_LOCALTIME_R 1
  2922. | #define HAVE_TIMEGM 1
  2923. | #define HAVE_FUTIMES 1
  2924. | #define HAVE_FUTIMENS 1
  2925. | #define HAVE_UTIMENSAT 1
  2926. | #define HAVE_LUTIMES 1
  2927. | #define HAVE_GETDTABLESIZE 1
  2928. | #define STDC_HEADERS 1
  2929. | #define HAVE_SYS_TYPES_H 1
  2930. | #define HAVE_SYS_STAT_H 1
  2931. | #define HAVE_STDLIB_H 1
  2932. | #define HAVE_STRING_H 1
  2933. | #define HAVE_MEMORY_H 1
  2934. | #define HAVE_STRINGS_H 1
  2935. | #define HAVE_INTTYPES_H 1
  2936. | #define HAVE_STDINT_H 1
  2937. | #define HAVE_UNISTD_H 1
  2938. | #define __EXTENSIONS__ 1
  2939. | #define _ALL_SOURCE 1
  2940. | #define _DARWIN_C_SOURCE 1
  2941. | #define _GNU_SOURCE 1
  2942. | #define _NETBSD_SOURCE 1
  2943. | #define _OPENBSD_SOURCE 1
  2944. | #define _POSIX_PTHREAD_SEMANTICS 1
  2945. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  2946. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  2947. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  2948. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  2949. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  2950. | #define __STDC_WANT_LIB_EXT2__ 1
  2951. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  2952. | #define _TANDEM_SOURCE 1
  2953. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  2954. | #define _DARWIN_USE_64_BIT_INODE 1
  2955. | #define SYSTEM_TYPE "darwin"
  2956. | #define HAVE_SYS_RESOURCE_H 1
  2957. | #define HAVE_SYS_UTSNAME_H 1
  2958. | #define HAVE_PWD_H 1
  2959. | #define HAVE_UTMP_H 1
  2960. | #define HAVE_UTIL_H 1
  2961. | #define HAVE_SYS_SOCKET_H 1
  2962. | #define HAVE_STDLIB_H 1
  2963. | #define HAVE_UNISTD_H 1
  2964. | #define HAVE_SYS_PARAM_H 1
  2965. | #define HAVE_PTHREAD_H 1
  2966. | #define HAVE_MALLOC_MALLOC_H 1
  2967. | #define HAVE_SYS_UN_H 1
  2968. | #define HAVE_DIRENT_H 1
  2969. | #define HAVE_EXECINFO_H 1
  2970. | #define HAVE_GETOPT_H 1
  2971. | #define HAVE_SYS_CDEFS_H 1
  2972. | #define HAVE_SYS_TIME_H 1
  2973. | #define HAVE_LIMITS_H 1
  2974. | #define HAVE_WCHAR_H 1
  2975. | #define HAVE_STDINT_H 1
  2976. | #define HAVE_INTTYPES_H 1
  2977. | #define HAVE_SYS_SELECT_H 1
  2978. | #define HAVE_SYS_STAT_H 1
  2979. | /* end confdefs.h. */
  2980. | #include <sys/personality.h>
  2981. | int
  2982. | main ()
  2983. | {
  2984. | personality (personality (0xffffffff)
  2985. | | ADDR_NO_RANDOMIZE)
  2986. | ;
  2987. | return 0;
  2988. | }
  2989. configure:10172: result: no
  2990. configure:10238: checking for term.h
  2991. configure:10238: gcc -E conftest.c
  2992. configure:10238: $? = 0
  2993. configure:10238: result: yes
  2994. configure:10248: checking whether time.h and sys/time.h may both be included
  2995. configure:10268: gcc -c -g3 -O2 conftest.c >&5
  2996. configure:10268: $? = 0
  2997. configure:10275: result: yes
  2998. configure:10283: checking whether sys_siglist is declared
  2999. configure:10283: gcc -c -g3 -O2 conftest.c >&5
  3000. configure:10283: $? = 0
  3001. configure:10283: result: yes
  3002. configure:10312: checking for sys/wait.h that is POSIX.1 compatible
  3003. configure:10338: gcc -c -g3 -O2 conftest.c >&5
  3004. configure:10338: $? = 0
  3005. configure:10345: result: yes
  3006. configure:10359: checking for net/if.h
  3007. configure:10359: gcc -c -g3 -O2 conftest.c >&5
  3008. configure:10359: $? = 0
  3009. configure:10359: result: yes
  3010. configure:10375: checking for ifaddrs.h
  3011. configure:10375: gcc -c -g3 -O2 conftest.c >&5
  3012. configure:10375: $? = 0
  3013. configure:10375: result: yes
  3014. configure:10391: checking for net/if_dl.h
  3015. configure:10391: gcc -c -g3 -O2 conftest.c >&5
  3016. configure:10391: $? = 0
  3017. configure:10391: result: yes
  3018. configure:10406: checking for struct ifreq.ifr_flags
  3019. configure:10406: gcc -c -g3 -O2 conftest.c >&5
  3020. configure:10406: $? = 0
  3021. configure:10406: result: yes
  3022. configure:10422: checking for struct ifreq.ifr_hwaddr
  3023. configure:10422: gcc -c -g3 -O2 conftest.c >&5
  3024. conftest.c:141:13: error: no member named 'ifr_hwaddr' in 'struct ifreq'
  3025. if (ac_aggr.ifr_hwaddr)
  3026. ~~~~~~~ ^
  3027. 1 error generated.
  3028. configure:10422: $? = 1
  3029. configure: failed program was:
  3030. | /* confdefs.h */
  3031. | #define PACKAGE_NAME "GNU Emacs"
  3032. | #define PACKAGE_TARNAME "emacs"
  3033. | #define PACKAGE_VERSION "27.0.50"
  3034. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  3035. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  3036. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  3037. | #define HAVE_PDUMPER 1
  3038. | #define HAVE_PUTENV 1
  3039. | #define HAVE_SBRK 1
  3040. | #define HAVE_FCHMOD 1
  3041. | #define HAVE_GETCWD 1
  3042. | #define HAVE_READLINK 1
  3043. | #define HAVE_REALPATH 1
  3044. | #define HAVE_READLINKAT 1
  3045. | #define HAVE_FACCESSAT 1
  3046. | #define HAVE_FCNTL 1
  3047. | #define HAVE_FDOPENDIR 1
  3048. | #define HAVE_FSTATAT 1
  3049. | #define HAVE_FSYNC 1
  3050. | #define HAVE_GETTIMEOFDAY 1
  3051. | #define HAVE_LSTAT 1
  3052. | #define HAVE_MKOSTEMP 1
  3053. | #define HAVE_TZSET 1
  3054. | #define HAVE_PSELECT 1
  3055. | #define HAVE_ISBLANK 1
  3056. | #define HAVE_ISWCTYPE 1
  3057. | #define HAVE_STRTOIMAX 1
  3058. | #define HAVE_SYMLINK 1
  3059. | #define HAVE_LOCALTIME_R 1
  3060. | #define HAVE_TIMEGM 1
  3061. | #define HAVE_FUTIMES 1
  3062. | #define HAVE_FUTIMENS 1
  3063. | #define HAVE_UTIMENSAT 1
  3064. | #define HAVE_LUTIMES 1
  3065. | #define HAVE_GETDTABLESIZE 1
  3066. | #define STDC_HEADERS 1
  3067. | #define HAVE_SYS_TYPES_H 1
  3068. | #define HAVE_SYS_STAT_H 1
  3069. | #define HAVE_STDLIB_H 1
  3070. | #define HAVE_STRING_H 1
  3071. | #define HAVE_MEMORY_H 1
  3072. | #define HAVE_STRINGS_H 1
  3073. | #define HAVE_INTTYPES_H 1
  3074. | #define HAVE_STDINT_H 1
  3075. | #define HAVE_UNISTD_H 1
  3076. | #define __EXTENSIONS__ 1
  3077. | #define _ALL_SOURCE 1
  3078. | #define _DARWIN_C_SOURCE 1
  3079. | #define _GNU_SOURCE 1
  3080. | #define _NETBSD_SOURCE 1
  3081. | #define _OPENBSD_SOURCE 1
  3082. | #define _POSIX_PTHREAD_SEMANTICS 1
  3083. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  3084. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  3085. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  3086. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  3087. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  3088. | #define __STDC_WANT_LIB_EXT2__ 1
  3089. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  3090. | #define _TANDEM_SOURCE 1
  3091. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  3092. | #define _DARWIN_USE_64_BIT_INODE 1
  3093. | #define SYSTEM_TYPE "darwin"
  3094. | #define HAVE_SYS_RESOURCE_H 1
  3095. | #define HAVE_SYS_UTSNAME_H 1
  3096. | #define HAVE_PWD_H 1
  3097. | #define HAVE_UTMP_H 1
  3098. | #define HAVE_UTIL_H 1
  3099. | #define HAVE_SYS_SOCKET_H 1
  3100. | #define HAVE_STDLIB_H 1
  3101. | #define HAVE_UNISTD_H 1
  3102. | #define HAVE_SYS_PARAM_H 1
  3103. | #define HAVE_PTHREAD_H 1
  3104. | #define HAVE_MALLOC_MALLOC_H 1
  3105. | #define HAVE_SYS_UN_H 1
  3106. | #define HAVE_DIRENT_H 1
  3107. | #define HAVE_EXECINFO_H 1
  3108. | #define HAVE_GETOPT_H 1
  3109. | #define HAVE_SYS_CDEFS_H 1
  3110. | #define HAVE_SYS_TIME_H 1
  3111. | #define HAVE_LIMITS_H 1
  3112. | #define HAVE_WCHAR_H 1
  3113. | #define HAVE_STDINT_H 1
  3114. | #define HAVE_INTTYPES_H 1
  3115. | #define HAVE_SYS_SELECT_H 1
  3116. | #define HAVE_SYS_STAT_H 1
  3117. | #define HAVE_TERM_H 1
  3118. | #define TIME_WITH_SYS_TIME 1
  3119. | #define HAVE_DECL_SYS_SIGLIST 1
  3120. | #define HAVE_SYS_WAIT_H 1
  3121. | #define HAVE_NET_IF_H 1
  3122. | #define HAVE_IFADDRS_H 1
  3123. | #define HAVE_NET_IF_DL_H 1
  3124. | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
  3125. | /* end confdefs.h. */
  3126. | #include <stdio.h>
  3127. | #ifdef HAVE_SYS_TYPES_H
  3128. | # include <sys/types.h>
  3129. | #endif
  3130. | #ifdef HAVE_SYS_STAT_H
  3131. | # include <sys/stat.h>
  3132. | #endif
  3133. | #ifdef STDC_HEADERS
  3134. | # include <stdlib.h>
  3135. | # include <stddef.h>
  3136. | #else
  3137. | # ifdef HAVE_STDLIB_H
  3138. | # include <stdlib.h>
  3139. | # endif
  3140. | #endif
  3141. | #ifdef HAVE_STRING_H
  3142. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3143. | # include <memory.h>
  3144. | # endif
  3145. | # include <string.h>
  3146. | #endif
  3147. | #ifdef HAVE_STRINGS_H
  3148. | # include <strings.h>
  3149. | #endif
  3150. | #ifdef HAVE_INTTYPES_H
  3151. | # include <inttypes.h>
  3152. | #endif
  3153. | #ifdef HAVE_STDINT_H
  3154. | # include <stdint.h>
  3155. | #endif
  3156. | #ifdef HAVE_UNISTD_H
  3157. | # include <unistd.h>
  3158. | #endif
  3159. | #if HAVE_SYS_SOCKET_H
  3160. | #include <sys/socket.h>
  3161. | #endif
  3162. | #if HAVE_NET_IF_H
  3163. | #include <net/if.h>
  3164. | #endif
  3165. |
  3166. | int
  3167. | main ()
  3168. | {
  3169. | static struct ifreq ac_aggr;
  3170. | if (ac_aggr.ifr_hwaddr)
  3171. | return 0;
  3172. | ;
  3173. | return 0;
  3174. | }
  3175. configure:10422: gcc -c -g3 -O2 conftest.c >&5
  3176. conftest.c:141:20: error: no member named 'ifr_hwaddr' in 'struct ifreq'
  3177. if (sizeof ac_aggr.ifr_hwaddr)
  3178. ~~~~~~~ ^
  3179. 1 error generated.
  3180. configure:10422: $? = 1
  3181. configure: failed program was:
  3182. | /* confdefs.h */
  3183. | #define PACKAGE_NAME "GNU Emacs"
  3184. | #define PACKAGE_TARNAME "emacs"
  3185. | #define PACKAGE_VERSION "27.0.50"
  3186. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  3187. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  3188. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  3189. | #define HAVE_PDUMPER 1
  3190. | #define HAVE_PUTENV 1
  3191. | #define HAVE_SBRK 1
  3192. | #define HAVE_FCHMOD 1
  3193. | #define HAVE_GETCWD 1
  3194. | #define HAVE_READLINK 1
  3195. | #define HAVE_REALPATH 1
  3196. | #define HAVE_READLINKAT 1
  3197. | #define HAVE_FACCESSAT 1
  3198. | #define HAVE_FCNTL 1
  3199. | #define HAVE_FDOPENDIR 1
  3200. | #define HAVE_FSTATAT 1
  3201. | #define HAVE_FSYNC 1
  3202. | #define HAVE_GETTIMEOFDAY 1
  3203. | #define HAVE_LSTAT 1
  3204. | #define HAVE_MKOSTEMP 1
  3205. | #define HAVE_TZSET 1
  3206. | #define HAVE_PSELECT 1
  3207. | #define HAVE_ISBLANK 1
  3208. | #define HAVE_ISWCTYPE 1
  3209. | #define HAVE_STRTOIMAX 1
  3210. | #define HAVE_SYMLINK 1
  3211. | #define HAVE_LOCALTIME_R 1
  3212. | #define HAVE_TIMEGM 1
  3213. | #define HAVE_FUTIMES 1
  3214. | #define HAVE_FUTIMENS 1
  3215. | #define HAVE_UTIMENSAT 1
  3216. | #define HAVE_LUTIMES 1
  3217. | #define HAVE_GETDTABLESIZE 1
  3218. | #define STDC_HEADERS 1
  3219. | #define HAVE_SYS_TYPES_H 1
  3220. | #define HAVE_SYS_STAT_H 1
  3221. | #define HAVE_STDLIB_H 1
  3222. | #define HAVE_STRING_H 1
  3223. | #define HAVE_MEMORY_H 1
  3224. | #define HAVE_STRINGS_H 1
  3225. | #define HAVE_INTTYPES_H 1
  3226. | #define HAVE_STDINT_H 1
  3227. | #define HAVE_UNISTD_H 1
  3228. | #define __EXTENSIONS__ 1
  3229. | #define _ALL_SOURCE 1
  3230. | #define _DARWIN_C_SOURCE 1
  3231. | #define _GNU_SOURCE 1
  3232. | #define _NETBSD_SOURCE 1
  3233. | #define _OPENBSD_SOURCE 1
  3234. | #define _POSIX_PTHREAD_SEMANTICS 1
  3235. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  3236. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  3237. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  3238. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  3239. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  3240. | #define __STDC_WANT_LIB_EXT2__ 1
  3241. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  3242. | #define _TANDEM_SOURCE 1
  3243. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  3244. | #define _DARWIN_USE_64_BIT_INODE 1
  3245. | #define SYSTEM_TYPE "darwin"
  3246. | #define HAVE_SYS_RESOURCE_H 1
  3247. | #define HAVE_SYS_UTSNAME_H 1
  3248. | #define HAVE_PWD_H 1
  3249. | #define HAVE_UTMP_H 1
  3250. | #define HAVE_UTIL_H 1
  3251. | #define HAVE_SYS_SOCKET_H 1
  3252. | #define HAVE_STDLIB_H 1
  3253. | #define HAVE_UNISTD_H 1
  3254. | #define HAVE_SYS_PARAM_H 1
  3255. | #define HAVE_PTHREAD_H 1
  3256. | #define HAVE_MALLOC_MALLOC_H 1
  3257. | #define HAVE_SYS_UN_H 1
  3258. | #define HAVE_DIRENT_H 1
  3259. | #define HAVE_EXECINFO_H 1
  3260. | #define HAVE_GETOPT_H 1
  3261. | #define HAVE_SYS_CDEFS_H 1
  3262. | #define HAVE_SYS_TIME_H 1
  3263. | #define HAVE_LIMITS_H 1
  3264. | #define HAVE_WCHAR_H 1
  3265. | #define HAVE_STDINT_H 1
  3266. | #define HAVE_INTTYPES_H 1
  3267. | #define HAVE_SYS_SELECT_H 1
  3268. | #define HAVE_SYS_STAT_H 1
  3269. | #define HAVE_TERM_H 1
  3270. | #define TIME_WITH_SYS_TIME 1
  3271. | #define HAVE_DECL_SYS_SIGLIST 1
  3272. | #define HAVE_SYS_WAIT_H 1
  3273. | #define HAVE_NET_IF_H 1
  3274. | #define HAVE_IFADDRS_H 1
  3275. | #define HAVE_NET_IF_DL_H 1
  3276. | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
  3277. | /* end confdefs.h. */
  3278. | #include <stdio.h>
  3279. | #ifdef HAVE_SYS_TYPES_H
  3280. | # include <sys/types.h>
  3281. | #endif
  3282. | #ifdef HAVE_SYS_STAT_H
  3283. | # include <sys/stat.h>
  3284. | #endif
  3285. | #ifdef STDC_HEADERS
  3286. | # include <stdlib.h>
  3287. | # include <stddef.h>
  3288. | #else
  3289. | # ifdef HAVE_STDLIB_H
  3290. | # include <stdlib.h>
  3291. | # endif
  3292. | #endif
  3293. | #ifdef HAVE_STRING_H
  3294. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3295. | # include <memory.h>
  3296. | # endif
  3297. | # include <string.h>
  3298. | #endif
  3299. | #ifdef HAVE_STRINGS_H
  3300. | # include <strings.h>
  3301. | #endif
  3302. | #ifdef HAVE_INTTYPES_H
  3303. | # include <inttypes.h>
  3304. | #endif
  3305. | #ifdef HAVE_STDINT_H
  3306. | # include <stdint.h>
  3307. | #endif
  3308. | #ifdef HAVE_UNISTD_H
  3309. | # include <unistd.h>
  3310. | #endif
  3311. | #if HAVE_SYS_SOCKET_H
  3312. | #include <sys/socket.h>
  3313. | #endif
  3314. | #if HAVE_NET_IF_H
  3315. | #include <net/if.h>
  3316. | #endif
  3317. |
  3318. | int
  3319. | main ()
  3320. | {
  3321. | static struct ifreq ac_aggr;
  3322. | if (sizeof ac_aggr.ifr_hwaddr)
  3323. | return 0;
  3324. | ;
  3325. | return 0;
  3326. | }
  3327. configure:10422: result: no
  3328. configure:10438: checking for struct ifreq.ifr_netmask
  3329. configure:10438: gcc -c -g3 -O2 conftest.c >&5
  3330. conftest.c:141:13: error: no member named 'ifr_netmask' in 'struct ifreq'
  3331. if (ac_aggr.ifr_netmask)
  3332. ~~~~~~~ ^
  3333. 1 error generated.
  3334. configure:10438: $? = 1
  3335. configure: failed program was:
  3336. | /* confdefs.h */
  3337. | #define PACKAGE_NAME "GNU Emacs"
  3338. | #define PACKAGE_TARNAME "emacs"
  3339. | #define PACKAGE_VERSION "27.0.50"
  3340. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  3341. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  3342. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  3343. | #define HAVE_PDUMPER 1
  3344. | #define HAVE_PUTENV 1
  3345. | #define HAVE_SBRK 1
  3346. | #define HAVE_FCHMOD 1
  3347. | #define HAVE_GETCWD 1
  3348. | #define HAVE_READLINK 1
  3349. | #define HAVE_REALPATH 1
  3350. | #define HAVE_READLINKAT 1
  3351. | #define HAVE_FACCESSAT 1
  3352. | #define HAVE_FCNTL 1
  3353. | #define HAVE_FDOPENDIR 1
  3354. | #define HAVE_FSTATAT 1
  3355. | #define HAVE_FSYNC 1
  3356. | #define HAVE_GETTIMEOFDAY 1
  3357. | #define HAVE_LSTAT 1
  3358. | #define HAVE_MKOSTEMP 1
  3359. | #define HAVE_TZSET 1
  3360. | #define HAVE_PSELECT 1
  3361. | #define HAVE_ISBLANK 1
  3362. | #define HAVE_ISWCTYPE 1
  3363. | #define HAVE_STRTOIMAX 1
  3364. | #define HAVE_SYMLINK 1
  3365. | #define HAVE_LOCALTIME_R 1
  3366. | #define HAVE_TIMEGM 1
  3367. | #define HAVE_FUTIMES 1
  3368. | #define HAVE_FUTIMENS 1
  3369. | #define HAVE_UTIMENSAT 1
  3370. | #define HAVE_LUTIMES 1
  3371. | #define HAVE_GETDTABLESIZE 1
  3372. | #define STDC_HEADERS 1
  3373. | #define HAVE_SYS_TYPES_H 1
  3374. | #define HAVE_SYS_STAT_H 1
  3375. | #define HAVE_STDLIB_H 1
  3376. | #define HAVE_STRING_H 1
  3377. | #define HAVE_MEMORY_H 1
  3378. | #define HAVE_STRINGS_H 1
  3379. | #define HAVE_INTTYPES_H 1
  3380. | #define HAVE_STDINT_H 1
  3381. | #define HAVE_UNISTD_H 1
  3382. | #define __EXTENSIONS__ 1
  3383. | #define _ALL_SOURCE 1
  3384. | #define _DARWIN_C_SOURCE 1
  3385. | #define _GNU_SOURCE 1
  3386. | #define _NETBSD_SOURCE 1
  3387. | #define _OPENBSD_SOURCE 1
  3388. | #define _POSIX_PTHREAD_SEMANTICS 1
  3389. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  3390. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  3391. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  3392. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  3393. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  3394. | #define __STDC_WANT_LIB_EXT2__ 1
  3395. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  3396. | #define _TANDEM_SOURCE 1
  3397. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  3398. | #define _DARWIN_USE_64_BIT_INODE 1
  3399. | #define SYSTEM_TYPE "darwin"
  3400. | #define HAVE_SYS_RESOURCE_H 1
  3401. | #define HAVE_SYS_UTSNAME_H 1
  3402. | #define HAVE_PWD_H 1
  3403. | #define HAVE_UTMP_H 1
  3404. | #define HAVE_UTIL_H 1
  3405. | #define HAVE_SYS_SOCKET_H 1
  3406. | #define HAVE_STDLIB_H 1
  3407. | #define HAVE_UNISTD_H 1
  3408. | #define HAVE_SYS_PARAM_H 1
  3409. | #define HAVE_PTHREAD_H 1
  3410. | #define HAVE_MALLOC_MALLOC_H 1
  3411. | #define HAVE_SYS_UN_H 1
  3412. | #define HAVE_DIRENT_H 1
  3413. | #define HAVE_EXECINFO_H 1
  3414. | #define HAVE_GETOPT_H 1
  3415. | #define HAVE_SYS_CDEFS_H 1
  3416. | #define HAVE_SYS_TIME_H 1
  3417. | #define HAVE_LIMITS_H 1
  3418. | #define HAVE_WCHAR_H 1
  3419. | #define HAVE_STDINT_H 1
  3420. | #define HAVE_INTTYPES_H 1
  3421. | #define HAVE_SYS_SELECT_H 1
  3422. | #define HAVE_SYS_STAT_H 1
  3423. | #define HAVE_TERM_H 1
  3424. | #define TIME_WITH_SYS_TIME 1
  3425. | #define HAVE_DECL_SYS_SIGLIST 1
  3426. | #define HAVE_SYS_WAIT_H 1
  3427. | #define HAVE_NET_IF_H 1
  3428. | #define HAVE_IFADDRS_H 1
  3429. | #define HAVE_NET_IF_DL_H 1
  3430. | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
  3431. | /* end confdefs.h. */
  3432. | #include <stdio.h>
  3433. | #ifdef HAVE_SYS_TYPES_H
  3434. | # include <sys/types.h>
  3435. | #endif
  3436. | #ifdef HAVE_SYS_STAT_H
  3437. | # include <sys/stat.h>
  3438. | #endif
  3439. | #ifdef STDC_HEADERS
  3440. | # include <stdlib.h>
  3441. | # include <stddef.h>
  3442. | #else
  3443. | # ifdef HAVE_STDLIB_H
  3444. | # include <stdlib.h>
  3445. | # endif
  3446. | #endif
  3447. | #ifdef HAVE_STRING_H
  3448. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3449. | # include <memory.h>
  3450. | # endif
  3451. | # include <string.h>
  3452. | #endif
  3453. | #ifdef HAVE_STRINGS_H
  3454. | # include <strings.h>
  3455. | #endif
  3456. | #ifdef HAVE_INTTYPES_H
  3457. | # include <inttypes.h>
  3458. | #endif
  3459. | #ifdef HAVE_STDINT_H
  3460. | # include <stdint.h>
  3461. | #endif
  3462. | #ifdef HAVE_UNISTD_H
  3463. | # include <unistd.h>
  3464. | #endif
  3465. | #if HAVE_SYS_SOCKET_H
  3466. | #include <sys/socket.h>
  3467. | #endif
  3468. | #if HAVE_NET_IF_H
  3469. | #include <net/if.h>
  3470. | #endif
  3471. |
  3472. | int
  3473. | main ()
  3474. | {
  3475. | static struct ifreq ac_aggr;
  3476. | if (ac_aggr.ifr_netmask)
  3477. | return 0;
  3478. | ;
  3479. | return 0;
  3480. | }
  3481. configure:10438: gcc -c -g3 -O2 conftest.c >&5
  3482. conftest.c:141:20: error: no member named 'ifr_netmask' in 'struct ifreq'
  3483. if (sizeof ac_aggr.ifr_netmask)
  3484. ~~~~~~~ ^
  3485. 1 error generated.
  3486. configure:10438: $? = 1
  3487. configure: failed program was:
  3488. | /* confdefs.h */
  3489. | #define PACKAGE_NAME "GNU Emacs"
  3490. | #define PACKAGE_TARNAME "emacs"
  3491. | #define PACKAGE_VERSION "27.0.50"
  3492. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  3493. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  3494. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  3495. | #define HAVE_PDUMPER 1
  3496. | #define HAVE_PUTENV 1
  3497. | #define HAVE_SBRK 1
  3498. | #define HAVE_FCHMOD 1
  3499. | #define HAVE_GETCWD 1
  3500. | #define HAVE_READLINK 1
  3501. | #define HAVE_REALPATH 1
  3502. | #define HAVE_READLINKAT 1
  3503. | #define HAVE_FACCESSAT 1
  3504. | #define HAVE_FCNTL 1
  3505. | #define HAVE_FDOPENDIR 1
  3506. | #define HAVE_FSTATAT 1
  3507. | #define HAVE_FSYNC 1
  3508. | #define HAVE_GETTIMEOFDAY 1
  3509. | #define HAVE_LSTAT 1
  3510. | #define HAVE_MKOSTEMP 1
  3511. | #define HAVE_TZSET 1
  3512. | #define HAVE_PSELECT 1
  3513. | #define HAVE_ISBLANK 1
  3514. | #define HAVE_ISWCTYPE 1
  3515. | #define HAVE_STRTOIMAX 1
  3516. | #define HAVE_SYMLINK 1
  3517. | #define HAVE_LOCALTIME_R 1
  3518. | #define HAVE_TIMEGM 1
  3519. | #define HAVE_FUTIMES 1
  3520. | #define HAVE_FUTIMENS 1
  3521. | #define HAVE_UTIMENSAT 1
  3522. | #define HAVE_LUTIMES 1
  3523. | #define HAVE_GETDTABLESIZE 1
  3524. | #define STDC_HEADERS 1
  3525. | #define HAVE_SYS_TYPES_H 1
  3526. | #define HAVE_SYS_STAT_H 1
  3527. | #define HAVE_STDLIB_H 1
  3528. | #define HAVE_STRING_H 1
  3529. | #define HAVE_MEMORY_H 1
  3530. | #define HAVE_STRINGS_H 1
  3531. | #define HAVE_INTTYPES_H 1
  3532. | #define HAVE_STDINT_H 1
  3533. | #define HAVE_UNISTD_H 1
  3534. | #define __EXTENSIONS__ 1
  3535. | #define _ALL_SOURCE 1
  3536. | #define _DARWIN_C_SOURCE 1
  3537. | #define _GNU_SOURCE 1
  3538. | #define _NETBSD_SOURCE 1
  3539. | #define _OPENBSD_SOURCE 1
  3540. | #define _POSIX_PTHREAD_SEMANTICS 1
  3541. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  3542. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  3543. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  3544. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  3545. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  3546. | #define __STDC_WANT_LIB_EXT2__ 1
  3547. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  3548. | #define _TANDEM_SOURCE 1
  3549. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  3550. | #define _DARWIN_USE_64_BIT_INODE 1
  3551. | #define SYSTEM_TYPE "darwin"
  3552. | #define HAVE_SYS_RESOURCE_H 1
  3553. | #define HAVE_SYS_UTSNAME_H 1
  3554. | #define HAVE_PWD_H 1
  3555. | #define HAVE_UTMP_H 1
  3556. | #define HAVE_UTIL_H 1
  3557. | #define HAVE_SYS_SOCKET_H 1
  3558. | #define HAVE_STDLIB_H 1
  3559. | #define HAVE_UNISTD_H 1
  3560. | #define HAVE_SYS_PARAM_H 1
  3561. | #define HAVE_PTHREAD_H 1
  3562. | #define HAVE_MALLOC_MALLOC_H 1
  3563. | #define HAVE_SYS_UN_H 1
  3564. | #define HAVE_DIRENT_H 1
  3565. | #define HAVE_EXECINFO_H 1
  3566. | #define HAVE_GETOPT_H 1
  3567. | #define HAVE_SYS_CDEFS_H 1
  3568. | #define HAVE_SYS_TIME_H 1
  3569. | #define HAVE_LIMITS_H 1
  3570. | #define HAVE_WCHAR_H 1
  3571. | #define HAVE_STDINT_H 1
  3572. | #define HAVE_INTTYPES_H 1
  3573. | #define HAVE_SYS_SELECT_H 1
  3574. | #define HAVE_SYS_STAT_H 1
  3575. | #define HAVE_TERM_H 1
  3576. | #define TIME_WITH_SYS_TIME 1
  3577. | #define HAVE_DECL_SYS_SIGLIST 1
  3578. | #define HAVE_SYS_WAIT_H 1
  3579. | #define HAVE_NET_IF_H 1
  3580. | #define HAVE_IFADDRS_H 1
  3581. | #define HAVE_NET_IF_DL_H 1
  3582. | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
  3583. | /* end confdefs.h. */
  3584. | #include <stdio.h>
  3585. | #ifdef HAVE_SYS_TYPES_H
  3586. | # include <sys/types.h>
  3587. | #endif
  3588. | #ifdef HAVE_SYS_STAT_H
  3589. | # include <sys/stat.h>
  3590. | #endif
  3591. | #ifdef STDC_HEADERS
  3592. | # include <stdlib.h>
  3593. | # include <stddef.h>
  3594. | #else
  3595. | # ifdef HAVE_STDLIB_H
  3596. | # include <stdlib.h>
  3597. | # endif
  3598. | #endif
  3599. | #ifdef HAVE_STRING_H
  3600. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3601. | # include <memory.h>
  3602. | # endif
  3603. | # include <string.h>
  3604. | #endif
  3605. | #ifdef HAVE_STRINGS_H
  3606. | # include <strings.h>
  3607. | #endif
  3608. | #ifdef HAVE_INTTYPES_H
  3609. | # include <inttypes.h>
  3610. | #endif
  3611. | #ifdef HAVE_STDINT_H
  3612. | # include <stdint.h>
  3613. | #endif
  3614. | #ifdef HAVE_UNISTD_H
  3615. | # include <unistd.h>
  3616. | #endif
  3617. | #if HAVE_SYS_SOCKET_H
  3618. | #include <sys/socket.h>
  3619. | #endif
  3620. | #if HAVE_NET_IF_H
  3621. | #include <net/if.h>
  3622. | #endif
  3623. |
  3624. | int
  3625. | main ()
  3626. | {
  3627. | static struct ifreq ac_aggr;
  3628. | if (sizeof ac_aggr.ifr_netmask)
  3629. | return 0;
  3630. | ;
  3631. | return 0;
  3632. | }
  3633. configure:10438: result: no
  3634. configure:10454: checking for struct ifreq.ifr_broadaddr
  3635. configure:10454: gcc -c -g3 -O2 conftest.c >&5
  3636. conftest.c:141:1: error: statement requires expression of scalar type ('struct sockaddr' invalid)
  3637. if (ac_aggr.ifr_broadaddr)
  3638. ^ ~~~~~~~~~~~~~~~~~~~~~
  3639. 1 error generated.
  3640. configure:10454: $? = 1
  3641. configure: failed program was:
  3642. | /* confdefs.h */
  3643. | #define PACKAGE_NAME "GNU Emacs"
  3644. | #define PACKAGE_TARNAME "emacs"
  3645. | #define PACKAGE_VERSION "27.0.50"
  3646. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  3647. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  3648. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  3649. | #define HAVE_PDUMPER 1
  3650. | #define HAVE_PUTENV 1
  3651. | #define HAVE_SBRK 1
  3652. | #define HAVE_FCHMOD 1
  3653. | #define HAVE_GETCWD 1
  3654. | #define HAVE_READLINK 1
  3655. | #define HAVE_REALPATH 1
  3656. | #define HAVE_READLINKAT 1
  3657. | #define HAVE_FACCESSAT 1
  3658. | #define HAVE_FCNTL 1
  3659. | #define HAVE_FDOPENDIR 1
  3660. | #define HAVE_FSTATAT 1
  3661. | #define HAVE_FSYNC 1
  3662. | #define HAVE_GETTIMEOFDAY 1
  3663. | #define HAVE_LSTAT 1
  3664. | #define HAVE_MKOSTEMP 1
  3665. | #define HAVE_TZSET 1
  3666. | #define HAVE_PSELECT 1
  3667. | #define HAVE_ISBLANK 1
  3668. | #define HAVE_ISWCTYPE 1
  3669. | #define HAVE_STRTOIMAX 1
  3670. | #define HAVE_SYMLINK 1
  3671. | #define HAVE_LOCALTIME_R 1
  3672. | #define HAVE_TIMEGM 1
  3673. | #define HAVE_FUTIMES 1
  3674. | #define HAVE_FUTIMENS 1
  3675. | #define HAVE_UTIMENSAT 1
  3676. | #define HAVE_LUTIMES 1
  3677. | #define HAVE_GETDTABLESIZE 1
  3678. | #define STDC_HEADERS 1
  3679. | #define HAVE_SYS_TYPES_H 1
  3680. | #define HAVE_SYS_STAT_H 1
  3681. | #define HAVE_STDLIB_H 1
  3682. | #define HAVE_STRING_H 1
  3683. | #define HAVE_MEMORY_H 1
  3684. | #define HAVE_STRINGS_H 1
  3685. | #define HAVE_INTTYPES_H 1
  3686. | #define HAVE_STDINT_H 1
  3687. | #define HAVE_UNISTD_H 1
  3688. | #define __EXTENSIONS__ 1
  3689. | #define _ALL_SOURCE 1
  3690. | #define _DARWIN_C_SOURCE 1
  3691. | #define _GNU_SOURCE 1
  3692. | #define _NETBSD_SOURCE 1
  3693. | #define _OPENBSD_SOURCE 1
  3694. | #define _POSIX_PTHREAD_SEMANTICS 1
  3695. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  3696. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  3697. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  3698. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  3699. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  3700. | #define __STDC_WANT_LIB_EXT2__ 1
  3701. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  3702. | #define _TANDEM_SOURCE 1
  3703. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  3704. | #define _DARWIN_USE_64_BIT_INODE 1
  3705. | #define SYSTEM_TYPE "darwin"
  3706. | #define HAVE_SYS_RESOURCE_H 1
  3707. | #define HAVE_SYS_UTSNAME_H 1
  3708. | #define HAVE_PWD_H 1
  3709. | #define HAVE_UTMP_H 1
  3710. | #define HAVE_UTIL_H 1
  3711. | #define HAVE_SYS_SOCKET_H 1
  3712. | #define HAVE_STDLIB_H 1
  3713. | #define HAVE_UNISTD_H 1
  3714. | #define HAVE_SYS_PARAM_H 1
  3715. | #define HAVE_PTHREAD_H 1
  3716. | #define HAVE_MALLOC_MALLOC_H 1
  3717. | #define HAVE_SYS_UN_H 1
  3718. | #define HAVE_DIRENT_H 1
  3719. | #define HAVE_EXECINFO_H 1
  3720. | #define HAVE_GETOPT_H 1
  3721. | #define HAVE_SYS_CDEFS_H 1
  3722. | #define HAVE_SYS_TIME_H 1
  3723. | #define HAVE_LIMITS_H 1
  3724. | #define HAVE_WCHAR_H 1
  3725. | #define HAVE_STDINT_H 1
  3726. | #define HAVE_INTTYPES_H 1
  3727. | #define HAVE_SYS_SELECT_H 1
  3728. | #define HAVE_SYS_STAT_H 1
  3729. | #define HAVE_TERM_H 1
  3730. | #define TIME_WITH_SYS_TIME 1
  3731. | #define HAVE_DECL_SYS_SIGLIST 1
  3732. | #define HAVE_SYS_WAIT_H 1
  3733. | #define HAVE_NET_IF_H 1
  3734. | #define HAVE_IFADDRS_H 1
  3735. | #define HAVE_NET_IF_DL_H 1
  3736. | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
  3737. | /* end confdefs.h. */
  3738. | #include <stdio.h>
  3739. | #ifdef HAVE_SYS_TYPES_H
  3740. | # include <sys/types.h>
  3741. | #endif
  3742. | #ifdef HAVE_SYS_STAT_H
  3743. | # include <sys/stat.h>
  3744. | #endif
  3745. | #ifdef STDC_HEADERS
  3746. | # include <stdlib.h>
  3747. | # include <stddef.h>
  3748. | #else
  3749. | # ifdef HAVE_STDLIB_H
  3750. | # include <stdlib.h>
  3751. | # endif
  3752. | #endif
  3753. | #ifdef HAVE_STRING_H
  3754. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3755. | # include <memory.h>
  3756. | # endif
  3757. | # include <string.h>
  3758. | #endif
  3759. | #ifdef HAVE_STRINGS_H
  3760. | # include <strings.h>
  3761. | #endif
  3762. | #ifdef HAVE_INTTYPES_H
  3763. | # include <inttypes.h>
  3764. | #endif
  3765. | #ifdef HAVE_STDINT_H
  3766. | # include <stdint.h>
  3767. | #endif
  3768. | #ifdef HAVE_UNISTD_H
  3769. | # include <unistd.h>
  3770. | #endif
  3771. | #if HAVE_SYS_SOCKET_H
  3772. | #include <sys/socket.h>
  3773. | #endif
  3774. | #if HAVE_NET_IF_H
  3775. | #include <net/if.h>
  3776. | #endif
  3777. |
  3778. | int
  3779. | main ()
  3780. | {
  3781. | static struct ifreq ac_aggr;
  3782. | if (ac_aggr.ifr_broadaddr)
  3783. | return 0;
  3784. | ;
  3785. | return 0;
  3786. | }
  3787. configure:10454: gcc -c -g3 -O2 conftest.c >&5
  3788. configure:10454: $? = 0
  3789. configure:10454: result: yes
  3790. configure:10470: checking for struct ifreq.ifr_addr
  3791. configure:10470: gcc -c -g3 -O2 conftest.c >&5
  3792. conftest.c:142:1: error: statement requires expression of scalar type ('struct sockaddr' invalid)
  3793. if (ac_aggr.ifr_addr)
  3794. ^ ~~~~~~~~~~~~~~~~
  3795. 1 error generated.
  3796. configure:10470: $? = 1
  3797. configure: failed program was:
  3798. | /* confdefs.h */
  3799. | #define PACKAGE_NAME "GNU Emacs"
  3800. | #define PACKAGE_TARNAME "emacs"
  3801. | #define PACKAGE_VERSION "27.0.50"
  3802. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  3803. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  3804. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  3805. | #define HAVE_PDUMPER 1
  3806. | #define HAVE_PUTENV 1
  3807. | #define HAVE_SBRK 1
  3808. | #define HAVE_FCHMOD 1
  3809. | #define HAVE_GETCWD 1
  3810. | #define HAVE_READLINK 1
  3811. | #define HAVE_REALPATH 1
  3812. | #define HAVE_READLINKAT 1
  3813. | #define HAVE_FACCESSAT 1
  3814. | #define HAVE_FCNTL 1
  3815. | #define HAVE_FDOPENDIR 1
  3816. | #define HAVE_FSTATAT 1
  3817. | #define HAVE_FSYNC 1
  3818. | #define HAVE_GETTIMEOFDAY 1
  3819. | #define HAVE_LSTAT 1
  3820. | #define HAVE_MKOSTEMP 1
  3821. | #define HAVE_TZSET 1
  3822. | #define HAVE_PSELECT 1
  3823. | #define HAVE_ISBLANK 1
  3824. | #define HAVE_ISWCTYPE 1
  3825. | #define HAVE_STRTOIMAX 1
  3826. | #define HAVE_SYMLINK 1
  3827. | #define HAVE_LOCALTIME_R 1
  3828. | #define HAVE_TIMEGM 1
  3829. | #define HAVE_FUTIMES 1
  3830. | #define HAVE_FUTIMENS 1
  3831. | #define HAVE_UTIMENSAT 1
  3832. | #define HAVE_LUTIMES 1
  3833. | #define HAVE_GETDTABLESIZE 1
  3834. | #define STDC_HEADERS 1
  3835. | #define HAVE_SYS_TYPES_H 1
  3836. | #define HAVE_SYS_STAT_H 1
  3837. | #define HAVE_STDLIB_H 1
  3838. | #define HAVE_STRING_H 1
  3839. | #define HAVE_MEMORY_H 1
  3840. | #define HAVE_STRINGS_H 1
  3841. | #define HAVE_INTTYPES_H 1
  3842. | #define HAVE_STDINT_H 1
  3843. | #define HAVE_UNISTD_H 1
  3844. | #define __EXTENSIONS__ 1
  3845. | #define _ALL_SOURCE 1
  3846. | #define _DARWIN_C_SOURCE 1
  3847. | #define _GNU_SOURCE 1
  3848. | #define _NETBSD_SOURCE 1
  3849. | #define _OPENBSD_SOURCE 1
  3850. | #define _POSIX_PTHREAD_SEMANTICS 1
  3851. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  3852. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  3853. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  3854. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  3855. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  3856. | #define __STDC_WANT_LIB_EXT2__ 1
  3857. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  3858. | #define _TANDEM_SOURCE 1
  3859. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  3860. | #define _DARWIN_USE_64_BIT_INODE 1
  3861. | #define SYSTEM_TYPE "darwin"
  3862. | #define HAVE_SYS_RESOURCE_H 1
  3863. | #define HAVE_SYS_UTSNAME_H 1
  3864. | #define HAVE_PWD_H 1
  3865. | #define HAVE_UTMP_H 1
  3866. | #define HAVE_UTIL_H 1
  3867. | #define HAVE_SYS_SOCKET_H 1
  3868. | #define HAVE_STDLIB_H 1
  3869. | #define HAVE_UNISTD_H 1
  3870. | #define HAVE_SYS_PARAM_H 1
  3871. | #define HAVE_PTHREAD_H 1
  3872. | #define HAVE_MALLOC_MALLOC_H 1
  3873. | #define HAVE_SYS_UN_H 1
  3874. | #define HAVE_DIRENT_H 1
  3875. | #define HAVE_EXECINFO_H 1
  3876. | #define HAVE_GETOPT_H 1
  3877. | #define HAVE_SYS_CDEFS_H 1
  3878. | #define HAVE_SYS_TIME_H 1
  3879. | #define HAVE_LIMITS_H 1
  3880. | #define HAVE_WCHAR_H 1
  3881. | #define HAVE_STDINT_H 1
  3882. | #define HAVE_INTTYPES_H 1
  3883. | #define HAVE_SYS_SELECT_H 1
  3884. | #define HAVE_SYS_STAT_H 1
  3885. | #define HAVE_TERM_H 1
  3886. | #define TIME_WITH_SYS_TIME 1
  3887. | #define HAVE_DECL_SYS_SIGLIST 1
  3888. | #define HAVE_SYS_WAIT_H 1
  3889. | #define HAVE_NET_IF_H 1
  3890. | #define HAVE_IFADDRS_H 1
  3891. | #define HAVE_NET_IF_DL_H 1
  3892. | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
  3893. | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
  3894. | /* end confdefs.h. */
  3895. | #include <stdio.h>
  3896. | #ifdef HAVE_SYS_TYPES_H
  3897. | # include <sys/types.h>
  3898. | #endif
  3899. | #ifdef HAVE_SYS_STAT_H
  3900. | # include <sys/stat.h>
  3901. | #endif
  3902. | #ifdef STDC_HEADERS
  3903. | # include <stdlib.h>
  3904. | # include <stddef.h>
  3905. | #else
  3906. | # ifdef HAVE_STDLIB_H
  3907. | # include <stdlib.h>
  3908. | # endif
  3909. | #endif
  3910. | #ifdef HAVE_STRING_H
  3911. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3912. | # include <memory.h>
  3913. | # endif
  3914. | # include <string.h>
  3915. | #endif
  3916. | #ifdef HAVE_STRINGS_H
  3917. | # include <strings.h>
  3918. | #endif
  3919. | #ifdef HAVE_INTTYPES_H
  3920. | # include <inttypes.h>
  3921. | #endif
  3922. | #ifdef HAVE_STDINT_H
  3923. | # include <stdint.h>
  3924. | #endif
  3925. | #ifdef HAVE_UNISTD_H
  3926. | # include <unistd.h>
  3927. | #endif
  3928. | #if HAVE_SYS_SOCKET_H
  3929. | #include <sys/socket.h>
  3930. | #endif
  3931. | #if HAVE_NET_IF_H
  3932. | #include <net/if.h>
  3933. | #endif
  3934. |
  3935. | int
  3936. | main ()
  3937. | {
  3938. | static struct ifreq ac_aggr;
  3939. | if (ac_aggr.ifr_addr)
  3940. | return 0;
  3941. | ;
  3942. | return 0;
  3943. | }
  3944. configure:10470: gcc -c -g3 -O2 conftest.c >&5
  3945. configure:10470: $? = 0
  3946. configure:10470: result: yes
  3947. configure:10486: checking for struct ifreq.ifr_addr.sa_len
  3948. configure:10486: gcc -c -g3 -O2 conftest.c >&5
  3949. configure:10486: $? = 0
  3950. configure:10486: result: yes
  3951. configure:10509: checking whether gcc understands -MMD -MF
  3952. configure:10527: gcc -c -g3 -O2 -MMD -MF deps.d -MP conftest.c >&5
  3953. configure:10527: $? = 0
  3954. configure:10537: result: yes
  3955. configure:10553: checking for X
  3956. configure:10661: gcc -E conftest.c
  3957. conftest.c:100:10: fatal error: 'X11/Xlib.h' file not found
  3958. #include <X11/Xlib.h>
  3959. ^~~~~~~~~~~~
  3960. 1 error generated.
  3961. configure:10661: $? = 1
  3962. configure: failed program was:
  3963. | /* confdefs.h */
  3964. | #define PACKAGE_NAME "GNU Emacs"
  3965. | #define PACKAGE_TARNAME "emacs"
  3966. | #define PACKAGE_VERSION "27.0.50"
  3967. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  3968. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  3969. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  3970. | #define HAVE_PDUMPER 1
  3971. | #define HAVE_PUTENV 1
  3972. | #define HAVE_SBRK 1
  3973. | #define HAVE_FCHMOD 1
  3974. | #define HAVE_GETCWD 1
  3975. | #define HAVE_READLINK 1
  3976. | #define HAVE_REALPATH 1
  3977. | #define HAVE_READLINKAT 1
  3978. | #define HAVE_FACCESSAT 1
  3979. | #define HAVE_FCNTL 1
  3980. | #define HAVE_FDOPENDIR 1
  3981. | #define HAVE_FSTATAT 1
  3982. | #define HAVE_FSYNC 1
  3983. | #define HAVE_GETTIMEOFDAY 1
  3984. | #define HAVE_LSTAT 1
  3985. | #define HAVE_MKOSTEMP 1
  3986. | #define HAVE_TZSET 1
  3987. | #define HAVE_PSELECT 1
  3988. | #define HAVE_ISBLANK 1
  3989. | #define HAVE_ISWCTYPE 1
  3990. | #define HAVE_STRTOIMAX 1
  3991. | #define HAVE_SYMLINK 1
  3992. | #define HAVE_LOCALTIME_R 1
  3993. | #define HAVE_TIMEGM 1
  3994. | #define HAVE_FUTIMES 1
  3995. | #define HAVE_FUTIMENS 1
  3996. | #define HAVE_UTIMENSAT 1
  3997. | #define HAVE_LUTIMES 1
  3998. | #define HAVE_GETDTABLESIZE 1
  3999. | #define STDC_HEADERS 1
  4000. | #define HAVE_SYS_TYPES_H 1
  4001. | #define HAVE_SYS_STAT_H 1
  4002. | #define HAVE_STDLIB_H 1
  4003. | #define HAVE_STRING_H 1
  4004. | #define HAVE_MEMORY_H 1
  4005. | #define HAVE_STRINGS_H 1
  4006. | #define HAVE_INTTYPES_H 1
  4007. | #define HAVE_STDINT_H 1
  4008. | #define HAVE_UNISTD_H 1
  4009. | #define __EXTENSIONS__ 1
  4010. | #define _ALL_SOURCE 1
  4011. | #define _DARWIN_C_SOURCE 1
  4012. | #define _GNU_SOURCE 1
  4013. | #define _NETBSD_SOURCE 1
  4014. | #define _OPENBSD_SOURCE 1
  4015. | #define _POSIX_PTHREAD_SEMANTICS 1
  4016. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  4017. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  4018. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  4019. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  4020. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  4021. | #define __STDC_WANT_LIB_EXT2__ 1
  4022. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  4023. | #define _TANDEM_SOURCE 1
  4024. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  4025. | #define _DARWIN_USE_64_BIT_INODE 1
  4026. | #define SYSTEM_TYPE "darwin"
  4027. | #define HAVE_SYS_RESOURCE_H 1
  4028. | #define HAVE_SYS_UTSNAME_H 1
  4029. | #define HAVE_PWD_H 1
  4030. | #define HAVE_UTMP_H 1
  4031. | #define HAVE_UTIL_H 1
  4032. | #define HAVE_SYS_SOCKET_H 1
  4033. | #define HAVE_STDLIB_H 1
  4034. | #define HAVE_UNISTD_H 1
  4035. | #define HAVE_SYS_PARAM_H 1
  4036. | #define HAVE_PTHREAD_H 1
  4037. | #define HAVE_MALLOC_MALLOC_H 1
  4038. | #define HAVE_SYS_UN_H 1
  4039. | #define HAVE_DIRENT_H 1
  4040. | #define HAVE_EXECINFO_H 1
  4041. | #define HAVE_GETOPT_H 1
  4042. | #define HAVE_SYS_CDEFS_H 1
  4043. | #define HAVE_SYS_TIME_H 1
  4044. | #define HAVE_LIMITS_H 1
  4045. | #define HAVE_WCHAR_H 1
  4046. | #define HAVE_STDINT_H 1
  4047. | #define HAVE_INTTYPES_H 1
  4048. | #define HAVE_SYS_SELECT_H 1
  4049. | #define HAVE_SYS_STAT_H 1
  4050. | #define HAVE_TERM_H 1
  4051. | #define TIME_WITH_SYS_TIME 1
  4052. | #define HAVE_DECL_SYS_SIGLIST 1
  4053. | #define HAVE_SYS_WAIT_H 1
  4054. | #define HAVE_NET_IF_H 1
  4055. | #define HAVE_IFADDRS_H 1
  4056. | #define HAVE_NET_IF_DL_H 1
  4057. | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
  4058. | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
  4059. | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
  4060. | #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
  4061. | /* end confdefs.h. */
  4062. | #include <X11/Xlib.h>
  4063. configure:10692: gcc -o conftest -g3 -O2 conftest.c -lX11 >&5
  4064. conftest.c:100:10: fatal error: 'X11/Xlib.h' file not found
  4065. #include <X11/Xlib.h>
  4066. ^~~~~~~~~~~~
  4067. 1 error generated.
  4068. configure:10692: $? = 1
  4069. configure: failed program was:
  4070. | /* confdefs.h */
  4071. | #define PACKAGE_NAME "GNU Emacs"
  4072. | #define PACKAGE_TARNAME "emacs"
  4073. | #define PACKAGE_VERSION "27.0.50"
  4074. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  4075. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  4076. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  4077. | #define HAVE_PDUMPER 1
  4078. | #define HAVE_PUTENV 1
  4079. | #define HAVE_SBRK 1
  4080. | #define HAVE_FCHMOD 1
  4081. | #define HAVE_GETCWD 1
  4082. | #define HAVE_READLINK 1
  4083. | #define HAVE_REALPATH 1
  4084. | #define HAVE_READLINKAT 1
  4085. | #define HAVE_FACCESSAT 1
  4086. | #define HAVE_FCNTL 1
  4087. | #define HAVE_FDOPENDIR 1
  4088. | #define HAVE_FSTATAT 1
  4089. | #define HAVE_FSYNC 1
  4090. | #define HAVE_GETTIMEOFDAY 1
  4091. | #define HAVE_LSTAT 1
  4092. | #define HAVE_MKOSTEMP 1
  4093. | #define HAVE_TZSET 1
  4094. | #define HAVE_PSELECT 1
  4095. | #define HAVE_ISBLANK 1
  4096. | #define HAVE_ISWCTYPE 1
  4097. | #define HAVE_STRTOIMAX 1
  4098. | #define HAVE_SYMLINK 1
  4099. | #define HAVE_LOCALTIME_R 1
  4100. | #define HAVE_TIMEGM 1
  4101. | #define HAVE_FUTIMES 1
  4102. | #define HAVE_FUTIMENS 1
  4103. | #define HAVE_UTIMENSAT 1
  4104. | #define HAVE_LUTIMES 1
  4105. | #define HAVE_GETDTABLESIZE 1
  4106. | #define STDC_HEADERS 1
  4107. | #define HAVE_SYS_TYPES_H 1
  4108. | #define HAVE_SYS_STAT_H 1
  4109. | #define HAVE_STDLIB_H 1
  4110. | #define HAVE_STRING_H 1
  4111. | #define HAVE_MEMORY_H 1
  4112. | #define HAVE_STRINGS_H 1
  4113. | #define HAVE_INTTYPES_H 1
  4114. | #define HAVE_STDINT_H 1
  4115. | #define HAVE_UNISTD_H 1
  4116. | #define __EXTENSIONS__ 1
  4117. | #define _ALL_SOURCE 1
  4118. | #define _DARWIN_C_SOURCE 1
  4119. | #define _GNU_SOURCE 1
  4120. | #define _NETBSD_SOURCE 1
  4121. | #define _OPENBSD_SOURCE 1
  4122. | #define _POSIX_PTHREAD_SEMANTICS 1
  4123. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  4124. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  4125. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  4126. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  4127. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  4128. | #define __STDC_WANT_LIB_EXT2__ 1
  4129. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  4130. | #define _TANDEM_SOURCE 1
  4131. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  4132. | #define _DARWIN_USE_64_BIT_INODE 1
  4133. | #define SYSTEM_TYPE "darwin"
  4134. | #define HAVE_SYS_RESOURCE_H 1
  4135. | #define HAVE_SYS_UTSNAME_H 1
  4136. | #define HAVE_PWD_H 1
  4137. | #define HAVE_UTMP_H 1
  4138. | #define HAVE_UTIL_H 1
  4139. | #define HAVE_SYS_SOCKET_H 1
  4140. | #define HAVE_STDLIB_H 1
  4141. | #define HAVE_UNISTD_H 1
  4142. | #define HAVE_SYS_PARAM_H 1
  4143. | #define HAVE_PTHREAD_H 1
  4144. | #define HAVE_MALLOC_MALLOC_H 1
  4145. | #define HAVE_SYS_UN_H 1
  4146. | #define HAVE_DIRENT_H 1
  4147. | #define HAVE_EXECINFO_H 1
  4148. | #define HAVE_GETOPT_H 1
  4149. | #define HAVE_SYS_CDEFS_H 1
  4150. | #define HAVE_SYS_TIME_H 1
  4151. | #define HAVE_LIMITS_H 1
  4152. | #define HAVE_WCHAR_H 1
  4153. | #define HAVE_STDINT_H 1
  4154. | #define HAVE_INTTYPES_H 1
  4155. | #define HAVE_SYS_SELECT_H 1
  4156. | #define HAVE_SYS_STAT_H 1
  4157. | #define HAVE_TERM_H 1
  4158. | #define TIME_WITH_SYS_TIME 1
  4159. | #define HAVE_DECL_SYS_SIGLIST 1
  4160. | #define HAVE_SYS_WAIT_H 1
  4161. | #define HAVE_NET_IF_H 1
  4162. | #define HAVE_IFADDRS_H 1
  4163. | #define HAVE_NET_IF_DL_H 1
  4164. | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
  4165. | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
  4166. | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
  4167. | #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
  4168. | /* end confdefs.h. */
  4169. | #include <X11/Xlib.h>
  4170. | int
  4171. | main ()
  4172. | {
  4173. | XrmInitialize ()
  4174. | ;
  4175. | return 0;
  4176. | }
  4177. configure:10731: result: no
  4178. configure:10901: checking AppKit/AppKit.h usability
  4179. configure:10901: gcc -c -g3 -O2 -x objective-c -x objective-c conftest.c >&5
  4180. configure:10901: $? = 0
  4181. configure:10901: result: yes
  4182. configure:10901: checking AppKit/AppKit.h presence
  4183. configure:10901: gcc -E -x objective-c conftest.c
  4184. configure:10901: $? = 0
  4185. configure:10901: result: yes
  4186. configure:10901: checking for AppKit/AppKit.h
  4187. configure:10901: result: yes
  4188. configure:10914: checking for Mac OS X 10.6 or newer
  4189. configure:10935: gcc -c -g3 -O2 -x objective-c -x objective-c conftest.c >&5
  4190. configure:10935: $? = 0
  4191. configure:10941: result: yes
  4192. configure:11042: checking for gcc
  4193. configure:11058: found /usr/bin/gcc
  4194. configure:11069: result: gcc
  4195. configure:11094: checking for Objective C compiler version
  4196. configure:11103: gcc --version >&5
  4197. Apple clang version 11.0.0 (clang-1100.0.33.8)
  4198. Target: x86_64-apple-darwin19.0.0
  4199. Thread model: posix
  4200. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  4201. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
  4202. configure:11114: $? = 0
  4203. configure:11103: gcc -v >&5
  4204. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
  4205. Apple clang version 11.0.0 (clang-1100.0.33.8)
  4206. Target: x86_64-apple-darwin19.0.0
  4207. Thread model: posix
  4208. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  4209. configure:11114: $? = 0
  4210. configure:11103: gcc -V >&5
  4211. clang: error: unsupported option '-V -Wno-framework-include-private-from-public'
  4212. clang: error: no input files
  4213. configure:11114: $? = 1
  4214. configure:11103: gcc -qversion >&5
  4215. clang: error: unknown argument '-qversion', did you mean '--version'?
  4216. clang: error: no input files
  4217. configure:11114: $? = 1
  4218. configure:11118: checking whether we are using the GNU Objective C compiler
  4219. configure:11137: gcc -c conftest.m >&5
  4220. configure:11137: $? = 0
  4221. configure:11146: result: yes
  4222. configure:11155: checking whether gcc accepts -g
  4223. configure:11175: gcc -c -g conftest.m >&5
  4224. configure:11175: $? = 0
  4225. configure:11216: result: yes
  4226. configure:11240: checking if the Objective C compiler supports instancetype
  4227. configure:11257: gcc -c -g -O2 conftest.m >&5
  4228. configure:11257: $? = 0
  4229. configure:11270: result: yes
  4230. configure:11611: checking whether malloc is Doug Lea style
  4231. configure:11632: gcc -o conftest -g3 -O2 conftest.c >&5
  4232. conftest.c:101:10: fatal error: 'malloc.h' file not found
  4233. #include <malloc.h>
  4234. ^~~~~~~~~~
  4235. 1 error generated.
  4236. configure:11632: $? = 1
  4237. configure: failed program was:
  4238. | /* confdefs.h */
  4239. | #define PACKAGE_NAME "GNU Emacs"
  4240. | #define PACKAGE_TARNAME "emacs"
  4241. | #define PACKAGE_VERSION "27.0.50"
  4242. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  4243. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  4244. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  4245. | #define HAVE_PDUMPER 1
  4246. | #define HAVE_PUTENV 1
  4247. | #define HAVE_SBRK 1
  4248. | #define HAVE_FCHMOD 1
  4249. | #define HAVE_GETCWD 1
  4250. | #define HAVE_READLINK 1
  4251. | #define HAVE_REALPATH 1
  4252. | #define HAVE_READLINKAT 1
  4253. | #define HAVE_FACCESSAT 1
  4254. | #define HAVE_FCNTL 1
  4255. | #define HAVE_FDOPENDIR 1
  4256. | #define HAVE_FSTATAT 1
  4257. | #define HAVE_FSYNC 1
  4258. | #define HAVE_GETTIMEOFDAY 1
  4259. | #define HAVE_LSTAT 1
  4260. | #define HAVE_MKOSTEMP 1
  4261. | #define HAVE_TZSET 1
  4262. | #define HAVE_PSELECT 1
  4263. | #define HAVE_ISBLANK 1
  4264. | #define HAVE_ISWCTYPE 1
  4265. | #define HAVE_STRTOIMAX 1
  4266. | #define HAVE_SYMLINK 1
  4267. | #define HAVE_LOCALTIME_R 1
  4268. | #define HAVE_TIMEGM 1
  4269. | #define HAVE_FUTIMES 1
  4270. | #define HAVE_FUTIMENS 1
  4271. | #define HAVE_UTIMENSAT 1
  4272. | #define HAVE_LUTIMES 1
  4273. | #define HAVE_GETDTABLESIZE 1
  4274. | #define STDC_HEADERS 1
  4275. | #define HAVE_SYS_TYPES_H 1
  4276. | #define HAVE_SYS_STAT_H 1
  4277. | #define HAVE_STDLIB_H 1
  4278. | #define HAVE_STRING_H 1
  4279. | #define HAVE_MEMORY_H 1
  4280. | #define HAVE_STRINGS_H 1
  4281. | #define HAVE_INTTYPES_H 1
  4282. | #define HAVE_STDINT_H 1
  4283. | #define HAVE_UNISTD_H 1
  4284. | #define __EXTENSIONS__ 1
  4285. | #define _ALL_SOURCE 1
  4286. | #define _DARWIN_C_SOURCE 1
  4287. | #define _GNU_SOURCE 1
  4288. | #define _NETBSD_SOURCE 1
  4289. | #define _OPENBSD_SOURCE 1
  4290. | #define _POSIX_PTHREAD_SEMANTICS 1
  4291. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  4292. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  4293. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  4294. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  4295. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  4296. | #define __STDC_WANT_LIB_EXT2__ 1
  4297. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  4298. | #define _TANDEM_SOURCE 1
  4299. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  4300. | #define _DARWIN_USE_64_BIT_INODE 1
  4301. | #define SYSTEM_TYPE "darwin"
  4302. | #define HAVE_SYS_RESOURCE_H 1
  4303. | #define HAVE_SYS_UTSNAME_H 1
  4304. | #define HAVE_PWD_H 1
  4305. | #define HAVE_UTMP_H 1
  4306. | #define HAVE_UTIL_H 1
  4307. | #define HAVE_SYS_SOCKET_H 1
  4308. | #define HAVE_STDLIB_H 1
  4309. | #define HAVE_UNISTD_H 1
  4310. | #define HAVE_SYS_PARAM_H 1
  4311. | #define HAVE_PTHREAD_H 1
  4312. | #define HAVE_MALLOC_MALLOC_H 1
  4313. | #define HAVE_SYS_UN_H 1
  4314. | #define HAVE_DIRENT_H 1
  4315. | #define HAVE_EXECINFO_H 1
  4316. | #define HAVE_GETOPT_H 1
  4317. | #define HAVE_SYS_CDEFS_H 1
  4318. | #define HAVE_SYS_TIME_H 1
  4319. | #define HAVE_LIMITS_H 1
  4320. | #define HAVE_WCHAR_H 1
  4321. | #define HAVE_STDINT_H 1
  4322. | #define HAVE_INTTYPES_H 1
  4323. | #define HAVE_SYS_SELECT_H 1
  4324. | #define HAVE_SYS_STAT_H 1
  4325. | #define HAVE_TERM_H 1
  4326. | #define TIME_WITH_SYS_TIME 1
  4327. | #define HAVE_DECL_SYS_SIGLIST 1
  4328. | #define HAVE_SYS_WAIT_H 1
  4329. | #define HAVE_NET_IF_H 1
  4330. | #define HAVE_IFADDRS_H 1
  4331. | #define HAVE_NET_IF_DL_H 1
  4332. | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
  4333. | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
  4334. | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
  4335. | #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
  4336. | #define NATIVE_OBJC_INSTANCETYPE 1
  4337. | /* end confdefs.h. */
  4338. | #include <malloc.h>
  4339. | static void hook (void) {}
  4340. | int
  4341. | main ()
  4342. | {
  4343. | malloc_set_state (malloc_get_state ());
  4344. | __after_morecore_hook = hook;
  4345. | __malloc_initialize_hook = hook;
  4346. | ;
  4347. | return 0;
  4348. | }
  4349. configure:11639: result: no
  4350. configure:11768: checking for getpagesize
  4351. configure:11768: gcc -o conftest -g3 -O2 conftest.c >&5
  4352. configure:11768: $? = 0
  4353. configure:11768: result: yes
  4354. configure:11777: checking for working mmap
  4355. configure:11924: gcc -o conftest -g3 -O2 conftest.c >&5
  4356. configure:11924: $? = 0
  4357. configure:11924: ./conftest
  4358. configure:11924: $? = 0
  4359. configure:11934: result: yes
  4360. configure:11952: checking for main in -lXbsd
  4361. configure:11971: gcc -o conftest -g3 -O2 conftest.c -lXbsd >&5
  4362. ld: library not found for -lXbsd
  4363. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  4364. configure:11971: $? = 1
  4365. configure: failed program was:
  4366. | /* confdefs.h */
  4367. | #define PACKAGE_NAME "GNU Emacs"
  4368. | #define PACKAGE_TARNAME "emacs"
  4369. | #define PACKAGE_VERSION "27.0.50"
  4370. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  4371. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  4372. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  4373. | #define HAVE_PDUMPER 1
  4374. | #define HAVE_PUTENV 1
  4375. | #define HAVE_SBRK 1
  4376. | #define HAVE_FCHMOD 1
  4377. | #define HAVE_GETCWD 1
  4378. | #define HAVE_READLINK 1
  4379. | #define HAVE_REALPATH 1
  4380. | #define HAVE_READLINKAT 1
  4381. | #define HAVE_FACCESSAT 1
  4382. | #define HAVE_FCNTL 1
  4383. | #define HAVE_FDOPENDIR 1
  4384. | #define HAVE_FSTATAT 1
  4385. | #define HAVE_FSYNC 1
  4386. | #define HAVE_GETTIMEOFDAY 1
  4387. | #define HAVE_LSTAT 1
  4388. | #define HAVE_MKOSTEMP 1
  4389. | #define HAVE_TZSET 1
  4390. | #define HAVE_PSELECT 1
  4391. | #define HAVE_ISBLANK 1
  4392. | #define HAVE_ISWCTYPE 1
  4393. | #define HAVE_STRTOIMAX 1
  4394. | #define HAVE_SYMLINK 1
  4395. | #define HAVE_LOCALTIME_R 1
  4396. | #define HAVE_TIMEGM 1
  4397. | #define HAVE_FUTIMES 1
  4398. | #define HAVE_FUTIMENS 1
  4399. | #define HAVE_UTIMENSAT 1
  4400. | #define HAVE_LUTIMES 1
  4401. | #define HAVE_GETDTABLESIZE 1
  4402. | #define STDC_HEADERS 1
  4403. | #define HAVE_SYS_TYPES_H 1
  4404. | #define HAVE_SYS_STAT_H 1
  4405. | #define HAVE_STDLIB_H 1
  4406. | #define HAVE_STRING_H 1
  4407. | #define HAVE_MEMORY_H 1
  4408. | #define HAVE_STRINGS_H 1
  4409. | #define HAVE_INTTYPES_H 1
  4410. | #define HAVE_STDINT_H 1
  4411. | #define HAVE_UNISTD_H 1
  4412. | #define __EXTENSIONS__ 1
  4413. | #define _ALL_SOURCE 1
  4414. | #define _DARWIN_C_SOURCE 1
  4415. | #define _GNU_SOURCE 1
  4416. | #define _NETBSD_SOURCE 1
  4417. | #define _OPENBSD_SOURCE 1
  4418. | #define _POSIX_PTHREAD_SEMANTICS 1
  4419. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  4420. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  4421. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  4422. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  4423. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  4424. | #define __STDC_WANT_LIB_EXT2__ 1
  4425. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  4426. | #define _TANDEM_SOURCE 1
  4427. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  4428. | #define _DARWIN_USE_64_BIT_INODE 1
  4429. | #define SYSTEM_TYPE "darwin"
  4430. | #define HAVE_SYS_RESOURCE_H 1
  4431. | #define HAVE_SYS_UTSNAME_H 1
  4432. | #define HAVE_PWD_H 1
  4433. | #define HAVE_UTMP_H 1
  4434. | #define HAVE_UTIL_H 1
  4435. | #define HAVE_SYS_SOCKET_H 1
  4436. | #define HAVE_STDLIB_H 1
  4437. | #define HAVE_UNISTD_H 1
  4438. | #define HAVE_SYS_PARAM_H 1
  4439. | #define HAVE_PTHREAD_H 1
  4440. | #define HAVE_MALLOC_MALLOC_H 1
  4441. | #define HAVE_SYS_UN_H 1
  4442. | #define HAVE_DIRENT_H 1
  4443. | #define HAVE_EXECINFO_H 1
  4444. | #define HAVE_GETOPT_H 1
  4445. | #define HAVE_SYS_CDEFS_H 1
  4446. | #define HAVE_SYS_TIME_H 1
  4447. | #define HAVE_LIMITS_H 1
  4448. | #define HAVE_WCHAR_H 1
  4449. | #define HAVE_STDINT_H 1
  4450. | #define HAVE_INTTYPES_H 1
  4451. | #define HAVE_SYS_SELECT_H 1
  4452. | #define HAVE_SYS_STAT_H 1
  4453. | #define HAVE_TERM_H 1
  4454. | #define TIME_WITH_SYS_TIME 1
  4455. | #define HAVE_DECL_SYS_SIGLIST 1
  4456. | #define HAVE_SYS_WAIT_H 1
  4457. | #define HAVE_NET_IF_H 1
  4458. | #define HAVE_IFADDRS_H 1
  4459. | #define HAVE_NET_IF_DL_H 1
  4460. | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
  4461. | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
  4462. | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
  4463. | #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
  4464. | #define NATIVE_OBJC_INSTANCETYPE 1
  4465. | #define SYSTEM_MALLOC 1
  4466. | #define HAVE_GETPAGESIZE 1
  4467. | #define HAVE_MMAP 1
  4468. | /* end confdefs.h. */
  4469. |
  4470. |
  4471. | int
  4472. | main ()
  4473. | {
  4474. | return main ();
  4475. | ;
  4476. | return 0;
  4477. | }
  4478. configure:11980: result: no
  4479. configure:11992: checking for pthread library
  4480. configure:12028: gcc -o conftest -g3 -O2 conftest.c >&5
  4481. conftest.c:113:46: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
  4482. status += pthread_create (&th, 0, 0, 0);
  4483. ~ ^
  4484. 1 warning generated.
  4485. configure:12028: $? = 0
  4486. configure:12039: result: none needed
  4487. configure:12066: checking for thread support
  4488. configure:12082: result: yes
  4489. configure:12329: checking for librsvg-2.0 >= 2.14.0
  4490. configure:12336: $PKG_CONFIG --exists --print-errors "$RSVG_MODULE"
  4491. Package librsvg-2.0 was not found in the pkg-config search path.
  4492. Perhaps you should add the directory containing `librsvg-2.0.pc'
  4493. to the PKG_CONFIG_PATH environment variable
  4494. No package 'librsvg-2.0' found
  4495. configure:12339: $? = 1
  4496. configure:12353: $PKG_CONFIG --exists --print-errors "$RSVG_MODULE"
  4497. Package librsvg-2.0 was not found in the pkg-config search path.
  4498. Perhaps you should add the directory containing `librsvg-2.0.pc'
  4499. to the PKG_CONFIG_PATH environment variable
  4500. No package 'librsvg-2.0' found
  4501. configure:12356: $? = 1
  4502. configure:12370: result: no
  4503. No package 'librsvg-2.0' found
  4504. configure:12620: checking for getaddrinfo_a in -lanl
  4505. configure:12645: gcc -o conftest -g3 -O2 conftest.c -lanl >&5
  4506. ld: library not found for -lanl
  4507. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  4508. configure:12645: $? = 1
  4509. configure: failed program was:
  4510. | /* confdefs.h */
  4511. | #define PACKAGE_NAME "GNU Emacs"
  4512. | #define PACKAGE_TARNAME "emacs"
  4513. | #define PACKAGE_VERSION "27.0.50"
  4514. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  4515. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  4516. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  4517. | #define HAVE_PDUMPER 1
  4518. | #define HAVE_PUTENV 1
  4519. | #define HAVE_SBRK 1
  4520. | #define HAVE_FCHMOD 1
  4521. | #define HAVE_GETCWD 1
  4522. | #define HAVE_READLINK 1
  4523. | #define HAVE_REALPATH 1
  4524. | #define HAVE_READLINKAT 1
  4525. | #define HAVE_FACCESSAT 1
  4526. | #define HAVE_FCNTL 1
  4527. | #define HAVE_FDOPENDIR 1
  4528. | #define HAVE_FSTATAT 1
  4529. | #define HAVE_FSYNC 1
  4530. | #define HAVE_GETTIMEOFDAY 1
  4531. | #define HAVE_LSTAT 1
  4532. | #define HAVE_MKOSTEMP 1
  4533. | #define HAVE_TZSET 1
  4534. | #define HAVE_PSELECT 1
  4535. | #define HAVE_ISBLANK 1
  4536. | #define HAVE_ISWCTYPE 1
  4537. | #define HAVE_STRTOIMAX 1
  4538. | #define HAVE_SYMLINK 1
  4539. | #define HAVE_LOCALTIME_R 1
  4540. | #define HAVE_TIMEGM 1
  4541. | #define HAVE_FUTIMES 1
  4542. | #define HAVE_FUTIMENS 1
  4543. | #define HAVE_UTIMENSAT 1
  4544. | #define HAVE_LUTIMES 1
  4545. | #define HAVE_GETDTABLESIZE 1
  4546. | #define STDC_HEADERS 1
  4547. | #define HAVE_SYS_TYPES_H 1
  4548. | #define HAVE_SYS_STAT_H 1
  4549. | #define HAVE_STDLIB_H 1
  4550. | #define HAVE_STRING_H 1
  4551. | #define HAVE_MEMORY_H 1
  4552. | #define HAVE_STRINGS_H 1
  4553. | #define HAVE_INTTYPES_H 1
  4554. | #define HAVE_STDINT_H 1
  4555. | #define HAVE_UNISTD_H 1
  4556. | #define __EXTENSIONS__ 1
  4557. | #define _ALL_SOURCE 1
  4558. | #define _DARWIN_C_SOURCE 1
  4559. | #define _GNU_SOURCE 1
  4560. | #define _NETBSD_SOURCE 1
  4561. | #define _OPENBSD_SOURCE 1
  4562. | #define _POSIX_PTHREAD_SEMANTICS 1
  4563. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  4564. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  4565. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  4566. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  4567. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  4568. | #define __STDC_WANT_LIB_EXT2__ 1
  4569. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  4570. | #define _TANDEM_SOURCE 1
  4571. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  4572. | #define _DARWIN_USE_64_BIT_INODE 1
  4573. | #define SYSTEM_TYPE "darwin"
  4574. | #define HAVE_SYS_RESOURCE_H 1
  4575. | #define HAVE_SYS_UTSNAME_H 1
  4576. | #define HAVE_PWD_H 1
  4577. | #define HAVE_UTMP_H 1
  4578. | #define HAVE_UTIL_H 1
  4579. | #define HAVE_SYS_SOCKET_H 1
  4580. | #define HAVE_STDLIB_H 1
  4581. | #define HAVE_UNISTD_H 1
  4582. | #define HAVE_SYS_PARAM_H 1
  4583. | #define HAVE_PTHREAD_H 1
  4584. | #define HAVE_MALLOC_MALLOC_H 1
  4585. | #define HAVE_SYS_UN_H 1
  4586. | #define HAVE_DIRENT_H 1
  4587. | #define HAVE_EXECINFO_H 1
  4588. | #define HAVE_GETOPT_H 1
  4589. | #define HAVE_SYS_CDEFS_H 1
  4590. | #define HAVE_SYS_TIME_H 1
  4591. | #define HAVE_LIMITS_H 1
  4592. | #define HAVE_WCHAR_H 1
  4593. | #define HAVE_STDINT_H 1
  4594. | #define HAVE_INTTYPES_H 1
  4595. | #define HAVE_SYS_SELECT_H 1
  4596. | #define HAVE_SYS_STAT_H 1
  4597. | #define HAVE_TERM_H 1
  4598. | #define TIME_WITH_SYS_TIME 1
  4599. | #define HAVE_DECL_SYS_SIGLIST 1
  4600. | #define HAVE_SYS_WAIT_H 1
  4601. | #define HAVE_NET_IF_H 1
  4602. | #define HAVE_IFADDRS_H 1
  4603. | #define HAVE_NET_IF_DL_H 1
  4604. | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
  4605. | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
  4606. | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
  4607. | #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
  4608. | #define NATIVE_OBJC_INSTANCETYPE 1
  4609. | #define SYSTEM_MALLOC 1
  4610. | #define HAVE_GETPAGESIZE 1
  4611. | #define HAVE_MMAP 1
  4612. | #define HAVE_PTHREAD 1
  4613. | #define THREADS_ENABLED 1
  4614. | /* end confdefs.h. */
  4615. |
  4616. | /* Override any GCC internal prototype to avoid an error.
  4617. | Use char because int might match the return type of a GCC
  4618. | builtin and then its argument prototype would still apply. */
  4619. | #ifdef __cplusplus
  4620. | extern "C"
  4621. | #endif
  4622. | char getaddrinfo_a ();
  4623. | int
  4624. | main ()
  4625. | {
  4626. | return getaddrinfo_a ();
  4627. | ;
  4628. | return 0;
  4629. | }
  4630. configure:12654: result: no
  4631. configure:13087: checking for dbus-1 >= 1.0
  4632. configure:13094: $PKG_CONFIG --exists --print-errors "dbus-1 >= 1.0"
  4633. Package dbus-1 was not found in the pkg-config search path.
  4634. Perhaps you should add the directory containing `dbus-1.pc'
  4635. to the PKG_CONFIG_PATH environment variable
  4636. No package 'dbus-1' found
  4637. configure:13097: $? = 1
  4638. configure:13111: $PKG_CONFIG --exists --print-errors "dbus-1 >= 1.0"
  4639. Package dbus-1 was not found in the pkg-config search path.
  4640. Perhaps you should add the directory containing `dbus-1.pc'
  4641. to the PKG_CONFIG_PATH environment variable
  4642. No package 'dbus-1' found
  4643. configure:13114: $? = 1
  4644. configure:13128: result: no
  4645. No package 'dbus-1' found
  4646. configure:13487: checking for lgetfilecon in -lselinux
  4647. configure:13512: gcc -o conftest -g3 -O2 conftest.c -lselinux >&5
  4648. ld: library not found for -lselinux
  4649. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  4650. configure:13512: $? = 1
  4651. configure: failed program was:
  4652. | /* confdefs.h */
  4653. | #define PACKAGE_NAME "GNU Emacs"
  4654. | #define PACKAGE_TARNAME "emacs"
  4655. | #define PACKAGE_VERSION "27.0.50"
  4656. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  4657. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  4658. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  4659. | #define HAVE_PDUMPER 1
  4660. | #define HAVE_PUTENV 1
  4661. | #define HAVE_SBRK 1
  4662. | #define HAVE_FCHMOD 1
  4663. | #define HAVE_GETCWD 1
  4664. | #define HAVE_READLINK 1
  4665. | #define HAVE_REALPATH 1
  4666. | #define HAVE_READLINKAT 1
  4667. | #define HAVE_FACCESSAT 1
  4668. | #define HAVE_FCNTL 1
  4669. | #define HAVE_FDOPENDIR 1
  4670. | #define HAVE_FSTATAT 1
  4671. | #define HAVE_FSYNC 1
  4672. | #define HAVE_GETTIMEOFDAY 1
  4673. | #define HAVE_LSTAT 1
  4674. | #define HAVE_MKOSTEMP 1
  4675. | #define HAVE_TZSET 1
  4676. | #define HAVE_PSELECT 1
  4677. | #define HAVE_ISBLANK 1
  4678. | #define HAVE_ISWCTYPE 1
  4679. | #define HAVE_STRTOIMAX 1
  4680. | #define HAVE_SYMLINK 1
  4681. | #define HAVE_LOCALTIME_R 1
  4682. | #define HAVE_TIMEGM 1
  4683. | #define HAVE_FUTIMES 1
  4684. | #define HAVE_FUTIMENS 1
  4685. | #define HAVE_UTIMENSAT 1
  4686. | #define HAVE_LUTIMES 1
  4687. | #define HAVE_GETDTABLESIZE 1
  4688. | #define STDC_HEADERS 1
  4689. | #define HAVE_SYS_TYPES_H 1
  4690. | #define HAVE_SYS_STAT_H 1
  4691. | #define HAVE_STDLIB_H 1
  4692. | #define HAVE_STRING_H 1
  4693. | #define HAVE_MEMORY_H 1
  4694. | #define HAVE_STRINGS_H 1
  4695. | #define HAVE_INTTYPES_H 1
  4696. | #define HAVE_STDINT_H 1
  4697. | #define HAVE_UNISTD_H 1
  4698. | #define __EXTENSIONS__ 1
  4699. | #define _ALL_SOURCE 1
  4700. | #define _DARWIN_C_SOURCE 1
  4701. | #define _GNU_SOURCE 1
  4702. | #define _NETBSD_SOURCE 1
  4703. | #define _OPENBSD_SOURCE 1
  4704. | #define _POSIX_PTHREAD_SEMANTICS 1
  4705. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  4706. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  4707. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  4708. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  4709. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  4710. | #define __STDC_WANT_LIB_EXT2__ 1
  4711. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  4712. | #define _TANDEM_SOURCE 1
  4713. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  4714. | #define _DARWIN_USE_64_BIT_INODE 1
  4715. | #define SYSTEM_TYPE "darwin"
  4716. | #define HAVE_SYS_RESOURCE_H 1
  4717. | #define HAVE_SYS_UTSNAME_H 1
  4718. | #define HAVE_PWD_H 1
  4719. | #define HAVE_UTMP_H 1
  4720. | #define HAVE_UTIL_H 1
  4721. | #define HAVE_SYS_SOCKET_H 1
  4722. | #define HAVE_STDLIB_H 1
  4723. | #define HAVE_UNISTD_H 1
  4724. | #define HAVE_SYS_PARAM_H 1
  4725. | #define HAVE_PTHREAD_H 1
  4726. | #define HAVE_MALLOC_MALLOC_H 1
  4727. | #define HAVE_SYS_UN_H 1
  4728. | #define HAVE_DIRENT_H 1
  4729. | #define HAVE_EXECINFO_H 1
  4730. | #define HAVE_GETOPT_H 1
  4731. | #define HAVE_SYS_CDEFS_H 1
  4732. | #define HAVE_SYS_TIME_H 1
  4733. | #define HAVE_LIMITS_H 1
  4734. | #define HAVE_WCHAR_H 1
  4735. | #define HAVE_STDINT_H 1
  4736. | #define HAVE_INTTYPES_H 1
  4737. | #define HAVE_SYS_SELECT_H 1
  4738. | #define HAVE_SYS_STAT_H 1
  4739. | #define HAVE_TERM_H 1
  4740. | #define TIME_WITH_SYS_TIME 1
  4741. | #define HAVE_DECL_SYS_SIGLIST 1
  4742. | #define HAVE_SYS_WAIT_H 1
  4743. | #define HAVE_NET_IF_H 1
  4744. | #define HAVE_IFADDRS_H 1
  4745. | #define HAVE_NET_IF_DL_H 1
  4746. | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
  4747. | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
  4748. | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
  4749. | #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
  4750. | #define NATIVE_OBJC_INSTANCETYPE 1
  4751. | #define SYSTEM_MALLOC 1
  4752. | #define HAVE_GETPAGESIZE 1
  4753. | #define HAVE_MMAP 1
  4754. | #define HAVE_PTHREAD 1
  4755. | #define THREADS_ENABLED 1
  4756. | /* end confdefs.h. */
  4757. |
  4758. | /* Override any GCC internal prototype to avoid an error.
  4759. | Use char because int might match the return type of a GCC
  4760. | builtin and then its argument prototype would still apply. */
  4761. | #ifdef __cplusplus
  4762. | extern "C"
  4763. | #endif
  4764. | char lgetfilecon ();
  4765. | int
  4766. | main ()
  4767. | {
  4768. | return lgetfilecon ();
  4769. | ;
  4770. | return 0;
  4771. | }
  4772. configure:13521: result: no
  4773. configure:13542: checking for gnutls >= 2.12.2
  4774. configure:13549: $PKG_CONFIG --exists --print-errors "gnutls >= 2.12.2"
  4775. Package gnutls was not found in the pkg-config search path.
  4776. Perhaps you should add the directory containing `gnutls.pc'
  4777. to the PKG_CONFIG_PATH environment variable
  4778. No package 'gnutls' found
  4779. configure:13552: $? = 1
  4780. configure:13566: $PKG_CONFIG --exists --print-errors "gnutls >= 2.12.2"
  4781. Package gnutls was not found in the pkg-config search path.
  4782. Perhaps you should add the directory containing `gnutls.pc'
  4783. to the PKG_CONFIG_PATH environment variable
  4784. No package 'gnutls' found
  4785. configure:13569: $? = 1
  4786. configure:13583: result: no
  4787. No package 'gnutls' found
  4788. configure:13631: checking for libsystemd >= 222
  4789. configure:13638: $PKG_CONFIG --exists --print-errors "libsystemd >= 222"
  4790. Package libsystemd was not found in the pkg-config search path.
  4791. Perhaps you should add the directory containing `libsystemd.pc'
  4792. to the PKG_CONFIG_PATH environment variable
  4793. No package 'libsystemd' found
  4794. configure:13641: $? = 1
  4795. configure:13655: $PKG_CONFIG --exists --print-errors "libsystemd >= 222"
  4796. Package libsystemd was not found in the pkg-config search path.
  4797. Perhaps you should add the directory containing `libsystemd.pc'
  4798. to the PKG_CONFIG_PATH environment variable
  4799. No package 'libsystemd' found
  4800. configure:13658: $? = 1
  4801. configure:13672: result: no
  4802. No package 'libsystemd' found
  4803. configure:13717: checking for jansson >= 2.7
  4804. configure:13724: $PKG_CONFIG --exists --print-errors "jansson >= 2.7"
  4805. Package jansson was not found in the pkg-config search path.
  4806. Perhaps you should add the directory containing `jansson.pc'
  4807. to the PKG_CONFIG_PATH environment variable
  4808. No package 'jansson' found
  4809. configure:13727: $? = 1
  4810. configure:13741: $PKG_CONFIG --exists --print-errors "jansson >= 2.7"
  4811. Package jansson was not found in the pkg-config search path.
  4812. Perhaps you should add the directory containing `jansson.pc'
  4813. to the PKG_CONFIG_PATH environment variable
  4814. No package 'jansson' found
  4815. configure:13744: $? = 1
  4816. configure:13758: result: no
  4817. No package 'jansson' found
  4818. configure:13831: checking sys/inotify.h usability
  4819. configure:13831: gcc -c -g3 -O2 conftest.c >&5
  4820. conftest.c:139:10: fatal error: 'sys/inotify.h' file not found
  4821. #include <sys/inotify.h>
  4822. ^~~~~~~~~~~~~~~
  4823. 1 error generated.
  4824. configure:13831: $? = 1
  4825. configure: failed program was:
  4826. | /* confdefs.h */
  4827. | #define PACKAGE_NAME "GNU Emacs"
  4828. | #define PACKAGE_TARNAME "emacs"
  4829. | #define PACKAGE_VERSION "27.0.50"
  4830. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  4831. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  4832. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  4833. | #define HAVE_PDUMPER 1
  4834. | #define HAVE_PUTENV 1
  4835. | #define HAVE_SBRK 1
  4836. | #define HAVE_FCHMOD 1
  4837. | #define HAVE_GETCWD 1
  4838. | #define HAVE_READLINK 1
  4839. | #define HAVE_REALPATH 1
  4840. | #define HAVE_READLINKAT 1
  4841. | #define HAVE_FACCESSAT 1
  4842. | #define HAVE_FCNTL 1
  4843. | #define HAVE_FDOPENDIR 1
  4844. | #define HAVE_FSTATAT 1
  4845. | #define HAVE_FSYNC 1
  4846. | #define HAVE_GETTIMEOFDAY 1
  4847. | #define HAVE_LSTAT 1
  4848. | #define HAVE_MKOSTEMP 1
  4849. | #define HAVE_TZSET 1
  4850. | #define HAVE_PSELECT 1
  4851. | #define HAVE_ISBLANK 1
  4852. | #define HAVE_ISWCTYPE 1
  4853. | #define HAVE_STRTOIMAX 1
  4854. | #define HAVE_SYMLINK 1
  4855. | #define HAVE_LOCALTIME_R 1
  4856. | #define HAVE_TIMEGM 1
  4857. | #define HAVE_FUTIMES 1
  4858. | #define HAVE_FUTIMENS 1
  4859. | #define HAVE_UTIMENSAT 1
  4860. | #define HAVE_LUTIMES 1
  4861. | #define HAVE_GETDTABLESIZE 1
  4862. | #define STDC_HEADERS 1
  4863. | #define HAVE_SYS_TYPES_H 1
  4864. | #define HAVE_SYS_STAT_H 1
  4865. | #define HAVE_STDLIB_H 1
  4866. | #define HAVE_STRING_H 1
  4867. | #define HAVE_MEMORY_H 1
  4868. | #define HAVE_STRINGS_H 1
  4869. | #define HAVE_INTTYPES_H 1
  4870. | #define HAVE_STDINT_H 1
  4871. | #define HAVE_UNISTD_H 1
  4872. | #define __EXTENSIONS__ 1
  4873. | #define _ALL_SOURCE 1
  4874. | #define _DARWIN_C_SOURCE 1
  4875. | #define _GNU_SOURCE 1
  4876. | #define _NETBSD_SOURCE 1
  4877. | #define _OPENBSD_SOURCE 1
  4878. | #define _POSIX_PTHREAD_SEMANTICS 1
  4879. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  4880. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  4881. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  4882. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  4883. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  4884. | #define __STDC_WANT_LIB_EXT2__ 1
  4885. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  4886. | #define _TANDEM_SOURCE 1
  4887. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  4888. | #define _DARWIN_USE_64_BIT_INODE 1
  4889. | #define SYSTEM_TYPE "darwin"
  4890. | #define HAVE_SYS_RESOURCE_H 1
  4891. | #define HAVE_SYS_UTSNAME_H 1
  4892. | #define HAVE_PWD_H 1
  4893. | #define HAVE_UTMP_H 1
  4894. | #define HAVE_UTIL_H 1
  4895. | #define HAVE_SYS_SOCKET_H 1
  4896. | #define HAVE_STDLIB_H 1
  4897. | #define HAVE_UNISTD_H 1
  4898. | #define HAVE_SYS_PARAM_H 1
  4899. | #define HAVE_PTHREAD_H 1
  4900. | #define HAVE_MALLOC_MALLOC_H 1
  4901. | #define HAVE_SYS_UN_H 1
  4902. | #define HAVE_DIRENT_H 1
  4903. | #define HAVE_EXECINFO_H 1
  4904. | #define HAVE_GETOPT_H 1
  4905. | #define HAVE_SYS_CDEFS_H 1
  4906. | #define HAVE_SYS_TIME_H 1
  4907. | #define HAVE_LIMITS_H 1
  4908. | #define HAVE_WCHAR_H 1
  4909. | #define HAVE_STDINT_H 1
  4910. | #define HAVE_INTTYPES_H 1
  4911. | #define HAVE_SYS_SELECT_H 1
  4912. | #define HAVE_SYS_STAT_H 1
  4913. | #define HAVE_TERM_H 1
  4914. | #define TIME_WITH_SYS_TIME 1
  4915. | #define HAVE_DECL_SYS_SIGLIST 1
  4916. | #define HAVE_SYS_WAIT_H 1
  4917. | #define HAVE_NET_IF_H 1
  4918. | #define HAVE_IFADDRS_H 1
  4919. | #define HAVE_NET_IF_DL_H 1
  4920. | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
  4921. | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
  4922. | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
  4923. | #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
  4924. | #define NATIVE_OBJC_INSTANCETYPE 1
  4925. | #define SYSTEM_MALLOC 1
  4926. | #define HAVE_GETPAGESIZE 1
  4927. | #define HAVE_MMAP 1
  4928. | #define HAVE_PTHREAD 1
  4929. | #define THREADS_ENABLED 1
  4930. | /* end confdefs.h. */
  4931. | #include <stdio.h>
  4932. | #ifdef HAVE_SYS_TYPES_H
  4933. | # include <sys/types.h>
  4934. | #endif
  4935. | #ifdef HAVE_SYS_STAT_H
  4936. | # include <sys/stat.h>
  4937. | #endif
  4938. | #ifdef STDC_HEADERS
  4939. | # include <stdlib.h>
  4940. | # include <stddef.h>
  4941. | #else
  4942. | # ifdef HAVE_STDLIB_H
  4943. | # include <stdlib.h>
  4944. | # endif
  4945. | #endif
  4946. | #ifdef HAVE_STRING_H
  4947. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4948. | # include <memory.h>
  4949. | # endif
  4950. | # include <string.h>
  4951. | #endif
  4952. | #ifdef HAVE_STRINGS_H
  4953. | # include <strings.h>
  4954. | #endif
  4955. | #ifdef HAVE_INTTYPES_H
  4956. | # include <inttypes.h>
  4957. | #endif
  4958. | #ifdef HAVE_STDINT_H
  4959. | # include <stdint.h>
  4960. | #endif
  4961. | #ifdef HAVE_UNISTD_H
  4962. | # include <unistd.h>
  4963. | #endif
  4964. | #include <sys/inotify.h>
  4965. configure:13831: result: no
  4966. configure:13831: checking sys/inotify.h presence
  4967. configure:13831: gcc -E conftest.c
  4968. conftest.c:106:10: fatal error: 'sys/inotify.h' file not found
  4969. #include <sys/inotify.h>
  4970. ^~~~~~~~~~~~~~~
  4971. 1 error generated.
  4972. configure:13831: $? = 1
  4973. configure: failed program was:
  4974. | /* confdefs.h */
  4975. | #define PACKAGE_NAME "GNU Emacs"
  4976. | #define PACKAGE_TARNAME "emacs"
  4977. | #define PACKAGE_VERSION "27.0.50"
  4978. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  4979. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  4980. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  4981. | #define HAVE_PDUMPER 1
  4982. | #define HAVE_PUTENV 1
  4983. | #define HAVE_SBRK 1
  4984. | #define HAVE_FCHMOD 1
  4985. | #define HAVE_GETCWD 1
  4986. | #define HAVE_READLINK 1
  4987. | #define HAVE_REALPATH 1
  4988. | #define HAVE_READLINKAT 1
  4989. | #define HAVE_FACCESSAT 1
  4990. | #define HAVE_FCNTL 1
  4991. | #define HAVE_FDOPENDIR 1
  4992. | #define HAVE_FSTATAT 1
  4993. | #define HAVE_FSYNC 1
  4994. | #define HAVE_GETTIMEOFDAY 1
  4995. | #define HAVE_LSTAT 1
  4996. | #define HAVE_MKOSTEMP 1
  4997. | #define HAVE_TZSET 1
  4998. | #define HAVE_PSELECT 1
  4999. | #define HAVE_ISBLANK 1
  5000. | #define HAVE_ISWCTYPE 1
  5001. | #define HAVE_STRTOIMAX 1
  5002. | #define HAVE_SYMLINK 1
  5003. | #define HAVE_LOCALTIME_R 1
  5004. | #define HAVE_TIMEGM 1
  5005. | #define HAVE_FUTIMES 1
  5006. | #define HAVE_FUTIMENS 1
  5007. | #define HAVE_UTIMENSAT 1
  5008. | #define HAVE_LUTIMES 1
  5009. | #define HAVE_GETDTABLESIZE 1
  5010. | #define STDC_HEADERS 1
  5011. | #define HAVE_SYS_TYPES_H 1
  5012. | #define HAVE_SYS_STAT_H 1
  5013. | #define HAVE_STDLIB_H 1
  5014. | #define HAVE_STRING_H 1
  5015. | #define HAVE_MEMORY_H 1
  5016. | #define HAVE_STRINGS_H 1
  5017. | #define HAVE_INTTYPES_H 1
  5018. | #define HAVE_STDINT_H 1
  5019. | #define HAVE_UNISTD_H 1
  5020. | #define __EXTENSIONS__ 1
  5021. | #define _ALL_SOURCE 1
  5022. | #define _DARWIN_C_SOURCE 1
  5023. | #define _GNU_SOURCE 1
  5024. | #define _NETBSD_SOURCE 1
  5025. | #define _OPENBSD_SOURCE 1
  5026. | #define _POSIX_PTHREAD_SEMANTICS 1
  5027. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  5028. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  5029. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  5030. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  5031. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  5032. | #define __STDC_WANT_LIB_EXT2__ 1
  5033. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  5034. | #define _TANDEM_SOURCE 1
  5035. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  5036. | #define _DARWIN_USE_64_BIT_INODE 1
  5037. | #define SYSTEM_TYPE "darwin"
  5038. | #define HAVE_SYS_RESOURCE_H 1
  5039. | #define HAVE_SYS_UTSNAME_H 1
  5040. | #define HAVE_PWD_H 1
  5041. | #define HAVE_UTMP_H 1
  5042. | #define HAVE_UTIL_H 1
  5043. | #define HAVE_SYS_SOCKET_H 1
  5044. | #define HAVE_STDLIB_H 1
  5045. | #define HAVE_UNISTD_H 1
  5046. | #define HAVE_SYS_PARAM_H 1
  5047. | #define HAVE_PTHREAD_H 1
  5048. | #define HAVE_MALLOC_MALLOC_H 1
  5049. | #define HAVE_SYS_UN_H 1
  5050. | #define HAVE_DIRENT_H 1
  5051. | #define HAVE_EXECINFO_H 1
  5052. | #define HAVE_GETOPT_H 1
  5053. | #define HAVE_SYS_CDEFS_H 1
  5054. | #define HAVE_SYS_TIME_H 1
  5055. | #define HAVE_LIMITS_H 1
  5056. | #define HAVE_WCHAR_H 1
  5057. | #define HAVE_STDINT_H 1
  5058. | #define HAVE_INTTYPES_H 1
  5059. | #define HAVE_SYS_SELECT_H 1
  5060. | #define HAVE_SYS_STAT_H 1
  5061. | #define HAVE_TERM_H 1
  5062. | #define TIME_WITH_SYS_TIME 1
  5063. | #define HAVE_DECL_SYS_SIGLIST 1
  5064. | #define HAVE_SYS_WAIT_H 1
  5065. | #define HAVE_NET_IF_H 1
  5066. | #define HAVE_IFADDRS_H 1
  5067. | #define HAVE_NET_IF_DL_H 1
  5068. | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
  5069. | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
  5070. | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
  5071. | #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
  5072. | #define NATIVE_OBJC_INSTANCETYPE 1
  5073. | #define SYSTEM_MALLOC 1
  5074. | #define HAVE_GETPAGESIZE 1
  5075. | #define HAVE_MMAP 1
  5076. | #define HAVE_PTHREAD 1
  5077. | #define THREADS_ENABLED 1
  5078. | /* end confdefs.h. */
  5079. | #include <sys/inotify.h>
  5080. configure:13831: result: no
  5081. configure:13831: checking for sys/inotify.h
  5082. configure:13831: result: no
  5083. configure:13857: checking for libkqueue
  5084. configure:13864: $PKG_CONFIG --exists --print-errors "libkqueue"
  5085. Package libkqueue was not found in the pkg-config search path.
  5086. Perhaps you should add the directory containing `libkqueue.pc'
  5087. to the PKG_CONFIG_PATH environment variable
  5088. No package 'libkqueue' found
  5089. configure:13867: $? = 1
  5090. configure:13881: $PKG_CONFIG --exists --print-errors "libkqueue"
  5091. Package libkqueue was not found in the pkg-config search path.
  5092. Perhaps you should add the directory containing `libkqueue.pc'
  5093. to the PKG_CONFIG_PATH environment variable
  5094. No package 'libkqueue' found
  5095. configure:13884: $? = 1
  5096. configure:13898: result: no
  5097. No package 'libkqueue' found
  5098. configure:13937: checking for library containing kqueue
  5099. configure:13968: gcc -o conftest -g3 -O2 conftest.c >&5
  5100. configure:13968: $? = 0
  5101. configure:13985: result: none required
  5102. configure:14547: gcc -c -g3 -O2 conftest.c >&5
  5103. conftest.c:110:13: fatal error: 'X11/Xlib.h' file not found
  5104. #include <X11/Xlib.h>
  5105. ^~~~~~~~~~~~
  5106. 1 error generated.
  5107. configure:14547: $? = 1
  5108. configure: failed program was:
  5109. | /* confdefs.h */
  5110. | #define PACKAGE_NAME "GNU Emacs"
  5111. | #define PACKAGE_TARNAME "emacs"
  5112. | #define PACKAGE_VERSION "27.0.50"
  5113. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  5114. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  5115. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  5116. | #define HAVE_PDUMPER 1
  5117. | #define HAVE_PUTENV 1
  5118. | #define HAVE_SBRK 1
  5119. | #define HAVE_FCHMOD 1
  5120. | #define HAVE_GETCWD 1
  5121. | #define HAVE_READLINK 1
  5122. | #define HAVE_REALPATH 1
  5123. | #define HAVE_READLINKAT 1
  5124. | #define HAVE_FACCESSAT 1
  5125. | #define HAVE_FCNTL 1
  5126. | #define HAVE_FDOPENDIR 1
  5127. | #define HAVE_FSTATAT 1
  5128. | #define HAVE_FSYNC 1
  5129. | #define HAVE_GETTIMEOFDAY 1
  5130. | #define HAVE_LSTAT 1
  5131. | #define HAVE_MKOSTEMP 1
  5132. | #define HAVE_TZSET 1
  5133. | #define HAVE_PSELECT 1
  5134. | #define HAVE_ISBLANK 1
  5135. | #define HAVE_ISWCTYPE 1
  5136. | #define HAVE_STRTOIMAX 1
  5137. | #define HAVE_SYMLINK 1
  5138. | #define HAVE_LOCALTIME_R 1
  5139. | #define HAVE_TIMEGM 1
  5140. | #define HAVE_FUTIMES 1
  5141. | #define HAVE_FUTIMENS 1
  5142. | #define HAVE_UTIMENSAT 1
  5143. | #define HAVE_LUTIMES 1
  5144. | #define HAVE_GETDTABLESIZE 1
  5145. | #define STDC_HEADERS 1
  5146. | #define HAVE_SYS_TYPES_H 1
  5147. | #define HAVE_SYS_STAT_H 1
  5148. | #define HAVE_STDLIB_H 1
  5149. | #define HAVE_STRING_H 1
  5150. | #define HAVE_MEMORY_H 1
  5151. | #define HAVE_STRINGS_H 1
  5152. | #define HAVE_INTTYPES_H 1
  5153. | #define HAVE_STDINT_H 1
  5154. | #define HAVE_UNISTD_H 1
  5155. | #define __EXTENSIONS__ 1
  5156. | #define _ALL_SOURCE 1
  5157. | #define _DARWIN_C_SOURCE 1
  5158. | #define _GNU_SOURCE 1
  5159. | #define _NETBSD_SOURCE 1
  5160. | #define _OPENBSD_SOURCE 1
  5161. | #define _POSIX_PTHREAD_SEMANTICS 1
  5162. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  5163. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  5164. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  5165. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  5166. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  5167. | #define __STDC_WANT_LIB_EXT2__ 1
  5168. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  5169. | #define _TANDEM_SOURCE 1
  5170. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  5171. | #define _DARWIN_USE_64_BIT_INODE 1
  5172. | #define SYSTEM_TYPE "darwin"
  5173. | #define HAVE_SYS_RESOURCE_H 1
  5174. | #define HAVE_SYS_UTSNAME_H 1
  5175. | #define HAVE_PWD_H 1
  5176. | #define HAVE_UTMP_H 1
  5177. | #define HAVE_UTIL_H 1
  5178. | #define HAVE_SYS_SOCKET_H 1
  5179. | #define HAVE_STDLIB_H 1
  5180. | #define HAVE_UNISTD_H 1
  5181. | #define HAVE_SYS_PARAM_H 1
  5182. | #define HAVE_PTHREAD_H 1
  5183. | #define HAVE_MALLOC_MALLOC_H 1
  5184. | #define HAVE_SYS_UN_H 1
  5185. | #define HAVE_DIRENT_H 1
  5186. | #define HAVE_EXECINFO_H 1
  5187. | #define HAVE_GETOPT_H 1
  5188. | #define HAVE_SYS_CDEFS_H 1
  5189. | #define HAVE_SYS_TIME_H 1
  5190. | #define HAVE_LIMITS_H 1
  5191. | #define HAVE_WCHAR_H 1
  5192. | #define HAVE_STDINT_H 1
  5193. | #define HAVE_INTTYPES_H 1
  5194. | #define HAVE_SYS_SELECT_H 1
  5195. | #define HAVE_SYS_STAT_H 1
  5196. | #define HAVE_TERM_H 1
  5197. | #define TIME_WITH_SYS_TIME 1
  5198. | #define HAVE_DECL_SYS_SIGLIST 1
  5199. | #define HAVE_SYS_WAIT_H 1
  5200. | #define HAVE_NET_IF_H 1
  5201. | #define HAVE_IFADDRS_H 1
  5202. | #define HAVE_NET_IF_DL_H 1
  5203. | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
  5204. | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
  5205. | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
  5206. | #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
  5207. | #define NATIVE_OBJC_INSTANCETYPE 1
  5208. | #define SYSTEM_MALLOC 1
  5209. | #define HAVE_GETPAGESIZE 1
  5210. | #define HAVE_MMAP 1
  5211. | #define HAVE_PTHREAD 1
  5212. | #define THREADS_ENABLED 1
  5213. | #define HAVE_KQUEUE 1
  5214. | #define USE_FILE_NOTIFY 1
  5215. | #define USE_TOOLKIT_SCROLL_BARS 1
  5216. | /* end confdefs.h. */
  5217. |
  5218. | #include <X11/Xlib.h>
  5219. | #include <X11/Xresource.h>
  5220. | int
  5221. | main ()
  5222. | {
  5223. | XIMProc callback;
  5224. | ;
  5225. | return 0;
  5226. | }
  5227. configure:16038: checking for lcms2
  5228. configure:16045: $PKG_CONFIG --exists --print-errors "lcms2"
  5229. Package lcms2 was not found in the pkg-config search path.
  5230. Perhaps you should add the directory containing `lcms2.pc'
  5231. to the PKG_CONFIG_PATH environment variable
  5232. No package 'lcms2' found
  5233. configure:16048: $? = 1
  5234. configure:16062: $PKG_CONFIG --exists --print-errors "lcms2"
  5235. Package lcms2 was not found in the pkg-config search path.
  5236. Perhaps you should add the directory containing `lcms2.pc'
  5237. to the PKG_CONFIG_PATH environment variable
  5238. No package 'lcms2' found
  5239. configure:16065: $? = 1
  5240. configure:16079: result: no
  5241. No package 'lcms2' found
  5242. configure:16125: checking for library containing inflateEnd
  5243. configure:16156: gcc -o conftest -g3 -O2 conftest.c >&5
  5244. Undefined symbols for architecture x86_64:
  5245. "_inflateEnd", referenced from:
  5246. _main in conftest-fe181b.o
  5247. ld: symbol(s) not found for architecture x86_64
  5248. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  5249. configure:16156: $? = 1
  5250. configure: failed program was:
  5251. | /* confdefs.h */
  5252. | #define PACKAGE_NAME "GNU Emacs"
  5253. | #define PACKAGE_TARNAME "emacs"
  5254. | #define PACKAGE_VERSION "27.0.50"
  5255. | #define PACKAGE_STRING "GNU Emacs 27.0.50"
  5256. | #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  5257. | #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  5258. | #define HAVE_PDUMPER 1
  5259. | #define HAVE_PUTENV 1
  5260. | #define HAVE_SBRK 1
  5261. | #define HAVE_FCHMOD 1
  5262. | #define HAVE_GETCWD 1
  5263. | #define HAVE_READLINK 1
  5264. | #define HAVE_REALPATH 1
  5265. | #define HAVE_READLINKAT 1
  5266. | #define HAVE_FACCESSAT 1
  5267. | #define HAVE_FCNTL 1
  5268. | #define HAVE_FDOPENDIR 1
  5269. | #define HAVE_FSTATAT 1
  5270. | #define HAVE_FSYNC 1
  5271. | #define HAVE_GETTIMEOFDAY 1
  5272. | #define HAVE_LSTAT 1
  5273. | #define HAVE_MKOSTEMP 1
  5274. | #define HAVE_TZSET 1
  5275. | #define HAVE_PSELECT 1
  5276. | #define HAVE_ISBLANK 1
  5277. | #define HAVE_ISWCTYPE 1
  5278. | #define HAVE_STRTOIMAX 1
  5279. | #define HAVE_SYMLINK 1
  5280. | #define HAVE_LOCALTIME_R 1
  5281. | #define HAVE_TIMEGM 1
  5282. | #define HAVE_FUTIMES 1
  5283. | #define HAVE_FUTIMENS 1
  5284. | #define HAVE_UTIMENSAT 1
  5285. | #define HAVE_LUTIMES 1
  5286. | #define HAVE_GETDTABLESIZE 1
  5287. | #define STDC_HEADERS 1
  5288. | #define HAVE_SYS_TYPES_H 1
  5289. | #define HAVE_SYS_STAT_H 1
  5290. | #define HAVE_STDLIB_H 1
  5291. | #define HAVE_STRING_H 1
  5292. | #define HAVE_MEMORY_H 1
  5293. | #define HAVE_STRINGS_H 1
  5294. | #define HAVE_INTTYPES_H 1
  5295. | #define HAVE_STDINT_H 1
  5296. | #define HAVE_UNISTD_H 1
  5297. | #define __EXTENSIONS__ 1
  5298. | #define _ALL_SOURCE 1
  5299. | #define _DARWIN_C_SOURCE 1
  5300. | #define _GNU_SOURCE 1
  5301. | #define _NETBSD_SOURCE 1
  5302. | #define _OPENBSD_SOURCE 1
  5303. | #define _POSIX_PTHREAD_SEMANTICS 1
  5304. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  5305. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  5306. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  5307. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  5308. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  5309. | #define __STDC_WANT_LIB_EXT2__ 1
  5310. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  5311. | #define _TANDEM_SOURCE 1
  5312. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  5313. | #define _DARWIN_USE_64_BIT_INODE 1
  5314. | #define SYSTEM_TYPE "darwin"
  5315. | #define HAVE_SYS_RESOURCE_H 1
  5316. | #define HAVE_SYS_UTSNAME_H 1
  5317. | #define HAVE_PWD_H 1
  5318. | #define HAVE_UTMP_H 1
  5319. | #define HAVE_UTIL_H 1
  5320. | #define HAVE_SYS_SOCKET_H 1
  5321. | #define HAVE_STDLIB_H 1
  5322. | #define HAVE_UNISTD_H 1
  5323. | #define HAVE_SYS_PARAM_H 1
  5324. | #define HAVE_PTHREAD_H 1
  5325. | #define HAVE_MALLOC_MALLOC_H 1
  5326. | #define HAVE_SYS_UN_H 1
  5327. | #define HAVE_DIRENT_H 1
  5328. | #define HAVE_EXECINFO_H 1
  5329. | #define HAVE_GETOPT_H 1
  5330. | #define HAVE_SYS_CDEFS_H 1
  5331. | #define HAVE_SYS_TIME_H 1
  5332. | #define HAVE_LIMITS_H 1
  5333. | #define HAVE_WCHAR_H 1
  5334. | #define HAVE_STDINT_H 1
  5335. | #define HAVE_INTTYPES_H 1
  5336. | #define HAVE_SYS_SELECT_H 1
  5337. | #define HAVE_SYS_STAT_H 1
  5338. | #define HAVE_TERM_H 1
  5339. | #define TIME_WITH_SYS_TIME 1
  5340. | #define HAVE_DECL_SYS_SIGLIST 1
  5341. | #define HAVE_SYS_WAIT_H 1
  5342. | #define HAVE_NET_IF_H 1
  5343. | #define HAVE_IFADDRS_H 1
  5344. | #define HAVE_NET_IF_DL_H 1
  5345. | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
  5346. | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
  5347. | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
  5348. | #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
  5349. | #define NATIVE_OBJC_INSTANCETYPE 1
  5350. | #define SYSTEM_MALLOC 1
  5351. | #define HAVE_GETPAGESIZE 1
  5352. | #define HAVE_MMAP 1
  5353. | #define HAVE_PTHREAD 1
  5354. | #define THREADS_ENABLED 1
  5355. | #define HAVE_KQUEUE 1
  5356. | #define USE_FILE_NOTIFY 1
  5357. | #define USE_TOOLKIT_SCROLL_BARS 1
  5358. | #define USE_XIM 1
  5359. | /* end confdefs.h. */
  5360. |
  5361. | /* Override any GCC internal prototype to avoid an error.
  5362. | Use char because int might match the return type of a GCC
  5363. | builtin and then its argument prototype would still apply. */
  5364. | #ifdef __cplusplus
  5365. | extern "C"
  5366. | #endif
  5367. | char inflateEnd ();
  5368. | int
  5369. | main ()
  5370. | {
  5371. | return inflateEnd ();
  5372. | ;
  5373. | return 0;
  5374. | }
  5375. configure:16156: gcc -o conftest -g3 -O2 conftest.c -lz >&5
  5376. configure:16156: $? = 0
  5377. configure:16173: result: -lz
  5378. configure:16726: error: The following required libraries were not found:
  5379. gnutls
  5380. Maybe some development libraries/packages are missing?
  5381. To build anyway, give:
  5382. --with-gnutls=ifavailable
  5383. as options to configure.
  5384.  
  5385. ## ---------------- ##
  5386. ## Cache variables. ##
  5387. ## ---------------- ##
  5388.  
  5389. ac_cv_build=x86_64-apple-darwin19.0.0
  5390. ac_cv_c_compiler_gnu=yes
  5391. ac_cv_env_ALSA_CFLAGS_set=
  5392. ac_cv_env_ALSA_CFLAGS_value=
  5393. ac_cv_env_ALSA_LIBS_set=
  5394. ac_cv_env_ALSA_LIBS_value=
  5395. ac_cv_env_CAIRO_CFLAGS_set=
  5396. ac_cv_env_CAIRO_CFLAGS_value=
  5397. ac_cv_env_CAIRO_LIBS_set=
  5398. ac_cv_env_CAIRO_LIBS_value=
  5399. ac_cv_env_CC_set=
  5400. ac_cv_env_CC_value=
  5401. ac_cv_env_CFLAGS_set=
  5402. ac_cv_env_CFLAGS_value=
  5403. ac_cv_env_CPPFLAGS_set=
  5404. ac_cv_env_CPPFLAGS_value=
  5405. ac_cv_env_CPP_set=
  5406. ac_cv_env_CPP_value=
  5407. ac_cv_env_DBUS_CFLAGS_set=
  5408. ac_cv_env_DBUS_CFLAGS_value=
  5409. ac_cv_env_DBUS_LIBS_set=
  5410. ac_cv_env_DBUS_LIBS_value=
  5411. ac_cv_env_FONTCONFIG_CFLAGS_set=
  5412. ac_cv_env_FONTCONFIG_CFLAGS_value=
  5413. ac_cv_env_FONTCONFIG_LIBS_set=
  5414. ac_cv_env_FONTCONFIG_LIBS_value=
  5415. ac_cv_env_FREETYPE_CFLAGS_set=
  5416. ac_cv_env_FREETYPE_CFLAGS_value=
  5417. ac_cv_env_FREETYPE_LIBS_set=
  5418. ac_cv_env_FREETYPE_LIBS_value=
  5419. ac_cv_env_GCONF_CFLAGS_set=
  5420. ac_cv_env_GCONF_CFLAGS_value=
  5421. ac_cv_env_GCONF_LIBS_set=
  5422. ac_cv_env_GCONF_LIBS_value=
  5423. ac_cv_env_GFILENOTIFY_CFLAGS_set=
  5424. ac_cv_env_GFILENOTIFY_CFLAGS_value=
  5425. ac_cv_env_GFILENOTIFY_LIBS_set=
  5426. ac_cv_env_GFILENOTIFY_LIBS_value=
  5427. ac_cv_env_GOBJECT_CFLAGS_set=
  5428. ac_cv_env_GOBJECT_CFLAGS_value=
  5429. ac_cv_env_GOBJECT_LIBS_set=
  5430. ac_cv_env_GOBJECT_LIBS_value=
  5431. ac_cv_env_GSETTINGS_CFLAGS_set=
  5432. ac_cv_env_GSETTINGS_CFLAGS_value=
  5433. ac_cv_env_GSETTINGS_LIBS_set=
  5434. ac_cv_env_GSETTINGS_LIBS_value=
  5435. ac_cv_env_GTK_CFLAGS_set=
  5436. ac_cv_env_GTK_CFLAGS_value=
  5437. ac_cv_env_GTK_LIBS_set=
  5438. ac_cv_env_GTK_LIBS_value=
  5439. ac_cv_env_HARFBUZZ_CFLAGS_set=
  5440. ac_cv_env_HARFBUZZ_CFLAGS_value=
  5441. ac_cv_env_HARFBUZZ_LIBS_set=
  5442. ac_cv_env_HARFBUZZ_LIBS_value=
  5443. ac_cv_env_IMAGEMAGICK_CFLAGS_set=
  5444. ac_cv_env_IMAGEMAGICK_CFLAGS_value=
  5445. ac_cv_env_IMAGEMAGICK_LIBS_set=
  5446. ac_cv_env_IMAGEMAGICK_LIBS_value=
  5447. ac_cv_env_JSON_CFLAGS_set=
  5448. ac_cv_env_JSON_CFLAGS_value=
  5449. ac_cv_env_JSON_LIBS_set=
  5450. ac_cv_env_JSON_LIBS_value=
  5451. ac_cv_env_KQUEUE_CFLAGS_set=
  5452. ac_cv_env_KQUEUE_CFLAGS_value=
  5453. ac_cv_env_KQUEUE_LIBS_set=
  5454. ac_cv_env_KQUEUE_LIBS_value=
  5455. ac_cv_env_LCMS2_CFLAGS_set=
  5456. ac_cv_env_LCMS2_CFLAGS_value=
  5457. ac_cv_env_LCMS2_LIBS_set=
  5458. ac_cv_env_LCMS2_LIBS_value=
  5459. ac_cv_env_LDFLAGS_set=
  5460. ac_cv_env_LDFLAGS_value=
  5461. ac_cv_env_LIBGNUTLS_CFLAGS_set=
  5462. ac_cv_env_LIBGNUTLS_CFLAGS_value=
  5463. ac_cv_env_LIBGNUTLS_LIBS_set=
  5464. ac_cv_env_LIBGNUTLS_LIBS_value=
  5465. ac_cv_env_LIBOTF_CFLAGS_set=
  5466. ac_cv_env_LIBOTF_CFLAGS_value=
  5467. ac_cv_env_LIBOTF_LIBS_set=
  5468. ac_cv_env_LIBOTF_LIBS_value=
  5469. ac_cv_env_LIBSYSTEMD_CFLAGS_set=
  5470. ac_cv_env_LIBSYSTEMD_CFLAGS_value=
  5471. ac_cv_env_LIBSYSTEMD_LIBS_set=
  5472. ac_cv_env_LIBSYSTEMD_LIBS_value=
  5473. ac_cv_env_LIBS_set=
  5474. ac_cv_env_LIBS_value=
  5475. ac_cv_env_LIBXML2_CFLAGS_set=
  5476. ac_cv_env_LIBXML2_CFLAGS_value=
  5477. ac_cv_env_LIBXML2_LIBS_set=
  5478. ac_cv_env_LIBXML2_LIBS_value=
  5479. ac_cv_env_M17N_FLT_CFLAGS_set=
  5480. ac_cv_env_M17N_FLT_CFLAGS_value=
  5481. ac_cv_env_M17N_FLT_LIBS_set=
  5482. ac_cv_env_M17N_FLT_LIBS_value=
  5483. ac_cv_env_OBJCFLAGS_set=
  5484. ac_cv_env_OBJCFLAGS_value=
  5485. ac_cv_env_OBJC_set=
  5486. ac_cv_env_OBJC_value=
  5487. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  5488. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  5489. ac_cv_env_PKG_CONFIG_PATH_set=
  5490. ac_cv_env_PKG_CONFIG_PATH_value=
  5491. ac_cv_env_PKG_CONFIG_set=
  5492. ac_cv_env_PKG_CONFIG_value=
  5493. ac_cv_env_PNG_CFLAGS_set=
  5494. ac_cv_env_PNG_CFLAGS_value=
  5495. ac_cv_env_PNG_LIBS_set=
  5496. ac_cv_env_PNG_LIBS_value=
  5497. ac_cv_env_RSVG_CFLAGS_set=
  5498. ac_cv_env_RSVG_CFLAGS_value=
  5499. ac_cv_env_RSVG_LIBS_set=
  5500. ac_cv_env_RSVG_LIBS_value=
  5501. ac_cv_env_WEBKIT_CFLAGS_set=
  5502. ac_cv_env_WEBKIT_CFLAGS_value=
  5503. ac_cv_env_WEBKIT_LIBS_set=
  5504. ac_cv_env_WEBKIT_LIBS_value=
  5505. ac_cv_env_XFIXES_CFLAGS_set=
  5506. ac_cv_env_XFIXES_CFLAGS_value=
  5507. ac_cv_env_XFIXES_LIBS_set=
  5508. ac_cv_env_XFIXES_LIBS_value=
  5509. ac_cv_env_XFT_CFLAGS_set=
  5510. ac_cv_env_XFT_CFLAGS_value=
  5511. ac_cv_env_XFT_LIBS_set=
  5512. ac_cv_env_XFT_LIBS_value=
  5513. ac_cv_env_XINERAMA_CFLAGS_set=
  5514. ac_cv_env_XINERAMA_CFLAGS_value=
  5515. ac_cv_env_XINERAMA_LIBS_set=
  5516. ac_cv_env_XINERAMA_LIBS_value=
  5517. ac_cv_env_XMKMF_set=
  5518. ac_cv_env_XMKMF_value=
  5519. ac_cv_env_XRANDR_CFLAGS_set=
  5520. ac_cv_env_XRANDR_CFLAGS_value=
  5521. ac_cv_env_XRANDR_LIBS_set=
  5522. ac_cv_env_XRANDR_LIBS_value=
  5523. ac_cv_env_build_alias_set=
  5524. ac_cv_env_build_alias_value=
  5525. ac_cv_env_host_alias_set=
  5526. ac_cv_env_host_alias_value=
  5527. ac_cv_env_target_alias_set=
  5528. ac_cv_env_target_alias_value=
  5529. ac_cv_func_canonicalize_file_name=no
  5530. ac_cv_func_explicit_bzero=no
  5531. ac_cv_func_faccessat=yes
  5532. ac_cv_func_fchmod=yes
  5533. ac_cv_func_fcntl=yes
  5534. ac_cv_func_fdopendir=yes
  5535. ac_cv_func_fstatat=yes
  5536. ac_cv_func_fsync=yes
  5537. ac_cv_func_futimens=yes
  5538. ac_cv_func_futimes=yes
  5539. ac_cv_func_futimesat=no
  5540. ac_cv_func_getcwd=yes
  5541. ac_cv_func_getdtablesize=yes
  5542. ac_cv_func_getpagesize=yes
  5543. ac_cv_func_gettimeofday=yes
  5544. ac_cv_func_isblank=yes
  5545. ac_cv_func_iswctype=yes
  5546. ac_cv_func_localtime_r=yes
  5547. ac_cv_func_lstat=yes
  5548. ac_cv_func_lutimes=yes
  5549. ac_cv_func_mkostemp=yes
  5550. ac_cv_func_mmap_fixed_mapped=yes
  5551. ac_cv_func_pipe2=no
  5552. ac_cv_func_pselect=yes
  5553. ac_cv_func_pthread_sigmask=yes
  5554. ac_cv_func_putenv=yes
  5555. ac_cv_func_readlink=yes
  5556. ac_cv_func_readlinkat=yes
  5557. ac_cv_func_realpath=yes
  5558. ac_cv_func_sbrk=yes
  5559. ac_cv_func_strtoimax=yes
  5560. ac_cv_func_symlink=yes
  5561. ac_cv_func_timegm=yes
  5562. ac_cv_func_tzset=yes
  5563. ac_cv_func_utimensat=yes
  5564. ac_cv_have_decl_sys_siglist=yes
  5565. ac_cv_have_x=have_x=no
  5566. ac_cv_header_AppKit_AppKit_h=yes
  5567. ac_cv_header_coff_h=no
  5568. ac_cv_header_dirent_h=yes
  5569. ac_cv_header_execinfo_h=yes
  5570. ac_cv_header_getopt_h=yes
  5571. ac_cv_header_ieee754_h=no
  5572. ac_cv_header_ifaddrs_h=yes
  5573. ac_cv_header_inttypes_h=yes
  5574. ac_cv_header_limits_h=yes
  5575. ac_cv_header_linux_fs_h=no
  5576. ac_cv_header_machine_soundcard_h=no
  5577. ac_cv_header_malloc_h=no
  5578. ac_cv_header_malloc_malloc_h=yes
  5579. ac_cv_header_memory_h=yes
  5580. ac_cv_header_minix_config_h=no
  5581. ac_cv_header_mmsystem_h=no
  5582. ac_cv_header_net_if_dl_h=yes
  5583. ac_cv_header_net_if_h=yes
  5584. ac_cv_header_pthread_h=yes
  5585. ac_cv_header_pty_h=no
  5586. ac_cv_header_pwd_h=yes
  5587. ac_cv_header_soundcard_h=no
  5588. ac_cv_header_stdc=yes
  5589. ac_cv_header_stdint_h=yes
  5590. ac_cv_header_stdio_ext_h=no
  5591. ac_cv_header_stdlib_h=yes
  5592. ac_cv_header_string_h=yes
  5593. ac_cv_header_strings_h=yes
  5594. ac_cv_header_sys_cdefs_h=yes
  5595. ac_cv_header_sys_fs_types_h=no
  5596. ac_cv_header_sys_inotify_h=no
  5597. ac_cv_header_sys_param_h=yes
  5598. ac_cv_header_sys_prctl_h=no
  5599. ac_cv_header_sys_resource_h=yes
  5600. ac_cv_header_sys_select_h=yes
  5601. ac_cv_header_sys_socket_h=yes
  5602. ac_cv_header_sys_soundcard_h=no
  5603. ac_cv_header_sys_stat_h=yes
  5604. ac_cv_header_sys_sysinfo_h=no
  5605. ac_cv_header_sys_systeminfo_h=no
  5606. ac_cv_header_sys_time_h=yes
  5607. ac_cv_header_sys_types_h=yes
  5608. ac_cv_header_sys_un_h=yes
  5609. ac_cv_header_sys_utsname_h=yes
  5610. ac_cv_header_sys_vfs_h=no
  5611. ac_cv_header_sys_wait_h=yes
  5612. ac_cv_header_term_h=yes
  5613. ac_cv_header_time=yes
  5614. ac_cv_header_unistd_h=yes
  5615. ac_cv_header_util_h=yes
  5616. ac_cv_header_utmp_h=yes
  5617. ac_cv_header_wchar_h=yes
  5618. ac_cv_host=x86_64-apple-darwin19.0.0
  5619. ac_cv_lib_Xbsd_main=no
  5620. ac_cv_lib_anl_getaddrinfo_a=no
  5621. ac_cv_lib_ossaudio__oss_ioctl=no
  5622. ac_cv_lib_selinux_lgetfilecon=no
  5623. ac_cv_member_struct_ifreq_ifr_addr=yes
  5624. ac_cv_member_struct_ifreq_ifr_addr_sa_len=yes
  5625. ac_cv_member_struct_ifreq_ifr_broadaddr=yes
  5626. ac_cv_member_struct_ifreq_ifr_flags=yes
  5627. ac_cv_member_struct_ifreq_ifr_hwaddr=no
  5628. ac_cv_member_struct_ifreq_ifr_netmask=no
  5629. ac_cv_objc_compiler_gnu=yes
  5630. ac_cv_objext=o
  5631. ac_cv_path_EGREP='/usr/bin/grep -E'
  5632. ac_cv_path_GREP=/usr/bin/grep
  5633. ac_cv_path_GZIP_PROG=/usr/bin/gzip
  5634. ac_cv_path_INSTALL_INFO=/usr/bin/install-info
  5635. ac_cv_path_MAKE=make
  5636. ac_cv_path_MAKEINFO=/opt/brew/opt/texinfo/bin/makeinfo
  5637. ac_cv_path_ac_pt_PKG_CONFIG=/opt/homebrew/bin/pkg-config
  5638. ac_cv_path_install='/usr/bin/install -c'
  5639. ac_cv_prog_AR=ar
  5640. ac_cv_prog_BREW=brew
  5641. ac_cv_prog_CPP='gcc -E'
  5642. ac_cv_prog_MAKE_PROG=yes
  5643. ac_cv_prog_XCRUN=xcrun
  5644. ac_cv_prog_ac_ct_CC=gcc
  5645. ac_cv_prog_ac_ct_OBJC=gcc
  5646. ac_cv_prog_ac_ct_RANLIB=ranlib
  5647. ac_cv_prog_cc_c11=
  5648. ac_cv_prog_cc_g=yes
  5649. ac_cv_prog_cc_gcc_c_o=yes
  5650. ac_cv_prog_cc_stdc=
  5651. ac_cv_prog_objc_g=yes
  5652. ac_cv_safe_to_define___extensions__=yes
  5653. ac_cv_search_inflateEnd=-lz
  5654. ac_cv_search_kqueue='none required'
  5655. ac_cv_search_sqrt='none required'
  5656. ac_cv_should_define__xopen_source=no
  5657. ac_cv_sys_file_offset_bits=no
  5658. ac_cv_sys_largefile_CC=no
  5659. emacs_cv_autodepend=yes
  5660. emacs_cv_clang=yes
  5661. emacs_cv_find_delete=-delete
  5662. emacs_cv_ln_s_fileonly='ln -s'
  5663. emacs_cv_objc_instancetype=yes
  5664. emacs_cv_personality_addr_no_randomize=no
  5665. emacs_cv_prog_cc_g3=yes
  5666. emacs_cv_pthread_lib='none needed'
  5667. emacs_cv_sanitize_address=no
  5668. emacs_cv_var_doug_lea_malloc=no
  5669. emacs_cv_znocombreloc='not needed'
  5670. gl_cv_c_amsterdam_compiler=no
  5671. gl_cv_warn_c__Werror__Wunknown_warning_option=yes
  5672. gl_cv_warn_c__Wno_initializer_overrides=yes
  5673. gl_cv_warn_c__Wno_pointer_sign=yes
  5674. gl_cv_warn_c__Wno_string_plus_int=yes
  5675. gl_cv_warn_c__Wno_switch=yes
  5676. gl_cv_warn_c__Wno_tautological_compare=yes
  5677. gl_cv_warn_c__Wno_tautological_constant_out_of_range_compare=yes
  5678. gl_cv_warn_c__Wno_unknown_attributes=yes
  5679.  
  5680. ## ----------------- ##
  5681. ## Output variables. ##
  5682. ## ----------------- ##
  5683.  
  5684. ALLOCA=''
  5685. ALLOCA_H=''
  5686. ALSA_CFLAGS=''
  5687. ALSA_LIBS=''
  5688. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  5689. AM_DEFAULT_VERBOSITY='0'
  5690. AM_V='$(V)'
  5691. APPLE_UNIVERSAL_BUILD=''
  5692. AR='ar'
  5693. ARFLAGS='cr'
  5694. AUTO_DEPEND='yes'
  5695. AWK=''
  5696. BITSIZEOF_PTRDIFF_T=''
  5697. BITSIZEOF_SIG_ATOMIC_T=''
  5698. BITSIZEOF_SIZE_T=''
  5699. BITSIZEOF_WCHAR_T=''
  5700. BITSIZEOF_WINT_T=''
  5701. BLESSMAIL_TARGET=''
  5702. BREW='brew'
  5703. BUILD_DETAILS=''
  5704. BYTESWAP_H=''
  5705. CAIRO_CFLAGS=''
  5706. CAIRO_LIBS=''
  5707. CC='gcc'
  5708. CFLAGS='-g3 -O2'
  5709. CFLAGS_SOUND=''
  5710. CHECK_STRUCTS='false'
  5711. CLIENTRES=''
  5712. CLIENTW=''
  5713. CM_OBJ='cm.o'
  5714. COM_ERRLIB=''
  5715. CPP='gcc -E'
  5716. CPPFLAGS=' '
  5717. CRYPTOLIB=''
  5718. CYGWIN_OBJ=''
  5719. C_SWITCH_MACHINE=''
  5720. C_SWITCH_SYSTEM=''
  5721. C_SWITCH_X_SITE=''
  5722. DBUS_CFLAGS=''
  5723. DBUS_LIBS=''
  5724. DBUS_OBJ=''
  5725. DEFS=''
  5726. DESLIB=''
  5727. DOCMISC_W32=''
  5728. DUMPING='pdumper'
  5729. ECHO_C='\c'
  5730. ECHO_N=''
  5731. ECHO_T=''
  5732. EGREP='/usr/bin/grep -E'
  5733. EMACSRES=''
  5734. EMACS_MANIFEST=''
  5735. EMULTIHOP_HIDDEN=''
  5736. EMULTIHOP_VALUE=''
  5737. ENOLINK_HIDDEN=''
  5738. ENOLINK_VALUE=''
  5739. EOVERFLOW_HIDDEN=''
  5740. EOVERFLOW_VALUE=''
  5741. ERRNO_H=''
  5742. EXECINFO_H=''
  5743. EXEEXT=''
  5744. FIND_DELETE='-delete'
  5745. FIRSTFILE_OBJ=''
  5746. FONTCONFIG_CFLAGS=''
  5747. FONTCONFIG_LIBS=''
  5748. FONT_OBJ=''
  5749. FREETYPE_CFLAGS=''
  5750. FREETYPE_LIBS=''
  5751. GCONF_CFLAGS=''
  5752. GCONF_LIBS=''
  5753. GETADDRINFO_A_LIBS=''
  5754. GETLOADAVG_LIBS=''
  5755. GETOPT_CDEFS_H=''
  5756. GETOPT_H=''
  5757. GFILENOTIFY_CFLAGS=''
  5758. GFILENOTIFY_LIBS=''
  5759. GLIBC21=''
  5760. GL_COND_LIBTOOL=''
  5761. GL_GENERATE_ALLOCA_H=''
  5762. GL_GENERATE_BYTESWAP_H=''
  5763. GL_GENERATE_ERRNO_H=''
  5764. GL_GENERATE_EXECINFO_H=''
  5765. GL_GENERATE_IEEE754_H=''
  5766. GL_GENERATE_LIMITS_H=''
  5767. GL_GENERATE_STDALIGN_H=''
  5768. GL_GENERATE_STDDEF_H=''
  5769. GL_GENERATE_STDINT_H=''
  5770. GMALLOC_OBJ=''
  5771. GMP_LIB=''
  5772. GMP_OBJ=''
  5773. GNULIB_ACCESS=''
  5774. GNULIB_ALPHASORT=''
  5775. GNULIB_ATOLL=''
  5776. GNULIB_CALLOC_POSIX=''
  5777. GNULIB_CANONICALIZE_FILE_NAME=''
  5778. GNULIB_CHDIR=''
  5779. GNULIB_CHOWN=''
  5780. GNULIB_CLOSE=''
  5781. GNULIB_CLOSEDIR=''
  5782. GNULIB_COPY_FILE_RANGE=''
  5783. GNULIB_CREAT=''
  5784. GNULIB_CTIME=''
  5785. GNULIB_DIRFD=''
  5786. GNULIB_DPRINTF=''
  5787. GNULIB_DUP2=''
  5788. GNULIB_DUP3=''
  5789. GNULIB_DUP=''
  5790. GNULIB_ENVIRON=''
  5791. GNULIB_EUIDACCESS=''
  5792. GNULIB_EXPLICIT_BZERO=''
  5793. GNULIB_FACCESSAT=''
  5794. GNULIB_FCHDIR=''
  5795. GNULIB_FCHMODAT=''
  5796. GNULIB_FCHOWNAT=''
  5797. GNULIB_FCLOSE=''
  5798. GNULIB_FCNTL=''
  5799. GNULIB_FDATASYNC=''
  5800. GNULIB_FDOPEN=''
  5801. GNULIB_FDOPENDIR=''
  5802. GNULIB_FFLUSH=''
  5803. GNULIB_FFSL=''
  5804. GNULIB_FFSLL=''
  5805. GNULIB_FGETC=''
  5806. GNULIB_FGETS=''
  5807. GNULIB_FOPEN=''
  5808. GNULIB_FPRINTF=''
  5809. GNULIB_FPRINTF_POSIX=''
  5810. GNULIB_FPURGE=''
  5811. GNULIB_FPUTC=''
  5812. GNULIB_FPUTS=''
  5813. GNULIB_FREAD=''
  5814. GNULIB_FREOPEN=''
  5815. GNULIB_FSCANF=''
  5816. GNULIB_FSEEK=''
  5817. GNULIB_FSEEKO=''
  5818. GNULIB_FSTAT=''
  5819. GNULIB_FSTATAT=''
  5820. GNULIB_FSYNC=''
  5821. GNULIB_FTELL=''
  5822. GNULIB_FTELLO=''
  5823. GNULIB_FTRUNCATE=''
  5824. GNULIB_FUTIMENS=''
  5825. GNULIB_FWRITE=''
  5826. GNULIB_GETC=''
  5827. GNULIB_GETCHAR=''
  5828. GNULIB_GETCWD=''
  5829. GNULIB_GETDELIM=''
  5830. GNULIB_GETDOMAINNAME=''
  5831. GNULIB_GETDTABLESIZE=''
  5832. GNULIB_GETGROUPS=''
  5833. GNULIB_GETHOSTNAME=''
  5834. GNULIB_GETLINE=''
  5835. GNULIB_GETLOADAVG=''
  5836. GNULIB_GETLOGIN=''
  5837. GNULIB_GETLOGIN_R=''
  5838. GNULIB_GETPAGESIZE=''
  5839. GNULIB_GETPASS=''
  5840. GNULIB_GETSUBOPT=''
  5841. GNULIB_GETTIMEOFDAY=''
  5842. GNULIB_GETUSERSHELL=''
  5843. GNULIB_GL_UNISTD_H_GETOPT=''
  5844. GNULIB_GRANTPT=''
  5845. GNULIB_GROUP_MEMBER=''
  5846. GNULIB_IMAXABS=''
  5847. GNULIB_IMAXDIV=''
  5848. GNULIB_ISATTY=''
  5849. GNULIB_LCHMOD=''
  5850. GNULIB_LCHOWN=''
  5851. GNULIB_LINK=''
  5852. GNULIB_LINKAT=''
  5853. GNULIB_LOCALTIME=''
  5854. GNULIB_LSEEK=''
  5855. GNULIB_LSTAT=''
  5856. GNULIB_MALLOC_POSIX=''
  5857. GNULIB_MBSCASECMP=''
  5858. GNULIB_MBSCASESTR=''
  5859. GNULIB_MBSCHR=''
  5860. GNULIB_MBSCSPN=''
  5861. GNULIB_MBSLEN=''
  5862. GNULIB_MBSNCASECMP=''
  5863. GNULIB_MBSNLEN=''
  5864. GNULIB_MBSPBRK=''
  5865. GNULIB_MBSPCASECMP=''
  5866. GNULIB_MBSRCHR=''
  5867. GNULIB_MBSSEP=''
  5868. GNULIB_MBSSPN=''
  5869. GNULIB_MBSSTR=''
  5870. GNULIB_MBSTOK_R=''
  5871. GNULIB_MBTOWC=''
  5872. GNULIB_MEMCHR=''
  5873. GNULIB_MEMMEM=''
  5874. GNULIB_MEMPCPY=''
  5875. GNULIB_MEMRCHR=''
  5876. GNULIB_MKDIRAT=''
  5877. GNULIB_MKDTEMP=''
  5878. GNULIB_MKFIFO=''
  5879. GNULIB_MKFIFOAT=''
  5880. GNULIB_MKNOD=''
  5881. GNULIB_MKNODAT=''
  5882. GNULIB_MKOSTEMP=''
  5883. GNULIB_MKOSTEMPS=''
  5884. GNULIB_MKSTEMP=''
  5885. GNULIB_MKSTEMPS=''
  5886. GNULIB_MKTIME=''
  5887. GNULIB_NANOSLEEP=''
  5888. GNULIB_NONBLOCKING=''
  5889. GNULIB_OBSTACK_PRINTF=''
  5890. GNULIB_OBSTACK_PRINTF_POSIX=''
  5891. GNULIB_OPEN=''
  5892. GNULIB_OPENAT=''
  5893. GNULIB_OPENDIR=''
  5894. GNULIB_OVERRIDES_STRUCT_STAT=''
  5895. GNULIB_OVERRIDES_WINT_T=''
  5896. GNULIB_PCLOSE=''
  5897. GNULIB_PERROR=''
  5898. GNULIB_PIPE2=''
  5899. GNULIB_PIPE=''
  5900. GNULIB_POPEN=''
  5901. GNULIB_POSIX_OPENPT=''
  5902. GNULIB_PREAD=''
  5903. GNULIB_PRINTF=''
  5904. GNULIB_PRINTF_POSIX=''
  5905. GNULIB_PSELECT=''
  5906. GNULIB_PTHREAD_SIGMASK=''
  5907. GNULIB_PTSNAME=''
  5908. GNULIB_PTSNAME_R=''
  5909. GNULIB_PUTC=''
  5910. GNULIB_PUTCHAR=''
  5911. GNULIB_PUTENV=''
  5912. GNULIB_PUTS=''
  5913. GNULIB_PWRITE=''
  5914. GNULIB_QSORT_R=''
  5915. GNULIB_RAISE=''
  5916. GNULIB_RANDOM=''
  5917. GNULIB_RANDOM_R=''
  5918. GNULIB_RAWMEMCHR=''
  5919. GNULIB_READ=''
  5920. GNULIB_READDIR=''
  5921. GNULIB_READLINK=''
  5922. GNULIB_READLINKAT=''
  5923. GNULIB_REALLOCARRAY=''
  5924. GNULIB_REALLOC_POSIX=''
  5925. GNULIB_REALPATH=''
  5926. GNULIB_REMOVE=''
  5927. GNULIB_RENAME=''
  5928. GNULIB_RENAMEAT=''
  5929. GNULIB_REWINDDIR=''
  5930. GNULIB_RMDIR=''
  5931. GNULIB_RPMATCH=''
  5932. GNULIB_SCANDIR=''
  5933. GNULIB_SCANF=''
  5934. GNULIB_SECURE_GETENV=''
  5935. GNULIB_SELECT=''
  5936. GNULIB_SETENV=''
  5937. GNULIB_SETHOSTNAME=''
  5938. GNULIB_SIGACTION=''
  5939. GNULIB_SIGNAL_H_SIGPIPE=''
  5940. GNULIB_SIGPROCMASK=''
  5941. GNULIB_SLEEP=''
  5942. GNULIB_SNPRINTF=''
  5943. GNULIB_SPRINTF_POSIX=''
  5944. GNULIB_STAT=''
  5945. GNULIB_STDIO_H_NONBLOCKING=''
  5946. GNULIB_STDIO_H_SIGPIPE=''
  5947. GNULIB_STPCPY=''
  5948. GNULIB_STPNCPY=''
  5949. GNULIB_STRCASESTR=''
  5950. GNULIB_STRCHRNUL=''
  5951. GNULIB_STRDUP=''
  5952. GNULIB_STRERROR=''
  5953. GNULIB_STRERROR_R=''
  5954. GNULIB_STRFTIME=''
  5955. GNULIB_STRNCAT=''
  5956. GNULIB_STRNDUP=''
  5957. GNULIB_STRNLEN=''
  5958. GNULIB_STRPBRK=''
  5959. GNULIB_STRPTIME=''
  5960. GNULIB_STRSEP=''
  5961. GNULIB_STRSIGNAL=''
  5962. GNULIB_STRSTR=''
  5963. GNULIB_STRTOD=''
  5964. GNULIB_STRTOIMAX=''
  5965. GNULIB_STRTOK_R=''
  5966. GNULIB_STRTOLD=''
  5967. GNULIB_STRTOLL=''
  5968. GNULIB_STRTOULL=''
  5969. GNULIB_STRTOUMAX=''
  5970. GNULIB_STRVERSCMP=''
  5971. GNULIB_SYMLINK=''
  5972. GNULIB_SYMLINKAT=''
  5973. GNULIB_SYSTEM_POSIX=''
  5974. GNULIB_TIMEGM=''
  5975. GNULIB_TIME_R=''
  5976. GNULIB_TIME_RZ=''
  5977. GNULIB_TMPFILE=''
  5978. GNULIB_TRUNCATE=''
  5979. GNULIB_TTYNAME_R=''
  5980. GNULIB_TZSET=''
  5981. GNULIB_UNISTD_H_NONBLOCKING=''
  5982. GNULIB_UNISTD_H_SIGPIPE=''
  5983. GNULIB_UNLINK=''
  5984. GNULIB_UNLINKAT=''
  5985. GNULIB_UNLOCKPT=''
  5986. GNULIB_UNSETENV=''
  5987. GNULIB_USLEEP=''
  5988. GNULIB_UTIMENSAT=''
  5989. GNULIB_VASPRINTF=''
  5990. GNULIB_VDPRINTF=''
  5991. GNULIB_VFPRINTF=''
  5992. GNULIB_VFPRINTF_POSIX=''
  5993. GNULIB_VFSCANF=''
  5994. GNULIB_VPRINTF=''
  5995. GNULIB_VPRINTF_POSIX=''
  5996. GNULIB_VSCANF=''
  5997. GNULIB_VSNPRINTF=''
  5998. GNULIB_VSPRINTF_POSIX=''
  5999. GNULIB_WARN_CFLAGS=' -Wno-switch -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -Wno-initializer-overrides -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare'
  6000. GNULIB_WCTOMB=''
  6001. GNULIB_WRITE=''
  6002. GNULIB__EXIT=''
  6003. GNUSTEP_CFLAGS=''
  6004. GNU_OBJC_CFLAGS=''
  6005. GOBJECT_CFLAGS=''
  6006. GOBJECT_LIBS=''
  6007. GREP='/usr/bin/grep'
  6008. GSETTINGS_CFLAGS=''
  6009. GSETTINGS_LIBS=''
  6010. GTK_CFLAGS=''
  6011. GTK_LIBS=''
  6012. GTK_OBJ=''
  6013. GZIP_PROG='/usr/bin/gzip'
  6014. HARFBUZZ_CFLAGS=''
  6015. HARFBUZZ_LIBS=''
  6016. HAVE_ALLOCA_H=''
  6017. HAVE_ALPHASORT=''
  6018. HAVE_ATOLL=''
  6019. HAVE_C99_STDINT_H=''
  6020. HAVE_CANONICALIZE_FILE_NAME=''
  6021. HAVE_CHOWN=''
  6022. HAVE_CLOSEDIR=''
  6023. HAVE_COPY_FILE_RANGE=''
  6024. HAVE_DECL_DIRFD=''
  6025. HAVE_DECL_ENVIRON=''
  6026. HAVE_DECL_FCHDIR=''
  6027. HAVE_DECL_FDATASYNC=''
  6028. HAVE_DECL_FDOPENDIR=''
  6029. HAVE_DECL_FPURGE=''
  6030. HAVE_DECL_FSEEKO=''
  6031. HAVE_DECL_FTELLO=''
  6032. HAVE_DECL_GETDELIM=''
  6033. HAVE_DECL_GETDOMAINNAME=''
  6034. HAVE_DECL_GETLINE=''
  6035. HAVE_DECL_GETLOADAVG=''
  6036. HAVE_DECL_GETLOGIN=''
  6037. HAVE_DECL_GETLOGIN_R=''
  6038. HAVE_DECL_GETPAGESIZE=''
  6039. HAVE_DECL_GETUSERSHELL=''
  6040. HAVE_DECL_IMAXABS=''
  6041. HAVE_DECL_IMAXDIV=''
  6042. HAVE_DECL_INITSTATE=''
  6043. HAVE_DECL_LOCALTIME_R=''
  6044. HAVE_DECL_MEMMEM=''
  6045. HAVE_DECL_MEMRCHR=''
  6046. HAVE_DECL_OBSTACK_PRINTF=''
  6047. HAVE_DECL_SETENV=''
  6048. HAVE_DECL_SETHOSTNAME=''
  6049. HAVE_DECL_SETSTATE=''
  6050. HAVE_DECL_SNPRINTF=''
  6051. HAVE_DECL_STRDUP=''
  6052. HAVE_DECL_STRERROR_R=''
  6053. HAVE_DECL_STRNDUP=''
  6054. HAVE_DECL_STRNLEN=''
  6055. HAVE_DECL_STRSIGNAL=''
  6056. HAVE_DECL_STRTOIMAX=''
  6057. HAVE_DECL_STRTOK_R=''
  6058. HAVE_DECL_STRTOUMAX=''
  6059. HAVE_DECL_TRUNCATE=''
  6060. HAVE_DECL_TTYNAME_R=''
  6061. HAVE_DECL_UNSETENV=''
  6062. HAVE_DECL_VSNPRINTF=''
  6063. HAVE_DIRENT_H=''
  6064. HAVE_DPRINTF=''
  6065. HAVE_DUP2=''
  6066. HAVE_DUP3=''
  6067. HAVE_EUIDACCESS=''
  6068. HAVE_EXPLICIT_BZERO=''
  6069. HAVE_FACCESSAT=''
  6070. HAVE_FCHDIR=''
  6071. HAVE_FCHMODAT=''
  6072. HAVE_FCHOWNAT=''
  6073. HAVE_FCNTL=''
  6074. HAVE_FDATASYNC=''
  6075. HAVE_FDOPENDIR=''
  6076. HAVE_FFSL=''
  6077. HAVE_FFSLL=''
  6078. HAVE_FSEEKO=''
  6079. HAVE_FSTATAT=''
  6080. HAVE_FSYNC=''
  6081. HAVE_FTELLO=''
  6082. HAVE_FTRUNCATE=''
  6083. HAVE_FUTIMENS=''
  6084. HAVE_GETDTABLESIZE=''
  6085. HAVE_GETGROUPS=''
  6086. HAVE_GETHOSTNAME=''
  6087. HAVE_GETLOGIN=''
  6088. HAVE_GETOPT_H=''
  6089. HAVE_GETPAGESIZE=''
  6090. HAVE_GETPASS=''
  6091. HAVE_GETSUBOPT=''
  6092. HAVE_GETTIMEOFDAY=''
  6093. HAVE_GRANTPT=''
  6094. HAVE_GROUP_MEMBER=''
  6095. HAVE_IMAXDIV_T=''
  6096. HAVE_INITSTATE=''
  6097. HAVE_INTTYPES_H=''
  6098. HAVE_LCHMOD=''
  6099. HAVE_LCHOWN=''
  6100. HAVE_LINK=''
  6101. HAVE_LINKAT=''
  6102. HAVE_LONG_LONG_INT=''
  6103. HAVE_LSTAT=''
  6104. HAVE_MAKEINFO='yes'
  6105. HAVE_MAX_ALIGN_T=''
  6106. HAVE_MBSLEN=''
  6107. HAVE_MBTOWC=''
  6108. HAVE_MEMCHR=''
  6109. HAVE_MEMPCPY=''
  6110. HAVE_MKDIRAT=''
  6111. HAVE_MKDTEMP=''
  6112. HAVE_MKFIFO=''
  6113. HAVE_MKFIFOAT=''
  6114. HAVE_MKNOD=''
  6115. HAVE_MKNODAT=''
  6116. HAVE_MKOSTEMP=''
  6117. HAVE_MKOSTEMPS=''
  6118. HAVE_MKSTEMP=''
  6119. HAVE_MKSTEMPS=''
  6120. HAVE_MODULES='no'
  6121. HAVE_NANOSLEEP=''
  6122. HAVE_OPENAT=''
  6123. HAVE_OPENDIR=''
  6124. HAVE_OS_H=''
  6125. HAVE_PCLOSE=''
  6126. HAVE_PDUMPER='yes'
  6127. HAVE_PIPE2=''
  6128. HAVE_PIPE=''
  6129. HAVE_POPEN=''
  6130. HAVE_POSIX_OPENPT=''
  6131. HAVE_POSIX_SIGNALBLOCKING=''
  6132. HAVE_PREAD=''
  6133. HAVE_PSELECT=''
  6134. HAVE_PTHREAD_SIGMASK=''
  6135. HAVE_PTSNAME=''
  6136. HAVE_PTSNAME_R=''
  6137. HAVE_PWRITE=''
  6138. HAVE_QSORT_R=''
  6139. HAVE_RAISE=''
  6140. HAVE_RANDOM=''
  6141. HAVE_RANDOM_H=''
  6142. HAVE_RANDOM_R=''
  6143. HAVE_RAWMEMCHR=''
  6144. HAVE_READDIR=''
  6145. HAVE_READLINK=''
  6146. HAVE_READLINKAT=''
  6147. HAVE_REALLOCARRAY=''
  6148. HAVE_REALPATH=''
  6149. HAVE_RENAMEAT=''
  6150. HAVE_REWINDDIR=''
  6151. HAVE_RPMATCH=''
  6152. HAVE_SCANDIR=''
  6153. HAVE_SECURE_GETENV=''
  6154. HAVE_SETENV=''
  6155. HAVE_SETHOSTNAME=''
  6156. HAVE_SETSTATE=''
  6157. HAVE_SIGACTION=''
  6158. HAVE_SIGHANDLER_T=''
  6159. HAVE_SIGINFO_T=''
  6160. HAVE_SIGNED_SIG_ATOMIC_T=''
  6161. HAVE_SIGNED_WCHAR_T=''
  6162. HAVE_SIGNED_WINT_T=''
  6163. HAVE_SIGSET_T=''
  6164. HAVE_SLEEP=''
  6165. HAVE_STDINT_H=''
  6166. HAVE_STPCPY=''
  6167. HAVE_STPNCPY=''
  6168. HAVE_STRCASESTR=''
  6169. HAVE_STRCHRNUL=''
  6170. HAVE_STRPBRK=''
  6171. HAVE_STRPTIME=''
  6172. HAVE_STRSEP=''
  6173. HAVE_STRTOD=''
  6174. HAVE_STRTOLD=''
  6175. HAVE_STRTOLL=''
  6176. HAVE_STRTOULL=''
  6177. HAVE_STRUCT_RANDOM_DATA=''
  6178. HAVE_STRUCT_SIGACTION_SA_SIGACTION=''
  6179. HAVE_STRUCT_TIMEVAL=''
  6180. HAVE_STRVERSCMP=''
  6181. HAVE_SYMLINK=''
  6182. HAVE_SYMLINKAT=''
  6183. HAVE_SYS_BITYPES_H=''
  6184. HAVE_SYS_CDEFS_H=''
  6185. HAVE_SYS_INTTYPES_H=''
  6186. HAVE_SYS_LOADAVG_H=''
  6187. HAVE_SYS_PARAM_H=''
  6188. HAVE_SYS_SELECT_H=''
  6189. HAVE_SYS_TIME_H=''
  6190. HAVE_SYS_TYPES_H=''
  6191. HAVE_TIMEGM=''
  6192. HAVE_TIMEZONE_T=''
  6193. HAVE_TYPE_VOLATILE_SIG_ATOMIC_T=''
  6194. HAVE_TZSET=''
  6195. HAVE_UNISTD_H=''
  6196. HAVE_UNLINKAT=''
  6197. HAVE_UNLOCKPT=''
  6198. HAVE_UNSIGNED_LONG_LONG_INT=''
  6199. HAVE_USLEEP=''
  6200. HAVE_UTIMENSAT=''
  6201. HAVE_VASPRINTF=''
  6202. HAVE_VDPRINTF=''
  6203. HAVE_WCHAR_H=''
  6204. HAVE_WCHAR_T=''
  6205. HAVE_WINSOCK2_H=''
  6206. HAVE_XSERVER=''
  6207. HAVE__EXIT=''
  6208. HYBRID_MALLOC=''
  6209. IEEE754_H=''
  6210. IMAGEMAGICK_CFLAGS=''
  6211. IMAGEMAGICK_LIBS=''
  6212. INCLUDE_NEXT=''
  6213. INCLUDE_NEXT_AS_FIRST_DIRECTIVE=''
  6214. INSTALL_ARCH_INDEP_EXTRA=''
  6215. INSTALL_DATA='${INSTALL} -m 644'
  6216. INSTALL_INFO='/usr/bin/install-info'
  6217. INSTALL_PROGRAM='${INSTALL}'
  6218. INSTALL_SCRIPT='${INSTALL}'
  6219. INT32_MAX_LT_INTMAX_MAX=''
  6220. INT64_MAX_EQ_LONG_MAX=''
  6221. JSON_CFLAGS=''
  6222. JSON_LIBS=''
  6223. JSON_OBJ=''
  6224. KQUEUE_CFLAGS=''
  6225. KQUEUE_LIBS=''
  6226. KRB4LIB=''
  6227. KRB5LIB=''
  6228. LCMS2_CFLAGS=''
  6229. LCMS2_LIBS=''
  6230. LDFLAGS=''
  6231. LD_SWITCH_SYSTEM=''
  6232. LD_SWITCH_SYSTEM_TEMACS=''
  6233. LD_SWITCH_X_SITE=''
  6234. LD_SWITCH_X_SITE_RPATH=''
  6235. LIBGIF=''
  6236. LIBGNUTLS_CFLAGS=''
  6237. LIBGNUTLS_LIBS=''
  6238. LIBGNU_LIBDEPS=''
  6239. LIBGNU_LTLIBDEPS=''
  6240. LIBGPM=''
  6241. LIBHESIOD=''
  6242. LIBINTL=''
  6243. LIBJPEG=''
  6244. LIBMODULES=''
  6245. LIBOBJS=''
  6246. LIBOTF_CFLAGS=''
  6247. LIBOTF_LIBS=''
  6248. LIBPNG=''
  6249. LIBRESOLV=''
  6250. LIBS=' '
  6251. LIBSELINUX_LIBS=''
  6252. LIBSOUND=''
  6253. LIBSYSTEMD_CFLAGS=''
  6254. LIBSYSTEMD_LIBS=''
  6255. LIBS_ECLIENT=''
  6256. LIBS_GNUSTEP=''
  6257. LIBS_MAIL=''
  6258. LIBS_SYSTEM=''
  6259. LIBS_TERMCAP=''
  6260. LIBTIFF=''
  6261. LIBXMENU=''
  6262. LIBXML2_CFLAGS=''
  6263. LIBXML2_LIBS=''
  6264. LIBXMU=''
  6265. LIBXPM=''
  6266. LIBXSM=''
  6267. LIBXTR6=''
  6268. LIBXT_OTHER=''
  6269. LIBX_OTHER=''
  6270. LIBZ='-lz'
  6271. LIB_ACL=''
  6272. LIB_CLOCK_GETTIME=''
  6273. LIB_EACCESS=''
  6274. LIB_EXECINFO=''
  6275. LIB_MATH=''
  6276. LIB_PTHREAD=''
  6277. LIB_PTHREAD_SIGMASK=''
  6278. LIB_TIMER_TIME=''
  6279. LIB_WSOCK32=''
  6280. LIMITS_H=''
  6281. LN_S_FILEONLY='ln -s'
  6282. LTLIBINTL=''
  6283. LTLIBOBJS=''
  6284. M17N_FLT_CFLAGS=''
  6285. M17N_FLT_LIBS=''
  6286. MAKEINFO='/opt/brew/opt/texinfo/bin/makeinfo'
  6287. MAKE_PROG='yes'
  6288. MKDIR_P=''
  6289. MODULES_OBJ=''
  6290. MODULES_SUFFIX='.so'
  6291. NEXT_AS_FIRST_DIRECTIVE_DIRENT_H=''
  6292. NEXT_AS_FIRST_DIRECTIVE_ERRNO_H=''
  6293. NEXT_AS_FIRST_DIRECTIVE_FCNTL_H=''
  6294. NEXT_AS_FIRST_DIRECTIVE_GETOPT_H=''
  6295. NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H=''
  6296. NEXT_AS_FIRST_DIRECTIVE_LIMITS_H=''
  6297. NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H=''
  6298. NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=''
  6299. NEXT_AS_FIRST_DIRECTIVE_STDINT_H=''
  6300. NEXT_AS_FIRST_DIRECTIVE_STDIO_H=''
  6301. NEXT_AS_FIRST_DIRECTIVE_STDLIB_H=''
  6302. NEXT_AS_FIRST_DIRECTIVE_STRING_H=''
  6303. NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H=''
  6304. NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H=''
  6305. NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H=''
  6306. NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H=''
  6307. NEXT_AS_FIRST_DIRECTIVE_TIME_H=''
  6308. NEXT_AS_FIRST_DIRECTIVE_UNISTD_H=''
  6309. NEXT_DIRENT_H=''
  6310. NEXT_ERRNO_H=''
  6311. NEXT_FCNTL_H=''
  6312. NEXT_GETOPT_H=''
  6313. NEXT_INTTYPES_H=''
  6314. NEXT_LIMITS_H=''
  6315. NEXT_SIGNAL_H=''
  6316. NEXT_STDDEF_H=''
  6317. NEXT_STDINT_H=''
  6318. NEXT_STDIO_H=''
  6319. NEXT_STDLIB_H=''
  6320. NEXT_STRING_H=''
  6321. NEXT_SYS_SELECT_H=''
  6322. NEXT_SYS_STAT_H=''
  6323. NEXT_SYS_TIME_H=''
  6324. NEXT_SYS_TYPES_H=''
  6325. NEXT_TIME_H=''
  6326. NEXT_UNISTD_H=''
  6327. NOTIFY_CFLAGS=''
  6328. NOTIFY_LIBS=''
  6329. NOTIFY_OBJ='kqueue.o'
  6330. NS_OBJ=''
  6331. NS_OBJC_OBJ='nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o macfont.o'
  6332. NTDIR=''
  6333. NTLIB=''
  6334. OBJC='gcc'
  6335. OBJCFLAGS='-g -O2'
  6336. OBJEXT='o'
  6337. OTHER_FILES=''
  6338. PACKAGE_BUGREPORT='bug-gnu-emacs@gnu.org'
  6339. PACKAGE_NAME='GNU Emacs'
  6340. PACKAGE_STRING='GNU Emacs 27.0.50'
  6341. PACKAGE_TARNAME='emacs'
  6342. PACKAGE_URL='https://www.gnu.org/software/emacs/'
  6343. PACKAGE_VERSION='27.0.50'
  6344. PATH_SEPARATOR=':'
  6345. PAXCTL=''
  6346. PAXCTL_dumped=''
  6347. PAXCTL_notdumped=''
  6348. PKG_CONFIG='/opt/homebrew/bin/pkg-config'
  6349. PKG_CONFIG_LIBDIR=''
  6350. PKG_CONFIG_PATH=''
  6351. PNG_CFLAGS=''
  6352. PNG_LIBS=''
  6353. POST_ALLOC_OBJ=''
  6354. PRAGMA_COLUMNS=''
  6355. PRAGMA_SYSTEM_HEADER=''
  6356. PRE_ALLOC_OBJ=''
  6357. PRIPTR_PREFIX=''
  6358. PRI_MACROS_BROKEN=''
  6359. PROFILING_CFLAGS=''
  6360. PTHREAD_H_DEFINES_STRUCT_TIMESPEC=''
  6361. PTRDIFF_T_SUFFIX=''
  6362. RALLOC_OBJ=''
  6363. RANLIB='ranlib'
  6364. REPLACE_ACCESS=''
  6365. REPLACE_CALLOC=''
  6366. REPLACE_CANONICALIZE_FILE_NAME=''
  6367. REPLACE_CHOWN=''
  6368. REPLACE_CLOSE=''
  6369. REPLACE_CLOSEDIR=''
  6370. REPLACE_CREAT=''
  6371. REPLACE_CTIME=''
  6372. REPLACE_DIRFD=''
  6373. REPLACE_DPRINTF=''
  6374. REPLACE_DUP2=''
  6375. REPLACE_DUP=''
  6376. REPLACE_FACCESSAT=''
  6377. REPLACE_FCHOWNAT=''
  6378. REPLACE_FCLOSE=''
  6379. REPLACE_FCNTL=''
  6380. REPLACE_FDOPEN=''
  6381. REPLACE_FDOPENDIR=''
  6382. REPLACE_FFLUSH=''
  6383. REPLACE_FOPEN=''
  6384. REPLACE_FPRINTF=''
  6385. REPLACE_FPURGE=''
  6386. REPLACE_FREOPEN=''
  6387. REPLACE_FSEEK=''
  6388. REPLACE_FSEEKO=''
  6389. REPLACE_FSTAT=''
  6390. REPLACE_FSTATAT=''
  6391. REPLACE_FTELL=''
  6392. REPLACE_FTELLO=''
  6393. REPLACE_FTRUNCATE=''
  6394. REPLACE_FUTIMENS=''
  6395. REPLACE_GETCWD=''
  6396. REPLACE_GETDELIM=''
  6397. REPLACE_GETDOMAINNAME=''
  6398. REPLACE_GETDTABLESIZE=''
  6399. REPLACE_GETGROUPS=''
  6400. REPLACE_GETLINE=''
  6401. REPLACE_GETLOGIN_R=''
  6402. REPLACE_GETPAGESIZE=''
  6403. REPLACE_GETPASS=''
  6404. REPLACE_GETTIMEOFDAY=''
  6405. REPLACE_GMTIME=''
  6406. REPLACE_INITSTATE=''
  6407. REPLACE_ISATTY=''
  6408. REPLACE_LCHOWN=''
  6409. REPLACE_LINK=''
  6410. REPLACE_LINKAT=''
  6411. REPLACE_LOCALTIME=''
  6412. REPLACE_LOCALTIME_R=''
  6413. REPLACE_LSEEK=''
  6414. REPLACE_LSTAT=''
  6415. REPLACE_MALLOC=''
  6416. REPLACE_MBTOWC=''
  6417. REPLACE_MEMCHR=''
  6418. REPLACE_MEMMEM=''
  6419. REPLACE_MKDIR=''
  6420. REPLACE_MKFIFO=''
  6421. REPLACE_MKNOD=''
  6422. REPLACE_MKSTEMP=''
  6423. REPLACE_MKTIME=''
  6424. REPLACE_NANOSLEEP=''
  6425. REPLACE_NULL=''
  6426. REPLACE_OBSTACK_PRINTF=''
  6427. REPLACE_OPEN=''
  6428. REPLACE_OPENAT=''
  6429. REPLACE_OPENDIR=''
  6430. REPLACE_PERROR=''
  6431. REPLACE_POPEN=''
  6432. REPLACE_PREAD=''
  6433. REPLACE_PRINTF=''
  6434. REPLACE_PSELECT=''
  6435. REPLACE_PTHREAD_SIGMASK=''
  6436. REPLACE_PTSNAME=''
  6437. REPLACE_PTSNAME_R=''
  6438. REPLACE_PUTENV=''
  6439. REPLACE_PWRITE=''
  6440. REPLACE_QSORT_R=''
  6441. REPLACE_RAISE=''
  6442. REPLACE_RANDOM=''
  6443. REPLACE_RANDOM_R=''
  6444. REPLACE_READ=''
  6445. REPLACE_READLINK=''
  6446. REPLACE_READLINKAT=''
  6447. REPLACE_REALLOC=''
  6448. REPLACE_REALPATH=''
  6449. REPLACE_REMOVE=''
  6450. REPLACE_RENAME=''
  6451. REPLACE_RENAMEAT=''
  6452. REPLACE_RMDIR=''
  6453. REPLACE_SELECT=''
  6454. REPLACE_SETENV=''
  6455. REPLACE_SETSTATE=''
  6456. REPLACE_SLEEP=''
  6457. REPLACE_SNPRINTF=''
  6458. REPLACE_SPRINTF=''
  6459. REPLACE_STAT=''
  6460. REPLACE_STDIO_READ_FUNCS=''
  6461. REPLACE_STDIO_WRITE_FUNCS=''
  6462. REPLACE_STPNCPY=''
  6463. REPLACE_STRCASESTR=''
  6464. REPLACE_STRCHRNUL=''
  6465. REPLACE_STRDUP=''
  6466. REPLACE_STRERROR=''
  6467. REPLACE_STRERROR_R=''
  6468. REPLACE_STRFTIME=''
  6469. REPLACE_STRNCAT=''
  6470. REPLACE_STRNDUP=''
  6471. REPLACE_STRNLEN=''
  6472. REPLACE_STRSIGNAL=''
  6473. REPLACE_STRSTR=''
  6474. REPLACE_STRTOD=''
  6475. REPLACE_STRTOIMAX=''
  6476. REPLACE_STRTOK_R=''
  6477. REPLACE_STRTOLD=''
  6478. REPLACE_STRTOUMAX=''
  6479. REPLACE_STRUCT_TIMEVAL=''
  6480. REPLACE_SYMLINK=''
  6481. REPLACE_SYMLINKAT=''
  6482. REPLACE_TIMEGM=''
  6483. REPLACE_TMPFILE=''
  6484. REPLACE_TRUNCATE=''
  6485. REPLACE_TTYNAME_R=''
  6486. REPLACE_TZSET=''
  6487. REPLACE_UNLINK=''
  6488. REPLACE_UNLINKAT=''
  6489. REPLACE_UNSETENV=''
  6490. REPLACE_USLEEP=''
  6491. REPLACE_UTIMENSAT=''
  6492. REPLACE_VASPRINTF=''
  6493. REPLACE_VDPRINTF=''
  6494. REPLACE_VFPRINTF=''
  6495. REPLACE_VPRINTF=''
  6496. REPLACE_VSNPRINTF=''
  6497. REPLACE_VSPRINTF=''
  6498. REPLACE_WCTOMB=''
  6499. REPLACE_WRITE=''
  6500. RSVG_CFLAGS=''
  6501. RSVG_LIBS=''
  6502. SEPCHAR=''
  6503. SETFATTR=''
  6504. SETTINGS_CFLAGS=''
  6505. SETTINGS_LIBS=''
  6506. SHELL='/bin/sh'
  6507. SIG_ATOMIC_T_SUFFIX=''
  6508. SIZE_T_SUFFIX=''
  6509. STDALIGN_H=''
  6510. STDDEF_H=''
  6511. STDINT_H=''
  6512. SUBDIR_MAKEFILES_IN=''
  6513. SYSTEM_TYPE='darwin'
  6514. SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=''
  6515. TERMCAP_OBJ=''
  6516. TIME_H_DEFINES_STRUCT_TIMESPEC=''
  6517. TOOLKIT_LIBW=''
  6518. UINT32_MAX_LT_UINTMAX_MAX=''
  6519. UINT64_MAX_EQ_ULONG_MAX=''
  6520. UNDEFINE_STRTOK_R=''
  6521. UNEXEC_OBJ=''
  6522. UNISTD_H_DEFINES_STRUCT_TIMESPEC=''
  6523. UNISTD_H_HAVE_WINSOCK2_H=''
  6524. UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS=''
  6525. USE_ACL=''
  6526. VMLIMIT_OBJ=''
  6527. W32_LIBS=''
  6528. W32_OBJ=''
  6529. W32_RES_LINK=''
  6530. WARN_CFLAGS=' -Wno-switch -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -Wno-initializer-overrides -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare'
  6531. WCHAR_T_SUFFIX=''
  6532. WEBKIT_CFLAGS=''
  6533. WEBKIT_LIBS=''
  6534. WERROR_CFLAGS=''
  6535. WIDGET_OBJ=''
  6536. WINDOWS_64_BIT_OFF_T=''
  6537. WINDOWS_64_BIT_ST_SIZE=''
  6538. WINDOWS_STAT_INODES=''
  6539. WINDOWS_STAT_TIMESPEC=''
  6540. WINDOW_SYSTEM_OBJ=''
  6541. WINDRES=''
  6542. WINT_T_SUFFIX=''
  6543. XARGS_LIMIT=''
  6544. XCB_LIBS=''
  6545. XCRUN='xcrun'
  6546. XDBE_CFLAGS=''
  6547. XDBE_LIBS=''
  6548. XFIXES_CFLAGS=''
  6549. XFIXES_LIBS=''
  6550. XFT_CFLAGS=''
  6551. XFT_LIBS=''
  6552. XGSELOBJ=''
  6553. XINERAMA_CFLAGS=''
  6554. XINERAMA_LIBS=''
  6555. XMENU_OBJ=''
  6556. XMKMF=''
  6557. XOBJ=''
  6558. XRANDR_CFLAGS=''
  6559. XRANDR_LIBS=''
  6560. XRENDER_LIBS=''
  6561. XWIDGETS_OBJ=''
  6562. X_TOOLKIT_TYPE='none'
  6563. ac_ct_CC='gcc'
  6564. ac_ct_OBJC='gcc'
  6565. archlibdir='${ns_appbindir}/libexec'
  6566. bindir='${exec_prefix}/bin'
  6567. bitmapdir=''
  6568. build='x86_64-apple-darwin19.0.0'
  6569. build_alias=''
  6570. build_cpu='x86_64'
  6571. build_os='darwin19.0.0'
  6572. build_vendor='apple'
  6573. cache_file='/dev/null'
  6574. canonical='x86_64-apple-darwin19.0.0'
  6575. comma_space_version=''
  6576. comma_version=''
  6577. configuration='x86_64-apple-darwin19.0.0'
  6578. copyright=''
  6579. datadir='${datarootdir}'
  6580. datarootdir='${prefix}/share'
  6581. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  6582. dvidir='${docdir}'
  6583. emacs_major_version='27'
  6584. etcdir='${ns_appresdir}/etc'
  6585. etcdocdir='${ns_appresdir}/etc'
  6586. exec_prefix='/Users/gkeramidas/git/emacs/nextstep/Emacs.app/Contents/MacOS'
  6587. gamedir='${localstatedir}/games/emacs'
  6588. gamegroup=''
  6589. gameuser=''
  6590. gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7=''
  6591. gl_GNULIB_ENABLED_2049e887c7e5308faad27b3f894bb8c9=''
  6592. gl_GNULIB_ENABLED_21ee726a3540c09237a8e70c0baf7467=''
  6593. gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b=''
  6594. gl_GNULIB_ENABLED_5264294aa0a5557541b53c8c741f7f31=''
  6595. gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c=''
  6596. gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec=''
  6597. gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1=''
  6598. gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36=''
  6599. gl_GNULIB_ENABLED_cloexec=''
  6600. gl_GNULIB_ENABLED_dirfd=''
  6601. gl_GNULIB_ENABLED_euidaccess=''
  6602. gl_GNULIB_ENABLED_getdtablesize=''
  6603. gl_GNULIB_ENABLED_getgroups=''
  6604. gl_GNULIB_ENABLED_malloca=''
  6605. gl_GNULIB_ENABLED_open=''
  6606. gl_GNULIB_ENABLED_strtoll=''
  6607. gl_LIBOBJS=''
  6608. gl_LTLIBOBJS=''
  6609. gltests_LIBOBJS=''
  6610. gltests_LTLIBOBJS=''
  6611. gltests_WITNESS=''
  6612. host='x86_64-apple-darwin19.0.0'
  6613. host_alias=''
  6614. host_cpu='x86_64'
  6615. host_os='darwin19.0.0'
  6616. host_vendor='apple'
  6617. htmldir='${docdir}'
  6618. includedir='${prefix}/include'
  6619. infodir='${ns_appresdir}/info'
  6620. libdir='${exec_prefix}/lib'
  6621. libexecdir='${ns_appbindir}/libexec'
  6622. liblockfile=''
  6623. lispdir='${ns_appresdir}/lisp'
  6624. lisppath='${locallisppath}:${standardlisppath}'
  6625. localedir='${datarootdir}/locale'
  6626. locallisppath=''
  6627. localstatedir='${prefix}/var'
  6628. mandir='${ns_appresdir}/man'
  6629. ns_appbindir='/Users/gkeramidas/git/emacs/nextstep/Emacs.app/Contents/MacOS'
  6630. ns_appdir='/Users/gkeramidas/git/emacs/nextstep/Emacs.app'
  6631. ns_appresdir='/Users/gkeramidas/git/emacs/nextstep/Emacs.app/Contents/Resources'
  6632. ns_appsrc='Cocoa/Emacs.base'
  6633. ns_check_file=''
  6634. ns_self_contained='yes'
  6635. oldincludedir='/usr/include'
  6636. pdfdir='${docdir}'
  6637. prefix='/Users/gkeramidas/git/emacs/nextstep/Emacs.app/Contents/Resources'
  6638. program_transform_name='s,x,x,'
  6639. psdir='${docdir}'
  6640. sbindir='${exec_prefix}/sbin'
  6641. sharedstatedir='${prefix}/com'
  6642. srcdir='.'
  6643. standardlisppath='${lispdir}'
  6644. sysconfdir='${prefix}/etc'
  6645. target_alias=''
  6646. version=''
  6647. with_mailutils=''
  6648. x_default_search_path=''
  6649.  
  6650. ## ------------------- ##
  6651. ## File substitutions. ##
  6652. ## ------------------- ##
  6653.  
  6654. module_env_snippet_25='./src/module-env-25.h'
  6655. module_env_snippet_26='./src/module-env-26.h'
  6656. module_env_snippet_27='./src/module-env-27.h'
  6657.  
  6658. ## ----------- ##
  6659. ## confdefs.h. ##
  6660. ## ----------- ##
  6661.  
  6662. /* confdefs.h */
  6663. #define PACKAGE_NAME "GNU Emacs"
  6664. #define PACKAGE_TARNAME "emacs"
  6665. #define PACKAGE_VERSION "27.0.50"
  6666. #define PACKAGE_STRING "GNU Emacs 27.0.50"
  6667. #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
  6668. #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
  6669. #define HAVE_PDUMPER 1
  6670. #define HAVE_PUTENV 1
  6671. #define HAVE_SBRK 1
  6672. #define HAVE_FCHMOD 1
  6673. #define HAVE_GETCWD 1
  6674. #define HAVE_READLINK 1
  6675. #define HAVE_REALPATH 1
  6676. #define HAVE_READLINKAT 1
  6677. #define HAVE_FACCESSAT 1
  6678. #define HAVE_FCNTL 1
  6679. #define HAVE_FDOPENDIR 1
  6680. #define HAVE_FSTATAT 1
  6681. #define HAVE_FSYNC 1
  6682. #define HAVE_GETTIMEOFDAY 1
  6683. #define HAVE_LSTAT 1
  6684. #define HAVE_MKOSTEMP 1
  6685. #define HAVE_TZSET 1
  6686. #define HAVE_PSELECT 1
  6687. #define HAVE_ISBLANK 1
  6688. #define HAVE_ISWCTYPE 1
  6689. #define HAVE_STRTOIMAX 1
  6690. #define HAVE_SYMLINK 1
  6691. #define HAVE_LOCALTIME_R 1
  6692. #define HAVE_TIMEGM 1
  6693. #define HAVE_FUTIMES 1
  6694. #define HAVE_FUTIMENS 1
  6695. #define HAVE_UTIMENSAT 1
  6696. #define HAVE_LUTIMES 1
  6697. #define HAVE_GETDTABLESIZE 1
  6698. #define STDC_HEADERS 1
  6699. #define HAVE_SYS_TYPES_H 1
  6700. #define HAVE_SYS_STAT_H 1
  6701. #define HAVE_STDLIB_H 1
  6702. #define HAVE_STRING_H 1
  6703. #define HAVE_MEMORY_H 1
  6704. #define HAVE_STRINGS_H 1
  6705. #define HAVE_INTTYPES_H 1
  6706. #define HAVE_STDINT_H 1
  6707. #define HAVE_UNISTD_H 1
  6708. #define __EXTENSIONS__ 1
  6709. #define _ALL_SOURCE 1
  6710. #define _DARWIN_C_SOURCE 1
  6711. #define _GNU_SOURCE 1
  6712. #define _NETBSD_SOURCE 1
  6713. #define _OPENBSD_SOURCE 1
  6714. #define _POSIX_PTHREAD_SEMANTICS 1
  6715. #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  6716. #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  6717. #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  6718. #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  6719. #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  6720. #define __STDC_WANT_LIB_EXT2__ 1
  6721. #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  6722. #define _TANDEM_SOURCE 1
  6723. #define _HPUX_ALT_XOPEN_SOCKET_API 1
  6724. #define _DARWIN_USE_64_BIT_INODE 1
  6725. #define SYSTEM_TYPE "darwin"
  6726. #define HAVE_SYS_RESOURCE_H 1
  6727. #define HAVE_SYS_UTSNAME_H 1
  6728. #define HAVE_PWD_H 1
  6729. #define HAVE_UTMP_H 1
  6730. #define HAVE_UTIL_H 1
  6731. #define HAVE_SYS_SOCKET_H 1
  6732. #define HAVE_STDLIB_H 1
  6733. #define HAVE_UNISTD_H 1
  6734. #define HAVE_SYS_PARAM_H 1
  6735. #define HAVE_PTHREAD_H 1
  6736. #define HAVE_MALLOC_MALLOC_H 1
  6737. #define HAVE_SYS_UN_H 1
  6738. #define HAVE_DIRENT_H 1
  6739. #define HAVE_EXECINFO_H 1
  6740. #define HAVE_GETOPT_H 1
  6741. #define HAVE_SYS_CDEFS_H 1
  6742. #define HAVE_SYS_TIME_H 1
  6743. #define HAVE_LIMITS_H 1
  6744. #define HAVE_WCHAR_H 1
  6745. #define HAVE_STDINT_H 1
  6746. #define HAVE_INTTYPES_H 1
  6747. #define HAVE_SYS_SELECT_H 1
  6748. #define HAVE_SYS_STAT_H 1
  6749. #define HAVE_TERM_H 1
  6750. #define TIME_WITH_SYS_TIME 1
  6751. #define HAVE_DECL_SYS_SIGLIST 1
  6752. #define HAVE_SYS_WAIT_H 1
  6753. #define HAVE_NET_IF_H 1
  6754. #define HAVE_IFADDRS_H 1
  6755. #define HAVE_NET_IF_DL_H 1
  6756. #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
  6757. #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
  6758. #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
  6759. #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
  6760. #define NATIVE_OBJC_INSTANCETYPE 1
  6761. #define SYSTEM_MALLOC 1
  6762. #define HAVE_GETPAGESIZE 1
  6763. #define HAVE_MMAP 1
  6764. #define HAVE_PTHREAD 1
  6765. #define THREADS_ENABLED 1
  6766. #define HAVE_KQUEUE 1
  6767. #define USE_FILE_NOTIFY 1
  6768. #define USE_TOOLKIT_SCROLL_BARS 1
  6769. #define USE_XIM 1
  6770. #define HAVE_ZLIB 1
  6771.  
  6772. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement