Advertisement
Guest User

Ncurses and Ubuntu 17

a guest
Oct 21st, 2017
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 82.88 KB | None | 0 0
  1. $ cat ncurses-5.8/config.log
  2. This file contains any messages produced by compilers while
  3. running configure, to aid debugging if configure makes a mistake.
  4.  
  5. It was created by configure, which was
  6. generated by GNU Autoconf 2.52.20101002. Invocation command line was
  7.  
  8. $ ./configure --enable-shared --prefix=/usr/local --libdir=/usr/local/lib
  9.  
  10. ## ---------- ##
  11. ## Platform. ##
  12. ## ---------- ##
  13.  
  14. hostname = goldmont
  15. uname -m = x86_64
  16. uname -r = 4.8.0-27-generic
  17. uname -s = Linux
  18. uname -v = #29-Ubuntu SMP Thu Oct 20 21:03:13 UTC 2016
  19.  
  20. /usr/bin/uname -p = unknown
  21. /bin/uname -X = unknown
  22.  
  23. /bin/arch = unknown
  24. /usr/bin/arch -k = unknown
  25. /usr/convex/getsysinfo = unknown
  26. hostinfo = unknown
  27. /bin/machine = unknown
  28. /usr/bin/oslevel = unknown
  29. /bin/universe = unknown
  30.  
  31. PATH = /usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin
  32.  
  33. ## ------------ ##
  34. ## Core tests. ##
  35. ## ------------ ##
  36.  
  37. configure:1101: PATH=".;."; conftest.sh
  38. ./configure: 1102: ./configure: conftest.sh: not found
  39. configure:1104: $? = 127
  40. configure:1117: checking for egrep
  41. configure:1127: result: grep -E
  42. configure:1141: result: Configuring NCURSES 5.8 ABI 5 (Sat Oct 21 08:20:30 EDT 2017)
  43. configure:1246: checking build system type
  44. configure:1264: result: x86_64-unknown-linux-gnu
  45. configure:1271: checking host system type
  46. configure:1285: result: x86_64-unknown-linux-gnu
  47. configure:1293: checking target system type
  48. configure:1307: result: x86_64-unknown-linux-gnu
  49. configure:1338: result: Configuring for linux-gnu
  50. configure:1362: checking for prefix
  51. configure:1374: result: /usr/local
  52. configure:1450: checking for gcc
  53. configure:1465: found /usr/bin/gcc
  54. configure:1473: result: gcc
  55. configure:1701: checking for C compiler version
  56. configure:1704: gcc --version </dev/null >&5
  57. gcc (Ubuntu 6.2.0-7ubuntu11) 6.2.0 20161018
  58. Copyright (C) 2016 Free Software Foundation, Inc.
  59. This is free software; see the source for copying conditions. There is NO
  60. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  61.  
  62. configure:1707: $? = 0
  63. configure:1709: gcc -v </dev/null >&5
  64. Using built-in specs.
  65. COLLECT_GCC=gcc
  66. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
  67. Target: x86_64-linux-gnu
  68. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 6.2.0-7ubuntu11' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  69. Thread model: posix
  70. gcc version 6.2.0 20161018 (Ubuntu 6.2.0-7ubuntu11)
  71. configure:1712: $? = 0
  72. configure:1714: gcc -V </dev/null >&5
  73. gcc: error: unrecognized command line option '-V'
  74. gcc: fatal error: no input files
  75. compilation terminated.
  76. configure:1717: $? = 1
  77. configure:1737: checking for C compiler default output
  78. configure:1740: gcc -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  79. configure:1743: $? = 0
  80. configure:1772: result: a.out
  81. configure:1777: checking whether the C compiler works
  82. configure:1783: ./a.out
  83. configure:1786: $? = 0
  84. configure:1801: result: yes
  85. configure:1808: checking whether we are cross compiling
  86. configure:1810: result: no
  87. configure:1813: checking for executable suffix
  88. configure:1815: gcc -o conftest -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  89. configure:1818: $? = 0
  90. configure:1840: result:
  91. configure:1846: checking for object suffix
  92. configure:1864: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC conftest.c >&5
  93. configure:1867: $? = 0
  94. configure:1886: result: o
  95. configure:1890: checking whether we are using the GNU C compiler
  96. configure:1911: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC conftest.c >&5
  97. configure:1914: $? = 0
  98. configure:1917: test -s conftest.o
  99. configure:1920: $? = 0
  100. configure:1932: result: yes
  101. configure:1938: checking whether gcc accepts -g
  102. configure:1956: gcc -c -g -I/usr/local/include -DNDEBUG -fPIC conftest.c >&5
  103. configure:1959: $? = 0
  104. configure:1962: test -s conftest.o
  105. configure:1965: $? = 0
  106. configure:1975: result: yes
  107. configure:2002: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC conftest.c >&5
  108. conftest.c:2:3: error: unknown type name 'choke'
  109. choke me
  110. ^~~~~
  111. conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
  112. configure:2005: $? = 1
  113. configure: failed program was:
  114. #ifndef __cplusplus
  115. choke me
  116. #endif
  117. configure:2106: checking version of gcc
  118. configure:2110: result: 6.2.0
  119. configure:2120: checking how to run the C preprocessor
  120. configure:2146: gcc -E -I/usr/local/include -DNDEBUG -fPIC conftest.c
  121. configure:2152: $? = 0
  122. configure:2179: gcc -E -I/usr/local/include -DNDEBUG -fPIC conftest.c
  123. configure:2176:28: fatal error: ac_nonexistent.h: No such file or directory
  124. #include "confdefs.h"
  125. ^
  126. compilation terminated.
  127. configure:2185: $? = 1
  128. configure: failed program was:
  129. #line 2175 "configure"
  130. #include "confdefs.h"
  131. #include <ac_nonexistent.h>
  132. configure:2222: result: gcc -E
  133. configure:2237: gcc -E -I/usr/local/include -DNDEBUG -fPIC conftest.c
  134. configure:2243: $? = 0
  135. configure:2270: gcc -E -I/usr/local/include -DNDEBUG -fPIC conftest.c
  136. configure:2267:28: fatal error: ac_nonexistent.h: No such file or directory
  137. #include "confdefs.h"
  138. ^
  139. compilation terminated.
  140. configure:2276: $? = 1
  141. configure: failed program was:
  142. #line 2266 "configure"
  143. #include "confdefs.h"
  144. #include <ac_nonexistent.h>
  145. configure:2317: checking whether gcc needs -traditional
  146. configure:2352: result: no
  147. configure:2359: checking whether gcc understands -c and -o together
  148. configure:2375: gcc -c conftest.c -o conftest2.o >&5
  149. configure:2378: $? = 0
  150. configure:2380: gcc -c conftest.c -o conftest2.o >&5
  151. configure:2383: $? = 0
  152. configure:2394: result: yes
  153. configure:2401: checking for POSIXized ISC
  154. configure:2420: result: no
  155. configure:2425: checking for gcc option to accept ANSI C
  156. configure:2550: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -DCC_HAS_PROTOS conftest.c >&5
  157. configure:2553: $? = 0
  158. configure:2556: test -s conftest.o
  159. configure:2559: $? = 0
  160. configure:2572: result: -DCC_HAS_PROTOS
  161. configure:2705: checking for ldconfig
  162. configure:2722: found /sbin/ldconfig
  163. configure:2733: result: /sbin/ldconfig
  164. configure:2744: checking if you want to ensure bool is consistent with C++
  165. configure:2754: result: yes
  166. configure:2811: checking for g++
  167. configure:2826: found /usr/bin/g++
  168. configure:2834: result: g++
  169. configure:2849: checking for C++ compiler version
  170. configure:2852: g++ --version </dev/null >&5
  171. g++ (Ubuntu 6.2.0-7ubuntu11) 6.2.0 20161018
  172. Copyright (C) 2016 Free Software Foundation, Inc.
  173. This is free software; see the source for copying conditions. There is NO
  174. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  175.  
  176. configure:2855: $? = 0
  177. configure:2857: g++ -v </dev/null >&5
  178. Using built-in specs.
  179. COLLECT_GCC=g++
  180. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
  181. Target: x86_64-linux-gnu
  182. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 6.2.0-7ubuntu11' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  183. Thread model: posix
  184. gcc version 6.2.0 20161018 (Ubuntu 6.2.0-7ubuntu11)
  185. configure:2860: $? = 0
  186. configure:2862: g++ -V </dev/null >&5
  187. g++: error: unrecognized command line option '-V'
  188. g++: fatal error: no input files
  189. compilation terminated.
  190. configure:2865: $? = 1
  191. configure:2868: checking whether we are using the GNU C++ compiler
  192. configure:2889: g++ -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC conftest.cc >&5
  193. configure:2892: $? = 0
  194. configure:2895: test -s conftest.o
  195. configure:2898: $? = 0
  196. configure:2910: result: yes
  197. configure:2916: checking whether g++ accepts -g
  198. configure:2934: g++ -c -g -I/usr/local/include -DNDEBUG -fPIC conftest.cc >&5
  199. configure:2937: $? = 0
  200. configure:2940: test -s conftest.o
  201. configure:2943: $? = 0
  202. configure:2953: result: yes
  203. configure:2993: g++ -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC conftest.cc >&5
  204. configure:2996: $? = 0
  205. configure:2999: test -s conftest.o
  206. configure:3002: $? = 0
  207. configure:3024: g++ -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC conftest.cc >&5
  208. configure: In function 'int main()':
  209. configure:3017:9: error: 'exit' was not declared in this scope
  210. {
  211. ^
  212. configure:3027: $? = 1
  213. configure: failed program was:
  214. #line 3012 "configure"
  215. #include "confdefs.h"
  216.  
  217. int
  218. main ()
  219. {
  220. exit (42);
  221. ;
  222. return 0;
  223. }
  224. configure:2993: g++ -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC conftest.cc >&5
  225. configure:2996: $? = 0
  226. configure:2999: test -s conftest.o
  227. configure:3002: $? = 0
  228. configure:3024: g++ -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC conftest.cc >&5
  229. configure:3027: $? = 0
  230. configure:3030: test -s conftest.o
  231. configure:3033: $? = 0
  232. configure:3060: checking for g++
  233. configure:3077: found /usr/bin/g++
  234. configure:3088: result: /usr/bin/g++
  235. configure:3105: checking version of g++
  236. configure:3109: result: 6.2.0
  237. configure:3122: checking if you want to build C++ binding and demo
  238. configure:3132: result: yes
  239. configure:3135: checking if you want to build with Ada95
  240. configure:3145: result: yes
  241. configure:3148: checking if you want to install manpages
  242. configure:3158: result: yes
  243. configure:3161: checking if you want to build programs such as tic
  244. configure:3171: result: yes
  245. configure:3174: checking if you want to build test-programs
  246. configure:3184: result: yes
  247. configure:3187: checking if you wish to install curses.h
  248. configure:3197: result: yes
  249. configure:3223: checking for mawk
  250. configure:3238: found /usr/bin/mawk
  251. configure:3246: result: mawk
  252. configure:3260: checking for egrep
  253. configure:3270: result: grep -E
  254. configure:3290: checking for a BSD compatible install
  255. configure:3339: result: /usr/bin/install -c
  256. configure:3364: checking for tdlint
  257. configure:3390: result: no
  258. configure:3364: checking for lint
  259. configure:3390: result: no
  260. configure:3364: checking for alint
  261. configure:3390: result: no
  262. configure:3364: checking for splint
  263. configure:3390: result: no
  264. configure:3364: checking for lclint
  265. configure:3390: result: no
  266. configure:3397: checking whether ln -s works
  267. configure:3401: result: yes
  268. configure:3408: checking if ln -s -f options work
  269. configure:3420: result: yes
  270. configure:3425: checking for long file names
  271. configure:3464: result: yes
  272. configure:3476: checking if you want to use pkg-config
  273. configure:3486: result: yes
  274. configure:3537: checking for pkg-config
  275. configure:3554: found /usr/bin/pkg-config
  276. configure:3566: result: /usr/bin/pkg-config
  277. configure:3621: checking if we should install .pc files for /usr/bin/pkg-config
  278. configure:3638: result: no
  279. configure:3649: checking if we should assume mixed-case filenames
  280. configure:3659: result: auto
  281. configure:3663: checking if filesystem supports mixed-case filenames
  282. configure:3690: result: yes
  283. configure:3707: checking whether make sets ${MAKE}
  284. configure:3727: result: yes
  285. configure:3740: checking for exctags
  286. configure:3766: result: no
  287. configure:3740: checking for ctags
  288. configure:3755: found /usr/bin/ctags
  289. configure:3763: result: ctags
  290. configure:3777: checking for exetags
  291. configure:3803: result: no
  292. configure:3777: checking for etags
  293. configure:3792: found /usr/bin/etags
  294. configure:3800: result: etags
  295. configure:3812: checking for ctags
  296. configure:3827: found /usr/bin/ctags
  297. configure:3836: result: yes
  298. configure:3846: checking for etags
  299. configure:3861: found /usr/bin/etags
  300. configure:3870: result: yes
  301. configure:3893: checking for makeflags variable
  302. configure:3927: result:
  303. configure:3968: checking for ranlib
  304. configure:3983: found /usr/bin/ranlib
  305. configure:3992: result: ranlib
  306. configure:4042: checking for ld
  307. configure:4057: found /usr/bin/ld
  308. configure:4066: result: ld
  309. configure:4116: checking for ar
  310. configure:4131: found /usr/bin/ar
  311. configure:4140: result: ar
  312. configure:4190: checking for ar
  313. configure:4214: result: ar
  314. configure:4226: checking for options to update archives
  315. configure:4252: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC conftest.c >&5
  316. configure:4255: $? = 0
  317. ar -curv conftest.a conftest.o
  318. ar: `u' modifier ignored since `D' is the default (see `U')
  319. configure:4274: result: -curv
  320. configure:4285: checking if you have specified an install-prefix
  321. configure:4298: result:
  322. configure:4454: checking if libtool -version-number should be used
  323. configure:4471: result: yes
  324. configure:4496: checking if you want to build libraries with libtool
  325. configure:4506: result: no
  326. configure:4645: checking if you want to build shared libraries
  327. configure:4655: result: no
  328. configure:4659: checking if you want to build static libraries
  329. configure:4669: result: yes
  330. configure:4673: checking if you want to build debug libraries
  331. configure:4683: result: yes
  332. configure:4687: checking if you want to build profiling libraries
  333. configure:4697: result: no
  334. configure:4705: checking for specified models
  335. configure:4709: result: normal debug
  336. configure:4714: checking for default model
  337. configure:4717: result: normal
  338. configure:4746: checking if you want to build a separate terminfo library
  339. configure:4756: result: no
  340. configure:4759: checking if you want to build a separate tic library
  341. configure:4769: result: no
  342. configure:4775: checking if you want to link with the GPM mouse library
  343. configure:4785: result: maybe
  344. configure:4789: checking for gpm.h
  345. configure:4799: gcc -E -I/usr/local/include -DNDEBUG -fPIC conftest.c
  346. configure:4796:17: fatal error: gpm.h: No such file or directory
  347. #include "confdefs.h"
  348. ^
  349. compilation terminated.
  350. configure:4805: $? = 1
  351. configure: failed program was:
  352. #line 4795 "configure"
  353. #include "confdefs.h"
  354. #include <gpm.h>
  355. configure:4824: result: no
  356. configure:5349: checking for default loader flags
  357. configure:5358: result:
  358. configure:5393: checking for an rpath option
  359. configure:5424: result: -Wl,-rpath,
  360. configure:5480: checking if release/abi version should be used for shared libs
  361. configure:5504: result: auto
  362. configure:5513: checking which gcc option to use
  363. configure:5532: gcc -c -m64 -march=native -fPIC -I/usr/local/include -DNDEBUG -fPIC conftest.c >&5
  364. configure:5535: $? = 0
  365. configure:5538: test -s conftest.o
  366. configure:5541: $? = 0
  367. configure:5550: result: -fPIC
  368. configure:6150: checking if you wish to install ncurses overwriting curses
  369. configure:6160: result: no
  370. configure:6163: checking if external terminfo-database is used
  371. configure:6173: result: yes
  372. configure:6195: checking which terminfo source-file will be installed
  373. configure:6203: result: ${top_srcdir}/misc/terminfo.src
  374. configure:6206: checking whether to use hashed database instead of directory/tree
  375. configure:6216: result: no
  376. configure:6222: checking for list of fallback descriptions
  377. configure:6232: result:
  378. configure:6236: checking if you want modern xterm or antique
  379. configure:6250: result: xterm-new
  380. configure:6260: checking for list of terminfo directories
  381. configure:6313: result: /usr/local/share/terminfo
  382. configure:6319: checking for default terminfo directory
  383. configure:6364: result: /usr/local/share/terminfo
  384. configure:6374: checking if big-core option selected
  385. configure:6400: gcc -o conftest -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  386. configure:6403: $? = 0
  387. configure:6405: ./conftest
  388. configure:6408: $? = 0
  389. configure:6420: result: yes
  390. configure:6429: checking if big-strings option selected
  391. configure:6453: result: yes
  392. configure:6460: checking if you want termcap-fallback support
  393. configure:6470: result: no
  394. configure:6592: checking if ~/.terminfo is wanted
  395. configure:6602: result: yes
  396. configure:6608: checking if you want to use restricted environment when running as root
  397. configure:6618: result: yes
  398. configure:6632: checking for remove
  399. configure:6669: gcc -o conftest -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  400. configure:6672: $? = 0
  401. configure:6675: test -s conftest
  402. configure:6678: $? = 0
  403. configure:6688: result: yes
  404. configure:6632: checking for unlink
  405. configure:6669: gcc -o conftest -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  406. configure:6672: $? = 0
  407. configure:6675: test -s conftest
  408. configure:6678: $? = 0
  409. configure:6688: result: yes
  410. configure:6772: checking if link/symlink functions work
  411. configure:6815: gcc -o conftest -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  412. configure: In function 'main':
  413. configure:6801:10: warning: implicit declaration of function 'link' [-Wimplicit-function-declaration]
  414. stat(src, &src_sb);
  415. ^~~~
  416. configure:6805:2: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration]
  417. #ifdef HAVE_UNLINK
  418. ^~~~~~
  419. configure:6818: $? = 0
  420. configure:6820: ./conftest
  421. configure:6823: $? = 0
  422. configure:6815: gcc -o conftest -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  423. configure: In function 'main':
  424. configure:6801:10: warning: implicit declaration of function 'symlink' [-Wimplicit-function-declaration]
  425. stat(src, &src_sb);
  426. ^~~~~~~
  427. configure:6805:2: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration]
  428. #ifdef HAVE_UNLINK
  429. ^~~~~~
  430. configure:6818: $? = 0
  431. configure:6820: ./conftest
  432. configure:6823: $? = 0
  433. configure:6841: result: link symlink
  434. configure:6859: checking if tic should use symbolic links
  435. configure:6869: result: no
  436. configure:6876: checking if tic should use hard links
  437. configure:6883: result: yes
  438. configure:6896: checking if you want broken-linker support code
  439. configure:6906: result: no
  440. configure:6933: checking if tputs should process BSD-style prefix padding
  441. configure:6943: result: no
  442. configure:6996: checking if we must define _GNU_SOURCE
  443. configure:7018: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC conftest.c >&5
  444. configure: In function 'main':
  445. configure:7010:1: error: unknown type name 'make'
  446. #ifndef _XOPEN_SOURCE
  447. ^~~~
  448. configure:7010:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error'
  449. #ifndef _XOPEN_SOURCE
  450. ^~~~~
  451. configure:7021: $? = 1
  452. configure: failed program was:
  453. #line 7003 "configure"
  454. #include "confdefs.h"
  455. #include <sys/types.h>
  456. int
  457. main ()
  458. {
  459.  
  460. #ifndef _XOPEN_SOURCE
  461. make an error
  462. #endif
  463. ;
  464. return 0;
  465. }
  466. configure:7051: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE conftest.c >&5
  467. configure: In function 'main':
  468. configure:7043:1: error: unknown type name 'make'
  469. #ifdef _XOPEN_SOURCE
  470. ^~~~
  471. configure:7043:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error'
  472. #ifdef _XOPEN_SOURCE
  473. ^~~~~
  474. configure:7054: $? = 1
  475. configure: failed program was:
  476. #line 7036 "configure"
  477. #include "confdefs.h"
  478. #include <sys/types.h>
  479. int
  480. main ()
  481. {
  482.  
  483. #ifdef _XOPEN_SOURCE
  484. make an error
  485. #endif
  486. ;
  487. return 0;
  488. }
  489. configure:7075: result: yes
  490. configure:7602: checking if SIGWINCH is defined
  491. configure:7624: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE conftest.c >&5
  492. configure:7627: $? = 0
  493. configure:7630: test -s conftest.o
  494. configure:7633: $? = 0
  495. configure:7681: result: yes
  496. configure:7751: checking for nl_langinfo and CODESET
  497. configure:7769: gcc -o conftest -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  498. configure:7772: $? = 0
  499. configure:7775: test -s conftest
  500. configure:7778: $? = 0
  501. configure:7789: result: yes
  502. configure:7803: checking if you want wide-character code
  503. configure:7813: result: no
  504. configure:8893: checking whether to enable _LP64 definition in curses.h
  505. configure:8903: result: no
  506. configure:8919: checking for special C compiler options needed for large files
  507. configure:8993: result: no
  508. configure:8999: checking for _FILE_OFFSET_BITS value needed for large files
  509. configure:9027: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE conftest.c >&5
  510. configure:9030: $? = 0
  511. configure:9033: test -s conftest.o
  512. configure:9036: $? = 0
  513. configure:9086: result: no
  514. configure:9096: checking for _LARGE_FILES value needed for large files
  515. configure:9124: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE conftest.c >&5
  516. configure:9127: $? = 0
  517. configure:9130: test -s conftest.o
  518. configure:9133: $? = 0
  519. configure:9183: result: no
  520. configure:9196: checking for _LARGEFILE_SOURCE value needed for large files
  521. configure:9216: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE conftest.c >&5
  522. configure:9219: $? = 0
  523. configure:9222: test -s conftest.o
  524. configure:9225: $? = 0
  525. configure:9267: result: no
  526. configure:9281: checking for fseeko
  527. configure:9299: gcc -o conftest -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  528. configure:9302: $? = 0
  529. configure:9305: test -s conftest
  530. configure:9308: $? = 0
  531. configure:9318: result: yes
  532. configure:9339: checking whether to use struct dirent64
  533. configure:9367: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE conftest.c >&5
  534. configure: In function 'main':
  535. configure:9356:28: error: conflicting types for 'readdir'
  536. /* if transitional largefile support is setup, this is true */
  537. ^~~~~~~
  538. In file included from configure:9349:0:
  539. /usr/include/dirent.h:162:23: note: previous declaration of 'readdir' was here
  540. extern struct dirent *readdir (DIR *__dirp) __nonnull ((1));
  541. ^~~~~~~
  542. configure:9358:22: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
  543. struct dirent64 *x = readdir((DIR *)0);
  544. ^~~~~~~
  545. configure:9359:13: error: invalid operands to binary - (have 'struct dirent64 *' and 'struct dirent *')
  546. struct dirent *y = readdir((DIR *)0);
  547. ^
  548. configure:9370: $? = 1
  549. configure: failed program was:
  550. #line 9346 "configure"
  551. #include "confdefs.h"
  552.  
  553. #include <sys/types.h>
  554. #include <dirent.h>
  555.  
  556. int
  557. main ()
  558. {
  559.  
  560. /* if transitional largefile support is setup, this is true */
  561. extern struct dirent64 * readdir(DIR *);
  562. struct dirent64 *x = readdir((DIR *)0);
  563. struct dirent *y = readdir((DIR *)0);
  564. int z = x - y;
  565.  
  566. ;
  567. return 0;
  568. }
  569. configure:9387: result: no
  570. configure:9396: checking if you want tparm not to use X/Open fixed-parameter list
  571. configure:9406: result: yes
  572. configure:9430: checking for type of bool
  573. configure:9440: result: auto
  574. configure:9443: checking for alternate terminal capabilities file
  575. configure:9454: result: Caps
  576. configure:9458: checking for type of chtype
  577. configure:9468: result: auto
  578. configure:9472: checking for type of ospeed
  579. configure:9482: result: short
  580. configure:9486: checking for type of mmask_t
  581. configure:9496: result: auto
  582. configure:9500: checking for size CCHARW_MAX
  583. configure:9510: result: 5
  584. configure:9514: checking if RCS identifiers should be compiled-in
  585. configure:9524: result: no
  586. configure:9532: checking format of man-pages
  587. configure:9621: result: gzip
  588. configure:9628: checking for manpage renaming
  589. configure:9670: result: /home/jwalton/Build-Scripts/ncurses-5.8/man/man_db.renames
  590. configure:9673: checking if manpage aliases will be installed
  591. configure:9684: result: yes
  592. configure:9698: checking if manpage symlinks should be used
  593. configure:9717: result: yes
  594. configure:9721: checking for manpage tbl
  595. configure:9732: result: no
  596. configure:10054: checking if you want to build with function extensions
  597. configure:10064: result: yes
  598. configure:10106: checking if you want to build with experimental SCREEN extensions
  599. configure:10116: result: no
  600. configure:10130: checking if you want to build with experimental terminal-driver
  601. configure:10140: result: no
  602. configure:10155: checking for extended use of const keyword
  603. configure:10165: result: no
  604. configure:10173: checking if you want to use extended colors
  605. configure:10183: result: no
  606. configure:10214: checking if you want to use extended mouse encoding
  607. configure:10224: result: no
  608. configure:10243: checking if you want $NCURSES_NO_PADDING code
  609. configure:10253: result: yes
  610. configure:10259: checking for ANSI C header files
  611. configure:10273: gcc -E -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE conftest.c
  612. configure:10279: $? = 0
  613. configure:10366: gcc -o conftest -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  614. configure:10369: $? = 0
  615. configure:10371: ./conftest
  616. configure:10374: $? = 0
  617. configure:10387: result: yes
  618. configure:10403: checking for sys/types.h
  619. configure:10415: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE conftest.c >&5
  620. configure:10418: $? = 0
  621. configure:10421: test -s conftest.o
  622. configure:10424: $? = 0
  623. configure:10434: result: yes
  624. configure:10403: checking for sys/stat.h
  625. configure:10415: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE conftest.c >&5
  626. configure:10418: $? = 0
  627. configure:10421: test -s conftest.o
  628. configure:10424: $? = 0
  629. configure:10434: result: yes
  630. configure:10403: checking for stdlib.h
  631. configure:10415: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE conftest.c >&5
  632. configure:10418: $? = 0
  633. configure:10421: test -s conftest.o
  634. configure:10424: $? = 0
  635. configure:10434: result: yes
  636. configure:10403: checking for string.h
  637. configure:10415: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE conftest.c >&5
  638. configure:10418: $? = 0
  639. configure:10421: test -s conftest.o
  640. configure:10424: $? = 0
  641. configure:10434: result: yes
  642. configure:10403: checking for memory.h
  643. configure:10415: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE conftest.c >&5
  644. configure:10418: $? = 0
  645. configure:10421: test -s conftest.o
  646. configure:10424: $? = 0
  647. configure:10434: result: yes
  648. configure:10403: checking for strings.h
  649. configure:10415: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE conftest.c >&5
  650. configure:10418: $? = 0
  651. configure:10421: test -s conftest.o
  652. configure:10424: $? = 0
  653. configure:10434: result: yes
  654. configure:10403: checking for inttypes.h
  655. configure:10415: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE conftest.c >&5
  656. configure:10418: $? = 0
  657. configure:10421: test -s conftest.o
  658. configure:10424: $? = 0
  659. configure:10434: result: yes
  660. configure:10403: checking for stdint.h
  661. configure:10415: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE conftest.c >&5
  662. configure:10418: $? = 0
  663. configure:10421: test -s conftest.o
  664. configure:10424: $? = 0
  665. configure:10434: result: yes
  666. configure:10403: checking for unistd.h
  667. configure:10415: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE conftest.c >&5
  668. configure:10418: $? = 0
  669. configure:10421: test -s conftest.o
  670. configure:10424: $? = 0
  671. configure:10434: result: yes
  672. configure:10444: checking for signed char
  673. configure:10465: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE conftest.c >&5
  674. configure:10468: $? = 0
  675. configure:10471: test -s conftest.o
  676. configure:10474: $? = 0
  677. configure:10484: result: yes
  678. configure:10487: checking size of signed char
  679. configure:10651: gcc -o conftest -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  680. configure: In function 'main':
  681. configure:10676:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
  682. echo "${ECHO_T}$ac_cv_sizeof_signed_char" >&6
  683. ^~~~
  684. configure:10654: $? = 0
  685. configure:10656: ./conftest
  686. configure:10659: $? = 0
  687. configure:10675: result: 1
  688. configure:10686: checking if you want to use signed Boolean array in term.h
  689. configure:10696: result: no
  690. configure:10701: checking if you want SIGWINCH handler
  691. configure:10711: result: yes
  692. configure:10718: checking if you want user-definable terminal capabilities like termcap
  693. configure:10728: result: yes
  694. configure:10736: checking if you want all development code
  695. configure:10746: result: no
  696. configure:10750: checking if you want hard-tabs code
  697. configure:10760: result: no
  698. configure:10767: checking if you want limited support for xmc
  699. configure:10777: result: no
  700. configure:10786: checking if you do not want to assume colors are white-on-black
  701. configure:10796: result: yes
  702. configure:10803: checking if you want hashmap scrolling-optimization code
  703. configure:10813: result: yes
  704. configure:10820: checking if you want colorfgbg code
  705. configure:10830: result: no
  706. configure:10837: checking if you want interop bindings
  707. configure:10847: result: no
  708. configure:10856: checking if you want to link with the pthread library
  709. configure:10866: result: no
  710. configure:11151: checking if you want experimental reentrant code
  711. configure:11161: result: no
  712. configure:11222: checking if you want experimental safe-sprintf code
  713. configure:11232: result: no
  714. configure:11259: checking if you want experimental wgetch-events code
  715. configure:11269: result: no
  716. configure:11278: checking if you want to display full commands during build
  717. configure:11295: result: yes
  718. configure:11299: checking if you want to see compiler warnings
  719. configure:11307: result:
  720. configure:11650: checking for gcc __attribute__ directives...
  721. checking for gcc __attribute__((scanf))
  722. configure:11702: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE conftest.c >&5
  723. configure:11705: $? = 0
  724. checking for gcc __attribute__((printf))
  725. configure:11702: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE conftest.c >&5
  726. configure:11705: $? = 0
  727. checking for gcc __attribute__((unused))
  728. configure:11702: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE conftest.c >&5
  729. configure:11705: $? = 0
  730. checking for gcc __attribute__((noreturn))
  731. configure:11702: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE conftest.c >&5
  732. configure:11705: $? = 0
  733. configure:11743: checking if you want to enable runtime assertions
  734. configure:11753: result: no
  735. configure:11773: checking if you want to use dmalloc for testing
  736. configure:11789: result: no
  737. configure:11984: checking if you want to use dbmalloc for testing
  738. configure:12000: result: no
  739. configure:12195: checking if you want to use valgrind for testing
  740. configure:12211: result: no
  741. configure:12304: checking if you want to perform memory-leak testing
  742. configure:12314: result: no
  743. configure:12363: checking whether to add trace feature to all models
  744. configure:12373: result: no
  745. configure:12468: checking for gettimeofday
  746. configure:12505: gcc -o conftest -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  747. configure:12508: $? = 0
  748. configure:12511: test -s conftest
  749. configure:12514: $? = 0
  750. configure:12524: result: yes
  751. configure:12594: checking if -lm needed for math functions
  752. configure:12616: gcc -o conftest -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  753. configure: In function 'main':
  754. configure:12609:12: warning: implicit declaration of function 'rand' [-Wimplicit-function-declaration]
  755. {
  756. ^
  757. /tmp/cccubArs.o: In function `main':
  758. conftest.c:(.text+0x2d): undefined reference to `sin'
  759. collect2: error: ld returned 1 exit status
  760. configure:12619: $? = 1
  761. configure: failed program was:
  762. #line 12601 "configure"
  763. #include "confdefs.h"
  764.  
  765. #include <stdio.h>
  766. #include <math.h>
  767.  
  768. int
  769. main ()
  770. {
  771. double x = rand(); printf("result = %g\n", sin(x))
  772. ;
  773. return 0;
  774. }
  775. configure:12635: result: yes
  776. configure:12643: checking for ANSI C header files
  777. configure:12771: result: yes
  778. configure:12784: checking for dirent.h that defines DIR
  779. configure:12805: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c >&5
  780. configure:12808: $? = 0
  781. configure:12811: test -s conftest.o
  782. configure:12814: $? = 0
  783. configure:12824: result: yes
  784. configure:12837: checking for opendir in -ldir
  785. configure:12864: gcc -o conftest -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldir -ldl -lpthread >&5
  786. /usr/bin/ld: cannot find -ldir
  787. collect2: error: ld returned 1 exit status
  788. configure:12867: $? = 1
  789. configure: failed program was:
  790. #line 12845 "configure"
  791. #include "confdefs.h"
  792.  
  793. /* Override any gcc2 internal prototype to avoid an error. */
  794. #ifdef __cplusplus
  795. extern "C"
  796. #endif
  797. /* We use char because int might match the return type of a gcc2
  798. builtin and then its argument prototype would still apply. */
  799. char opendir ();
  800. int
  801. main ()
  802. {
  803. opendir ();
  804. ;
  805. return 0;
  806. }
  807. configure:12884: result: no
  808. configure:12946: checking whether time.h and sys/time.h may both be included
  809. configure:12968: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c >&5
  810. configure:12971: $? = 0
  811. configure:12974: test -s conftest.o
  812. configure:12977: $? = 0
  813. configure:12987: result: yes
  814. configure:13006: checking for regcomp
  815. configure:13043: gcc -o conftest -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  816. configure:13046: $? = 0
  817. configure:13049: test -s conftest
  818. configure:13052: $? = 0
  819. configure:13062: result: yes
  820. configure:13258: checking for regular-expression headers
  821. configure:13329: gcc -o conftest -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  822. configure:13332: $? = 0
  823. configure:13335: test -s conftest
  824. configure:13338: $? = 0
  825. configure:13354: result: regex.h
  826. configure:13393: checking for fcntl.h
  827. configure:13403: gcc -E -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c
  828. configure:13409: $? = 0
  829. configure:13428: result: yes
  830. configure:13393: checking for getopt.h
  831. configure:13403: gcc -E -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c
  832. configure:13409: $? = 0
  833. configure:13428: result: yes
  834. configure:13393: checking for limits.h
  835. configure:13403: gcc -E -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c
  836. configure:13409: $? = 0
  837. configure:13428: result: yes
  838. configure:13393: checking for locale.h
  839. configure:13403: gcc -E -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c
  840. configure:13409: $? = 0
  841. configure:13428: result: yes
  842. configure:13393: checking for poll.h
  843. configure:13403: gcc -E -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c
  844. configure:13409: $? = 0
  845. configure:13428: result: yes
  846. configure:13393: checking for sys/bsdtypes.h
  847. configure:13403: gcc -E -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c
  848. configure:13400:26: fatal error: sys/bsdtypes.h: No such file or directory
  849. #include "confdefs.h"
  850. ^
  851. compilation terminated.
  852. configure:13409: $? = 1
  853. configure: failed program was:
  854. #line 13399 "configure"
  855. #include "confdefs.h"
  856. #include <sys/bsdtypes.h>
  857. configure:13428: result: no
  858. configure:13393: checking for sys/ioctl.h
  859. configure:13403: gcc -E -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c
  860. configure:13409: $? = 0
  861. configure:13428: result: yes
  862. configure:13393: checking for sys/param.h
  863. configure:13403: gcc -E -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c
  864. configure:13409: $? = 0
  865. configure:13428: result: yes
  866. configure:13393: checking for sys/poll.h
  867. configure:13403: gcc -E -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c
  868. configure:13409: $? = 0
  869. configure:13428: result: yes
  870. configure:13393: checking for sys/select.h
  871. configure:13403: gcc -E -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c
  872. configure:13409: $? = 0
  873. configure:13428: result: yes
  874. configure:13393: checking for sys/time.h
  875. configure:13403: gcc -E -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c
  876. configure:13409: $? = 0
  877. configure:13428: result: yes
  878. configure:13393: checking for sys/times.h
  879. configure:13403: gcc -E -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c
  880. configure:13409: $? = 0
  881. configure:13428: result: yes
  882. configure:13393: checking for ttyent.h
  883. configure:13403: gcc -E -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c
  884. configure:13409: $? = 0
  885. configure:13428: result: yes
  886. configure:13393: checking for unistd.h
  887. configure:13428: result: yes
  888. configure:13393: checking for wctype.h
  889. configure:13403: gcc -E -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c
  890. configure:13409: $? = 0
  891. configure:13428: result: yes
  892. configure:13547: checking if sys/time.h works with sys/select.h
  893. configure:13574: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c >&5
  894. configure:13577: $? = 0
  895. configure:13580: test -s conftest.o
  896. configure:13583: $? = 0
  897. configure:13595: result: yes
  898. configure:13609: checking for gcc option to accept ANSI C
  899. configure:13666: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c >&5
  900. configure:13669: $? = 0
  901. configure:13672: test -s conftest.o
  902. configure:13675: $? = 0
  903. configure:13692: result: none needed
  904. configure:13700: checking for an ANSI C-conforming const
  905. configure:13764: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c >&5
  906. configure:13767: $? = 0
  907. configure:13770: test -s conftest.o
  908. configure:13773: $? = 0
  909. configure:13783: result: yes
  910. configure:13793: checking for inline
  911. configure:13810: gcc -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c >&5
  912. configure:13813: $? = 0
  913. configure:13816: test -s conftest.o
  914. configure:13819: $? = 0
  915. configure:13830: result: inline
  916. configure:13853: checking if gcc supports options to tune inlining
  917. configure:13874: gcc -c -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c >&5
  918. configure:13877: $? = 0
  919. configure:13880: test -s conftest.o
  920. configure:13883: $? = 0
  921. configure:13895: result: yes
  922. configure:13981: checking for signal global datatype
  923. configure:14016: gcc -c -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c >&5
  924. configure:14019: $? = 0
  925. configure:14022: test -s conftest.o
  926. configure:14025: $? = 0
  927. configure:14039: result: volatile sig_atomic_t
  928. configure:14047: checking for type of chtype
  929. configure:14092: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  930. configure:14095: $? = 0
  931. configure:14097: ./conftest
  932. configure:14100: $? = 0
  933. configure:14115: result: int
  934. configure:14127: checking if unsigned literals are legal
  935. configure:14146: gcc -c -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c >&5
  936. configure:14149: $? = 0
  937. configure:14152: test -s conftest.o
  938. configure:14155: $? = 0
  939. configure:14167: result: yes
  940. configure:14183: checking if external errno is declared
  941. configure:14208: gcc -c -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c >&5
  942. configure:14211: $? = 0
  943. configure:14214: test -s conftest.o
  944. configure:14217: $? = 0
  945. configure:14228: result: yes
  946. configure:14243: checking if external errno exists
  947. configure:14265: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  948. /usr/bin/ld: errno: TLS definition in /lib/x86_64-linux-gnu/libc.so.6 section .tbss mismatches non-TLS reference in /tmp/ccHrXct2.o
  949. /lib/x86_64-linux-gnu/libc.so.6: error adding symbols: Bad value
  950. collect2: error: ld returned 1 exit status
  951. configure:14268: $? = 1
  952. configure: failed program was:
  953. #line 14250 "configure"
  954. #include "confdefs.h"
  955.  
  956. #undef errno
  957. extern int errno;
  958.  
  959. int
  960. main ()
  961. {
  962. errno = 2
  963. ;
  964. return 0;
  965. }
  966. configure:14285: result: no
  967. configure:14298: checking if data-only library module links
  968. configure:14309: gcc -c -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c >&5
  969. configure:14312: $? = 0
  970. ar: `u' modifier ignored since `D' is the default (see `U')
  971. configure:14332: gcc -c -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c >&5
  972. configure:14335: $? = 0
  973. ar: `u' modifier ignored since `D' is the default (see `U')
  974. configure:14359: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c conftest.a -ldl -lpthread >&5
  975. configure:14362: $? = 0
  976. configure:14364: ./conftest
  977. configure:14367: $? = 0
  978. configure:14382: result: yes
  979. configure:14417: checking for getcwd
  980. configure:14454: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  981. configure:14457: $? = 0
  982. configure:14460: test -s conftest
  983. configure:14463: $? = 0
  984. configure:14473: result: yes
  985. configure:14417: checking for getegid
  986. configure:14454: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  987. configure:14457: $? = 0
  988. configure:14460: test -s conftest
  989. configure:14463: $? = 0
  990. configure:14473: result: yes
  991. configure:14417: checking for geteuid
  992. configure:14454: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  993. configure:14457: $? = 0
  994. configure:14460: test -s conftest
  995. configure:14463: $? = 0
  996. configure:14473: result: yes
  997. configure:14417: checking for getttynam
  998. configure:14454: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  999. configure:14457: $? = 0
  1000. configure:14460: test -s conftest
  1001. configure:14463: $? = 0
  1002. configure:14473: result: yes
  1003. configure:14417: checking for issetugid
  1004. configure:14454: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  1005. /tmp/ccaZhLCw.o: In function `main':
  1006. conftest.c:(.text+0xe): undefined reference to `issetugid'
  1007. collect2: error: ld returned 1 exit status
  1008. configure:14457: $? = 1
  1009. configure: failed program was:
  1010. #line 14423 "configure"
  1011. #include "confdefs.h"
  1012. /* System header to define __stub macros and hopefully few prototypes,
  1013. which can conflict with char issetugid (); below. */
  1014. #include <assert.h>
  1015. /* Override any gcc2 internal prototype to avoid an error. */
  1016. #ifdef __cplusplus
  1017. extern "C"
  1018. #endif
  1019. /* We use char because int might match the return type of a gcc2
  1020. builtin and then its argument prototype would still apply. */
  1021. char issetugid ();
  1022. char (*f) ();
  1023.  
  1024. int
  1025. main ()
  1026. {
  1027. /* The GNU C library defines this for functions which it implements
  1028. to always fail with ENOSYS. Some functions are actually named
  1029. something starting with __ and the normal name is an alias. */
  1030. #if defined (__stub_issetugid) || defined (__stub___issetugid)
  1031. choke me
  1032. #else
  1033. f = issetugid;
  1034. #endif
  1035.  
  1036. ;
  1037. return 0;
  1038. }
  1039. configure:14473: result: no
  1040. configure:14417: checking for poll
  1041. configure:14454: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  1042. configure:14457: $? = 0
  1043. configure:14460: test -s conftest
  1044. configure:14463: $? = 0
  1045. configure:14473: result: yes
  1046. configure:14417: checking for remove
  1047. configure:14473: result: yes
  1048. configure:14417: checking for select
  1049. configure:14454: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  1050. configure:14457: $? = 0
  1051. configure:14460: test -s conftest
  1052. configure:14463: $? = 0
  1053. configure:14473: result: yes
  1054. configure:14417: checking for setbuf
  1055. configure:14454: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  1056. configure:14457: $? = 0
  1057. configure:14460: test -s conftest
  1058. configure:14463: $? = 0
  1059. configure:14473: result: yes
  1060. configure:14417: checking for setbuffer
  1061. configure:14454: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  1062. configure:14457: $? = 0
  1063. configure:14460: test -s conftest
  1064. configure:14463: $? = 0
  1065. configure:14473: result: yes
  1066. configure:14417: checking for setvbuf
  1067. configure:14454: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  1068. configure:14457: $? = 0
  1069. configure:14460: test -s conftest
  1070. configure:14463: $? = 0
  1071. configure:14473: result: yes
  1072. configure:14417: checking for sigaction
  1073. configure:14454: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  1074. configure:14457: $? = 0
  1075. configure:14460: test -s conftest
  1076. configure:14463: $? = 0
  1077. configure:14473: result: yes
  1078. configure:14417: checking for sigvec
  1079. configure:14454: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  1080. /tmp/ccwEFMhh.o: In function `main':
  1081. conftest.c:(.text+0xe): undefined reference to `sigvec'
  1082. collect2: error: ld returned 1 exit status
  1083. configure:14457: $? = 1
  1084. configure: failed program was:
  1085. #line 14423 "configure"
  1086. #include "confdefs.h"
  1087. /* System header to define __stub macros and hopefully few prototypes,
  1088. which can conflict with char sigvec (); below. */
  1089. #include <assert.h>
  1090. /* Override any gcc2 internal prototype to avoid an error. */
  1091. #ifdef __cplusplus
  1092. extern "C"
  1093. #endif
  1094. /* We use char because int might match the return type of a gcc2
  1095. builtin and then its argument prototype would still apply. */
  1096. char sigvec ();
  1097. char (*f) ();
  1098.  
  1099. int
  1100. main ()
  1101. {
  1102. /* The GNU C library defines this for functions which it implements
  1103. to always fail with ENOSYS. Some functions are actually named
  1104. something starting with __ and the normal name is an alias. */
  1105. #if defined (__stub_sigvec) || defined (__stub___sigvec)
  1106. choke me
  1107. #else
  1108. f = sigvec;
  1109. #endif
  1110.  
  1111. ;
  1112. return 0;
  1113. }
  1114. configure:14473: result: no
  1115. configure:14417: checking for strdup
  1116. configure:14454: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  1117. configure:14433:6: warning: conflicting types for built-in function 'strdup'
  1118. builtin and then its argument prototype would still apply. */
  1119. ^~~~~~
  1120. configure:14457: $? = 0
  1121. configure:14460: test -s conftest
  1122. configure:14463: $? = 0
  1123. configure:14473: result: yes
  1124. configure:14417: checking for strstr
  1125. configure:14454: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  1126. configure:14433:6: warning: conflicting types for built-in function 'strstr'
  1127. builtin and then its argument prototype would still apply. */
  1128. ^~~~~~
  1129. configure:14457: $? = 0
  1130. configure:14460: test -s conftest
  1131. configure:14463: $? = 0
  1132. configure:14473: result: yes
  1133. configure:14417: checking for tcgetpgrp
  1134. configure:14454: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  1135. configure:14457: $? = 0
  1136. configure:14460: test -s conftest
  1137. configure:14463: $? = 0
  1138. configure:14473: result: yes
  1139. configure:14417: checking for times
  1140. configure:14454: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  1141. configure:14457: $? = 0
  1142. configure:14460: test -s conftest
  1143. configure:14463: $? = 0
  1144. configure:14473: result: yes
  1145. configure:14417: checking for vsnprintf
  1146. configure:14454: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  1147. configure:14433:6: warning: conflicting types for built-in function 'vsnprintf'
  1148. builtin and then its argument prototype would still apply. */
  1149. ^~~~~~~~~
  1150. configure:14457: $? = 0
  1151. configure:14460: test -s conftest
  1152. configure:14463: $? = 0
  1153. configure:14473: result: yes
  1154. configure:14541: checking for isascii
  1155. configure:14560: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  1156. configure:14563: $? = 0
  1157. configure:14566: test -s conftest
  1158. configure:14569: $? = 0
  1159. configure:14580: result: yes
  1160. configure:14587: checking whether sigaction needs _POSIX_SOURCE
  1161. configure:14604: gcc -c -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c >&5
  1162. configure:14607: $? = 0
  1163. configure:14610: test -s conftest.o
  1164. configure:14613: $? = 0
  1165. configure:14660: result: no
  1166. configure:14664: checking if nanosleep really works
  1167. configure:14699: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  1168. configure:14702: $? = 0
  1169. configure:14704: ./conftest
  1170. configure:14707: $? = 0
  1171. configure:14719: result: yes
  1172. configure:14733: checking for termio.h
  1173. configure:14743: gcc -E -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c
  1174. configure:14749: $? = 0
  1175. configure:14768: result: yes
  1176. configure:14733: checking for termios.h
  1177. configure:14743: gcc -E -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c
  1178. configure:14749: $? = 0
  1179. configure:14768: result: yes
  1180. configure:14733: checking for unistd.h
  1181. configure:14768: result: yes
  1182. configure:14836: checking whether termios.h needs _POSIX_SOURCE
  1183. configure:14851: gcc -c -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c >&5
  1184. configure:14854: $? = 0
  1185. configure:14857: test -s conftest.o
  1186. configure:14860: $? = 0
  1187. configure:14906: result: no
  1188. configure:14911: checking for tcgetattr
  1189. configure:14946: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  1190. configure:14949: $? = 0
  1191. configure:14952: test -s conftest
  1192. configure:14955: $? = 0
  1193. configure:14965: result: yes
  1194. configure:14971: checking for vsscanf function or workaround
  1195. configure:14994: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  1196. configure:14997: $? = 0
  1197. configure:15000: test -s conftest
  1198. configure:15003: $? = 0
  1199. configure:15096: result: vsscanf
  1200. configure:15114: checking for working mkstemp
  1201. configure:15221: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  1202. configure: In function 'main':
  1203. configure:15209:4: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration]
  1204. }
  1205. ^
  1206. configure:15224: $? = 0
  1207. configure:15226: ./conftest
  1208. configure:15229: $? = 0
  1209. configure:15244: result: yes
  1210. configure:15265: checking whether setvbuf arguments are reversed
  1211. configure:15293: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  1212. configure: In function 'main':
  1213. configure:15285:23: warning: passing argument 2 of 'setvbuf' makes pointer from integer without a cast [-Wint-conversion]
  1214. is not _IOLBF, _IONBF, or _IOFBF, and return nonzero. */
  1215. ^~~~~~
  1216. In file included from configure:15277:0:
  1217. /usr/include/stdio.h:338:12: note: expected 'char * restrict' but argument is of type 'int'
  1218. extern int setvbuf (FILE *__restrict __stream, char *__restrict __buf,
  1219. ^~~~~~~
  1220. configure:15285:31: warning: passing argument 3 of 'setvbuf' makes integer from pointer without a cast [-Wint-conversion]
  1221. is not _IOLBF, _IONBF, or _IOFBF, and return nonzero. */
  1222. ^
  1223. In file included from configure:15277:0:
  1224. /usr/include/stdio.h:338:12: note: expected 'int' but argument is of type 'char *'
  1225. extern int setvbuf (FILE *__restrict __stream, char *__restrict __buf,
  1226. ^~~~~~~
  1227. configure:15296: $? = 0
  1228. configure:15298: ./conftest
  1229. configure:15301: $? = 1
  1230. configure: program exited with status 1
  1231. configure: failed program was:
  1232. #line 15276 "configure"
  1233. #include "confdefs.h"
  1234. #include <stdio.h>
  1235. /* If setvbuf has the reversed format, exit 0. */
  1236. int
  1237. main ()
  1238. {
  1239. /* This call has the arguments reversed.
  1240. A reversed system may check and see that the address of main
  1241. is not _IOLBF, _IONBF, or _IOFBF, and return nonzero. */
  1242. if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0)
  1243. return(1);
  1244. putc('\r', stdout);
  1245. return(0); /* Non-reversed systems segv here. */
  1246. }
  1247. configure:15314: result: no
  1248. configure:15325: checking return type of signal handlers
  1249. configure:15353: gcc -c -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c >&5
  1250. configure:15356: $? = 0
  1251. configure:15359: test -s conftest.o
  1252. configure:15362: $? = 0
  1253. configure:15372: result: void
  1254. configure:15379: checking for type sigaction_t
  1255. configure:15399: gcc -c -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c >&5
  1256. configure: In function 'main':
  1257. configure:15392:1: error: unknown type name 'sigaction_t'
  1258. {
  1259. ^
  1260. configure:15402: $? = 1
  1261. configure: failed program was:
  1262. #line 15386 "configure"
  1263. #include "confdefs.h"
  1264.  
  1265. #include <signal.h>
  1266. int
  1267. main ()
  1268. {
  1269. sigaction_t x
  1270. ;
  1271. return 0;
  1272. }
  1273. configure:15419: result: no
  1274. configure:15425: checking declaration of size-change
  1275. configure:15484: gcc -c -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c >&5
  1276. configure:15487: $? = 0
  1277. configure:15490: test -s conftest.o
  1278. configure:15493: $? = 0
  1279. size-change succeeded ()
  1280. configure:15512: result: yes
  1281. configure:15529: checking for memmove
  1282. configure:15566: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  1283. configure:15545:6: warning: conflicting types for built-in function 'memmove'
  1284. builtin and then its argument prototype would still apply. */
  1285. ^~~~~~~
  1286. configure:15569: $? = 0
  1287. configure:15572: test -s conftest
  1288. configure:15575: $? = 0
  1289. configure:15585: result: yes
  1290. configure:15717: checking if poll really works
  1291. configure:15748: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  1292. configure:15751: $? = 0
  1293. configure:15753: ./conftest
  1294. configure:15756: $? = 0
  1295. configure:15768: result: yes
  1296. configure:15774: checking for va_copy
  1297. configure:15798: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  1298. configure:15801: $? = 0
  1299. configure:15804: test -s conftest
  1300. configure:15807: $? = 0
  1301. configure:15817: result: yes
  1302. configure:15824: checking for __va_copy
  1303. configure:15848: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  1304. configure:15851: $? = 0
  1305. configure:15854: test -s conftest
  1306. configure:15857: $? = 0
  1307. configure:15867: result: yes
  1308. configure:15874: checking for pid_t
  1309. configure:15895: gcc -c -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c >&5
  1310. configure:15898: $? = 0
  1311. configure:15901: test -s conftest.o
  1312. configure:15904: $? = 0
  1313. configure:15914: result: yes
  1314. configure:15929: checking for unistd.h
  1315. configure:15964: result: yes
  1316. configure:15929: checking for vfork.h
  1317. configure:15939: gcc -E -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c
  1318. configure:15936:19: fatal error: vfork.h: No such file or directory
  1319. #include "confdefs.h"
  1320. ^
  1321. compilation terminated.
  1322. configure:15945: $? = 1
  1323. configure: failed program was:
  1324. #line 15935 "configure"
  1325. #include "confdefs.h"
  1326. #include <vfork.h>
  1327. configure:15964: result: no
  1328. configure:15977: checking for fork
  1329. configure:16014: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  1330. configure:15993:6: warning: conflicting types for built-in function 'fork'
  1331. builtin and then its argument prototype would still apply. */
  1332. ^~~~
  1333. configure:16017: $? = 0
  1334. configure:16020: test -s conftest
  1335. configure:16023: $? = 0
  1336. configure:16033: result: yes
  1337. configure:15977: checking for vfork
  1338. configure:16014: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -ldl -lpthread >&5
  1339. configure:16017: $? = 0
  1340. configure:16020: test -s conftest
  1341. configure:16023: $? = 0
  1342. configure:16033: result: yes
  1343. configure:16045: checking for working fork
  1344. configure:16088: result: yes
  1345. configure:16107: checking for working vfork
  1346. configure:16233: result: yes
  1347. configure:16266: checking for openpty in -lutil
  1348. configure:16293: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lutil -ldl -lpthread >&5
  1349. configure:16296: $? = 0
  1350. configure:16299: test -s conftest
  1351. configure:16302: $? = 0
  1352. configure:16313: result: yes
  1353. configure:16321: checking for openpty header
  1354. configure:16349: gcc -o conftest -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lutil -ldl -lpthread >&5
  1355. configure:16352: $? = 0
  1356. configure:16355: test -s conftest
  1357. configure:16358: $? = 0
  1358. configure:16376: result: pty.h
  1359. configure:16756: checking if we should include stdbool.h
  1360. configure:16776: gcc -c -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c >&5
  1361. configure: In function 'main':
  1362. configure:16769:1: error: unknown type name 'bool'
  1363. {
  1364. ^
  1365. configure:16769:12: error: 'false' undeclared (first use in this function)
  1366. {
  1367. ^
  1368. configure:16769:12: note: each undeclared identifier is reported only once for each function it appears in
  1369. configure:16779: $? = 1
  1370. configure: failed program was:
  1371. #line 16764 "configure"
  1372. #include "confdefs.h"
  1373.  
  1374. int
  1375. main ()
  1376. {
  1377. bool foo = false
  1378. ;
  1379. return 0;
  1380. }
  1381. configure:16808: gcc -c -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c >&5
  1382. configure:16811: $? = 0
  1383. configure:16814: test -s conftest.o
  1384. configure:16817: $? = 0
  1385. configure:16831: result: yes
  1386. configure:16837: checking for builtin bool type
  1387. configure:16860: gcc -c -m64 -march=native --param max-inline-insns-single=1200 -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.c >&5
  1388. configure: In function 'main':
  1389. configure:16853:1: error: unknown type name 'bool'
  1390. {
  1391. ^
  1392. configure:16853:10: error: 'false' undeclared (first use in this function)
  1393. {
  1394. ^
  1395. configure:16853:10: note: each undeclared identifier is reported only once for each function it appears in
  1396. configure:16863: $? = 1
  1397. configure: failed program was:
  1398. #line 16845 "configure"
  1399. #include "confdefs.h"
  1400.  
  1401. #include <stdio.h>
  1402. #include <sys/types.h>
  1403.  
  1404. int
  1405. main ()
  1406. {
  1407. bool x = false
  1408. ;
  1409. return 0;
  1410. }
  1411. configure:16884: result: no
  1412. configure:16906: checking for library stdc++
  1413. configure:16931: /usr/bin/g++ -o conftest -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.cc -lstdc++ -ldl -lpthread >&5
  1414. configure:16917:23: fatal error: strstream.h: No such file or directory
  1415.  
  1416. ^
  1417. compilation terminated.
  1418. configure:16934: $? = 1
  1419. configure: failed program was:
  1420. #line 16915 "configure"
  1421. #include "confdefs.h"
  1422.  
  1423. #include <strstream.h>
  1424. int
  1425. main ()
  1426. {
  1427.  
  1428. char buf[80];
  1429. strstreambuf foo(buf, sizeof(buf))
  1430.  
  1431. ;
  1432. return 0;
  1433. }
  1434. configure:16952: result: no
  1435. configure:16957: checking whether /usr/bin/g++ understands -c and -o together
  1436. configure:16973: /usr/bin/g++ -c conftest.cc -o conftest2.o >&5
  1437. configure:16976: $? = 0
  1438. configure:16978: /usr/bin/g++ -c conftest.cc -o conftest2.o >&5
  1439. configure:16981: $? = 0
  1440. configure:16992: result: yes
  1441. configure:17118: checking how to run the C++ preprocessor
  1442. configure:17140: /usr/bin/g++ -E -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.cc
  1443. configure:17146: $? = 0
  1444. configure:17173: /usr/bin/g++ -E -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.cc
  1445. configure:17170:28: fatal error: ac_nonexistent.h: No such file or directory
  1446. #include "confdefs.h"
  1447. ^
  1448. compilation terminated.
  1449. configure:17179: $? = 1
  1450. configure: failed program was:
  1451. #line 17169 "configure"
  1452. #include "confdefs.h"
  1453. #include <ac_nonexistent.h>
  1454. configure:17216: result: /usr/bin/g++ -E
  1455. configure:17231: /usr/bin/g++ -E -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.cc
  1456. configure:17237: $? = 0
  1457. configure:17264: /usr/bin/g++ -E -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.cc
  1458. configure:17261:28: fatal error: ac_nonexistent.h: No such file or directory
  1459. #include "confdefs.h"
  1460. ^
  1461. compilation terminated.
  1462. configure:17270: $? = 1
  1463. configure: failed program was:
  1464. #line 17260 "configure"
  1465. #include "confdefs.h"
  1466. #include <ac_nonexistent.h>
  1467. configure:17313: checking for iostream
  1468. configure:17323: /usr/bin/g++ -E -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.cc
  1469. configure:17329: $? = 0
  1470. configure:17348: result: yes
  1471. configure:17313: checking for typeinfo
  1472. configure:17323: /usr/bin/g++ -E -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.cc
  1473. configure:17329: $? = 0
  1474. configure:17348: result: yes
  1475. configure:17359: checking if iostream uses std-namespace
  1476. configure:17379: /usr/bin/g++ -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.cc >&5
  1477. configure:17382: $? = 0
  1478. configure:17385: test -s conftest.o
  1479. configure:17388: $? = 0
  1480. configure:17397: result: yes
  1481. configure:17407: checking if we should include stdbool.h
  1482. configure:17482: result: yes
  1483. configure:17488: checking for builtin bool type
  1484. configure:17511: /usr/bin/g++ -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.cc >&5
  1485. configure:17514: $? = 0
  1486. configure:17517: test -s conftest.o
  1487. configure:17520: $? = 0
  1488. configure:17533: result: yes
  1489. configure:17539: checking for size of bool
  1490. configure:17592: /usr/bin/g++ -o conftest -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.cc -ldl -lpthread >&5
  1491. configure:17595: $? = 0
  1492. configure:17597: ./conftest
  1493. configure:17600: $? = 0
  1494. configure:17618: result: unsigned char
  1495. configure:17629: checking for special defines needed for etip.h
  1496. configure:17655: /usr/bin/g++ -c -m64 -march=native -I./c++ -I./menu -I./include -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.cc >&5
  1497. In file included from configure:17643:0:
  1498. ./c++/etip.h.in:116:25: fatal error: ncurses_dll.h: No such file or directory
  1499. #include <ncurses_dll.h>
  1500. ^
  1501. compilation terminated.
  1502. configure:17658: $? = 1
  1503. configure: failed program was:
  1504. #line 17641 "configure"
  1505. #include "confdefs.h"
  1506.  
  1507. #include <etip.h.in>
  1508.  
  1509. int
  1510. main ()
  1511. {
  1512.  
  1513. ;
  1514. return 0;
  1515. }
  1516. configure:17655: /usr/bin/g++ -c -m64 -march=native -I./c++ -I./menu -I./include -DETIP_NEEDS_MATH_EXCEPTION -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.cc >&5
  1517. In file included from configure:17643:0:
  1518. ./c++/etip.h.in:116:25: fatal error: ncurses_dll.h: No such file or directory
  1519. #include <ncurses_dll.h>
  1520. ^
  1521. compilation terminated.
  1522. configure:17658: $? = 1
  1523. configure: failed program was:
  1524. #line 17641 "configure"
  1525. #include "confdefs.h"
  1526.  
  1527. #include <etip.h.in>
  1528.  
  1529. int
  1530. main ()
  1531. {
  1532.  
  1533. ;
  1534. return 0;
  1535. }
  1536. configure:17655: /usr/bin/g++ -c -m64 -march=native -I./c++ -I./menu -I./include -DETIP_NEEDS_MATH_H -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.cc >&5
  1537. In file included from configure:17643:0:
  1538. ./c++/etip.h.in:116:25: fatal error: ncurses_dll.h: No such file or directory
  1539. #include <ncurses_dll.h>
  1540. ^
  1541. compilation terminated.
  1542. configure:17658: $? = 1
  1543. configure: failed program was:
  1544. #line 17641 "configure"
  1545. #include "confdefs.h"
  1546.  
  1547. #include <etip.h.in>
  1548.  
  1549. int
  1550. main ()
  1551. {
  1552.  
  1553. ;
  1554. return 0;
  1555. }
  1556. configure:17655: /usr/bin/g++ -c -m64 -march=native -I./c++ -I./menu -I./include -DETIP_NEEDS_MATH_H -DETIP_NEEDS_MATH_EXCEPTION -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.cc >&5
  1557. In file included from configure:17643:0:
  1558. ./c++/etip.h.in:116:25: fatal error: ncurses_dll.h: No such file or directory
  1559. #include <ncurses_dll.h>
  1560. ^
  1561. compilation terminated.
  1562. configure:17658: $? = 1
  1563. configure: failed program was:
  1564. #line 17641 "configure"
  1565. #include "confdefs.h"
  1566.  
  1567. #include <etip.h.in>
  1568.  
  1569. int
  1570. main ()
  1571. {
  1572.  
  1573. ;
  1574. return 0;
  1575. }
  1576. configure:17685: result: none
  1577. configure:17690: checking if /usr/bin/g++ accepts parameter initialization
  1578. configure:17726: /usr/bin/g++ -o conftest -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.cc -ldl -lpthread >&5
  1579. configure:17717:21: error: default argument given for parameter 1 of 'TEST::TEST(int)' [-fpermissive]
  1580.  
  1581. ^
  1582. configure:17713:2: note: previous specification in 'TEST::TEST(int)' here
  1583. public:
  1584. ^~~~
  1585. configure:17721:11: error: '::main' must return 'int'
  1586. }
  1587. ^
  1588. configure:17729: $? = 1
  1589. configure: program exited with status 1
  1590. configure: failed program was:
  1591. #line 17707 "configure"
  1592. #include "confdefs.h"
  1593.  
  1594. class TEST {
  1595. private:
  1596. int value;
  1597. public:
  1598. TEST(int x = 1);
  1599. ~TEST();
  1600. };
  1601.  
  1602. TEST::TEST(int x = 1) // some compilers do not like second initializer
  1603. {
  1604. value = x;
  1605. }
  1606. void main() { }
  1607.  
  1608. configure:17753: result: no
  1609. configure:17762: checking if /usr/bin/g++ accepts static_cast
  1610. configure:17820: /usr/bin/g++ -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG conftest.cc >&5
  1611. configure:17823: $? = 0
  1612. configure:17826: test -s conftest.o
  1613. configure:17829: $? = 0
  1614. configure:17847: result: yes
  1615. configure:18032: checking for gnatmake
  1616. configure:18056: result: no
  1617. configure:18406: checking for library subsets
  1618. configure:18447: result: ticlib+termlib+ext_tinfo+base+ext_funcs
  1619. configure:18485: checking default library suffix
  1620. configure:18496: result:
  1621. configure:18499: checking default library-dependency suffix
  1622. configure:18552: result: .a
  1623. configure:18555: checking default object directory
  1624. configure:18571: result: objects
  1625. configure:18576: checking c++ library-dependency suffix
  1626. configure:18633: result: .a
  1627. configure:18787: checking if linker supports switching between static/dynamic
  1628. configure:18796: /usr/bin/g++ -c -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -I. -I../include -I${includedir} conftest.cc >&5
  1629. configure:18799: $? = 0
  1630. ar: `u' modifier ignored since `D' is the default (see `U')
  1631. configure:18828: /usr/bin/g++ -o conftest -m64 -march=native -I/usr/local/include -DNDEBUG -fPIC -D_GNU_SOURCE -DNDEBUG -I. -I../include -I${includedir} -m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.cc -static -L/home/jwalton/Build-Scripts/ncurses-5.8 -lconftest -ldl -lpthread >&5
  1632. configure:18831: $? = 0
  1633. configure:18834: test -s conftest
  1634. configure:18837: $? = 0
  1635. configure:18850: result: yes
  1636. configure:18866: checking where we will install curses.h
  1637. configure:18871: result: ${prefix}/include/ncurses
  1638. configure:18896: checking for src modules
  1639. configure:18959: result: ncurses progs panel menu form
  1640. configure:19165: checking for tic
  1641. configure:19182: found /usr/bin/tic
  1642. configure:19194: result: /usr/bin/tic
  1643. configure:19304: creating ./config.status
  1644.  
  1645. ## ----------------------- ##
  1646. ## Running config.status. ##
  1647. ## ----------------------- ##
  1648.  
  1649. This file was extended by config.status 2.52.20101002, executed with
  1650. CONFIG_FILES =
  1651. CONFIG_HEADERS =
  1652. CONFIG_LINKS =
  1653. CONFIG_COMMANDS =
  1654. > ./config.status
  1655. on goldmont
  1656.  
  1657. config.status:20012: creating include/MKterm.h.awk
  1658. config.status:20012: creating include/curses.head
  1659. config.status:20012: creating include/ncurses_dll.h
  1660. config.status:20012: creating include/termcap.h
  1661. config.status:20012: creating include/unctrl.h
  1662. config.status:20012: creating man/Makefile
  1663. config.status:20012: creating include/Makefile
  1664. config.status:20012: creating ncurses/Makefile
  1665. config.status:20012: creating progs/Makefile
  1666. config.status:20012: creating panel/Makefile
  1667. config.status:20012: creating menu/Makefile
  1668. config.status:20012: creating form/Makefile
  1669. config.status:20012: creating test/Makefile
  1670. config.status:20012: creating misc/Makefile
  1671. config.status:20012: creating c++/Makefile
  1672. config.status:20012: creating Ada95/gen/adacurses-config
  1673. config.status:20012: creating man/adacurses-config.1
  1674. config.status:20012: creating misc/run_tic.sh
  1675. config.status:20012: creating misc/ncurses-config
  1676. config.status:20012: creating man/ncurses5-config.1
  1677. config.status:20012: creating Makefile
  1678. config.status:20109: creating include/ncurses_cfg.h
  1679.  
  1680. ## ----------------- ##
  1681. ## Cache variables. ##
  1682. ## ----------------- ##
  1683.  
  1684. ac_cv_build='x86_64-unknown-linux-gnu'
  1685. ac_cv_build_alias='x86_64-unknown-linux-gnu'
  1686. ac_cv_c_compiler_gnu='yes'
  1687. ac_cv_c_const='yes'
  1688. ac_cv_c_inline='inline'
  1689. ac_cv_cxx_compiler_gnu='yes'
  1690. ac_cv_env_CC_set=''
  1691. ac_cv_env_CC_value=''
  1692. ac_cv_env_CFLAGS_set='set'
  1693. ac_cv_env_CFLAGS_value='-m64 -march=native'
  1694. ac_cv_env_CPPFLAGS_set='set'
  1695. ac_cv_env_CPPFLAGS_value='-I/usr/local/include -DNDEBUG -fPIC'
  1696. ac_cv_env_CPP_set=''
  1697. ac_cv_env_CPP_value=''
  1698. ac_cv_env_CXXCPP_set=''
  1699. ac_cv_env_CXXCPP_value=''
  1700. ac_cv_env_CXXFLAGS_set='set'
  1701. ac_cv_env_CXXFLAGS_value='-m64 -march=native'
  1702. ac_cv_env_CXX_set=''
  1703. ac_cv_env_CXX_value=''
  1704. ac_cv_env_LDFLAGS_set='set'
  1705. ac_cv_env_LDFLAGS_value='-m64 -Wl,-rpath,/usr/local/lib -L/usr/local/lib'
  1706. ac_cv_env_build_alias_set=''
  1707. ac_cv_env_build_alias_value=''
  1708. ac_cv_env_host_alias_set=''
  1709. ac_cv_env_host_alias_value=''
  1710. ac_cv_env_target_alias_set=''
  1711. ac_cv_env_target_alias_value=''
  1712. ac_cv_func_fork='yes'
  1713. ac_cv_func_fork_works='yes'
  1714. ac_cv_func_fseeko='yes'
  1715. ac_cv_func_getcwd='yes'
  1716. ac_cv_func_getegid='yes'
  1717. ac_cv_func_geteuid='yes'
  1718. ac_cv_func_gettimeofday='yes'
  1719. ac_cv_func_getttynam='yes'
  1720. ac_cv_func_issetugid='no'
  1721. ac_cv_func_link='yes'
  1722. ac_cv_func_memmove='yes'
  1723. ac_cv_func_poll='yes'
  1724. ac_cv_func_regcomp='yes'
  1725. ac_cv_func_remove='yes'
  1726. ac_cv_func_select='yes'
  1727. ac_cv_func_setbuf='yes'
  1728. ac_cv_func_setbuffer='yes'
  1729. ac_cv_func_setvbuf='yes'
  1730. ac_cv_func_setvbuf_reversed='no'
  1731. ac_cv_func_sigaction='yes'
  1732. ac_cv_func_sigvec='no'
  1733. ac_cv_func_strdup='yes'
  1734. ac_cv_func_strstr='yes'
  1735. ac_cv_func_symlink='yes'
  1736. ac_cv_func_tcgetpgrp='yes'
  1737. ac_cv_func_times='yes'
  1738. ac_cv_func_unlink='yes'
  1739. ac_cv_func_vfork='yes'
  1740. ac_cv_func_vfork_works='yes'
  1741. ac_cv_func_vsnprintf='yes'
  1742. ac_cv_header_dirent_dirent_h='yes'
  1743. ac_cv_header_fcntl_h='yes'
  1744. ac_cv_header_getopt_h='yes'
  1745. ac_cv_header_gpm_h='no'
  1746. ac_cv_header_inttypes_h='yes'
  1747. ac_cv_header_iostream='yes'
  1748. ac_cv_header_limits_h='yes'
  1749. ac_cv_header_locale_h='yes'
  1750. ac_cv_header_memory_h='yes'
  1751. ac_cv_header_poll_h='yes'
  1752. ac_cv_header_stdc='yes'
  1753. ac_cv_header_stdint_h='yes'
  1754. ac_cv_header_stdlib_h='yes'
  1755. ac_cv_header_string_h='yes'
  1756. ac_cv_header_strings_h='yes'
  1757. ac_cv_header_sys_bsdtypes_h='no'
  1758. ac_cv_header_sys_ioctl_h='yes'
  1759. ac_cv_header_sys_param_h='yes'
  1760. ac_cv_header_sys_poll_h='yes'
  1761. ac_cv_header_sys_select_h='yes'
  1762. ac_cv_header_sys_stat_h='yes'
  1763. ac_cv_header_sys_time_h='yes'
  1764. ac_cv_header_sys_times_h='yes'
  1765. ac_cv_header_sys_types_h='yes'
  1766. ac_cv_header_termio_h='yes'
  1767. ac_cv_header_termios_h='yes'
  1768. ac_cv_header_time='yes'
  1769. ac_cv_header_ttyent_h='yes'
  1770. ac_cv_header_typeinfo='yes'
  1771. ac_cv_header_unistd_h='yes'
  1772. ac_cv_header_vfork_h='no'
  1773. ac_cv_header_wctype_h='yes'
  1774. ac_cv_host='x86_64-unknown-linux-gnu'
  1775. ac_cv_host_alias='x86_64-unknown-linux-gnu'
  1776. ac_cv_lib_dir_opendir='no'
  1777. ac_cv_lib_util_openpty='yes'
  1778. ac_cv_objext='o'
  1779. ac_cv_path_CXX='/usr/bin/g++'
  1780. ac_cv_path_LDCONFIG='/sbin/ldconfig'
  1781. ac_cv_path_TIC_PATH='/usr/bin/tic'
  1782. ac_cv_path_ac_pt_PKG_CONFIG='/usr/bin/pkg-config'
  1783. ac_cv_path_install='/usr/bin/install -c'
  1784. ac_cv_prog_AWK='mawk'
  1785. ac_cv_prog_CPP='gcc -E'
  1786. ac_cv_prog_CTAGS='ctags'
  1787. ac_cv_prog_CXXCPP='/usr/bin/g++ -E'
  1788. ac_cv_prog_ETAGS='etags'
  1789. ac_cv_prog_MAKE_LOWER_TAGS='yes'
  1790. ac_cv_prog_MAKE_UPPER_TAGS='yes'
  1791. ac_cv_prog_ac_ct_AR='ar'
  1792. ac_cv_prog_ac_ct_CC='gcc'
  1793. ac_cv_prog_ac_ct_CXX='g++'
  1794. ac_cv_prog_ac_ct_LD='ld'
  1795. ac_cv_prog_ac_ct_RANLIB='ranlib'
  1796. ac_cv_prog_cc_g='yes'
  1797. ac_cv_prog_cc_stdc=''
  1798. ac_cv_prog_cxx_g='yes'
  1799. ac_cv_prog_egrep='grep -E'
  1800. ac_cv_prog_gcc_traditional='no'
  1801. ac_cv_prog_gnat_exists='no'
  1802. ac_cv_prog_make_make_set='yes'
  1803. ac_cv_sizeof_signed_char='1'
  1804. ac_cv_sys_file_offset_bits='no'
  1805. ac_cv_sys_large_files='no'
  1806. ac_cv_sys_largefile_CC='no'
  1807. ac_cv_sys_largefile_source='no'
  1808. ac_cv_sys_long_file_names='yes'
  1809. ac_cv_target='x86_64-unknown-linux-gnu'
  1810. ac_cv_target_alias='x86_64-unknown-linux-gnu'
  1811. ac_cv_type_pid_t='yes'
  1812. ac_cv_type_signal='void'
  1813. ac_cv_type_signed_char='yes'
  1814. am_cv_langinfo_codeset='yes'
  1815. cf_cv_1UL='1U'
  1816. cf_cv_abi_version='5'
  1817. cf_cv_ansi_cc='-DCC_HAS_PROTOS'
  1818. cf_cv_ar_flags='-curv'
  1819. cf_cv_builtin_bool='1'
  1820. cf_cv_cc_bool_type='0'
  1821. cf_cv_cpp_param_init='no'
  1822. cf_cv_cpp_static_cast='yes'
  1823. cf_cv_dcl_errno='yes'
  1824. cf_cv_define_sigwinch='yes'
  1825. cf_cv_do_symlinks='yes'
  1826. cf_cv_enable_lp64='0'
  1827. cf_cv_enable_opaque='NCURSES_OPAQUE'
  1828. cf_cv_enable_reentrant='0'
  1829. cf_cv_func_mkstemp='yes'
  1830. cf_cv_func_nanosleep='yes'
  1831. cf_cv_func_openpty='pty.h'
  1832. cf_cv_func_vsscanf='vsscanf'
  1833. cf_cv_gcc_inline='yes'
  1834. cf_cv_gnu_source='yes'
  1835. cf_cv_have___va_copy='yes'
  1836. cf_cv_have_errno='no'
  1837. cf_cv_have_isascii='yes'
  1838. cf_cv_have_tcgetattr='yes'
  1839. cf_cv_have_va_copy='yes'
  1840. cf_cv_header_stdbool_h='1'
  1841. cf_cv_lib_util='yes'
  1842. cf_cv_libstdcpp='no'
  1843. cf_cv_link_dataonly='yes'
  1844. cf_cv_link_funcs=' link symlink'
  1845. cf_cv_makeflags=''
  1846. cf_cv_mixedcase='yes'
  1847. cf_cv_need_libm='yes'
  1848. cf_cv_prog_CC_c_o='yes'
  1849. cf_cv_prog_CXX_c_o='yes'
  1850. cf_cv_regex_hdrs='regex.h'
  1851. cf_cv_rel_version='5.8'
  1852. cf_cv_rm_so_locs='no'
  1853. cf_cv_shared_soname='`basename $@ .${REL_VERSION}`.${ABI_VERSION}'
  1854. cf_cv_shlib_version='rel'
  1855. cf_cv_shlib_version_infix='no'
  1856. cf_cv_sig_atomic_t='volatile sig_atomic_t'
  1857. cf_cv_sizechange='yes'
  1858. cf_cv_src_modules='ncurses progs panel menu form'
  1859. cf_cv_struct_dirent64='no'
  1860. cf_cv_sys_time_select='yes'
  1861. cf_cv_system_name='linux-gnu'
  1862. cf_cv_timestamp='Sat Oct 21 08:20:30 EDT 2017'
  1863. cf_cv_type_of_bool='unsigned char'
  1864. cf_cv_type_sigaction='no'
  1865. cf_cv_typeof_chtype='int'
  1866. cf_cv_typeof_mmask_t='long'
  1867. cf_cv_unsigned_literals='yes'
  1868. cf_cv_working_poll='yes'
  1869.  
  1870. ## ------------ ##
  1871. ## confdefs.h. ##
  1872. ## ------------ ##
  1873.  
  1874. #define SYSTEM_NAME "linux-gnu"
  1875. #define CC_HAS_PROTOS 1
  1876. #ifdef __cplusplus
  1877. #include <stdlib.h>
  1878. #endif
  1879. #define HAVE_LONG_FILE_NAMES 1
  1880. #define MIXEDCASE_FILENAMES 1
  1881. #define USE_DATABASE 1
  1882. #define TERMINFO_DIRS "/usr/local/share/terminfo"
  1883. #define TERMINFO "/usr/local/share/terminfo"
  1884. #define HAVE_BIG_CORE 1
  1885. #define PURE_TERMINFO 1
  1886. #define USE_HOME_TERMINFO 1
  1887. #define USE_ROOT_ENVIRON 1
  1888. #define HAVE_REMOVE 1
  1889. #define HAVE_UNLINK 1
  1890. #define HAVE_LINK 1
  1891. #define HAVE_SYMLINK 1
  1892. #define USE_LINKS 1
  1893. #define HAVE_LANGINFO_CODESET 1
  1894. #define HAVE_FSEEKO 1
  1895. #define HAVE_CURSES_VERSION 1
  1896. #define HAVE_HAS_KEY 1
  1897. #define HAVE_RESIZETERM 1
  1898. #define HAVE_RESIZE_TERM 1
  1899. #define HAVE_TERM_ENTRY_H 1
  1900. #define HAVE_USE_DEFAULT_COLORS 1
  1901. #define HAVE_WRESIZE 1
  1902. #define NCURSES_EXT_FUNCS 1
  1903. #define NCURSES_NO_PADDING 1
  1904. #define STDC_HEADERS 1
  1905. #define HAVE_SYS_TYPES_H 1
  1906. #define HAVE_SYS_STAT_H 1
  1907. #define HAVE_STDLIB_H 1
  1908. #define HAVE_STRING_H 1
  1909. #define HAVE_MEMORY_H 1
  1910. #define HAVE_STRINGS_H 1
  1911. #define HAVE_INTTYPES_H 1
  1912. #define HAVE_STDINT_H 1
  1913. #define HAVE_UNISTD_H 1
  1914. #define SIZEOF_SIGNED_CHAR 1
  1915. #define USE_SIGWINCH 1
  1916. #define USE_ASSUMED_COLOR 1
  1917. #define USE_HASHMAP 1
  1918. #define NCURSES_WRAP_PREFIX "_nc_"
  1919. #define GCC_SCANF 1
  1920. #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
  1921. #define GCC_PRINTF 1
  1922. #define GCC_PRINTFLIKE(fmt,var) __attribute__((format(printf,fmt,var)))
  1923. #define GCC_UNUSED __attribute__((unused))
  1924. #define GCC_NORETURN __attribute__((noreturn))
  1925. #define NDEBUG 1
  1926. #define HAVE_NC_ALLOC_H 1
  1927. #define HAVE_GETTIMEOFDAY 1
  1928. #define STDC_HEADERS 1
  1929. #define HAVE_DIRENT_H 1
  1930. #define TIME_WITH_SYS_TIME 1
  1931. #define HAVE_REGEX_H_FUNCS 1
  1932. #define HAVE_FCNTL_H 1
  1933. #define HAVE_GETOPT_H 1
  1934. #define HAVE_LIMITS_H 1
  1935. #define HAVE_LOCALE_H 1
  1936. #define HAVE_POLL_H 1
  1937. #define HAVE_SYS_IOCTL_H 1
  1938. #define HAVE_SYS_PARAM_H 1
  1939. #define HAVE_SYS_POLL_H 1
  1940. #define HAVE_SYS_SELECT_H 1
  1941. #define HAVE_SYS_TIME_H 1
  1942. #define HAVE_SYS_TIMES_H 1
  1943. #define HAVE_TTYENT_H 1
  1944. #define HAVE_UNISTD_H 1
  1945. #define HAVE_WCTYPE_H 1
  1946. #define HAVE_SYS_TIME_SELECT 1
  1947. #define SIG_ATOMIC_T volatile sig_atomic_t
  1948. #define TYPEOF_CHTYPE int
  1949. #define HAVE_GETCWD 1
  1950. #define HAVE_GETEGID 1
  1951. #define HAVE_GETEUID 1
  1952. #define HAVE_GETTTYNAM 1
  1953. #define HAVE_POLL 1
  1954. #define HAVE_REMOVE 1
  1955. #define HAVE_SELECT 1
  1956. #define HAVE_SETBUF 1
  1957. #define HAVE_SETBUFFER 1
  1958. #define HAVE_SETVBUF 1
  1959. #define HAVE_SIGACTION 1
  1960. #define HAVE_STRDUP 1
  1961. #define HAVE_STRSTR 1
  1962. #define HAVE_TCGETPGRP 1
  1963. #define HAVE_TIMES 1
  1964. #define HAVE_VSNPRINTF 1
  1965. #define HAVE_ISASCII 1
  1966. #define HAVE_NANOSLEEP 1
  1967. #define HAVE_TERMIO_H 1
  1968. #define HAVE_TERMIOS_H 1
  1969. #define HAVE_UNISTD_H 1
  1970. #define HAVE_TCGETATTR 1
  1971. #define HAVE_VSSCANF 1
  1972. #define HAVE_MKSTEMP 1
  1973. #define RETSIGTYPE void
  1974. #define HAVE_SIZECHANGE 1
  1975. #define HAVE_WORKING_POLL 1
  1976. #define HAVE_VA_COPY 1
  1977. #define HAVE___VA_COPY 1
  1978. #define HAVE_UNISTD_H 1
  1979. #define HAVE_FORK 1
  1980. #define HAVE_VFORK 1
  1981. #define HAVE_WORKING_VFORK 1
  1982. #define HAVE_WORKING_FORK 1
  1983. #define USE_OPENPTY_HEADER <pty.h>
  1984. #define USE_XTERM_PTY 1
  1985. #define HAVE_IOSTREAM 1
  1986. #define HAVE_TYPEINFO 1
  1987. #define IOSTREAM_NAMESPACE 1
  1988. #define CPP_HAS_STATIC_CAST 1
  1989. #define HAVE_SLK_COLOR 1
  1990. #define HAVE_PANEL_H 1
  1991. #define HAVE_LIBPANEL 1
  1992. #define HAVE_MENU_H 1
  1993. #define HAVE_LIBMENU 1
  1994. #define HAVE_FORM_H 1
  1995. #define HAVE_LIBFORM 1
  1996. #define NCURSES_PATHSEP ':'
  1997. #define NCURSES_VERSION_STRING "5.8.20110226"
  1998.  
  1999. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement