tlwg/swath

make fails with libcompat.la and all-recursive errors

Opened this issue · 0 comments

After installing libdatrie successfully, there are issues in stalling swath.

make produces the following error message (after running ./autogen.sh and ./configure)

Making all in lib
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o libcompat.la    
libtool: link: ar cru .libs/libcompat.a 
ar: no archive members specified
usage:  ar -d [-TLsv] archive file ...
	ar -m [-TLsv] archive file ...
	ar -m [-abiTLsv] position archive file ...
	ar -p [-TLsv] archive [file ...]
	ar -q [-cTLsv] archive file ...
	ar -r [-cuTLsv] archive file ...
	ar -r [-abciuTLsv] position archive file ...
	ar -t [-TLsv] archive [file ...]
	ar -x [-ouTLsv] archive [file ...]
make[1]: *** [libcompat.la] Error 1
make: *** [all-recursive] Error 1

Here are the contents of the config.log file with certain user info redacted.

-----------

Core tests.

-----------

configure:2479: checking for a BSD-compatible install
configure:2547: result: /usr/bin/install -c
configure:2558: checking whether build environment is sane
configure:2613: result: yes
configure:2759: checking for a thread-safe mkdir -p
configure:2798: result: ./install-sh -c -d
configure:2805: checking for gawk
configure:2835: result: no
configure:2805: checking for mawk
configure:2835: result: no
configure:2805: checking for nawk
configure:2835: result: no
configure:2805: checking for awk
configure:2821: found /usr/bin/awk
configure:2832: result: awk
configure:2843: checking whether make sets $(MAKE)
configure:2865: result: yes
configure:2894: checking whether make supports nested variables
configure:2911: result: yes
configure:3096: checking for g++
configure:3112: found /usr/bin/g++
configure:3123: result: g++
configure:3150: checking for C++ compiler version
configure:3159: g++ --version >&5
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.7.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1
configure:3170: $? = 0
configure:3159: g++ -v >&5
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.7.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
configure:3170: $? = 0
configure:3159: g++ -V >&5
clang: error: unsupported option '-V -Wno-atomic-implicit-seq-cst'
clang: error: no input files
configure:3170: $? = 1
configure:3159: g++ -qversion >&5
clang: error: unknown argument '-qversion', did you mean '--version'?
clang: error: no input files
configure:3170: $? = 1
configure:3190: checking whether the C++ compiler works
configure:3212: g++ conftest.cpp >&5
configure:3216: $? = 0
configure:3264: result: yes
configure:3267: checking for C++ compiler default output file name
configure:3269: result: a.out
configure:3275: checking for suffix of executables
configure:3282: g++ -o conftest conftest.cpp >&5
configure:3286: $? = 0
configure:3308: result:
configure:3330: checking whether we are cross compiling
configure:3338: g++ -o conftest conftest.cpp >&5
configure:3342: $? = 0
configure:3349: ./conftest
configure:3353: $? = 0
configure:3368: result: no
configure:3373: checking for suffix of object files
configure:3395: g++ -c conftest.cpp >&5
configure:3399: $? = 0
configure:3420: result: o
configure:3424: checking whether we are using the GNU C++ compiler
configure:3443: g++ -c conftest.cpp >&5
configure:3443: $? = 0
configure:3452: result: yes
configure:3461: checking whether g++ accepts -g
configure:3481: g++ -c -g conftest.cpp >&5
configure:3481: $? = 0
configure:3522: result: yes
configure:3548: checking whether make supports the include directive
configure:3563: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:3566: $? = 0
configure:3585: result: yes (GNU style)
configure:3610: checking dependency style of g++
configure:3721: result: gcc3
configure:3737: checking whether ln -s works
configure:3741: result: yes
configure:3748: checking whether make sets $(MAKE)
configure:3770: result: yes
configure:3808: checking build system type
configure:3822: result: x86_64-apple-darwin18.7.0
configure:3842: checking host system type
configure:3855: result: x86_64-apple-darwin18.7.0
configure:3896: checking how to print strings
configure:3923: result: printf
configure:3992: checking for gcc
configure:4008: found /usr/bin/gcc
configure:4019: result: gcc
configure:4248: checking for C compiler version
configure:4257: gcc --version >&5
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.7.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1
configure:4268: $? = 0
configure:4257: gcc -v >&5
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.7.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
configure:4268: $? = 0
configure:4257: gcc -V >&5
clang: error: unsupported option '-V -Wno-atomic-implicit-seq-cst'
clang: error: no input files
configure:4268: $? = 1
configure:4257: gcc -qversion >&5
clang: error: unknown argument '-qversion', did you mean '--version'?
clang: error: no input files
configure:4268: $? = 1
configure:4272: checking whether we are using the GNU C compiler
configure:4291: gcc -c conftest.c >&5
configure:4291: $? = 0
configure:4300: result: yes
configure:4309: checking whether gcc accepts -g
configure:4329: gcc -c -g conftest.c >&5
configure:4329: $? = 0
configure:4370: result: yes
configure:4387: checking for gcc option to accept ISO C89
configure:4450: gcc -c -g -O2 conftest.c >&5
configure:4450: $? = 0
configure:4463: result: none needed
configure:4488: checking whether gcc understands -c and -o together
configure:4510: gcc -c conftest.c -o conftest2.o
configure:4513: $? = 0
configure:4510: gcc -c conftest.c -o conftest2.o
configure:4513: $? = 0
configure:4525: result: yes
configure:4544: checking dependency style of gcc
configure:4655: result: gcc3
configure:4670: checking for a sed that does not truncate output
configure:4734: result: /usr/bin/sed
configure:4752: checking for grep that handles long lines and -e
configure:4810: result: /usr/bin/grep
configure:4815: checking for egrep
configure:4877: result: /usr/bin/grep -E
configure:4882: checking for fgrep
configure:4944: result: /usr/bin/grep -F
configure:4979: checking for ld used by gcc
configure:5046: result: /Library/Developer/CommandLineTools/usr/bin/ld
configure:5053: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld
configure:5068: result: no
configure:5080: checking for BSD- or MS-compatible name lister (nm)
configure:5134: result: /usr/bin/nm -B
configure:5264: checking the name lister (/usr/bin/nm -B) interface
configure:5271: gcc -c -g -O2 conftest.c >&5
configure:5274: /usr/bin/nm -B "conftest.o"
configure:5277: output
00000000000001cc S some_variable
configure:5284: result: BSD nm
configure:5288: checking the maximum length of command line arguments
configure:5419: result: 196608
configure:5467: checking how to convert x86_64-apple-darwin18.7.0 file names to x86_64-apple-darwin18.7.0 format
configure:5507: result: func_convert_file_noop
configure:5514: checking how to convert x86_64-apple-darwin18.7.0 file names to toolchain format
configure:5534: result: func_convert_file_noop
configure:5541: checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files
configure:5548: result: -r
configure:5622: checking for objdump
configure:5638: found /usr/bin/objdump
configure:5649: result: objdump
configure:5681: checking how to recognize dependent libraries
configure:5881: result: pass_all
configure:5966: checking for dlltool
configure:5996: result: no
configure:6026: checking how to associate runtime and link libraries
configure:6053: result: printf %s\n
configure:6114: checking for ar
configure:6130: found /usr/bin/ar
configure:6141: result: ar
configure:6178: checking for archiver @file support
configure:6195: gcc -c -g -O2 conftest.c >&5
configure:6195: $? = 0
configure:6198: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:6201: $? = 1
configure:6221: result: no
configure:6279: checking for strip
configure:6295: found /usr/bin/strip
configure:6306: result: strip
configure:6378: checking for ranlib
configure:6394: found /usr/bin/ranlib
configure:6405: result: ranlib
configure:6507: checking command to parse /usr/bin/nm -B output from gcc object
configure:6660: gcc -c -g -O2 conftest.c >&5
configure:6663: $? = 0
configure:6667: /usr/bin/nm -B conftest.o | sed -n -e 's/^.[ ]([BCDEGRST][BCDEGRST])[ ][ ]([_A-Za-z][_A-Za-z0-9])$/\1 \2 \2/p' | sed '/ __gnu_lto/d' > conftest.nm
configure:6670: $? = 0
cannot find nm_test_var in conftest.nm
configure:6660: gcc -c -g -O2 conftest.c >&5
configure:6663: $? = 0
configure:6667: /usr/bin/nm -B conftest.o | sed -n -e 's/^.[ ]([BCDEGRST][BCDEGRST])[ ][ ]*
([_A-Za-z][_A-Za-z0-9])$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' > conftest.nm
configure:6670: $? = 0
configure:6736: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
warning: (x86_64) could not find object file symbol for symbol _main
configure:6739: $? = 0
configure:6777: result: ok
configure:6824: checking for sysroot
configure:6854: result: no
configure:6861: checking for a working dd
configure:6899: result: /bin/dd
configure:6903: checking how to truncate binary pipes
configure:6918: result: /bin/dd bs=4096 count=1
configure:7247: checking for mt
configure:7277: result: no
configure:7297: checking if : is a manifest tool
configure:7303: : '-?'
configure:7311: result: no
configure:7367: checking for dsymutil
configure:7383: found /usr/bin/dsymutil
configure:7394: result: dsymutil
configure:7459: checking for nmedit
configure:7475: found /usr/bin/nmedit
configure:7486: result: nmedit
configure:7551: checking for lipo
configure:7567: found /usr/bin/lipo
configure:7578: result: lipo
configure:7643: checking for otool
configure:7659: found /usr/bin/otool
configure:7670: result: otool
configure:7735: checking for otool64
configure:7765: result: no
configure:7810: checking for -single_module linker flag
gcc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:7843: result: yes
configure:7846: checking for -exported_symbols_list linker flag
configure:7866: gcc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:7866: $? = 0
configure:7876: result: yes
configure:7879: checking for -force_load linker flag
gcc -g -O2 -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
gcc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:7911: result: yes
configure:7983: checking how to run the C preprocessor
configure:8014: gcc -E conftest.c
configure:8014: $? = 0
configure:8028: gcc -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:8028: $? = 1
configure: failed program was:
| /
confdefs.h /
| #define PACKAGE_NAME "swath"
| #define PACKAGE_TARNAME "swath"
| #define PACKAGE_VERSION "0.6.1-8-gf5b0a9b"
| #define PACKAGE_STRING "swath 0.6.1-8-gf5b0a9b"
| #define PACKAGE_BUGREPORT "https://github.com/tlwg/swath/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "swath"
| #define VERSION "0.6.1-8-gf5b0a9b"
| /
end confdefs.h. /
| #include <ac_nonexistent.h>
configure:8053: result: gcc -E
configure:8073: gcc -E conftest.c
configure:8073: $? = 0
configure:8087: gcc -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:8087: $? = 1
configure: failed program was:
| /
confdefs.h /
| #define PACKAGE_NAME "swath"
| #define PACKAGE_TARNAME "swath"
| #define PACKAGE_VERSION "0.6.1-8-gf5b0a9b"
| #define PACKAGE_STRING "swath 0.6.1-8-gf5b0a9b"
| #define PACKAGE_BUGREPORT "https://github.com/tlwg/swath/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "swath"
| #define VERSION "0.6.1-8-gf5b0a9b"
| /
end confdefs.h. /
| #include <ac_nonexistent.h>
configure:8116: checking for ANSI C header files
configure:8136: gcc -c -g -O2 conftest.c >&5
configure:8136: $? = 0
configure:8209: gcc -o conftest -g -O2 conftest.c >&5
configure:8209: $? = 0
configure:8209: ./conftest
configure:8209: $? = 0
configure:8220: result: yes
configure:8233: checking for sys/types.h
configure:8233: gcc -c -g -O2 conftest.c >&5
configure:8233: $? = 0
configure:8233: result: yes
configure:8233: checking for sys/stat.h
configure:8233: gcc -c -g -O2 conftest.c >&5
configure:8233: $? = 0
configure:8233: result: yes
configure:8233: checking for stdlib.h
configure:8233: gcc -c -g -O2 conftest.c >&5
configure:8233: $? = 0
configure:8233: result: yes
configure:8233: checking for string.h
configure:8233: gcc -c -g -O2 conftest.c >&5
configure:8233: $? = 0
configure:8233: result: yes
configure:8233: checking for memory.h
configure:8233: gcc -c -g -O2 conftest.c >&5
configure:8233: $? = 0
configure:8233: result: yes
configure:8233: checking for strings.h
configure:8233: gcc -c -g -O2 conftest.c >&5
configure:8233: $? = 0
configure:8233: result: yes
configure:8233: checking for inttypes.h
configure:8233: gcc -c -g -O2 conftest.c >&5
configure:8233: $? = 0
configure:8233: result: yes
configure:8233: checking for stdint.h
configure:8233: gcc -c -g -O2 conftest.c >&5
configure:8233: $? = 0
configure:8233: result: yes
configure:8233: checking for unistd.h
configure:8233: gcc -c -g -O2 conftest.c >&5
configure:8233: $? = 0
configure:8233: result: yes
configure:8247: checking for dlfcn.h
configure:8247: gcc -c -g -O2 conftest.c >&5
configure:8247: $? = 0
configure:8247: result: yes
configure:8514: checking for objdir
configure:8529: result: .libs
configure:8793: checking if gcc supports -fno-rtti -fno-exceptions
configure:8811: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
configure:8815: $? = 0
configure:8828: result: yes
configure:9186: checking for gcc option to produce PIC
configure:9193: result: -fno-common -DPIC
configure:9201: checking if gcc PIC flag -fno-common -DPIC works
configure:9219: gcc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
configure:9223: $? = 0
configure:9236: result: yes
configure:9265: checking if gcc static flag -static works
configure:9293: result: no
configure:9308: checking if gcc supports -c -o file.o
configure:9329: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:9333: $? = 0
configure:9355: result: yes
configure:9363: checking if gcc supports -c -o file.o
configure:9410: result: yes
configure:9443: checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
configure:10702: result: yes
configure:10942: checking dynamic linker characteristics
configure:11760: result: darwin18.7.0 dyld
configure:11882: checking how to hardcode library paths into programs
configure:11907: result: immediate
configure:12455: checking whether stripping libraries is possible
configure:12469: result: yes
configure:12495: checking if libtool supports shared libraries
configure:12497: result: yes
configure:12500: checking whether to build shared libraries
configure:12525: result: yes
configure:12528: checking whether to build static libraries
configure:12532: result: yes
configure:12555: checking how to run the C++ preprocessor
configure:12582: g++ -E conftest.cpp
configure:12582: $? = 0
configure:12596: g++ -E conftest.cpp
conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:12596: $? = 1
configure: failed program was:
| /
confdefs.h /
| #define PACKAGE_NAME "swath"
| #define PACKAGE_TARNAME "swath"
| #define PACKAGE_VERSION "0.6.1-8-gf5b0a9b"
| #define PACKAGE_STRING "swath 0.6.1-8-gf5b0a9b"
| #define PACKAGE_BUGREPORT "https://github.com/tlwg/swath/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "swath"
| #define VERSION "0.6.1-8-gf5b0a9b"
| #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:12621: result: g++ -E
configure:12641: g++ -E conftest.cpp
configure:12641: $? = 0
configure:12655: g++ -E conftest.cpp
conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:12655: $? = 1
configure: failed program was:
| /
confdefs.h /
| #define PACKAGE_NAME "swath"
| #define PACKAGE_TARNAME "swath"
| #define PACKAGE_VERSION "0.6.1-8-gf5b0a9b"
| #define PACKAGE_STRING "swath 0.6.1-8-gf5b0a9b"
| #define PACKAGE_BUGREPORT "https://github.com/tlwg/swath/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "swath"
| #define VERSION "0.6.1-8-gf5b0a9b"
| #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:12817: checking for ld used by g++
configure:12884: result: /Library/Developer/CommandLineTools/usr/bin/ld
configure:12891: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld
configure:12906: result: no
configure:12961: checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
configure:14034: result: yes
configure:14070: g++ -c -g -O2 conftest.cpp >&5
configure:14073: $? = 0
configure:14554: checking for g++ option to produce PIC
configure:14561: result: -fno-common -DPIC
configure:14569: checking if g++ PIC flag -fno-common -DPIC works
configure:14587: g++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5
configure:14591: $? = 0
configure:14604: result: yes
configure:14627: checking if g++ static flag -static works
configure:14655: result: no
configure:14667: checking if g++ supports -c -o file.o
configure:14688: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:14692: $? = 0
configure:14714: result: yes
configure:14719: checking if g++ supports -c -o file.o
configure:14766: result: yes
configure:14796: checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
configure:14836: result: yes
configure:14977: checking dynamic linker characteristics
configure:15722: result: darwin18.7.0 dyld
configure:15787: checking how to hardcode library paths into programs
configure:15812: result: immediate
configure:15928: checking for pkg-config
configure:15946: found /usr/local/bin/pkg-config
configure:15958: result: /usr/local/bin/pkg-config
configure:15983: checking pkg-config is at least version 0.9.0
configure:15986: result: yes
configure:15996: checking for datrie-0.2
configure:16003: $PKG_CONFIG --exists --print-errors "datrie-0.2"
configure:16006: $? = 0
configure:16020: $PKG_CONFIG --exists --print-errors "datrie-0.2"
configure:16023: $? = 0
configure:16081: result: yes
configure:16086: checking for ANSI C header files
configure:16190: result: yes
configure:16200: checking limits.h usability
configure:16200: gcc -c -g -O2 conftest.c >&5
configure:16200: $? = 0
configure:16200: result: yes
configure:16200: checking limits.h presence
configure:16200: gcc -E conftest.c
configure:16200: $? = 0
configure:16200: result: yes
configure:16200: checking for limits.h
configure:16200: result: yes
configure:16212: checking for wcpcpy
configure:16212: gcc -o conftest -g -O2 conftest.c >&5
configure:16212: $? = 0
configure:16212: result: yes
configure:16227: checking for an ANSI C-conforming const
configure:16293: gcc -c -g -O2 conftest.c >&5
configure:16293: $? = 0
configure:16300: result: yes
configure:16308: checking for size_t
configure:16308: gcc -c -g -O2 conftest.c >&5
configure:16308: $? = 0
configure:16308: gcc -c -g -O2 conftest.c >&5
conftest.c:62:21: error: expected expression
if (sizeof ((size_t)))
^
1 error generated.
configure:16308: $? = 1
configure: failed program was:
| /
confdefs.h /
| #define PACKAGE_NAME "swath"
| #define PACKAGE_TARNAME "swath"
| #define PACKAGE_VERSION "0.6.1-8-gf5b0a9b"
| #define PACKAGE_STRING "swath 0.6.1-8-gf5b0a9b"
| #define PACKAGE_BUGREPORT "https://github.com/tlwg/swath/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "swath"
| #define VERSION "0.6.1-8-gf5b0a9b"
| #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 STDC_HEADERS 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCPCPY 1
| /
end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:16308: result: yes
configure:16355: checking for trietool-0.2
configure:16371: found /usr/local/bin/trietool-0.2
configure:16382: result: trietool-0.2
configure:16555: checking that generated files are newer than configure
configure:16561: result: done
configure:16592: creating ./config.status

----------------------

Running config.status.

----------------------

This file was extended by swath config.status 0.6.1-8-gf5b0a9b, which was
generated by GNU Autoconf 2.69. Invocation command line was

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

on Brians-MacBook-Pro.local

config.status:1079: creating Makefile
config.status:1079: creating lib/Makefile
config.status:1079: creating conv/Makefile
config.status:1079: creating src/Makefile
config.status:1079: creating data/Makefile
config.status:1079: creating tests/Makefile
config.status:1251: executing depfiles commands
config.status:1328: cd lib && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
make: Nothing to be done for am--depfiles'. config.status:1333: $? = 0 config.status:1328: cd conv && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for am--depfiles'.
config.status:1333: $? = 0
config.status:1328: cd src && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
make: Nothing to be done for `am--depfiles'.
config.status:1333: $? = 0
config.status:1251: executing libtool commands

----------------

Cache variables.

----------------

ac_cv_build=x86_64-apple-darwin18.7.0
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=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_DATRIE_CFLAGS_set=
ac_cv_env_DATRIE_CFLAGS_value=
ac_cv_env_DATRIE_LIBS_set=
ac_cv_env_DATRIE_LIBS_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_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_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_wcpcpy=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_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-apple-darwin18.7.0
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_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_TRIETOOL=trietool-0.2
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_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_OTOOL=otool
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
ac_cv_type_size_t=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
lt_cv_apple_cc_single_mod=yes
lt_cv_ar_at_file=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_force_load=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/Library/Developer/CommandLineTools/usr/bin/ld
lt_cv_path_LDCXX=/Library/Developer/CommandLineTools/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_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fno-common -DPIC'
lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=no
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_global_symbol_pipe='sed -n -e '''s/^.[ ]([BCDEGRST][BCDEGRST])[ ][ ]_([_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/^[BCDEGRST][BCDEGRST] .* (.)$/ {"\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/^[BCDEGRST][BCDEGRST] .* (lib.)$/ {"\1", (void ) &\1},/p''' -e '''s/^[BCDEGRST][BCDEGRST] . (.)$/ {"lib\1", (void ) &\1},/p''''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '''s/^T .
(.
)$/extern int \1();/p''' -e '''s/^[BCDEGRST][BCDEGRST]* .* (.*)$/extern char \1;/p''''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=196608
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'
pkg_cv_DATRIE_CFLAGS=-I/usr/local/include
pkg_cv_DATRIE_LIBS='-L/usr/local/lib -ldatrie'

-----------------

Output variables.

-----------------

ACLOCAL='${SHELL} '''/Users/.../programming/swath/missing''' aclocal-1.16'
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} '''/Users/.../programming/swath/missing''' autoconf'
AUTOHEADER='${SHELL} '''/Users/.../programming/swath/missing''' autoheader'
AUTOMAKE='${SHELL} '''/Users/.../programming/swath/missing''' automake-1.16'
AWK='awk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=' -DNDEBUG'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DATRIE_CFLAGS='-I/usr/local/include'
DATRIE_LIBS='-L/usr/local/lib -ldatrie'
DEFS='-DPACKAGE_NAME="swath" -DPACKAGE_TARNAME="swath" -DPACKAGE_VERSION="0.6.1-8-gf5b0a9b" -DPACKAGE_STRING="swath\ 0.6.1-8-gf5b0a9b" -DPACKAGE_BUGREPORT="https://github.com/tlwg/swath/issues\" -DPACKAGE_URL="" -DPACKAGE="swath" -DVERSION="0.6.1-8-gf5b0a9b" -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/" -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_WCPCPY=1'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_DICT_FALSE='#'
ENABLE_DICT_TRUE=''
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='/Library/Developer/CommandLineTools/usr/bin/ld'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAKEINFO='${SHELL} '''/Users/.../programming/swath/missing''' makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='./install-sh -c -d'
NM='/usr/bin/nm -B'
NMEDIT='nmedit'
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=':'
OTOOL='otool'
PACKAGE='swath'
PACKAGE_BUGREPORT='https://github.com/tlwg/swath/issues'
PACKAGE_NAME='swath'
PACKAGE_STRING='swath 0.6.1-8-gf5b0a9b'
PACKAGE_TARNAME='swath'
PACKAGE_URL=''
PACKAGE_VERSION='0.6.1-8-gf5b0a9b'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TRIETOOL='trietool-0.2'
VERSION='0.6.1-8-gf5b0a9b'
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-apple-darwin18.7.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin18.7.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin18.7.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin18.7.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /Users/.../programming/swath/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 "swath"
#define PACKAGE_TARNAME "swath"
#define PACKAGE_VERSION "0.6.1-8-gf5b0a9b"
#define PACKAGE_STRING "swath 0.6.1-8-gf5b0a9b"
#define PACKAGE_BUGREPORT "https://github.com/tlwg/swath/issues"
#define PACKAGE_URL ""
#define PACKAGE "swath"
#define VERSION "0.6.1-8-gf5b0a9b"
#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 STDC_HEADERS 1
#define HAVE_LIMITS_H 1
#define HAVE_WCPCPY 1

configure: exit 0