| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597 |
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- It was created by libcsv configure 3.0.3, which was
- generated by GNU Autoconf 2.69. Invocation command line was
- $ ./configure
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = sensor.lesprojekt.cz
- uname -m = x86_64
- uname -r = 3.10.0-957.1.3.el7.x86_64
- uname -s = Linux
- uname -v = #1 SMP Thu Nov 29 14:49:43 UTC 2018
- /usr/bin/uname -p = x86_64
- /bin/uname -X = unknown
- /bin/arch = x86_64
- /usr/bin/arch -k = unknown
- /usr/convex/getsysinfo = unknown
- /usr/bin/hostinfo = unknown
- /bin/machine = unknown
- /usr/bin/oslevel = unknown
- /bin/universe = unknown
- PATH: /usr/local/bin
- PATH: /usr/bin
- PATH: /usr/local/sbin
- PATH: /usr/sbin
- PATH: /home/mara/.local/bin
- PATH: /home/mara/bin
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:2161: checking for a BSD-compatible install
- configure:2229: result: /usr/bin/install -c
- configure:2240: checking whether build environment is sane
- configure:2295: result: yes
- configure:2446: checking for a thread-safe mkdir -p
- configure:2485: result: /usr/bin/mkdir -p
- configure:2492: checking for gawk
- configure:2508: found /usr/bin/gawk
- configure:2519: result: gawk
- configure:2530: checking whether make sets $(MAKE)
- configure:2552: result: yes
- configure:2581: checking whether make supports nested variables
- configure:2598: result: yes
- configure:2771: checking for gcc
- configure:2787: found /usr/bin/gcc
- configure:2798: result: gcc
- configure:3027: checking for C compiler version
- configure:3036: gcc --version >&5
- gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-36)
- Copyright (C) 2015 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- configure:3047: $? = 0
- configure:3036: gcc -v >&5
- Using built-in specs.
- COLLECT_GCC=gcc
- COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
- Target: x86_64-redhat-linux
- 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
- Thread model: posix
- gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC)
- configure:3047: $? = 0
- configure:3036: gcc -V >&5
- gcc: error: unrecognized command line option '-V'
- gcc: fatal error: no input files
- compilation terminated.
- configure:3047: $? = 4
- configure:3036: gcc -qversion >&5
- gcc: error: unrecognized command line option '-qversion'
- gcc: fatal error: no input files
- compilation terminated.
- configure:3047: $? = 4
- configure:3067: checking whether the C compiler works
- configure:3089: gcc conftest.c >&5
- configure:3093: $? = 0
- configure:3141: result: yes
- configure:3144: checking for C compiler default output file name
- configure:3146: result: a.out
- configure:3152: checking for suffix of executables
- configure:3159: gcc -o conftest conftest.c >&5
- configure:3163: $? = 0
- configure:3185: result:
- configure:3207: checking whether we are cross compiling
- configure:3215: gcc -o conftest conftest.c >&5
- configure:3219: $? = 0
- configure:3226: ./conftest
- configure:3230: $? = 0
- configure:3245: result: no
- configure:3250: checking for suffix of object files
- configure:3272: gcc -c conftest.c >&5
- configure:3276: $? = 0
- configure:3297: result: o
- configure:3301: checking whether we are using the GNU C compiler
- configure:3320: gcc -c conftest.c >&5
- configure:3320: $? = 0
- configure:3329: result: yes
- configure:3338: checking whether gcc accepts -g
- configure:3358: gcc -c -g conftest.c >&5
- configure:3358: $? = 0
- configure:3399: result: yes
- configure:3416: checking for gcc option to accept ISO C89
- configure:3479: gcc -c -g -O2 conftest.c >&5
- configure:3479: $? = 0
- configure:3492: result: none needed
- configure:3517: checking whether gcc understands -c and -o together
- configure:3539: gcc -c conftest.c -o conftest2.o
- configure:3542: $? = 0
- configure:3539: gcc -c conftest.c -o conftest2.o
- configure:3542: $? = 0
- configure:3554: result: yes
- configure:3582: checking for style of include used by make
- configure:3610: result: GNU
- configure:3636: checking dependency style of gcc
- configure:3747: result: gcc3
- configure:3792: checking build system type
- configure:3806: result: x86_64-unknown-linux-gnu
- configure:3826: checking host system type
- configure:3839: result: x86_64-unknown-linux-gnu
- configure:3880: checking how to print strings
- configure:3907: result: printf
- configure:3928: checking for a sed that does not truncate output
- configure:3992: result: /usr/bin/sed
- configure:4010: checking for grep that handles long lines and -e
- configure:4068: result: /usr/bin/grep
- configure:4073: checking for egrep
- configure:4135: result: /usr/bin/grep -E
- configure:4140: checking for fgrep
- configure:4202: result: /usr/bin/grep -F
- configure:4237: checking for ld used by gcc
- configure:4304: result: /usr/bin/ld
- configure:4311: checking if the linker (/usr/bin/ld) is GNU ld
- configure:4326: result: yes
- configure:4338: checking for BSD- or MS-compatible name lister (nm)
- configure:4387: result: /usr/bin/nm -B
- configure:4517: checking the name lister (/usr/bin/nm -B) interface
- configure:4524: gcc -c -g -O2 conftest.c >&5
- configure:4527: /usr/bin/nm -B "conftest.o"
- configure:4530: output
- 0000000000000000 B some_variable
- configure:4537: result: BSD nm
- configure:4540: checking whether ln -s works
- configure:4544: result: yes
- configure:4552: checking the maximum length of command line arguments
- configure:4683: result: 1572864
- configure:4700: checking whether the shell understands some XSI constructs
- configure:4710: result: yes
- configure:4714: checking whether the shell understands "+="
- configure:4720: result: yes
- configure:4755: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
- configure:4795: result: func_convert_file_noop
- configure:4802: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
- configure:4822: result: func_convert_file_noop
- configure:4829: checking for /usr/bin/ld option to reload object files
- configure:4836: result: -r
- configure:4910: checking for objdump
- configure:4926: found /usr/bin/objdump
- configure:4937: result: objdump
- configure:4969: checking how to recognize dependent libraries
- configure:5167: result: pass_all
- configure:5252: checking for dlltool
- configure:5282: result: no
- configure:5312: checking how to associate runtime and link libraries
- configure:5339: result: printf %s\n
- configure:5400: checking for ar
- configure:5416: found /usr/bin/ar
- configure:5427: result: ar
- configure:5464: checking for archiver @FILE support
- configure:5481: gcc -c -g -O2 conftest.c >&5
- configure:5481: $? = 0
- configure:5484: ar cru libconftest.a @conftest.lst >&5
- configure:5487: $? = 0
- configure:5492: ar cru libconftest.a @conftest.lst >&5
- ar: conftest.o: No such file or directory
- configure:5495: $? = 1
- configure:5507: result: @
- configure:5565: checking for strip
- configure:5581: found /usr/bin/strip
- configure:5592: result: strip
- configure:5664: checking for ranlib
- configure:5680: found /usr/bin/ranlib
- configure:5691: result: ranlib
- configure:5793: checking command to parse /usr/bin/nm -B output from gcc object
- configure:5913: gcc -c -g -O2 conftest.c >&5
- configure:5916: $? = 0
- 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
- configure:5923: $? = 0
- configure:5989: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
- configure:5992: $? = 0
- configure:6030: result: ok
- configure:6067: checking for sysroot
- configure:6097: result: no
- configure:6174: gcc -c -g -O2 conftest.c >&5
- configure:6177: $? = 0
- configure:6366: checking for mt
- configure:6396: result: no
- configure:6416: checking if : is a manifest tool
- configure:6422: : '-?'
- configure:6430: result: no
- configure:7072: checking how to run the C preprocessor
- configure:7103: gcc -E conftest.c
- configure:7103: $? = 0
- configure:7117: gcc -E conftest.c
- conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
- #include <ac_nonexistent.h>
- ^
- compilation terminated.
- configure:7117: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "libcsv"
- | #define PACKAGE_TARNAME "libcsv"
- | #define PACKAGE_VERSION "3.0.3"
- | #define PACKAGE_STRING "libcsv 3.0.3"
- | #define PACKAGE_BUGREPORT "rgamble99@gmail.com"
- | #define PACKAGE_URL "https://github.com/rgamble/libcsv"
- | #define PACKAGE "libcsv"
- | #define VERSION "3.0.3"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:7142: result: gcc -E
- configure:7162: gcc -E conftest.c
- configure:7162: $? = 0
- configure:7176: gcc -E conftest.c
- conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
- #include <ac_nonexistent.h>
- ^
- compilation terminated.
- configure:7176: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "libcsv"
- | #define PACKAGE_TARNAME "libcsv"
- | #define PACKAGE_VERSION "3.0.3"
- | #define PACKAGE_STRING "libcsv 3.0.3"
- | #define PACKAGE_BUGREPORT "rgamble99@gmail.com"
- | #define PACKAGE_URL "https://github.com/rgamble/libcsv"
- | #define PACKAGE "libcsv"
- | #define VERSION "3.0.3"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:7205: checking for ANSI C header files
- configure:7225: gcc -c -g -O2 conftest.c >&5
- configure:7225: $? = 0
- configure:7298: gcc -o conftest -g -O2 conftest.c >&5
- configure:7298: $? = 0
- configure:7298: ./conftest
- configure:7298: $? = 0
- configure:7309: result: yes
- configure:7322: checking for sys/types.h
- configure:7322: gcc -c -g -O2 conftest.c >&5
- configure:7322: $? = 0
- configure:7322: result: yes
- configure:7322: checking for sys/stat.h
- configure:7322: gcc -c -g -O2 conftest.c >&5
- configure:7322: $? = 0
- configure:7322: result: yes
- configure:7322: checking for stdlib.h
- configure:7322: gcc -c -g -O2 conftest.c >&5
- configure:7322: $? = 0
- configure:7322: result: yes
- configure:7322: checking for string.h
- configure:7322: gcc -c -g -O2 conftest.c >&5
- configure:7322: $? = 0
- configure:7322: result: yes
- configure:7322: checking for memory.h
- configure:7322: gcc -c -g -O2 conftest.c >&5
- configure:7322: $? = 0
- configure:7322: result: yes
- configure:7322: checking for strings.h
- configure:7322: gcc -c -g -O2 conftest.c >&5
- configure:7322: $? = 0
- configure:7322: result: yes
- configure:7322: checking for inttypes.h
- configure:7322: gcc -c -g -O2 conftest.c >&5
- configure:7322: $? = 0
- configure:7322: result: yes
- configure:7322: checking for stdint.h
- configure:7322: gcc -c -g -O2 conftest.c >&5
- configure:7322: $? = 0
- configure:7322: result: yes
- configure:7322: checking for unistd.h
- configure:7322: gcc -c -g -O2 conftest.c >&5
- configure:7322: $? = 0
- configure:7322: result: yes
- configure:7336: checking for dlfcn.h
- configure:7336: gcc -c -g -O2 conftest.c >&5
- configure:7336: $? = 0
- configure:7336: result: yes
- configure:7542: checking for objdir
- configure:7557: result: .libs
- configure:7828: checking if gcc supports -fno-rtti -fno-exceptions
- configure:7846: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
- cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
- configure:7850: $? = 0
- configure:7863: result: no
- configure:8190: checking for gcc option to produce PIC
- configure:8197: result: -fPIC -DPIC
- configure:8205: checking if gcc PIC flag -fPIC -DPIC works
- configure:8223: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
- configure:8227: $? = 0
- configure:8240: result: yes
- configure:8269: checking if gcc static flag -static works
- configure:8297: result: no
- configure:8312: checking if gcc supports -c -o file.o
- configure:8333: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
- configure:8337: $? = 0
- configure:8359: result: yes
- configure:8367: checking if gcc supports -c -o file.o
- configure:8414: result: yes
- configure:8447: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
- configure:9604: result: yes
- configure:9641: checking whether -lc should be explicitly linked in
- configure:9649: gcc -c -g -O2 conftest.c >&5
- configure:9652: $? = 0
- 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
- configure:9670: $? = 0
- configure:9684: result: no
- configure:9844: checking dynamic linker characteristics
- configure:10344: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
- configure:10344: $? = 0
- configure:10578: result: GNU/Linux ld.so
- configure:10685: checking how to hardcode library paths into programs
- configure:10710: result: immediate
- configure:11250: checking whether stripping libraries is possible
- configure:11255: result: yes
- configure:11290: checking if libtool supports shared libraries
- configure:11292: result: yes
- configure:11295: checking whether to build shared libraries
- configure:11316: result: yes
- configure:11319: checking whether to build static libraries
- configure:11323: result: yes
- configure:11510: checking that generated files are newer than configure
- configure:11516: result: done
- configure:11539: creating ./config.status
- ## ---------------------- ##
- ## Running config.status. ##
- ## ---------------------- ##
- This file was extended by libcsv config.status 3.0.3, which was
- generated by GNU Autoconf 2.69. Invocation command line was
- CONFIG_FILES =
- CONFIG_HEADERS =
- CONFIG_LINKS =
- CONFIG_COMMANDS =
- $ ./config.status
- on sensor.lesprojekt.cz
- config.status:1004: creating Makefile
- config.status:1176: executing depfiles commands
- config.status:1176: executing libtool commands
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
- ac_cv_build=x86_64-unknown-linux-gnu
- ac_cv_c_compiler_gnu=yes
- ac_cv_env_CC_set=
- ac_cv_env_CC_value=
- ac_cv_env_CFLAGS_set=
- ac_cv_env_CFLAGS_value=
- ac_cv_env_CPPFLAGS_set=
- ac_cv_env_CPPFLAGS_value=
- ac_cv_env_CPP_set=
- ac_cv_env_CPP_value=
- ac_cv_env_LDFLAGS_set=
- ac_cv_env_LDFLAGS_value=
- ac_cv_env_LIBS_set=
- ac_cv_env_LIBS_value=
- ac_cv_env_build_alias_set=
- ac_cv_env_build_alias_value=
- ac_cv_env_host_alias_set=
- ac_cv_env_host_alias_value=
- ac_cv_env_target_alias_set=
- ac_cv_env_target_alias_value=
- ac_cv_header_dlfcn_h=yes
- ac_cv_header_inttypes_h=yes
- ac_cv_header_memory_h=yes
- ac_cv_header_stdc=yes
- ac_cv_header_stdint_h=yes
- ac_cv_header_stdlib_h=yes
- ac_cv_header_string_h=yes
- ac_cv_header_strings_h=yes
- ac_cv_header_sys_stat_h=yes
- ac_cv_header_sys_types_h=yes
- ac_cv_header_unistd_h=yes
- ac_cv_host=x86_64-unknown-linux-gnu
- ac_cv_objext=o
- ac_cv_path_EGREP='/usr/bin/grep -E'
- ac_cv_path_FGREP='/usr/bin/grep -F'
- ac_cv_path_GREP=/usr/bin/grep
- ac_cv_path_SED=/usr/bin/sed
- ac_cv_path_install='/usr/bin/install -c'
- ac_cv_path_mkdir=/usr/bin/mkdir
- ac_cv_prog_AWK=gawk
- ac_cv_prog_CPP='gcc -E'
- ac_cv_prog_ac_ct_AR=ar
- ac_cv_prog_ac_ct_CC=gcc
- ac_cv_prog_ac_ct_OBJDUMP=objdump
- ac_cv_prog_ac_ct_RANLIB=ranlib
- ac_cv_prog_ac_ct_STRIP=strip
- ac_cv_prog_cc_c89=
- ac_cv_prog_cc_g=yes
- ac_cv_prog_make_make_set=yes
- am_cv_CC_dependencies_compiler_type=gcc3
- am_cv_make_support_nested_variables=yes
- am_cv_prog_cc_c_o=yes
- lt_cv_ar_at_file=@
- lt_cv_archive_cmds_need_lc=no
- lt_cv_deplibs_check_method=pass_all
- lt_cv_file_magic_cmd='$MAGIC_CMD'
- lt_cv_file_magic_test_file=
- lt_cv_ld_reload_flag=-r
- lt_cv_nm_interface='BSD nm'
- lt_cv_objdir=.libs
- lt_cv_path_LD=/usr/bin/ld
- lt_cv_path_NM='/usr/bin/nm -B'
- lt_cv_path_mainfest_tool=no
- lt_cv_prog_compiler_c_o=yes
- lt_cv_prog_compiler_pic='-fPIC -DPIC'
- lt_cv_prog_compiler_pic_works=yes
- lt_cv_prog_compiler_rtti_exceptions=no
- lt_cv_prog_compiler_static_works=no
- lt_cv_prog_gnu_ld=yes
- lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
- lt_cv_shlibpath_overrides_runpath=no
- 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'\'''
- lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
- 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'\'''
- lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
- lt_cv_sys_max_cmd_len=1572864
- lt_cv_to_host_file_cmd=func_convert_file_noop
- lt_cv_to_tool_file_cmd=func_convert_file_noop
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- ACLOCAL='${SHELL} /home/mara/work/feeder/feeder_lib/csv/libcsv/missing aclocal-1.14'
- AMDEPBACKSLASH='\'
- AMDEP_FALSE='#'
- AMDEP_TRUE=''
- AMTAR='$${TAR-tar}'
- AM_BACKSLASH='\'
- AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
- AM_DEFAULT_VERBOSITY='1'
- AM_V='$(V)'
- AR='ar'
- AUTOCONF='${SHELL} /home/mara/work/feeder/feeder_lib/csv/libcsv/missing autoconf'
- AUTOHEADER='${SHELL} /home/mara/work/feeder/feeder_lib/csv/libcsv/missing autoheader'
- AUTOMAKE='${SHELL} /home/mara/work/feeder/feeder_lib/csv/libcsv/missing automake-1.14'
- AWK='gawk'
- CC='gcc'
- CCDEPMODE='depmode=gcc3'
- CFLAGS='-g -O2'
- CPP='gcc -E'
- CPPFLAGS=''
- CYGPATH_W='echo'
- 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/\"'
- DEPDIR='.deps'
- DLLTOOL='false'
- DSYMUTIL=''
- DUMPBIN=''
- ECHO_C=''
- ECHO_N='-n'
- ECHO_T=''
- EGREP='/usr/bin/grep -E'
- EXEEXT=''
- FGREP='/usr/bin/grep -F'
- GREP='/usr/bin/grep'
- INSTALL_DATA='${INSTALL} -m 644'
- INSTALL_PROGRAM='${INSTALL}'
- INSTALL_SCRIPT='${INSTALL}'
- INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
- LD='/usr/bin/ld -m elf_x86_64'
- LDFLAGS=''
- LIBOBJS=''
- LIBS=''
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
- LIPO=''
- LN_S='ln -s'
- LTLIBOBJS=''
- MAKEINFO='${SHELL} /home/mara/work/feeder/feeder_lib/csv/libcsv/missing makeinfo'
- MANIFEST_TOOL=':'
- MKDIR_P='/usr/bin/mkdir -p'
- NM='/usr/bin/nm -B'
- NMEDIT=''
- OBJDUMP='objdump'
- OBJEXT='o'
- OTOOL64=''
- OTOOL=''
- PACKAGE='libcsv'
- PACKAGE_BUGREPORT='rgamble99@gmail.com'
- PACKAGE_NAME='libcsv'
- PACKAGE_STRING='libcsv 3.0.3'
- PACKAGE_TARNAME='libcsv'
- PACKAGE_URL='https://github.com/rgamble/libcsv'
- PACKAGE_VERSION='3.0.3'
- PATH_SEPARATOR=':'
- RANLIB='ranlib'
- SED='/usr/bin/sed'
- SET_MAKE=''
- SHELL='/bin/sh'
- STRIP='strip'
- VERSION='3.0.3'
- ac_ct_AR='ar'
- ac_ct_CC='gcc'
- ac_ct_DUMPBIN=''
- am__EXEEXT_FALSE=''
- am__EXEEXT_TRUE='#'
- am__fastdepCC_FALSE='#'
- am__fastdepCC_TRUE=''
- am__include='include'
- am__isrc=''
- am__leading_dot='.'
- am__nodep='_no'
- am__quote=''
- am__tar='$${TAR-tar} chof - "$$tardir"'
- am__untar='$${TAR-tar} xf -'
- bindir='${exec_prefix}/bin'
- build='x86_64-unknown-linux-gnu'
- build_alias=''
- build_cpu='x86_64'
- build_os='linux-gnu'
- build_vendor='unknown'
- datadir='${datarootdir}'
- datarootdir='${prefix}/share'
- docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
- dvidir='${docdir}'
- exec_prefix='${prefix}'
- host='x86_64-unknown-linux-gnu'
- host_alias=''
- host_cpu='x86_64'
- host_os='linux-gnu'
- host_vendor='unknown'
- htmldir='${docdir}'
- includedir='${prefix}/include'
- infodir='${datarootdir}/info'
- install_sh='${SHELL} /home/mara/work/feeder/feeder_lib/csv/libcsv/install-sh'
- libdir='${exec_prefix}/lib'
- libexecdir='${exec_prefix}/libexec'
- localedir='${datarootdir}/locale'
- localstatedir='${prefix}/var'
- mandir='${datarootdir}/man'
- mkdir_p='$(MKDIR_P)'
- oldincludedir='/usr/include'
- pdfdir='${docdir}'
- prefix='/usr/local'
- program_transform_name='s,x,x,'
- psdir='${docdir}'
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- sysconfdir='${prefix}/etc'
- target_alias=''
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
- /* confdefs.h */
- #define PACKAGE_NAME "libcsv"
- #define PACKAGE_TARNAME "libcsv"
- #define PACKAGE_VERSION "3.0.3"
- #define PACKAGE_STRING "libcsv 3.0.3"
- #define PACKAGE_BUGREPORT "rgamble99@gmail.com"
- #define PACKAGE_URL "https://github.com/rgamble/libcsv"
- #define PACKAGE "libcsv"
- #define VERSION "3.0.3"
- #define STDC_HEADERS 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRING_H 1
- #define HAVE_MEMORY_H 1
- #define HAVE_STRINGS_H 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_STDINT_H 1
- #define HAVE_UNISTD_H 1
- #define HAVE_DLFCN_H 1
- #define LT_OBJDIR ".libs/"
- configure: exit 0
|