config.log 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3. It was created by libcsv configure 3.0.3, which was
  4. generated by GNU Autoconf 2.69. Invocation command line was
  5. $ ./configure
  6. ## --------- ##
  7. ## Platform. ##
  8. ## --------- ##
  9. hostname = sensor.lesprojekt.cz
  10. uname -m = x86_64
  11. uname -r = 3.10.0-957.1.3.el7.x86_64
  12. uname -s = Linux
  13. uname -v = #1 SMP Thu Nov 29 14:49:43 UTC 2018
  14. /usr/bin/uname -p = x86_64
  15. /bin/uname -X = unknown
  16. /bin/arch = x86_64
  17. /usr/bin/arch -k = unknown
  18. /usr/convex/getsysinfo = unknown
  19. /usr/bin/hostinfo = unknown
  20. /bin/machine = unknown
  21. /usr/bin/oslevel = unknown
  22. /bin/universe = unknown
  23. PATH: /usr/local/bin
  24. PATH: /usr/bin
  25. PATH: /usr/local/sbin
  26. PATH: /usr/sbin
  27. PATH: /home/mara/.local/bin
  28. PATH: /home/mara/bin
  29. ## ----------- ##
  30. ## Core tests. ##
  31. ## ----------- ##
  32. configure:2161: checking for a BSD-compatible install
  33. configure:2229: result: /usr/bin/install -c
  34. configure:2240: checking whether build environment is sane
  35. configure:2295: result: yes
  36. configure:2446: checking for a thread-safe mkdir -p
  37. configure:2485: result: /usr/bin/mkdir -p
  38. configure:2492: checking for gawk
  39. configure:2508: found /usr/bin/gawk
  40. configure:2519: result: gawk
  41. configure:2530: checking whether make sets $(MAKE)
  42. configure:2552: result: yes
  43. configure:2581: checking whether make supports nested variables
  44. configure:2598: result: yes
  45. configure:2771: checking for gcc
  46. configure:2787: found /usr/bin/gcc
  47. configure:2798: result: gcc
  48. configure:3027: checking for C compiler version
  49. configure:3036: gcc --version >&5
  50. gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-36)
  51. Copyright (C) 2015 Free Software Foundation, Inc.
  52. This is free software; see the source for copying conditions. There is NO
  53. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  54. configure:3047: $? = 0
  55. configure:3036: gcc -v >&5
  56. Using built-in specs.
  57. COLLECT_GCC=gcc
  58. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
  59. Target: x86_64-redhat-linux
  60. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
  61. Thread model: posix
  62. gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC)
  63. configure:3047: $? = 0
  64. configure:3036: gcc -V >&5
  65. gcc: error: unrecognized command line option '-V'
  66. gcc: fatal error: no input files
  67. compilation terminated.
  68. configure:3047: $? = 4
  69. configure:3036: gcc -qversion >&5
  70. gcc: error: unrecognized command line option '-qversion'
  71. gcc: fatal error: no input files
  72. compilation terminated.
  73. configure:3047: $? = 4
  74. configure:3067: checking whether the C compiler works
  75. configure:3089: gcc conftest.c >&5
  76. configure:3093: $? = 0
  77. configure:3141: result: yes
  78. configure:3144: checking for C compiler default output file name
  79. configure:3146: result: a.out
  80. configure:3152: checking for suffix of executables
  81. configure:3159: gcc -o conftest conftest.c >&5
  82. configure:3163: $? = 0
  83. configure:3185: result:
  84. configure:3207: checking whether we are cross compiling
  85. configure:3215: gcc -o conftest conftest.c >&5
  86. configure:3219: $? = 0
  87. configure:3226: ./conftest
  88. configure:3230: $? = 0
  89. configure:3245: result: no
  90. configure:3250: checking for suffix of object files
  91. configure:3272: gcc -c conftest.c >&5
  92. configure:3276: $? = 0
  93. configure:3297: result: o
  94. configure:3301: checking whether we are using the GNU C compiler
  95. configure:3320: gcc -c conftest.c >&5
  96. configure:3320: $? = 0
  97. configure:3329: result: yes
  98. configure:3338: checking whether gcc accepts -g
  99. configure:3358: gcc -c -g conftest.c >&5
  100. configure:3358: $? = 0
  101. configure:3399: result: yes
  102. configure:3416: checking for gcc option to accept ISO C89
  103. configure:3479: gcc -c -g -O2 conftest.c >&5
  104. configure:3479: $? = 0
  105. configure:3492: result: none needed
  106. configure:3517: checking whether gcc understands -c and -o together
  107. configure:3539: gcc -c conftest.c -o conftest2.o
  108. configure:3542: $? = 0
  109. configure:3539: gcc -c conftest.c -o conftest2.o
  110. configure:3542: $? = 0
  111. configure:3554: result: yes
  112. configure:3582: checking for style of include used by make
  113. configure:3610: result: GNU
  114. configure:3636: checking dependency style of gcc
  115. configure:3747: result: gcc3
  116. configure:3792: checking build system type
  117. configure:3806: result: x86_64-unknown-linux-gnu
  118. configure:3826: checking host system type
  119. configure:3839: result: x86_64-unknown-linux-gnu
  120. configure:3880: checking how to print strings
  121. configure:3907: result: printf
  122. configure:3928: checking for a sed that does not truncate output
  123. configure:3992: result: /usr/bin/sed
  124. configure:4010: checking for grep that handles long lines and -e
  125. configure:4068: result: /usr/bin/grep
  126. configure:4073: checking for egrep
  127. configure:4135: result: /usr/bin/grep -E
  128. configure:4140: checking for fgrep
  129. configure:4202: result: /usr/bin/grep -F
  130. configure:4237: checking for ld used by gcc
  131. configure:4304: result: /usr/bin/ld
  132. configure:4311: checking if the linker (/usr/bin/ld) is GNU ld
  133. configure:4326: result: yes
  134. configure:4338: checking for BSD- or MS-compatible name lister (nm)
  135. configure:4387: result: /usr/bin/nm -B
  136. configure:4517: checking the name lister (/usr/bin/nm -B) interface
  137. configure:4524: gcc -c -g -O2 conftest.c >&5
  138. configure:4527: /usr/bin/nm -B "conftest.o"
  139. configure:4530: output
  140. 0000000000000000 B some_variable
  141. configure:4537: result: BSD nm
  142. configure:4540: checking whether ln -s works
  143. configure:4544: result: yes
  144. configure:4552: checking the maximum length of command line arguments
  145. configure:4683: result: 1572864
  146. configure:4700: checking whether the shell understands some XSI constructs
  147. configure:4710: result: yes
  148. configure:4714: checking whether the shell understands "+="
  149. configure:4720: result: yes
  150. configure:4755: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
  151. configure:4795: result: func_convert_file_noop
  152. configure:4802: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
  153. configure:4822: result: func_convert_file_noop
  154. configure:4829: checking for /usr/bin/ld option to reload object files
  155. configure:4836: result: -r
  156. configure:4910: checking for objdump
  157. configure:4926: found /usr/bin/objdump
  158. configure:4937: result: objdump
  159. configure:4969: checking how to recognize dependent libraries
  160. configure:5167: result: pass_all
  161. configure:5252: checking for dlltool
  162. configure:5282: result: no
  163. configure:5312: checking how to associate runtime and link libraries
  164. configure:5339: result: printf %s\n
  165. configure:5400: checking for ar
  166. configure:5416: found /usr/bin/ar
  167. configure:5427: result: ar
  168. configure:5464: checking for archiver @FILE support
  169. configure:5481: gcc -c -g -O2 conftest.c >&5
  170. configure:5481: $? = 0
  171. configure:5484: ar cru libconftest.a @conftest.lst >&5
  172. configure:5487: $? = 0
  173. configure:5492: ar cru libconftest.a @conftest.lst >&5
  174. ar: conftest.o: No such file or directory
  175. configure:5495: $? = 1
  176. configure:5507: result: @
  177. configure:5565: checking for strip
  178. configure:5581: found /usr/bin/strip
  179. configure:5592: result: strip
  180. configure:5664: checking for ranlib
  181. configure:5680: found /usr/bin/ranlib
  182. configure:5691: result: ranlib
  183. configure:5793: checking command to parse /usr/bin/nm -B output from gcc object
  184. configure:5913: gcc -c -g -O2 conftest.c >&5
  185. configure:5916: $? = 0
  186. configure:5920: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  187. configure:5923: $? = 0
  188. configure:5989: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  189. configure:5992: $? = 0
  190. configure:6030: result: ok
  191. configure:6067: checking for sysroot
  192. configure:6097: result: no
  193. configure:6174: gcc -c -g -O2 conftest.c >&5
  194. configure:6177: $? = 0
  195. configure:6366: checking for mt
  196. configure:6396: result: no
  197. configure:6416: checking if : is a manifest tool
  198. configure:6422: : '-?'
  199. configure:6430: result: no
  200. configure:7072: checking how to run the C preprocessor
  201. configure:7103: gcc -E conftest.c
  202. configure:7103: $? = 0
  203. configure:7117: gcc -E conftest.c
  204. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  205. #include <ac_nonexistent.h>
  206. ^
  207. compilation terminated.
  208. configure:7117: $? = 1
  209. configure: failed program was:
  210. | /* confdefs.h */
  211. | #define PACKAGE_NAME "libcsv"
  212. | #define PACKAGE_TARNAME "libcsv"
  213. | #define PACKAGE_VERSION "3.0.3"
  214. | #define PACKAGE_STRING "libcsv 3.0.3"
  215. | #define PACKAGE_BUGREPORT "rgamble99@gmail.com"
  216. | #define PACKAGE_URL "https://github.com/rgamble/libcsv"
  217. | #define PACKAGE "libcsv"
  218. | #define VERSION "3.0.3"
  219. | /* end confdefs.h. */
  220. | #include <ac_nonexistent.h>
  221. configure:7142: result: gcc -E
  222. configure:7162: gcc -E conftest.c
  223. configure:7162: $? = 0
  224. configure:7176: gcc -E conftest.c
  225. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  226. #include <ac_nonexistent.h>
  227. ^
  228. compilation terminated.
  229. configure:7176: $? = 1
  230. configure: failed program was:
  231. | /* confdefs.h */
  232. | #define PACKAGE_NAME "libcsv"
  233. | #define PACKAGE_TARNAME "libcsv"
  234. | #define PACKAGE_VERSION "3.0.3"
  235. | #define PACKAGE_STRING "libcsv 3.0.3"
  236. | #define PACKAGE_BUGREPORT "rgamble99@gmail.com"
  237. | #define PACKAGE_URL "https://github.com/rgamble/libcsv"
  238. | #define PACKAGE "libcsv"
  239. | #define VERSION "3.0.3"
  240. | /* end confdefs.h. */
  241. | #include <ac_nonexistent.h>
  242. configure:7205: checking for ANSI C header files
  243. configure:7225: gcc -c -g -O2 conftest.c >&5
  244. configure:7225: $? = 0
  245. configure:7298: gcc -o conftest -g -O2 conftest.c >&5
  246. configure:7298: $? = 0
  247. configure:7298: ./conftest
  248. configure:7298: $? = 0
  249. configure:7309: result: yes
  250. configure:7322: checking for sys/types.h
  251. configure:7322: gcc -c -g -O2 conftest.c >&5
  252. configure:7322: $? = 0
  253. configure:7322: result: yes
  254. configure:7322: checking for sys/stat.h
  255. configure:7322: gcc -c -g -O2 conftest.c >&5
  256. configure:7322: $? = 0
  257. configure:7322: result: yes
  258. configure:7322: checking for stdlib.h
  259. configure:7322: gcc -c -g -O2 conftest.c >&5
  260. configure:7322: $? = 0
  261. configure:7322: result: yes
  262. configure:7322: checking for string.h
  263. configure:7322: gcc -c -g -O2 conftest.c >&5
  264. configure:7322: $? = 0
  265. configure:7322: result: yes
  266. configure:7322: checking for memory.h
  267. configure:7322: gcc -c -g -O2 conftest.c >&5
  268. configure:7322: $? = 0
  269. configure:7322: result: yes
  270. configure:7322: checking for strings.h
  271. configure:7322: gcc -c -g -O2 conftest.c >&5
  272. configure:7322: $? = 0
  273. configure:7322: result: yes
  274. configure:7322: checking for inttypes.h
  275. configure:7322: gcc -c -g -O2 conftest.c >&5
  276. configure:7322: $? = 0
  277. configure:7322: result: yes
  278. configure:7322: checking for stdint.h
  279. configure:7322: gcc -c -g -O2 conftest.c >&5
  280. configure:7322: $? = 0
  281. configure:7322: result: yes
  282. configure:7322: checking for unistd.h
  283. configure:7322: gcc -c -g -O2 conftest.c >&5
  284. configure:7322: $? = 0
  285. configure:7322: result: yes
  286. configure:7336: checking for dlfcn.h
  287. configure:7336: gcc -c -g -O2 conftest.c >&5
  288. configure:7336: $? = 0
  289. configure:7336: result: yes
  290. configure:7542: checking for objdir
  291. configure:7557: result: .libs
  292. configure:7828: checking if gcc supports -fno-rtti -fno-exceptions
  293. configure:7846: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  294. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  295. configure:7850: $? = 0
  296. configure:7863: result: no
  297. configure:8190: checking for gcc option to produce PIC
  298. configure:8197: result: -fPIC -DPIC
  299. configure:8205: checking if gcc PIC flag -fPIC -DPIC works
  300. configure:8223: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  301. configure:8227: $? = 0
  302. configure:8240: result: yes
  303. configure:8269: checking if gcc static flag -static works
  304. configure:8297: result: no
  305. configure:8312: checking if gcc supports -c -o file.o
  306. configure:8333: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  307. configure:8337: $? = 0
  308. configure:8359: result: yes
  309. configure:8367: checking if gcc supports -c -o file.o
  310. configure:8414: result: yes
  311. configure:8447: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  312. configure:9604: result: yes
  313. configure:9641: checking whether -lc should be explicitly linked in
  314. configure:9649: gcc -c -g -O2 conftest.c >&5
  315. configure:9652: $? = 0
  316. configure:9667: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
  317. configure:9670: $? = 0
  318. configure:9684: result: no
  319. configure:9844: checking dynamic linker characteristics
  320. configure:10344: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  321. configure:10344: $? = 0
  322. configure:10578: result: GNU/Linux ld.so
  323. configure:10685: checking how to hardcode library paths into programs
  324. configure:10710: result: immediate
  325. configure:11250: checking whether stripping libraries is possible
  326. configure:11255: result: yes
  327. configure:11290: checking if libtool supports shared libraries
  328. configure:11292: result: yes
  329. configure:11295: checking whether to build shared libraries
  330. configure:11316: result: yes
  331. configure:11319: checking whether to build static libraries
  332. configure:11323: result: yes
  333. configure:11510: checking that generated files are newer than configure
  334. configure:11516: result: done
  335. configure:11539: creating ./config.status
  336. ## ---------------------- ##
  337. ## Running config.status. ##
  338. ## ---------------------- ##
  339. This file was extended by libcsv config.status 3.0.3, which was
  340. generated by GNU Autoconf 2.69. Invocation command line was
  341. CONFIG_FILES =
  342. CONFIG_HEADERS =
  343. CONFIG_LINKS =
  344. CONFIG_COMMANDS =
  345. $ ./config.status
  346. on sensor.lesprojekt.cz
  347. config.status:1004: creating Makefile
  348. config.status:1176: executing depfiles commands
  349. config.status:1176: executing libtool commands
  350. ## ---------------- ##
  351. ## Cache variables. ##
  352. ## ---------------- ##
  353. ac_cv_build=x86_64-unknown-linux-gnu
  354. ac_cv_c_compiler_gnu=yes
  355. ac_cv_env_CC_set=
  356. ac_cv_env_CC_value=
  357. ac_cv_env_CFLAGS_set=
  358. ac_cv_env_CFLAGS_value=
  359. ac_cv_env_CPPFLAGS_set=
  360. ac_cv_env_CPPFLAGS_value=
  361. ac_cv_env_CPP_set=
  362. ac_cv_env_CPP_value=
  363. ac_cv_env_LDFLAGS_set=
  364. ac_cv_env_LDFLAGS_value=
  365. ac_cv_env_LIBS_set=
  366. ac_cv_env_LIBS_value=
  367. ac_cv_env_build_alias_set=
  368. ac_cv_env_build_alias_value=
  369. ac_cv_env_host_alias_set=
  370. ac_cv_env_host_alias_value=
  371. ac_cv_env_target_alias_set=
  372. ac_cv_env_target_alias_value=
  373. ac_cv_header_dlfcn_h=yes
  374. ac_cv_header_inttypes_h=yes
  375. ac_cv_header_memory_h=yes
  376. ac_cv_header_stdc=yes
  377. ac_cv_header_stdint_h=yes
  378. ac_cv_header_stdlib_h=yes
  379. ac_cv_header_string_h=yes
  380. ac_cv_header_strings_h=yes
  381. ac_cv_header_sys_stat_h=yes
  382. ac_cv_header_sys_types_h=yes
  383. ac_cv_header_unistd_h=yes
  384. ac_cv_host=x86_64-unknown-linux-gnu
  385. ac_cv_objext=o
  386. ac_cv_path_EGREP='/usr/bin/grep -E'
  387. ac_cv_path_FGREP='/usr/bin/grep -F'
  388. ac_cv_path_GREP=/usr/bin/grep
  389. ac_cv_path_SED=/usr/bin/sed
  390. ac_cv_path_install='/usr/bin/install -c'
  391. ac_cv_path_mkdir=/usr/bin/mkdir
  392. ac_cv_prog_AWK=gawk
  393. ac_cv_prog_CPP='gcc -E'
  394. ac_cv_prog_ac_ct_AR=ar
  395. ac_cv_prog_ac_ct_CC=gcc
  396. ac_cv_prog_ac_ct_OBJDUMP=objdump
  397. ac_cv_prog_ac_ct_RANLIB=ranlib
  398. ac_cv_prog_ac_ct_STRIP=strip
  399. ac_cv_prog_cc_c89=
  400. ac_cv_prog_cc_g=yes
  401. ac_cv_prog_make_make_set=yes
  402. am_cv_CC_dependencies_compiler_type=gcc3
  403. am_cv_make_support_nested_variables=yes
  404. am_cv_prog_cc_c_o=yes
  405. lt_cv_ar_at_file=@
  406. lt_cv_archive_cmds_need_lc=no
  407. lt_cv_deplibs_check_method=pass_all
  408. lt_cv_file_magic_cmd='$MAGIC_CMD'
  409. lt_cv_file_magic_test_file=
  410. lt_cv_ld_reload_flag=-r
  411. lt_cv_nm_interface='BSD nm'
  412. lt_cv_objdir=.libs
  413. lt_cv_path_LD=/usr/bin/ld
  414. lt_cv_path_NM='/usr/bin/nm -B'
  415. lt_cv_path_mainfest_tool=no
  416. lt_cv_prog_compiler_c_o=yes
  417. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  418. lt_cv_prog_compiler_pic_works=yes
  419. lt_cv_prog_compiler_rtti_exceptions=no
  420. lt_cv_prog_compiler_static_works=no
  421. lt_cv_prog_gnu_ld=yes
  422. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  423. lt_cv_shlibpath_overrides_runpath=no
  424. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  425. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  426. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  427. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  428. lt_cv_sys_max_cmd_len=1572864
  429. lt_cv_to_host_file_cmd=func_convert_file_noop
  430. lt_cv_to_tool_file_cmd=func_convert_file_noop
  431. ## ----------------- ##
  432. ## Output variables. ##
  433. ## ----------------- ##
  434. ACLOCAL='${SHELL} /home/mara/work/feeder/feeder_lib/csv/libcsv/missing aclocal-1.14'
  435. AMDEPBACKSLASH='\'
  436. AMDEP_FALSE='#'
  437. AMDEP_TRUE=''
  438. AMTAR='$${TAR-tar}'
  439. AM_BACKSLASH='\'
  440. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  441. AM_DEFAULT_VERBOSITY='1'
  442. AM_V='$(V)'
  443. AR='ar'
  444. AUTOCONF='${SHELL} /home/mara/work/feeder/feeder_lib/csv/libcsv/missing autoconf'
  445. AUTOHEADER='${SHELL} /home/mara/work/feeder/feeder_lib/csv/libcsv/missing autoheader'
  446. AUTOMAKE='${SHELL} /home/mara/work/feeder/feeder_lib/csv/libcsv/missing automake-1.14'
  447. AWK='gawk'
  448. CC='gcc'
  449. CCDEPMODE='depmode=gcc3'
  450. CFLAGS='-g -O2'
  451. CPP='gcc -E'
  452. CPPFLAGS=''
  453. CYGPATH_W='echo'
  454. DEFS='-DPACKAGE_NAME=\"libcsv\" -DPACKAGE_TARNAME=\"libcsv\" -DPACKAGE_VERSION=\"3.0.3\" -DPACKAGE_STRING=\"libcsv\ 3.0.3\" -DPACKAGE_BUGREPORT=\"rgamble99@gmail.com\" -DPACKAGE_URL=\"https://github.com/rgamble/libcsv\" -DPACKAGE=\"libcsv\" -DVERSION=\"3.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"'
  455. DEPDIR='.deps'
  456. DLLTOOL='false'
  457. DSYMUTIL=''
  458. DUMPBIN=''
  459. ECHO_C=''
  460. ECHO_N='-n'
  461. ECHO_T=''
  462. EGREP='/usr/bin/grep -E'
  463. EXEEXT=''
  464. FGREP='/usr/bin/grep -F'
  465. GREP='/usr/bin/grep'
  466. INSTALL_DATA='${INSTALL} -m 644'
  467. INSTALL_PROGRAM='${INSTALL}'
  468. INSTALL_SCRIPT='${INSTALL}'
  469. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  470. LD='/usr/bin/ld -m elf_x86_64'
  471. LDFLAGS=''
  472. LIBOBJS=''
  473. LIBS=''
  474. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  475. LIPO=''
  476. LN_S='ln -s'
  477. LTLIBOBJS=''
  478. MAKEINFO='${SHELL} /home/mara/work/feeder/feeder_lib/csv/libcsv/missing makeinfo'
  479. MANIFEST_TOOL=':'
  480. MKDIR_P='/usr/bin/mkdir -p'
  481. NM='/usr/bin/nm -B'
  482. NMEDIT=''
  483. OBJDUMP='objdump'
  484. OBJEXT='o'
  485. OTOOL64=''
  486. OTOOL=''
  487. PACKAGE='libcsv'
  488. PACKAGE_BUGREPORT='rgamble99@gmail.com'
  489. PACKAGE_NAME='libcsv'
  490. PACKAGE_STRING='libcsv 3.0.3'
  491. PACKAGE_TARNAME='libcsv'
  492. PACKAGE_URL='https://github.com/rgamble/libcsv'
  493. PACKAGE_VERSION='3.0.3'
  494. PATH_SEPARATOR=':'
  495. RANLIB='ranlib'
  496. SED='/usr/bin/sed'
  497. SET_MAKE=''
  498. SHELL='/bin/sh'
  499. STRIP='strip'
  500. VERSION='3.0.3'
  501. ac_ct_AR='ar'
  502. ac_ct_CC='gcc'
  503. ac_ct_DUMPBIN=''
  504. am__EXEEXT_FALSE=''
  505. am__EXEEXT_TRUE='#'
  506. am__fastdepCC_FALSE='#'
  507. am__fastdepCC_TRUE=''
  508. am__include='include'
  509. am__isrc=''
  510. am__leading_dot='.'
  511. am__nodep='_no'
  512. am__quote=''
  513. am__tar='$${TAR-tar} chof - "$$tardir"'
  514. am__untar='$${TAR-tar} xf -'
  515. bindir='${exec_prefix}/bin'
  516. build='x86_64-unknown-linux-gnu'
  517. build_alias=''
  518. build_cpu='x86_64'
  519. build_os='linux-gnu'
  520. build_vendor='unknown'
  521. datadir='${datarootdir}'
  522. datarootdir='${prefix}/share'
  523. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  524. dvidir='${docdir}'
  525. exec_prefix='${prefix}'
  526. host='x86_64-unknown-linux-gnu'
  527. host_alias=''
  528. host_cpu='x86_64'
  529. host_os='linux-gnu'
  530. host_vendor='unknown'
  531. htmldir='${docdir}'
  532. includedir='${prefix}/include'
  533. infodir='${datarootdir}/info'
  534. install_sh='${SHELL} /home/mara/work/feeder/feeder_lib/csv/libcsv/install-sh'
  535. libdir='${exec_prefix}/lib'
  536. libexecdir='${exec_prefix}/libexec'
  537. localedir='${datarootdir}/locale'
  538. localstatedir='${prefix}/var'
  539. mandir='${datarootdir}/man'
  540. mkdir_p='$(MKDIR_P)'
  541. oldincludedir='/usr/include'
  542. pdfdir='${docdir}'
  543. prefix='/usr/local'
  544. program_transform_name='s,x,x,'
  545. psdir='${docdir}'
  546. sbindir='${exec_prefix}/sbin'
  547. sharedstatedir='${prefix}/com'
  548. sysconfdir='${prefix}/etc'
  549. target_alias=''
  550. ## ----------- ##
  551. ## confdefs.h. ##
  552. ## ----------- ##
  553. /* confdefs.h */
  554. #define PACKAGE_NAME "libcsv"
  555. #define PACKAGE_TARNAME "libcsv"
  556. #define PACKAGE_VERSION "3.0.3"
  557. #define PACKAGE_STRING "libcsv 3.0.3"
  558. #define PACKAGE_BUGREPORT "rgamble99@gmail.com"
  559. #define PACKAGE_URL "https://github.com/rgamble/libcsv"
  560. #define PACKAGE "libcsv"
  561. #define VERSION "3.0.3"
  562. #define STDC_HEADERS 1
  563. #define HAVE_SYS_TYPES_H 1
  564. #define HAVE_SYS_STAT_H 1
  565. #define HAVE_STDLIB_H 1
  566. #define HAVE_STRING_H 1
  567. #define HAVE_MEMORY_H 1
  568. #define HAVE_STRINGS_H 1
  569. #define HAVE_INTTYPES_H 1
  570. #define HAVE_STDINT_H 1
  571. #define HAVE_UNISTD_H 1
  572. #define HAVE_DLFCN_H 1
  573. #define LT_OBJDIR ".libs/"
  574. configure: exit 0