This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by Jerasure configure 2.0, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --no-create --no-recursion

## --------- ##
## Platform. ##
## --------- ##

hostname = extinction
uname -m = x86_64
uname -r = 4.9.0-8-amd64
uname -s = Linux
uname -v = #1 SMP Debian 4.9.144-3.1 (2019-02-19)

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/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/lib64
PATH: /lib64
PATH: /usr/local/cuda-9.0/bin/
PATH: /home/couturie/tools/opencv-2.4.9/
PATH: /home/couturie/tools/jdk-10.0.1/bin
PATH: /usr//bin/
PATH: .
PATH: /bin
PATH: /usr/bin
PATH: /usr/sbin/
PATH: /usr/local/bin
PATH: /usr/X11R6/bin
PATH: /home/couturie/tools/esp/crosstool-NG/builds/xtensa-esp32-elf/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2462: checking for a BSD-compatible install
configure:2530: result: /usr//bin//install -c
configure:2541: checking whether build environment is sane
configure:2596: result: yes
configure:2747: checking for a thread-safe mkdir -p
configure:2786: result: /bin/mkdir -p
configure:2793: checking for gawk
configure:2809: found /usr//bin//gawk
configure:2820: result: gawk
configure:2831: checking whether make sets $(MAKE)
configure:2853: result: yes
configure:2882: checking whether make supports nested variables
configure:2899: result: yes
configure:3058: checking build system type
configure:3072: result: x86_64-pc-linux-gnu
configure:3092: checking host system type
configure:3105: result: x86_64-pc-linux-gnu
configure:3146: checking how to print strings
configure:3173: result: printf
configure:3206: checking for style of include used by make
configure:3234: result: GNU
configure:3305: checking for gcc
configure:3321: found /usr//bin//gcc
configure:3332: result: gcc
configure:3561: checking for C compiler version
configure:3570: gcc --version >&5
gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
Copyright (C) 2016 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:3581: $? = 0
configure:3570: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 6.3.0-18+deb9u1' --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 --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --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
Thread model: posix
gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) 
configure:3581: $? = 0
configure:3570: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3581: $? = 1
configure:3570: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3581: $? = 1
configure:3601: checking whether the C compiler works
configure:3623: gcc -g -O3 -Wall   conftest.c  >&5
configure:3627: $? = 0
configure:3675: result: yes
configure:3678: checking for C compiler default output file name
configure:3680: result: a.out
configure:3686: checking for suffix of executables
configure:3693: gcc -o conftest -g -O3 -Wall   conftest.c  >&5
configure:3697: $? = 0
configure:3719: result: 
configure:3741: checking whether we are cross compiling
configure:3749: gcc -o conftest -g -O3 -Wall   conftest.c  >&5
configure:3753: $? = 0
configure:3760: ./conftest
configure:3764: $? = 0
configure:3779: result: no
configure:3784: checking for suffix of object files
configure:3806: gcc -c -g -O3 -Wall  conftest.c >&5
configure:3810: $? = 0
configure:3831: result: o
configure:3835: checking whether we are using the GNU C compiler
configure:3854: gcc -c -g -O3 -Wall  conftest.c >&5
configure:3854: $? = 0
configure:3863: result: yes
configure:3872: checking whether gcc accepts -g
configure:3892: gcc -c -g  conftest.c >&5
configure:3892: $? = 0
configure:3933: result: yes
configure:3950: checking for gcc option to accept ISO C89
configure:4013: gcc  -c -g -O3 -Wall  conftest.c >&5
configure:4013: $? = 0
configure:4026: result: none needed
configure:4051: checking whether gcc understands -c and -o together
configure:4073: gcc -c conftest.c -o conftest2.o
configure:4076: $? = 0
configure:4073: gcc -c conftest.c -o conftest2.o
configure:4076: $? = 0
configure:4088: result: yes
configure:4107: checking dependency style of gcc
configure:4218: result: gcc3
configure:4233: checking for a sed that does not truncate output
configure:4297: result: /bin/sed
configure:4315: checking for grep that handles long lines and -e
configure:4373: result: /bin/grep
configure:4378: checking for egrep
configure:4440: result: /bin/grep -E
configure:4445: checking for fgrep
configure:4507: result: /bin/grep -F
configure:4542: checking for ld used by gcc
configure:4609: result: /usr//bin//ld
configure:4616: checking if the linker (/usr//bin//ld) is GNU ld
configure:4631: result: yes
configure:4643: checking for BSD- or MS-compatible name lister (nm)
configure:4697: result: /usr//bin//nm -B
configure:4827: checking the name lister (/usr//bin//nm -B) interface
configure:4834: gcc -c -g -O3 -Wall  conftest.c >&5
configure:4837: /usr//bin//nm -B "conftest.o"
configure:4840: output
0000000000000000 B some_variable
configure:4847: result: BSD nm
configure:4850: checking whether ln -s works
configure:4854: result: yes
configure:4862: checking the maximum length of command line arguments
configure:4993: result: 1572864
configure:5041: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:5081: result: func_convert_file_noop
configure:5088: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:5108: result: func_convert_file_noop
configure:5115: checking for /usr//bin//ld option to reload object files
configure:5122: result: -r
configure:5196: checking for objdump
configure:5212: found /usr//bin//objdump
configure:5223: result: objdump
configure:5255: checking how to recognize dependent libraries
configure:5455: result: pass_all
configure:5540: checking for dlltool
configure:5570: result: no
configure:5600: checking how to associate runtime and link libraries
configure:5627: result: printf %s\n
configure:5688: checking for ar
configure:5704: found /usr//bin//ar
configure:5715: result: ar
configure:5752: checking for archiver @FILE support
configure:5769: gcc -c -g -O3 -Wall  conftest.c >&5
configure:5769: $? = 0
configure:5772: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:5775: $? = 0
configure:5780: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
ar: conftest.o: No such file or directory
configure:5783: $? = 1
configure:5795: result: @
configure:5853: checking for strip
configure:5869: found /usr//bin//strip
configure:5880: result: strip
configure:5952: checking for ranlib
configure:5968: found /usr//bin//ranlib
configure:5979: result: ranlib
configure:6081: checking command to parse /usr//bin//nm -B output from gcc object
configure:6234: gcc -c -g -O3 -Wall  conftest.c >&5
configure:6237: $? = 0
configure:6241: /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:6244: $? = 0
configure:6310: gcc -o conftest -g -O3 -Wall   conftest.c conftstm.o >&5
configure:6313: $? = 0
configure:6351: result: ok
configure:6398: checking for sysroot
configure:6428: result: no
configure:6435: checking for a working dd
configure:6473: result: /bin/dd
configure:6477: checking how to truncate binary pipes
configure:6492: result: /bin/dd bs=4096 count=1
configure:6628: gcc -c -g -O3 -Wall  conftest.c >&5
configure:6631: $? = 0
configure:6821: checking for mt
configure:6837: found /bin/mt
configure:6848: result: mt
configure:6871: checking if mt is a manifest tool
configure:6877: mt '-?'
configure:6885: result: no
configure:7562: checking how to run the C preprocessor
configure:7593: gcc -E  conftest.c
configure:7593: $? = 0
configure:7607: 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:7607: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Jerasure"
| #define PACKAGE_TARNAME "jerasure"
| #define PACKAGE_VERSION "2.0"
| #define PACKAGE_STRING "Jerasure 2.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "https://jerasure.org/jerasure/jerasure"
| #define PACKAGE "jerasure"
| #define VERSION "2.0"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7632: result: gcc -E
configure:7652: gcc -E  conftest.c
configure:7652: $? = 0
configure:7666: 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:7666: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Jerasure"
| #define PACKAGE_TARNAME "jerasure"
| #define PACKAGE_VERSION "2.0"
| #define PACKAGE_STRING "Jerasure 2.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "https://jerasure.org/jerasure/jerasure"
| #define PACKAGE "jerasure"
| #define VERSION "2.0"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7695: checking for ANSI C header files
configure:7715: gcc -c -g -O3 -Wall  conftest.c >&5
configure:7715: $? = 0
configure:7788: gcc -o conftest -g -O3 -Wall   conftest.c  >&5
configure:7788: $? = 0
configure:7788: ./conftest
configure:7788: $? = 0
configure:7799: result: yes
configure:7812: checking for sys/types.h
configure:7812: gcc -c -g -O3 -Wall  conftest.c >&5
configure:7812: $? = 0
configure:7812: result: yes
configure:7812: checking for sys/stat.h
configure:7812: gcc -c -g -O3 -Wall  conftest.c >&5
configure:7812: $? = 0
configure:7812: result: yes
configure:7812: checking for stdlib.h
configure:7812: gcc -c -g -O3 -Wall  conftest.c >&5
configure:7812: $? = 0
configure:7812: result: yes
configure:7812: checking for string.h
configure:7812: gcc -c -g -O3 -Wall  conftest.c >&5
configure:7812: $? = 0
configure:7812: result: yes
configure:7812: checking for memory.h
configure:7812: gcc -c -g -O3 -Wall  conftest.c >&5
configure:7812: $? = 0
configure:7812: result: yes
configure:7812: checking for strings.h
configure:7812: gcc -c -g -O3 -Wall  conftest.c >&5
configure:7812: $? = 0
configure:7812: result: yes
configure:7812: checking for inttypes.h
configure:7812: gcc -c -g -O3 -Wall  conftest.c >&5
configure:7812: $? = 0
configure:7812: result: yes
configure:7812: checking for stdint.h
configure:7812: gcc -c -g -O3 -Wall  conftest.c >&5
configure:7812: $? = 0
configure:7812: result: yes
configure:7812: checking for unistd.h
configure:7812: gcc -c -g -O3 -Wall  conftest.c >&5
configure:7812: $? = 0
configure:7812: result: yes
configure:7826: checking for dlfcn.h
configure:7826: gcc -c -g -O3 -Wall  conftest.c >&5
configure:7826: $? = 0
configure:7826: result: yes
configure:8081: checking for objdir
configure:8096: result: .libs
configure:8360: checking if gcc supports -fno-rtti -fno-exceptions
configure:8378: gcc -c -g -O3 -Wall  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:8382: $? = 0
configure:8395: result: no
configure:8753: checking for gcc option to produce PIC
configure:8760: result: -fPIC -DPIC
configure:8768: checking if gcc PIC flag -fPIC -DPIC works
configure:8786: gcc -c -g -O3 -Wall  -fPIC -DPIC -DPIC conftest.c >&5
configure:8790: $? = 0
configure:8803: result: yes
configure:8832: checking if gcc static flag -static works
configure:8860: result: yes
configure:8875: checking if gcc supports -c -o file.o
configure:8896: gcc -c -g -O3 -Wall  -o out/conftest2.o conftest.c >&5
configure:8900: $? = 0
configure:8922: result: yes
configure:8930: checking if gcc supports -c -o file.o
configure:8977: result: yes
configure:9010: checking whether the gcc linker (/usr//bin//ld -m elf_x86_64) supports shared libraries
configure:10273: result: yes
configure:10310: checking whether -lc should be explicitly linked in
configure:10318: gcc -c -g -O3 -Wall  conftest.c >&5
configure:10321: $? = 0
configure:10336: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:10339: $? = 0
configure:10353: result: no
configure:10513: checking dynamic linker characteristics
configure:11094: gcc -o conftest -g -O3 -Wall   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:11094: $? = 0
configure:11343: result: GNU/Linux ld.so
configure:11465: checking how to hardcode library paths into programs
configure:11490: result: immediate
configure:12038: checking whether stripping libraries is possible
configure:12043: result: yes
configure:12078: checking if libtool supports shared libraries
configure:12080: result: yes
configure:12083: checking whether to build shared libraries
configure:12108: result: yes
configure:12111: checking whether to build static libraries
configure:12115: result: no
configure:12202: checking for gcc
configure:12229: result: gcc
configure:12458: checking for C compiler version
configure:12467: gcc --version >&5
gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
Copyright (C) 2016 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:12478: $? = 0
configure:12467: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 6.3.0-18+deb9u1' --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 --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --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
Thread model: posix
gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) 
configure:12478: $? = 0
configure:12467: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:12478: $? = 1
configure:12467: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:12478: $? = 1
configure:12482: checking whether we are using the GNU C compiler
configure:12510: result: yes
configure:12519: checking whether gcc accepts -g
configure:12580: result: yes
configure:12597: checking for gcc option to accept ISO C89
configure:12673: result: none needed
configure:12698: checking whether gcc understands -c and -o together
configure:12735: result: yes
configure:12754: checking dependency style of gcc
configure:12865: result: gcc3
configure:12938: checking for g++
configure:12954: found /usr//bin//g++
configure:12965: result: g++
configure:12992: checking for C++ compiler version
configure:13001: g++ --version >&5
g++ (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
Copyright (C) 2016 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:13012: $? = 0
configure:13001: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 6.3.0-18+deb9u1' --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 --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --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
Thread model: posix
gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) 
configure:13012: $? = 0
configure:13001: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:13012: $? = 1
configure:13001: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:13012: $? = 1
configure:13016: checking whether we are using the GNU C++ compiler
configure:13035: g++ -c   conftest.cpp >&5
configure:13035: $? = 0
configure:13044: result: yes
configure:13053: checking whether g++ accepts -g
configure:13073: g++ -c -g  conftest.cpp >&5
configure:13073: $? = 0
configure:13114: result: yes
configure:13139: checking dependency style of g++
configure:13250: result: gcc3
configure:13283: checking how to run the C++ preprocessor
configure:13310: g++ -E  conftest.cpp
configure:13310: $? = 0
configure:13324: g++ -E  conftest.cpp
conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:13324: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Jerasure"
| #define PACKAGE_TARNAME "jerasure"
| #define PACKAGE_VERSION "2.0"
| #define PACKAGE_STRING "Jerasure 2.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "https://jerasure.org/jerasure/jerasure"
| #define PACKAGE "jerasure"
| #define VERSION "2.0"
| #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/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:13349: result: g++ -E
configure:13369: g++ -E  conftest.cpp
configure:13369: $? = 0
configure:13383: g++ -E  conftest.cpp
conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:13383: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Jerasure"
| #define PACKAGE_TARNAME "jerasure"
| #define PACKAGE_VERSION "2.0"
| #define PACKAGE_STRING "Jerasure 2.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "https://jerasure.org/jerasure/jerasure"
| #define PACKAGE "jerasure"
| #define VERSION "2.0"
| #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/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:13545: checking for ld used by g++
configure:13612: result: /usr//bin//ld -m elf_x86_64
configure:13619: checking if the linker (/usr//bin//ld -m elf_x86_64) is GNU ld
configure:13634: result: yes
configure:13689: checking whether the g++ linker (/usr//bin//ld -m elf_x86_64) supports shared libraries
configure:14762: result: yes
configure:14798: g++ -c -g -O2  conftest.cpp >&5
configure:14801: $? = 0
configure:15282: checking for g++ option to produce PIC
configure:15289: result: -fPIC -DPIC
configure:15297: checking if g++ PIC flag -fPIC -DPIC works
configure:15315: g++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
configure:15319: $? = 0
configure:15332: result: yes
configure:15355: checking if g++ static flag -static works
configure:15383: result: yes
configure:15395: checking if g++ supports -c -o file.o
configure:15416: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:15420: $? = 0
configure:15442: result: yes
configure:15447: checking if g++ supports -c -o file.o
configure:15494: result: yes
configure:15524: checking whether the g++ linker (/usr//bin//ld -m elf_x86_64) supports shared libraries
configure:15567: result: yes
configure:15708: checking dynamic linker characteristics
configure:16465: result: GNU/Linux ld.so
configure:16530: checking how to hardcode library paths into programs
configure:16555: result: immediate
configure:16598: checking for gf_init_easy in -lgf_complete
configure:16623: gcc -o conftest -g -O3 -Wall   conftest.c -lgf_complete   >&5
configure:16623: $? = 0
configure:16632: result: yes
configure:16655: checking stddef.h usability
configure:16655: gcc -c -g -O3 -Wall  conftest.c >&5
configure:16655: $? = 0
configure:16655: result: yes
configure:16655: checking stddef.h presence
configure:16655: gcc -E  conftest.c
configure:16655: $? = 0
configure:16655: result: yes
configure:16655: checking for stddef.h
configure:16655: result: yes
configure:16655: checking for stdint.h
configure:16655: result: yes
configure:16655: checking for stdlib.h
configure:16655: result: yes
configure:16655: checking for string.h
configure:16655: result: yes
configure:16655: checking sys/time.h usability
configure:16655: gcc -c -g -O3 -Wall  conftest.c >&5
configure:16655: $? = 0
configure:16655: result: yes
configure:16655: checking sys/time.h presence
configure:16655: gcc -E  conftest.c
configure:16655: $? = 0
configure:16655: result: yes
configure:16655: checking for sys/time.h
configure:16655: result: yes
configure:16655: checking for unistd.h
configure:16655: result: yes
configure:16668: checking gf_complete.h usability
configure:16668: gcc -c -g -O3 -Wall  conftest.c >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking gf_complete.h presence
configure:16668: gcc -E  conftest.c
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for gf_complete.h
configure:16668: result: yes
configure:16668: checking gf_general.h usability
configure:16668: gcc -c -g -O3 -Wall  conftest.c >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking gf_general.h presence
configure:16668: gcc -E  conftest.c
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for gf_general.h
configure:16668: result: yes
configure:16668: checking gf_method.h usability
configure:16668: gcc -c -g -O3 -Wall  conftest.c >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking gf_method.h presence
configure:16668: gcc -E  conftest.c
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for gf_method.h
configure:16668: result: yes
configure:16668: checking gf_rand.h usability
configure:16668: gcc -c -g -O3 -Wall  conftest.c >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking gf_rand.h presence
configure:16668: gcc -E  conftest.c
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for gf_rand.h
configure:16668: result: yes
configure:16680: checking for uint32_t
configure:16680: gcc -c -g -O3 -Wall  conftest.c >&5
configure:16680: $? = 0
configure:16680: result: yes
configure:16694: checking for uint64_t
configure:16694: gcc -c -g -O3 -Wall  conftest.c >&5
configure:16694: $? = 0
configure:16694: result: yes
configure:16786: checking for x86 cpuid 0x00000001 output
configure:16815: gcc -o conftest -g -O3 -Wall   conftest.c -lgf_complete  >&5
configure:16815: $? = 0
configure:16815: ./conftest
configure:16815: $? = 0
configure:16825: result: 306c3:6100800:7ffafbff:bfebfbff
configure:16842: checking whether mmx is supported
configure:16854: result: yes
configure:16857: checking whether sse is supported
configure:16869: result: yes
configure:16872: checking whether sse2 is supported
configure:16884: result: yes
configure:16887: checking whether sse3 is supported
configure:16899: result: yes
configure:16902: checking whether ssse3 is supported
configure:16914: result: yes
configure:16917: checking whether sse4.1 is supported
configure:16929: result: yes
configure:16932: checking whether sse4.2 is supported
configure:16944: result: yes
configure:16947: checking whether avx is supported by processor
configure:16959: result: yes
configure:16970: checking for x86-AVX xgetbv 0x00000000 output
configure:17000: gcc -o conftest -g -O3 -Wall   conftest.c -lgf_complete  >&5
configure:17000: $? = 0
configure:17000: ./conftest
configure:17000: $? = 0
configure:17010: result: 7:0
configure:17025: checking whether avx is supported by operating system
configure:17040: result: yes
configure:17049: checking whether C compiler accepts -mmmx
configure:17068: gcc -c -g -O3 -Wall  -mmmx  conftest.c >&5
configure:17068: $? = 0
configure:17076: result: yes
configure:17096: checking whether C compiler accepts -msse
configure:17115: gcc -c -g -O3 -Wall  -msse  conftest.c >&5
configure:17115: $? = 0
configure:17123: result: yes
configure:17143: checking whether C compiler accepts -msse2
configure:17162: gcc -c -g -O3 -Wall  -msse2  conftest.c >&5
configure:17162: $? = 0
configure:17170: result: yes
configure:17190: checking whether C compiler accepts -msse3
configure:17209: gcc -c -g -O3 -Wall  -msse3  conftest.c >&5
configure:17209: $? = 0
configure:17217: result: yes
configure:17237: checking whether C compiler accepts -mssse3
configure:17256: gcc -c -g -O3 -Wall  -mssse3  conftest.c >&5
configure:17256: $? = 0
configure:17264: result: yes
configure:17284: checking whether C compiler accepts -msse4.1
configure:17303: gcc -c -g -O3 -Wall  -msse4.1  conftest.c >&5
configure:17303: $? = 0
configure:17311: result: yes
configure:17331: checking whether C compiler accepts -msse4.2
configure:17350: gcc -c -g -O3 -Wall  -msse4.2  conftest.c >&5
configure:17350: $? = 0
configure:17358: result: yes
configure:17378: checking whether C compiler accepts -mavx
configure:17397: gcc -c -g -O3 -Wall  -mavx  conftest.c >&5
configure:17397: $? = 0
configure:17405: result: yes
configure:17443: checking for stdlib.h
configure:17443: result: yes
configure:17453: checking for GNU libc compatible malloc
configure:17477: gcc -o conftest -g -O3 -Wall   conftest.c -lgf_complete  >&5
configure:17477: $? = 0
configure:17477: ./conftest
configure:17477: $? = 0
configure:17487: result: yes
configure:17511: checking for bzero
configure:17511: gcc -o conftest -g -O3 -Wall   conftest.c -lgf_complete  >&5
conftest.c:67:6: warning: conflicting types for built-in function 'bzero'
 char bzero ();
      ^~~~~
configure:17511: $? = 0
configure:17511: result: yes
configure:17511: checking for getcwd
configure:17511: gcc -o conftest -g -O3 -Wall   conftest.c -lgf_complete  >&5
configure:17511: $? = 0
configure:17511: result: yes
configure:17511: checking for gettimeofday
configure:17511: gcc -o conftest -g -O3 -Wall   conftest.c -lgf_complete  >&5
configure:17511: $? = 0
configure:17511: result: yes
configure:17511: checking for mkdir
configure:17511: gcc -o conftest -g -O3 -Wall   conftest.c -lgf_complete  >&5
configure:17511: $? = 0
configure:17511: result: yes
configure:17511: checking for strchr
configure:17511: gcc -o conftest -g -O3 -Wall   conftest.c -lgf_complete  >&5
conftest.c:71:6: warning: conflicting types for built-in function 'strchr'
 char strchr ();
      ^~~~~~
configure:17511: $? = 0
configure:17511: result: yes
configure:17511: checking for strdup
configure:17511: gcc -o conftest -g -O3 -Wall   conftest.c -lgf_complete  >&5
conftest.c:72:6: warning: conflicting types for built-in function 'strdup'
 char strdup ();
      ^~~~~~
configure:17511: $? = 0
configure:17511: result: yes
configure:17511: checking for strrchr
configure:17511: gcc -o conftest -g -O3 -Wall   conftest.c -lgf_complete  >&5
conftest.c:73:6: warning: conflicting types for built-in function 'strrchr'
 char strrchr ();
      ^~~~~~~
configure:17511: $? = 0
configure:17511: result: yes
configure:17632: checking that generated files are newer than configure
configure:17638: result: done
configure:17669: creating ./config.status

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_uint32_t=yes
ac_cv_c_uint64_t=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_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_func_bzero=yes
ac_cv_func_getcwd=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_mkdir=yes
ac_cv_func_strchr=yes
ac_cv_func_strdup=yes
ac_cv_func_strrchr=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_gf_complete_h=yes
ac_cv_header_gf_general_h=yes
ac_cv_header_gf_method_h=yes
ac_cv_header_gf_rand_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=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_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_gf_complete_gf_init_easy=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr//bin//install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
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_cxx_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
ax_cv_check_cflags___mavx=yes
ax_cv_check_cflags___mmmx=yes
ax_cv_check_cflags___msse2=yes
ax_cv_check_cflags___msse3=yes
ax_cv_check_cflags___msse4_1=yes
ax_cv_check_cflags___msse4_2=yes
ax_cv_check_cflags___msse=yes
ax_cv_check_cflags___mssse3=yes
ax_cv_gcc_x86_avx_xgetbv_0x00000000=7:0
ax_cv_gcc_x86_cpuid_0x00000001=306c3:6100800:7ffafbff:bfebfbff
ax_cv_have_avx_cpu_ext=yes
ax_cv_have_avx_ext=yes
ax_cv_have_mmx_ext=yes
ax_cv_have_sse2_ext=yes
ax_cv_have_sse3_ext=yes
ax_cv_have_sse41_ext=yes
ax_cv_have_sse42_ext=yes
ax_cv_have_sse_ext=yes
ax_cv_have_ssse3_ext=yes
ax_cv_support_avx_ext=yes
ax_cv_support_mmx_ext=yes
ax_cv_support_sse2_ext=yes
ax_cv_support_sse3_ext=yes
ax_cv_support_sse41_ext=yes
ax_cv_support_sse42_ext=yes
ax_cv_support_sse_ext=yes
ax_cv_support_ssse3_ext=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_LDCXX='/usr//bin//ld -m elf_x86_64'
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_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=yes
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][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
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
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/couturie/work/Cipher_code/IDA_new/jerasure/build-aux/missing aclocal-1.15'
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/couturie/work/Cipher_code/IDA_new/jerasure/build-aux/missing autoconf'
AUTOHEADER='${SHELL} /home/couturie/work/Cipher_code/IDA_new/jerasure/build-aux/missing autoheader'
AUTOMAKE='${SHELL} /home/couturie/work/Cipher_code/IDA_new/jerasure/build-aux/missing automake-1.15'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O3 -Wall'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
GREP='/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='-lgf_complete '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAKEINFO='${SHELL} /home/couturie/work/Cipher_code/IDA_new/jerasure/build-aux/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NM='/usr//bin//nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='jerasure'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='Jerasure'
PACKAGE_STRING='Jerasure 2.0'
PACKAGE_TARNAME='jerasure'
PACKAGE_URL='https://jerasure.org/jerasure/jerasure'
PACKAGE_VERSION='2.0'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
SIMD_FLAGS=' -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mavx'
STRIP='strip'
VERSION='2.0'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_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-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/couturie/work/Cipher_code/IDA_new/jerasure/build-aux/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}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "Jerasure"
#define PACKAGE_TARNAME "jerasure"
#define PACKAGE_VERSION "2.0"
#define PACKAGE_STRING "Jerasure 2.0"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL "https://jerasure.org/jerasure/jerasure"
#define PACKAGE "jerasure"
#define VERSION "2.0"
#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/"
#define HAVE_LIBGF_COMPLETE 1
#define HAVE_STDDEF_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GF_COMPLETE_H 1
#define HAVE_GF_GENERAL_H 1
#define HAVE_GF_METHOD_H 1
#define HAVE_GF_RAND_H 1
#define HAVE_MMX /**/
#define HAVE_SSE /**/
#define HAVE_SSE2 /**/
#define HAVE_SSE3 /**/
#define HAVE_SSSE3 /**/
#define HAVE_SSE4_1 /**/
#define HAVE_SSE4_2 /**/
#define HAVE_AVX /**/
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 1
#define HAVE_BZERO 1
#define HAVE_GETCWD 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_MKDIR 1
#define HAVE_STRCHR 1
#define HAVE_STRDUP 1
#define HAVE_STRRCHR 1

configure: exit 0

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by Jerasure config.status 2.0, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on extinction

config.status:1179: creating Examples/Makefile
config.status:1179: creating Makefile
config.status:1179: creating src/Makefile
config.status:1179: creating include/config.h
config.status:1360: include/config.h is unchanged
config.status:1408: executing depfiles commands
config.status:1408: executing libtool commands