Skip to content

Instantly share code, notes, and snippets.

@jungle-boogie
Created September 22, 2015 14:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jungle-boogie/1c5c4056308fde4c87b0 to your computer and use it in GitHub Desktop.
Save jungle-boogie/1c5c4056308fde4c87b0 to your computer and use it in GitHub Desktop.
% autoreconf -if && ./configure CC=clang && make
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'autotools'.
libtoolize: copying file 'autotools/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:11: installing 'autotools/compile'
configure.ac:8: installing 'autotools/missing'
c/Makefile.am: installing 'autotools/depcomp'
12.275 real, 9.477 user, 1.583 sys; page: 0 hard/132723 soft, swap: 0, I/O: 0/106
Mem: 16936KB (84KB shared + 148KB data/stack = 233KB), VCSW: 3559 IVCSW: 2277
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... autotools/install-sh -c -d
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... amd64-unknown-freebsd10.2
checking host system type... amd64-unknown-freebsd10.2
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of clang... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking how to convert amd64-unknown-freebsd10.2 file names to amd64-unknown-freebsd10.2 format... func_convert_file_noop
checking how to convert amd64-unknown-freebsd10.2 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from clang object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... clang -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... yes
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd10.2 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating c/cli/Makefile
config.status: creating c/containers/Makefile
config.status: creating c/dsls/Makefile
config.status: creating c/experimental/Makefile
config.status: creating c/input/Makefile
config.status: creating c/lib/Makefile
config.status: creating c/mapping/Makefile
config.status: creating c/output/Makefile
config.status: creating c/stream/Makefile
config.status: creating c/test/Makefile
config.status: creating c/test/expected/Makefile
config.status: creating c/test/input/Makefile
config.status: creating c/test/input/rfc-csv/Makefile
config.status: creating c/tools/Makefile
config.status: creating c/Makefile
config.status: creating doc/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
3.550 real, 1.671 user, 1.803 sys; page: 0 hard/158311 soft, swap: 0, I/O: 0/13
Mem: 25528KB (8792KB shared + 217KB data/stack = 9009KB), VCSW: 6520 IVCSW: 1756
make all-recursive
Making all in c
Making all in lib
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mlr_globals.lo -MD -MP -MF .deps/mlr_globals.Tpo -c -o mlr_globals.lo mlr_globals.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mlr_globals.lo -MD -MP -MF .deps/mlr_globals.Tpo -c mlr_globals.c -fPIC -DPIC -o .libs/mlr_globals.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mlr_globals.lo -MD -MP -MF .deps/mlr_globals.Tpo -c mlr_globals.c -o mlr_globals.o >/dev/null 2>&1
mv -f .deps/mlr_globals.Tpo .deps/mlr_globals.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mlrmath.lo -MD -MP -MF .deps/mlrmath.Tpo -c -o mlrmath.lo mlrmath.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mlrmath.lo -MD -MP -MF .deps/mlrmath.Tpo -c mlrmath.c -fPIC -DPIC -o .libs/mlrmath.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mlrmath.lo -MD -MP -MF .deps/mlrmath.Tpo -c mlrmath.c -o mlrmath.o >/dev/null 2>&1
mv -f .deps/mlrmath.Tpo .deps/mlrmath.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mlrstat.lo -MD -MP -MF .deps/mlrstat.Tpo -c -o mlrstat.lo mlrstat.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mlrstat.lo -MD -MP -MF .deps/mlrstat.Tpo -c mlrstat.c -fPIC -DPIC -o .libs/mlrstat.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mlrstat.lo -MD -MP -MF .deps/mlrstat.Tpo -c mlrstat.c -o mlrstat.o >/dev/null 2>&1
mv -f .deps/mlrstat.Tpo .deps/mlrstat.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mlrutil.lo -MD -MP -MF .deps/mlrutil.Tpo -c -o mlrutil.lo mlrutil.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mlrutil.lo -MD -MP -MF .deps/mlrutil.Tpo -c mlrutil.c -fPIC -DPIC -o .libs/mlrutil.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mlrutil.lo -MD -MP -MF .deps/mlrutil.Tpo -c mlrutil.c -o mlrutil.o >/dev/null 2>&1
mv -f .deps/mlrutil.Tpo .deps/mlrutil.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mtrand.lo -MD -MP -MF .deps/mtrand.Tpo -c -o mtrand.lo mtrand.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mtrand.lo -MD -MP -MF .deps/mtrand.Tpo -c mtrand.c -fPIC -DPIC -o .libs/mtrand.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mtrand.lo -MD -MP -MF .deps/mtrand.Tpo -c mtrand.c -o mtrand.o >/dev/null 2>&1
mv -f .deps/mtrand.Tpo .deps/mtrand.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT string_builder.lo -MD -MP -MF .deps/string_builder.Tpo -c -o string_builder.lo string_builder.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT string_builder.lo -MD -MP -MF .deps/string_builder.Tpo -c string_builder.c -fPIC -DPIC -o .libs/string_builder.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT string_builder.lo -MD -MP -MF .deps/string_builder.Tpo -c string_builder.c -o string_builder.o >/dev/null 2>&1
mv -f .deps/string_builder.Tpo .deps/string_builder.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mlr_test_util.lo -MD -MP -MF .deps/mlr_test_util.Tpo -c -o mlr_test_util.lo mlr_test_util.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mlr_test_util.lo -MD -MP -MF .deps/mlr_test_util.Tpo -c mlr_test_util.c -fPIC -DPIC -o .libs/mlr_test_util.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mlr_test_util.lo -MD -MP -MF .deps/mlr_test_util.Tpo -c mlr_test_util.c -o mlr_test_util.o >/dev/null 2>&1
mv -f .deps/mlr_test_util.Tpo .deps/mlr_test_util.Plo
/bin/sh ../../libtool --tag=CC --mode=link clang -std=gnu99 -g -O2 -o libmlr.la mlr_globals.lo mlrmath.lo mlrstat.lo mlrutil.lo mtrand.lo string_builder.lo mlr_test_util.lo
libtool: link: ar cru .libs/libmlr.a .libs/mlr_globals.o .libs/mlrmath.o .libs/mlrstat.o .libs/mlrutil.o .libs/mtrand.o .libs/string_builder.o .libs/mlr_test_util.o
libtool: link: ranlib .libs/libmlr.a
libtool: link: ( cd ".libs" && rm -f "libmlr.la" && ln -s "../libmlr.la" "libmlr.la" )
Making all in cli
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT argparse.lo -MD -MP -MF .deps/argparse.Tpo -c -o argparse.lo argparse.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT argparse.lo -MD -MP -MF .deps/argparse.Tpo -c argparse.c -fPIC -DPIC -o .libs/argparse.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT argparse.lo -MD -MP -MF .deps/argparse.Tpo -c argparse.c -o argparse.o >/dev/null 2>&1
mv -f .deps/argparse.Tpo .deps/argparse.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mlrcli.lo -MD -MP -MF .deps/mlrcli.Tpo -c -o mlrcli.lo mlrcli.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mlrcli.lo -MD -MP -MF .deps/mlrcli.Tpo -c mlrcli.c -fPIC -DPIC -o .libs/mlrcli.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mlrcli.lo -MD -MP -MF .deps/mlrcli.Tpo -c mlrcli.c -o mlrcli.o >/dev/null 2>&1
mv -f .deps/mlrcli.Tpo .deps/mlrcli.Plo
/bin/sh ../../libtool --tag=CC --mode=link clang -std=gnu99 -g -O2 -o libcli.la argparse.lo mlrcli.lo ../lib/libmlr.la
libtool: link: (cd .libs/libcli.lax/libmlr.a && ar x "/usr/home/sean/bin/miller/c/cli/../lib/.libs/libmlr.a")
libtool: link: ar cru .libs/libcli.a .libs/argparse.o .libs/mlrcli.o .libs/libcli.lax/libmlr.a/mlr_globals.o .libs/libcli.lax/libmlr.a/mlr_test_util.o .libs/libcli.lax/libmlr.a/mlrmath.o .libs/libcli.lax/libmlr.a/mlrstat.o .libs/libcli.lax/libmlr.a/mlrutil.o .libs/libcli.lax/libmlr.a/mtrand.o .libs/libcli.lax/libmlr.a/string_builder.o
libtool: link: ranlib .libs/libcli.a
libtool: link: rm -fr .libs/libcli.lax
libtool: link: ( cd ".libs" && rm -f "libcli.la" && ln -s "../libcli.la" "libcli.la" )
Making all in stream
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libstream_la-stream.lo -MD -MP -MF .deps/libstream_la-stream.Tpo -c -o libstream_la-stream.lo `test -f 'stream.c' || echo './'`stream.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libstream_la-stream.lo -MD -MP -MF .deps/libstream_la-stream.Tpo -c stream.c -fPIC -DPIC -o .libs/libstream_la-stream.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libstream_la-stream.lo -MD -MP -MF .deps/libstream_la-stream.Tpo -c stream.c -o libstream_la-stream.o >/dev/null 2>&1
mv -f .deps/libstream_la-stream.Tpo .deps/libstream_la-stream.Plo
/bin/sh ../../libtool --tag=CC --mode=link clang -std=gnu99 -g -O2 -o libstream.la libstream_la-stream.lo
libtool: link: ar cru .libs/libstream.a .libs/libstream_la-stream.o
libtool: link: ranlib .libs/libstream.a
libtool: link: ( cd ".libs" && rm -f "libstream.la" && ln -s "../libstream.la" "libstream.la" )
Making all in input
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-file_reader_mmap.lo -MD -MP -MF .deps/libinput_la-file_reader_mmap.Tpo -c -o libinput_la-file_reader_mmap.lo `test -f 'file_reader_mmap.c' || echo './'`file_reader_mmap.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-file_reader_mmap.lo -MD -MP -MF .deps/libinput_la-file_reader_mmap.Tpo -c file_reader_mmap.c -fPIC -DPIC -o .libs/libinput_la-file_reader_mmap.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-file_reader_mmap.lo -MD -MP -MF .deps/libinput_la-file_reader_mmap.Tpo -c file_reader_mmap.c -o libinput_la-file_reader_mmap.o >/dev/null 2>&1
mv -f .deps/libinput_la-file_reader_mmap.Tpo .deps/libinput_la-file_reader_mmap.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-file_reader_stdio.lo -MD -MP -MF .deps/libinput_la-file_reader_stdio.Tpo -c -o libinput_la-file_reader_stdio.lo `test -f 'file_reader_stdio.c' || echo './'`file_reader_stdio.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-file_reader_stdio.lo -MD -MP -MF .deps/libinput_la-file_reader_stdio.Tpo -c file_reader_stdio.c -fPIC -DPIC -o .libs/libinput_la-file_reader_stdio.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-file_reader_stdio.lo -MD -MP -MF .deps/libinput_la-file_reader_stdio.Tpo -c file_reader_stdio.c -o libinput_la-file_reader_stdio.o >/dev/null 2>&1
mv -f .deps/libinput_la-file_reader_stdio.Tpo .deps/libinput_la-file_reader_stdio.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-line_readers.lo -MD -MP -MF .deps/libinput_la-line_readers.Tpo -c -o libinput_la-line_readers.lo `test
-f 'line_readers.c' || echo './'`line_readers.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-line_readers.lo -MD -MP -MF .deps/libinput_la-line_readers.Tpo -c line_readers.c -fPIC -DPIC -o .libs/libinput_la-line_readers.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-line_readers.lo -MD -MP -MF .deps/libinput_la-line_readers.Tpo -c line_readers.c -o libinput_la-line_readers.o >/dev/null 2>&1
mv -f .deps/libinput_la-line_readers.Tpo .deps/libinput_la-line_readers.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_reader_csv.lo -MD -MP -MF .deps/libinput_la-lrec_reader_csv.Tpo -c -o libinput_la-lrec_reader_csv.lo `test -f 'lrec_reader_csv.c' || echo './'`lrec_reader_csv.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_reader_csv.lo -MD -MP -MF .deps/libinput_la-lrec_reader_csv.Tpo -c lrec_reader_csv.c -fPIC -DPIC -o .libs/libinput_la-lrec_reader_csv.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_reader_csv.lo -MD -MP -MF .deps/libinput_la-lrec_reader_csv.Tpo -c lrec_reader_csv.c -o libinput_la-lrec_reader_csv.o >/dev/null 2>&1
mv -f .deps/libinput_la-lrec_reader_csv.Tpo .deps/libinput_la-lrec_reader_csv.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_reader_in_memory.lo -MD -MP -MF .deps/libinput_la-lrec_reader_in_memory.Tpo -c -o libinput_la-lrec_reader_in_memory.lo `test -f 'lrec_reader_in_memory.c' || echo './'`lrec_reader_in_memory.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_reader_in_memory.lo -MD -MP -MF .deps/libinput_la-lrec_reader_in_memory.Tpo -c lrec_reader_in_memory.c -fPIC -DPIC -o .libs/libinput_la-lrec_reader_in_memory.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_reader_in_memory.lo -MD -MP -MF .deps/libinput_la-lrec_reader_in_memory.Tpo -c lrec_reader_in_memory.c -o libinput_la-lrec_reader_in_memory.o >/dev/null 2>&1
mv -f .deps/libinput_la-lrec_reader_in_memory.Tpo .deps/libinput_la-lrec_reader_in_memory.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_reader_mmap_csvlite.lo -MD -MP -MF .deps/libinput_la-lrec_reader_mmap_csvlite.Tpo -c -o libinput_la-lrec_reader_mmap_csvlite.lo `test -f 'lrec_reader_mmap_csvlite.c' || echo './'`lrec_reader_mmap_csvlite.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_reader_mmap_csvlite.lo -MD -MP -MF .deps/libinput_la-lrec_reader_mmap_csvlite.Tpo -c lrec_reader_mmap_csvlite.c -fPIC -DPIC -o .libs/libinput_la-lrec_reader_mmap_csvlite.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_reader_mmap_csvlite.lo -MD -MP -MF .deps/libinput_la-lrec_reader_mmap_csvlite.Tpo -c lrec_reader_mmap_csvlite.c -o libinput_la-lrec_reader_mmap_csvlite.o >/dev/null 2>&1
mv -f .deps/libinput_la-lrec_reader_mmap_csvlite.Tpo .deps/libinput_la-lrec_reader_mmap_csvlite.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_reader_mmap_dkvp.lo -MD -MP -MF .deps/libinput_la-lrec_reader_mmap_dkvp.Tpo -c -o libinput_la-lrec_reader_mmap_dkvp.lo `test -f 'lrec_reader_mmap_dkvp.c' || echo './'`lrec_reader_mmap_dkvp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_reader_mmap_dkvp.lo -MD -MP -MF .deps/libinput_la-lrec_reader_mmap_dkvp.Tpo -c lrec_reader_mmap_dkvp.c -fPIC -DPIC -o .libs/libinput_la-lrec_reader_mmap_dkvp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_reader_mmap_dkvp.lo -MD -MP -MF .deps/libinput_la-lrec_reader_mmap_dkvp.Tpo -c lrec_reader_mmap_dkvp.c -o libinput_la-lrec_reader_mmap_dkvp.o >/dev/null 2>&1
mv -f .deps/libinput_la-lrec_reader_mmap_dkvp.Tpo .deps/libinput_la-lrec_reader_mmap_dkvp.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_reader_mmap_nidx.lo -MD -MP -MF .deps/libinput_la-lrec_reader_mmap_nidx.Tpo -c -o libinput_la-lrec_reader_mmap_nidx.lo `test -f 'lrec_reader_mmap_nidx.c' || echo './'`lrec_reader_mmap_nidx.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_reader_mmap_nidx.lo -MD -MP -MF .deps/libinput_la-lrec_reader_mmap_nidx.Tpo -c lrec_reader_mmap_nidx.c -fPIC -DPIC -o .libs/libinput_la-lrec_reader_mmap_nidx.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_reader_mmap_nidx.lo -MD -MP -MF .deps/libinput_la-lrec_reader_mmap_nidx.Tpo -c lrec_reader_mmap_nidx.c -o libinput_la-lrec_reader_mmap_nidx.o >/dev/null 2>&1
mv -f .deps/libinput_la-lrec_reader_mmap_nidx.Tpo .deps/libinput_la-lrec_reader_mmap_nidx.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_reader_mmap_xtab.lo -MD -MP -MF .deps/libinput_la-lrec_reader_mmap_xtab.Tpo -c -o libinput_la-lrec_reader_mmap_xtab.lo `test -f 'lrec_reader_mmap_xtab.c' || echo './'`lrec_reader_mmap_xtab.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_reader_mmap_xtab.lo -MD -MP -MF .deps/libinput_la-lrec_reader_mmap_xtab.Tpo -c lrec_reader_mmap_xtab.c -fPIC -DPIC -o .libs/libinput_la-lrec_reader_mmap_xtab.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_reader_mmap_xtab.lo -MD -MP -MF .deps/libinput_la-lrec_reader_mmap_xtab.Tpo -c lrec_reader_mmap_xtab.c -o libinput_la-lrec_reader_mmap_xtab.o >/dev/null 2>&1
mv -f .deps/libinput_la-lrec_reader_mmap_xtab.Tpo .deps/libinput_la-lrec_reader_mmap_xtab.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_reader_stdio_csvlite.lo -MD -MP -MF .deps/libinput_la-lrec_reader_stdio_csvlite.Tpo -c -o libinput_la-lrec_reader_stdio_csvlite.lo `test -f 'lrec_reader_stdio_csvlite.c' || echo './'`lrec_reader_stdio_csvlite.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_reader_stdio_csvlite.lo -MD -MP -MF .deps/libinput_la-lrec_reader_stdio_csvlite.Tpo -c lrec_reader_stdio_csvlite.c -fPIC -DPIC -o .libs/libinput_la-lrec_reader_stdio_csvlite.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_reader_stdio_csvlite.lo -MD -MP -MF .deps/libinput_la-lrec_reader_stdio_csvlite.Tpo -c lrec_reader_stdio_csvlite.c -o libinput_la-lrec_reader_stdio_csvlite.o >/dev/null 2>&1
mv -f .deps/libinput_la-lrec_reader_stdio_csvlite.Tpo .deps/libinput_la-lrec_reader_stdio_csvlite.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_reader_stdio_dkvp.lo -MD -MP -MF .deps/libinput_la-lrec_reader_stdio_dkvp.Tpo -c -o libinput_la-lrec_reader_stdio_dkvp.lo `test -f 'lrec_reader_stdio_dkvp.c' || echo './'`lrec_reader_stdio_dkvp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_reader_stdio_dkvp.lo -MD -MP -MF .deps/libinput_la-lrec_reader_stdio_dkvp.Tpo -c lrec_reader_stdio_dkvp.c -fPIC -DPIC -o .libs/libinput_la-lrec_reader_stdio_dkvp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_reader_stdio_dkvp.lo -MD -MP -MF .deps/libinput_la-lrec_reader_stdio_dkvp.Tpo -c lrec_reader_stdio_dkvp.c -o libinput_la-lrec_reader_stdio_dkvp.o >/dev/null 2>&1
mv -f .deps/libinput_la-lrec_reader_stdio_dkvp.Tpo .deps/libinput_la-lrec_reader_stdio_dkvp.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_reader_stdio_nidx.lo -MD -MP -MF .deps/libinput_la-lrec_reader_stdio_nidx.Tpo -c -o libinput_la-lrec_reader_stdio_nidx.lo `test -f 'lrec_reader_stdio_nidx.c' || echo './'`lrec_reader_stdio_nidx.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_reader_stdio_nidx.lo -MD -MP -MF .deps/libinput_la-lrec_reader_stdio_nidx.Tpo -c lrec_reader_stdio_nidx.c -fPIC -DPIC -o .libs/libinput_la-lrec_reader_stdio_nidx.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_reader_stdio_nidx.lo -MD -MP -MF .deps/libinput_la-lrec_reader_stdio_nidx.Tpo -c lrec_reader_stdio_nidx.c -o libinput_la-lrec_reader_stdio_nidx.o >/dev/null 2>&1
mv -f .deps/libinput_la-lrec_reader_stdio_nidx.Tpo .deps/libinput_la-lrec_reader_stdio_nidx.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_reader_stdio_xtab.lo -MD -MP -MF .deps/libinput_la-lrec_reader_stdio_xtab.Tpo -c -o libinput_la-lrec_reader_stdio_xtab.lo `test -f 'lrec_reader_stdio_xtab.c' || echo './'`lrec_reader_stdio_xtab.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_reader_stdio_xtab.lo -MD -MP -MF .deps/libinput_la-lrec_reader_stdio_xtab.Tpo -c lrec_reader_stdio_xtab.c -fPIC -DPIC -o .libs/libinput_la-lrec_reader_stdio_xtab.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_reader_stdio_xtab.lo -MD -MP -MF .deps/libinput_la-lrec_reader_stdio_xtab.Tpo -c lrec_reader_stdio_xtab.c -o libinput_la-lrec_reader_stdio_xtab.o >/dev/null 2>&1
mv -f .deps/libinput_la-lrec_reader_stdio_xtab.Tpo .deps/libinput_la-lrec_reader_stdio_xtab.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_readers.lo -MD -MP -MF .deps/libinput_la-lrec_readers.Tpo -c -o libinput_la-lrec_readers.lo `test
-f 'lrec_readers.c' || echo './'`lrec_readers.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_readers.lo -MD -MP -MF .deps/libinput_la-lrec_readers.Tpo -c lrec_readers.c -fPIC -DPIC -o .libs/libinput_la-lrec_readers.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-lrec_readers.lo -MD -MP -MF .deps/libinput_la-lrec_readers.Tpo -c lrec_readers.c -o libinput_la-lrec_readers.o >/dev/null 2>&1
mv -f .deps/libinput_la-lrec_readers.Tpo .deps/libinput_la-lrec_readers.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-mmap_byte_reader.lo -MD -MP -MF .deps/libinput_la-mmap_byte_reader.Tpo -c -o libinput_la-mmap_byte_reader.lo `test -f 'mmap_byte_reader.c' || echo './'`mmap_byte_reader.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-mmap_byte_reader.lo -MD -MP -MF .deps/libinput_la-mmap_byte_reader.Tpo -c mmap_byte_reader.c -fPIC -DPIC -o .libs/libinput_la-mmap_byte_reader.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-mmap_byte_reader.lo -MD -MP -MF .deps/libinput_la-mmap_byte_reader.Tpo -c mmap_byte_reader.c -o libinput_la-mmap_byte_reader.o >/dev/null 2>&1
mv -f .deps/libinput_la-mmap_byte_reader.Tpo .deps/libinput_la-mmap_byte_reader.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-peek_file_reader.lo -MD -MP -MF .deps/libinput_la-peek_file_reader.Tpo -c -o libinput_la-peek_file_reader.lo `test -f 'peek_file_reader.c' || echo './'`peek_file_reader.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-peek_file_reader.lo -MD -MP -MF .deps/libinput_la-peek_file_reader.Tpo -c peek_file_reader.c -fPIC -DPIC -o .libs/libinput_la-peek_file_reader.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-peek_file_reader.lo -MD -MP -MF .deps/libinput_la-peek_file_reader.Tpo -c peek_file_reader.c -o libinput_la-peek_file_reader.o >/dev/null 2>&1
mv -f .deps/libinput_la-peek_file_reader.Tpo .deps/libinput_la-peek_file_reader.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-stdio_byte_reader.lo -MD -MP -MF .deps/libinput_la-stdio_byte_reader.Tpo -c -o libinput_la-stdio_byte_reader.lo `test -f 'stdio_byte_reader.c' || echo './'`stdio_byte_reader.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-stdio_byte_reader.lo -MD -MP -MF .deps/libinput_la-stdio_byte_reader.Tpo -c stdio_byte_reader.c -fPIC -DPIC -o .libs/libinput_la-stdio_byte_reader.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-stdio_byte_reader.lo -MD -MP -MF .deps/libinput_la-stdio_byte_reader.Tpo -c stdio_byte_reader.c -o libinput_la-stdio_byte_reader.o >/dev/null 2>&1
mv -f .deps/libinput_la-stdio_byte_reader.Tpo .deps/libinput_la-stdio_byte_reader.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-string_byte_reader.lo -MD -MP -MF .deps/libinput_la-string_byte_reader.Tpo -c -o libinput_la-string_byte_reader.lo `test -f 'string_byte_reader.c' || echo './'`string_byte_reader.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-string_byte_reader.lo -MD -MP -MF .deps/libinput_la-string_byte_reader.Tpo -c string_byte_reader.c -fPIC -DPIC -o .libs/libinput_la-string_byte_reader.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT libinput_la-string_byte_reader.lo -MD -MP -MF .deps/libinput_la-string_byte_reader.Tpo -c string_byte_reader.c -o libinput_la-string_byte_reader.o
>/dev/null 2>&1
mv -f .deps/libinput_la-string_byte_reader.Tpo .deps/libinput_la-string_byte_reader.Plo
/bin/sh ../../libtool --tag=CC --mode=link clang -std=gnu99 -g -O2 -o libinput.la libinput_la-file_reader_mmap.lo libinput_la-file_reader_stdio.lo libinput_la-line_readers.lo libinput_la-lrec_reader_csv.lo libinput_la-lrec_reader_in_memory.lo libinput_la-lrec_reader_mmap_csvlite.lo libinput_la-lrec_reader_mmap_dkvp.lo libinput_la-lrec_reader_mmap_nidx.lo libinput_la-lrec_reader_mmap_xtab.lo libinput_la-lrec_reader_stdio_csvlite.lo libinput_la-lrec_reader_stdio_dkvp.lo libinput_la-lrec_reader_stdio_nidx.lo libinput_la-lrec_reader_stdio_xtab.lo libinput_la-lrec_readers.lo libinput_la-mmap_byte_reader.lo libinput_la-peek_file_reader.lo libinput_la-stdio_byte_reader.lo libinput_la-string_byte_reader.lo ../lib/libmlr.la
libtool: link: (cd .libs/libinput.lax/libmlr.a && ar x "/usr/home/sean/bin/miller/c/input/../lib/.libs/libmlr.a")
libtool: link: ar cru .libs/libinput.a .libs/libinput_la-file_reader_mmap.o .libs/libinput_la-file_reader_stdio.o .libs/libinput_la-line_readers.o .libs/libinput_la-lrec_reader_csv.o .libs/libinput_la-lrec_reader_in_memory.o .libs/libinput_la-lrec_reader_mmap_csvlite.o .libs/libinput_la-lrec_reader_mmap_dkvp.o .libs/libinput_la-lrec_reader_mmap_nidx.o .libs/libinput_la-lrec_reader_mmap_xtab.o .libs/libinput_la-lrec_reader_stdio_csvlite.o .libs/libinput_la-lrec_reader_stdio_dkvp.o .libs/libinput_la-lrec_reader_stdio_nidx.o .libs/libinput_la-lrec_reader_stdio_xtab.o .libs/libinput_la-lrec_readers.o .libs/libinput_la-mmap_byte_reader.o .libs/libinput_la-peek_file_reader.o .libs/libinput_la-stdio_byte_reader.o .libs/libinput_la-string_byte_reader.o .libs/libinput.lax/libmlr.a/mlr_globals.o .libs/libinput.lax/libmlr.a/mlr_test_util.o .libs/libinput.lax/libmlr.a/mlrmath.o .libs/libinput.lax/libmlr.a/mlrstat.o .libs/libinput.lax/libmlr.a/mlrutil.o .libs/libinput.lax/libmlr.a/mtrand.o .libs/libinput.lax/libmlr.a/string_builder.o
libtool: link: ranlib .libs/libinput.a
libtool: link: rm -fr .libs/libinput.lax
libtool: link: ( cd ".libs" && rm -f "libinput.la" && ln -s "../libinput.la" "libinput.la" )
Making all in mapping
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT context.lo -MD -MP -MF .deps/context.Tpo -c -o context.lo context.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT context.lo -MD -MP -MF .deps/context.Tpo -c context.c -fPIC -DPIC -o .libs/context.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT context.lo -MD -MP -MF .deps/context.Tpo -c context.c -o context.o >/dev/null 2>&1
mv -f .deps/context.Tpo .deps/context.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT lrec_evaluators.lo -MD -MP -MF .deps/lrec_evaluators.Tpo -c -o lrec_evaluators.lo lrec_evaluators.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT lrec_evaluators.lo -MD -MP -MF .deps/lrec_evaluators.Tpo -c lrec_evaluators.c -fPIC -DPIC -o .libs/lrec_evaluators.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT lrec_evaluators.lo -MD -MP -MF .deps/lrec_evaluators.Tpo -c lrec_evaluators.c -o lrec_evaluators.o >/dev/null 2>&1
mv -f .deps/lrec_evaluators.Tpo .deps/lrec_evaluators.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_cat.lo -MD -MP -MF .deps/mapper_cat.Tpo -c -o mapper_cat.lo mapper_cat.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_cat.lo -MD -MP -MF .deps/mapper_cat.Tpo -c mapper_cat.c -fPIC -DPIC -o .libs/mapper_cat.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_cat.lo -MD -MP -MF .deps/mapper_cat.Tpo -c mapper_cat.c -o mapper_cat.o >/dev/null 2>&1
mv -f .deps/mapper_cat.Tpo .deps/mapper_cat.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_check.lo -MD -MP -MF .deps/mapper_check.Tpo -c -o mapper_check.lo mapper_check.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_check.lo -MD -MP -MF .deps/mapper_check.Tpo -c mapper_check.c -fPIC -DPIC -o .libs/mapper_check.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_check.lo -MD -MP -MF .deps/mapper_check.Tpo -c mapper_check.c -o mapper_check.o >/dev/null 2>&1
mv -f .deps/mapper_check.Tpo .deps/mapper_check.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_cut.lo -MD -MP -MF .deps/mapper_cut.Tpo -c -o mapper_cut.lo mapper_cut.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_cut.lo -MD -MP -MF .deps/mapper_cut.Tpo -c mapper_cut.c -fPIC -DPIC -o .libs/mapper_cut.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_cut.lo -MD -MP -MF .deps/mapper_cut.Tpo -c mapper_cut.c -o mapper_cut.o >/dev/null 2>&1
mv -f .deps/mapper_cut.Tpo .deps/mapper_cut.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_filter.lo -MD -MP -MF .deps/mapper_filter.Tpo -c -o mapper_filter.lo mapper_filter.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_filter.lo -MD -MP -MF .deps/mapper_filter.Tpo -c mapper_filter.c -fPIC -DPIC -o .libs/mapper_filter.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_filter.lo -MD -MP -MF .deps/mapper_filter.Tpo -c mapper_filter.c -o mapper_filter.o >/dev/null 2>&1
mv -f .deps/mapper_filter.Tpo .deps/mapper_filter.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_group_like.lo -MD -MP -MF .deps/mapper_group_like.Tpo -c -o mapper_group_like.lo mapper_group_like.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_group_like.lo -MD -MP -MF .deps/mapper_group_like.Tpo -c mapper_group_like.c -fPIC -DPIC -o .libs/mapper_group_like.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_group_like.lo -MD -MP -MF .deps/mapper_group_like.Tpo -c mapper_group_like.c -o mapper_group_like.o >/dev/null 2>&1
mv -f .deps/mapper_group_like.Tpo .deps/mapper_group_like.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_having_fields.lo -MD -MP -MF .deps/mapper_having_fields.Tpo -c -o mapper_having_fields.lo mapper_having_fields.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_having_fields.lo -MD -MP -MF .deps/mapper_having_fields.Tpo -c mapper_having_fields.c -fPIC -DPIC -o .libs/mapper_having_fields.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_having_fields.lo -MD -MP -MF .deps/mapper_having_fields.Tpo -c mapper_having_fields.c -o mapper_having_fields.o >/dev/null 2>&1
mv -f .deps/mapper_having_fields.Tpo .deps/mapper_having_fields.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_head.lo -MD -MP -MF .deps/mapper_head.Tpo -c -o mapper_head.lo mapper_head.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_head.lo -MD -MP -MF .deps/mapper_head.Tpo -c mapper_head.c -fPIC -DPIC -o .libs/mapper_head.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_head.lo -MD -MP -MF .deps/mapper_head.Tpo -c mapper_head.c -o mapper_head.o >/dev/null 2>&1
mv -f .deps/mapper_head.Tpo .deps/mapper_head.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_histogram.lo -MD -MP -MF .deps/mapper_histogram.Tpo -c -o mapper_histogram.lo mapper_histogram.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_histogram.lo -MD -MP -MF .deps/mapper_histogram.Tpo -c mapper_histogram.c -fPIC -DPIC -o .libs/mapper_histogram.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_histogram.lo -MD -MP -MF .deps/mapper_histogram.Tpo -c mapper_histogram.c -o mapper_histogram.o >/dev/null 2>&1
mv -f .deps/mapper_histogram.Tpo .deps/mapper_histogram.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_join.lo -MD -MP -MF .deps/mapper_join.Tpo -c -o mapper_join.lo mapper_join.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_join.lo -MD -MP -MF .deps/mapper_join.Tpo -c mapper_join.c -fPIC -DPIC -o .libs/mapper_join.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_join.lo -MD -MP -MF .deps/mapper_join.Tpo -c mapper_join.c -o mapper_join.o >/dev/null 2>&1
mv -f .deps/mapper_join.Tpo .deps/mapper_join.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_label.lo -MD -MP -MF .deps/mapper_label.Tpo -c -o mapper_label.lo mapper_label.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_label.lo -MD -MP -MF .deps/mapper_label.Tpo -c mapper_label.c -fPIC -DPIC -o .libs/mapper_label.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_label.lo -MD -MP -MF .deps/mapper_label.Tpo -c mapper_label.c -o mapper_label.o >/dev/null 2>&1
mv -f .deps/mapper_label.Tpo .deps/mapper_label.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_put.lo -MD -MP -MF .deps/mapper_put.Tpo -c -o mapper_put.lo mapper_put.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_put.lo -MD -MP -MF .deps/mapper_put.Tpo -c mapper_put.c -fPIC -DPIC -o .libs/mapper_put.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_put.lo -MD -MP -MF .deps/mapper_put.Tpo -c mapper_put.c -o mapper_put.o >/dev/null 2>&1
mv -f .deps/mapper_put.Tpo .deps/mapper_put.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_regularize.lo -MD -MP -MF .deps/mapper_regularize.Tpo -c -o mapper_regularize.lo mapper_regularize.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_regularize.lo -MD -MP -MF .deps/mapper_regularize.Tpo -c mapper_regularize.c -fPIC -DPIC -o .libs/mapper_regularize.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_regularize.lo -MD -MP -MF .deps/mapper_regularize.Tpo -c mapper_regularize.c -o mapper_regularize.o >/dev/null 2>&1
mv -f .deps/mapper_regularize.Tpo .deps/mapper_regularize.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_rename.lo -MD -MP -MF .deps/mapper_rename.Tpo -c -o mapper_rename.lo mapper_rename.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_rename.lo -MD -MP -MF .deps/mapper_rename.Tpo -c mapper_rename.c -fPIC -DPIC -o .libs/mapper_rename.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_rename.lo -MD -MP -MF .deps/mapper_rename.Tpo -c mapper_rename.c -o mapper_rename.o >/dev/null 2>&1
mv -f .deps/mapper_rename.Tpo .deps/mapper_rename.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_reorder.lo -MD -MP -MF .deps/mapper_reorder.Tpo -c -o mapper_reorder.lo mapper_reorder.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_reorder.lo -MD -MP -MF .deps/mapper_reorder.Tpo -c mapper_reorder.c -fPIC -DPIC -o .libs/mapper_reorder.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_reorder.lo -MD -MP -MF .deps/mapper_reorder.Tpo -c mapper_reorder.c -o mapper_reorder.o >/dev/null 2>&1
mv -f .deps/mapper_reorder.Tpo .deps/mapper_reorder.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_sort.lo -MD -MP -MF .deps/mapper_sort.Tpo -c -o mapper_sort.lo mapper_sort.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_sort.lo -MD -MP -MF .deps/mapper_sort.Tpo -c mapper_sort.c -fPIC -DPIC -o .libs/mapper_sort.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_sort.lo -MD -MP -MF .deps/mapper_sort.Tpo -c mapper_sort.c -o mapper_sort.o >/dev/null 2>&1
mv -f .deps/mapper_sort.Tpo .deps/mapper_sort.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_stats1.lo -MD -MP -MF .deps/mapper_stats1.Tpo -c -o mapper_stats1.lo mapper_stats1.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_stats1.lo -MD -MP -MF .deps/mapper_stats1.Tpo -c mapper_stats1.c -fPIC -DPIC -o .libs/mapper_stats1.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_stats1.lo -MD -MP -MF .deps/mapper_stats1.Tpo -c mapper_stats1.c -o mapper_stats1.o >/dev/null 2>&1
mv -f .deps/mapper_stats1.Tpo .deps/mapper_stats1.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_stats2.lo -MD -MP -MF .deps/mapper_stats2.Tpo -c -o mapper_stats2.lo mapper_stats2.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_stats2.lo -MD -MP -MF .deps/mapper_stats2.Tpo -c mapper_stats2.c -fPIC -DPIC -o .libs/mapper_stats2.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_stats2.lo -MD -MP -MF .deps/mapper_stats2.Tpo -c mapper_stats2.c -o mapper_stats2.o >/dev/null 2>&1
mv -f .deps/mapper_stats2.Tpo .deps/mapper_stats2.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_step.lo -MD -MP -MF .deps/mapper_step.Tpo -c -o mapper_step.lo mapper_step.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_step.lo -MD -MP -MF .deps/mapper_step.Tpo -c mapper_step.c -fPIC -DPIC -o .libs/mapper_step.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_step.lo -MD -MP -MF .deps/mapper_step.Tpo -c mapper_step.c -o mapper_step.o >/dev/null 2>&1
mv -f .deps/mapper_step.Tpo .deps/mapper_step.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_tac.lo -MD -MP -MF .deps/mapper_tac.Tpo -c -o mapper_tac.lo mapper_tac.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_tac.lo -MD -MP -MF .deps/mapper_tac.Tpo -c mapper_tac.c -fPIC -DPIC -o .libs/mapper_tac.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_tac.lo -MD -MP -MF .deps/mapper_tac.Tpo -c mapper_tac.c -o mapper_tac.o >/dev/null 2>&1
mv -f .deps/mapper_tac.Tpo .deps/mapper_tac.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_tail.lo -MD -MP -MF .deps/mapper_tail.Tpo -c -o mapper_tail.lo mapper_tail.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_tail.lo -MD -MP -MF .deps/mapper_tail.Tpo -c mapper_tail.c -fPIC -DPIC -o .libs/mapper_tail.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_tail.lo -MD -MP -MF .deps/mapper_tail.Tpo -c mapper_tail.c -o mapper_tail.o >/dev/null 2>&1
mv -f .deps/mapper_tail.Tpo .deps/mapper_tail.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_top.lo -MD -MP -MF .deps/mapper_top.Tpo -c -o mapper_top.lo mapper_top.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_top.lo -MD -MP -MF .deps/mapper_top.Tpo -c mapper_top.c -fPIC -DPIC -o .libs/mapper_top.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_top.lo -MD -MP -MF .deps/mapper_top.Tpo -c mapper_top.c -o mapper_top.o >/dev/null 2>&1
mv -f .deps/mapper_top.Tpo .deps/mapper_top.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_uniq.lo -MD -MP -MF .deps/mapper_uniq.Tpo -c -o mapper_uniq.lo mapper_uniq.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_uniq.lo -MD -MP -MF .deps/mapper_uniq.Tpo -c mapper_uniq.c -fPIC -DPIC -o .libs/mapper_uniq.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mapper_uniq.lo -MD -MP -MF .deps/mapper_uniq.Tpo -c mapper_uniq.c -o mapper_uniq.o >/dev/null 2>&1
mv -f .deps/mapper_uniq.Tpo .deps/mapper_uniq.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mlr_val.lo -MD -MP -MF .deps/mlr_val.Tpo -c -o mlr_val.lo mlr_val.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mlr_val.lo -MD -MP -MF .deps/mlr_val.Tpo -c mlr_val.c -fPIC -DPIC -o .libs/mlr_val.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mlr_val.lo -MD -MP -MF .deps/mlr_val.Tpo -c mlr_val.c -o mlr_val.o >/dev/null 2>&1
mv -f .deps/mlr_val.Tpo .deps/mlr_val.Plo
/bin/sh ../../libtool --tag=CC --mode=link clang -std=gnu99 -g -O2 -o libmapping.la context.lo lrec_evaluators.lo mapper_cat.lo mapper_check.lo mapper_cut.lo mapper_filter.lo mapper_group_like.lo mapper_having_fields.lo
mapper_head.lo mapper_histogram.lo mapper_join.lo mapper_label.lo mapper_put.lo mapper_regularize.lo mapper_rename.lo mapper_reorder.lo mapper_sort.lo mapper_stats1.lo mapper_stats2.lo mapper_step.lo mapper_tac.lo mapper_tail.lo mapper_top.lo mapper_uniq.lo mlr_val.lo ../lib/libmlr.la ../cli/libcli.la ../input/libinput.la
libtool: link: (cd .libs/libmapping.lax/libmlr.a && ar x "/usr/home/sean/bin/miller/c/mapping/../lib/.libs/libmlr.a")
libtool: link: (cd .libs/libmapping.lax/libcli.a && ar x "/usr/home/sean/bin/miller/c/mapping/../cli/.libs/libcli.a")
libtool: link: (cd .libs/libmapping.lax/libinput.a && ar x "/usr/home/sean/bin/miller/c/mapping/../input/.libs/libinput.a")
copying selected object files to avoid basename conflicts...
libtool: link: ln .libs/libmapping.lax/libcli.a/mlr_globals.o .libs/libmapping.lax/lt1-mlr_globals.o || cp .libs/libmapping.lax/libcli.a/mlr_globals.o .libs/libmapping.lax/lt1-mlr_globals.o
libtool: link: ln .libs/libmapping.lax/libcli.a/mlr_test_util.o .libs/libmapping.lax/lt2-mlr_test_util.o || cp .libs/libmapping.lax/libcli.a/mlr_test_util.o .libs/libmapping.lax/lt2-mlr_test_util.o
libtool: link: ln .libs/libmapping.lax/libcli.a/mlrmath.o .libs/libmapping.lax/lt3-mlrmath.o || cp .libs/libmapping.lax/libcli.a/mlrmath.o .libs/libmapping.lax/lt3-mlrmath.o
libtool: link: ln .libs/libmapping.lax/libcli.a/mlrstat.o .libs/libmapping.lax/lt4-mlrstat.o || cp .libs/libmapping.lax/libcli.a/mlrstat.o .libs/libmapping.lax/lt4-mlrstat.o
libtool: link: ln .libs/libmapping.lax/libcli.a/mlrutil.o .libs/libmapping.lax/lt5-mlrutil.o || cp .libs/libmapping.lax/libcli.a/mlrutil.o .libs/libmapping.lax/lt5-mlrutil.o
libtool: link: ln .libs/libmapping.lax/libcli.a/mtrand.o .libs/libmapping.lax/lt6-mtrand.o || cp .libs/libmapping.lax/libcli.a/mtrand.o .libs/libmapping.lax/lt6-mtrand.o
libtool: link: ln .libs/libmapping.lax/libcli.a/string_builder.o .libs/libmapping.lax/lt7-string_builder.o || cp .libs/libmapping.lax/libcli.a/string_builder.o .libs/libmapping.lax/lt7-string_builder.o
libtool: link: ln .libs/libmapping.lax/libinput.a/mlr_globals.o .libs/libmapping.lax/lt8-mlr_globals.o || cp .libs/libmapping.lax/libinput.a/mlr_globals.o .libs/libmapping.lax/lt8-mlr_globals.o
libtool: link: ln .libs/libmapping.lax/libinput.a/mlr_test_util.o .libs/libmapping.lax/lt9-mlr_test_util.o || cp .libs/libmapping.lax/libinput.a/mlr_test_util.o .libs/libmapping.lax/lt9-mlr_test_util.o
libtool: link: ln .libs/libmapping.lax/libinput.a/mlrmath.o .libs/libmapping.lax/lt10-mlrmath.o || cp .libs/libmapping.lax/libinput.a/mlrmath.o .libs/libmapping.lax/lt10-mlrmath.o
libtool: link: ln .libs/libmapping.lax/libinput.a/mlrstat.o .libs/libmapping.lax/lt11-mlrstat.o || cp .libs/libmapping.lax/libinput.a/mlrstat.o .libs/libmapping.lax/lt11-mlrstat.o
libtool: link: ln .libs/libmapping.lax/libinput.a/mlrutil.o .libs/libmapping.lax/lt12-mlrutil.o || cp .libs/libmapping.lax/libinput.a/mlrutil.o .libs/libmapping.lax/lt12-mlrutil.o
libtool: link: ln .libs/libmapping.lax/libinput.a/mtrand.o .libs/libmapping.lax/lt13-mtrand.o || cp .libs/libmapping.lax/libinput.a/mtrand.o .libs/libmapping.lax/lt13-mtrand.o
libtool: link: ln .libs/libmapping.lax/libinput.a/string_builder.o .libs/libmapping.lax/lt14-string_builder.o || cp .libs/libmapping.lax/libinput.a/string_builder.o .libs/libmapping.lax/lt14-string_builder.o
libtool: link: ar cru .libs/libmapping.a .libs/context.o .libs/lrec_evaluators.o .libs/mapper_cat.o .libs/mapper_check.o .libs/mapper_cut.o .libs/mapper_filter.o .libs/mapper_group_like.o .libs/mapper_having_fields.o .libs/mapper_head.o .libs/mapper_histogram.o .libs/mapper_join.o .libs/mapper_label.o .libs/mapper_put.o .libs/mapper_regularize.o .libs/mapper_rename.o .libs/mapper_reorder.o .libs/mapper_sort.o .libs/mapper_stats1.o .libs/mapper_stats2.o .libs/mapper_step.o .libs/mapper_tac.o .libs/mapper_tail.o .libs/mapper_top.o .libs/mapper_uniq.o .libs/mlr_val.o .libs/libmapping.lax/libmlr.a/mlr_globals.o .libs/libmapping.lax/libmlr.a/mlr_test_util.o .libs/libmapping.lax/libmlr.a/mlrmath.o .libs/libmapping.lax/libmlr.a/mlrstat.o .libs/libmapping.lax/libmlr.a/mlrutil.o .libs/libmapping.lax/libmlr.a/mtrand.o .libs/libmapping.lax/libmlr.a/string_builder.o .libs/libmapping.lax/libcli.a/argparse.o .libs/libmapping.lax/lt1-mlr_globals.o .libs/libmapping.lax/lt2-mlr_test_util.o .libs/libmapping.lax/libcli.a/mlrcli.o .libs/libmapping.lax/lt3-mlrmath.o .libs/libmapping.lax/lt4-mlrstat.o .libs/libmapping.lax/lt5-mlrutil.o .libs/libmapping.lax/lt6-mtrand.o .libs/libmapping.lax/lt7-string_builder.o .libs/libmapping.lax/libinput.a/libinput_la-file_reader_mmap.o .libs/libmapping.lax/libinput.a/libinput_la-file_reader_stdio.o .libs/libmapping.lax/libinput.a/libinput_la-line_readers.o .libs/libmapping.lax/libinput.a/libinput_la-lrec_reader_csv.o .libs/libmapping.lax/libinput.a/libinput_la-lrec_reader_in_memory.o .libs/libmapping.lax/libinput.a/libinput_la-lrec_reader_mmap_csvlite.o .libs/libmapping.lax/libinput.a/libinput_la-lrec_reader_mmap_dkvp.o .libs/libmapping.lax/libinput.a/libinput_la-lrec_reader_mmap_nidx.o .libs/libmapping.lax/libinput.a/libinput_la-lrec_reader_mmap_xtab.o .libs/libmapping.lax/libinput.a/libinput_la-lrec_reader_stdio_csvlite.o .libs/libmapping.lax/libinput.a/libinput_la-lrec_reader_stdio_dkvp.o .libs/libmapping.lax/libinput.a/libinput_la-lrec_reader_stdio_nidx.o .libs/libmapping.lax/libinput.a/libinput_la-lrec_reader_stdio_xtab.o .libs/libmapping.lax/libinput.a/libinput_la-lrec_readers.o .libs/libmapping.lax/libinput.a/libinput_la-mmap_byte_reader.o .libs/libmapping.lax/libinput.a/libinput_la-peek_file_reader.o .libs/libmapping.lax/libinput.a/libinput_la-stdio_byte_reader.o .libs/libmapping.lax/libinput.a/libinput_la-string_byte_reader.o .libs/libmapping.lax/lt8-mlr_globals.o .libs/libmapping.lax/lt9-mlr_test_util.o .libs/libmapping.lax/lt10-mlrmath.o .libs/libmapping.lax/lt11-mlrstat.o .libs/libmapping.lax/lt12-mlrutil.o .libs/libmapping.lax/lt13-mtrand.o .libs/libmapping.lax/lt14-string_builder.o
libtool: link: ranlib .libs/libmapping.a
libtool: link: rm -fr .libs/libmapping.lax .libs/libmapping.lax
libtool: link: ( cd ".libs" && rm -f "libmapping.la" && ln -s "../libmapping.la" "libmapping.la" )
Making all in output
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT liboutput_la-lrec_writer_csv.lo -MD -MP -MF .deps/liboutput_la-lrec_writer_csv.Tpo -c -o liboutput_la-lrec_writer_csv.lo `test -f 'lrec_writer_csv.c' || echo './'`lrec_writer_csv.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT liboutput_la-lrec_writer_csv.lo -MD -MP -MF .deps/liboutput_la-lrec_writer_csv.Tpo -c lrec_writer_csv.c -fPIC -DPIC -o .libs/liboutput_la-lrec_writer_csv.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT liboutput_la-lrec_writer_csv.lo -MD -MP -MF .deps/liboutput_la-lrec_writer_csv.Tpo -c lrec_writer_csv.c -o liboutput_la-lrec_writer_csv.o >/dev/null 2>&1
mv -f .deps/liboutput_la-lrec_writer_csv.Tpo .deps/liboutput_la-lrec_writer_csv.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT liboutput_la-lrec_writer_csvlite.lo -MD -MP -MF .deps/liboutput_la-lrec_writer_csvlite.Tpo -c -o liboutput_la-lrec_writer_csvlite.lo `test -f 'lrec_writer_csvlite.c' || echo './'`lrec_writer_csvlite.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT liboutput_la-lrec_writer_csvlite.lo -MD -MP -MF .deps/liboutput_la-lrec_writer_csvlite.Tpo -c lrec_writer_csvlite.c -fPIC -DPIC -o .libs/liboutput_la-lrec_writer_csvlite.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT liboutput_la-lrec_writer_csvlite.lo -MD -MP -MF .deps/liboutput_la-lrec_writer_csvlite.Tpo -c lrec_writer_csvlite.c -o liboutput_la-lrec_writer_csvlite.o >/dev/null 2>&1
mv -f .deps/liboutput_la-lrec_writer_csvlite.Tpo .deps/liboutput_la-lrec_writer_csvlite.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT liboutput_la-lrec_writer_dkvp.lo -MD -MP -MF .deps/liboutput_la-lrec_writer_dkvp.Tpo -c -o liboutput_la-lrec_writer_dkvp.lo `test -f 'lrec_writer_dkvp.c' || echo './'`lrec_writer_dkvp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT liboutput_la-lrec_writer_dkvp.lo -MD -MP -MF .deps/liboutput_la-lrec_writer_dkvp.Tpo -c lrec_writer_dkvp.c -fPIC -DPIC -o .libs/liboutput_la-lrec_writer_dkvp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT liboutput_la-lrec_writer_dkvp.lo -MD -MP -MF .deps/liboutput_la-lrec_writer_dkvp.Tpo -c lrec_writer_dkvp.c -o liboutput_la-lrec_writer_dkvp.o >/dev/null 2>&1
mv -f .deps/liboutput_la-lrec_writer_dkvp.Tpo .deps/liboutput_la-lrec_writer_dkvp.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT liboutput_la-lrec_writer_nidx.lo -MD -MP -MF .deps/liboutput_la-lrec_writer_nidx.Tpo -c -o liboutput_la-lrec_writer_nidx.lo `test -f 'lrec_writer_nidx.c' || echo './'`lrec_writer_nidx.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT liboutput_la-lrec_writer_nidx.lo -MD -MP -MF .deps/liboutput_la-lrec_writer_nidx.Tpo -c lrec_writer_nidx.c -fPIC -DPIC -o .libs/liboutput_la-lrec_writer_nidx.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT liboutput_la-lrec_writer_nidx.lo -MD -MP -MF .deps/liboutput_la-lrec_writer_nidx.Tpo -c lrec_writer_nidx.c -o liboutput_la-lrec_writer_nidx.o >/dev/null 2>&1
mv -f .deps/liboutput_la-lrec_writer_nidx.Tpo .deps/liboutput_la-lrec_writer_nidx.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT liboutput_la-lrec_writer_pprint.lo -MD -MP -MF .deps/liboutput_la-lrec_writer_pprint.Tpo -c -o liboutput_la-lrec_writer_pprint.lo `test -f 'lrec_writer_pprint.c' || echo './'`lrec_writer_pprint.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT liboutput_la-lrec_writer_pprint.lo -MD -MP -MF .deps/liboutput_la-lrec_writer_pprint.Tpo -c lrec_writer_pprint.c -fPIC -DPIC -o .libs/liboutput_la-lrec_writer_pprint.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT liboutput_la-lrec_writer_pprint.lo -MD -MP -MF .deps/liboutput_la-lrec_writer_pprint.Tpo -c lrec_writer_pprint.c -o liboutput_la-lrec_writer_pprint.o >/dev/null 2>&1
mv -f .deps/liboutput_la-lrec_writer_pprint.Tpo .deps/liboutput_la-lrec_writer_pprint.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT liboutput_la-lrec_writer_xtab.lo -MD -MP -MF .deps/liboutput_la-lrec_writer_xtab.Tpo -c -o liboutput_la-lrec_writer_xtab.lo `test -f 'lrec_writer_xtab.c' || echo './'`lrec_writer_xtab.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT liboutput_la-lrec_writer_xtab.lo -MD -MP -MF .deps/liboutput_la-lrec_writer_xtab.Tpo -c lrec_writer_xtab.c -fPIC -DPIC -o .libs/liboutput_la-lrec_writer_xtab.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT liboutput_la-lrec_writer_xtab.lo -MD -MP -MF .deps/liboutput_la-lrec_writer_xtab.Tpo -c lrec_writer_xtab.c -o liboutput_la-lrec_writer_xtab.o >/dev/null 2>&1
mv -f .deps/liboutput_la-lrec_writer_xtab.Tpo .deps/liboutput_la-lrec_writer_xtab.Plo
/bin/sh ../../libtool --tag=CC --mode=link clang -std=gnu99 -g -O2 -o liboutput.la liboutput_la-lrec_writer_csv.lo liboutput_la-lrec_writer_csvlite.lo liboutput_la-lrec_writer_dkvp.lo liboutput_la-lrec_writer_nidx.lo liboutput_la-lrec_writer_pprint.lo liboutput_la-lrec_writer_xtab.lo ../lib/libmlr.la
libtool: link: (cd .libs/liboutput.lax/libmlr.a && ar x "/usr/home/sean/bin/miller/c/output/../lib/.libs/libmlr.a")
libtool: link: ar cru .libs/liboutput.a .libs/liboutput_la-lrec_writer_csv.o .libs/liboutput_la-lrec_writer_csvlite.o .libs/liboutput_la-lrec_writer_dkvp.o .libs/liboutput_la-lrec_writer_nidx.o .libs/liboutput_la-lrec_writer_pprint.o .libs/liboutput_la-lrec_writer_xtab.o .libs/liboutput.lax/libmlr.a/mlr_globals.o .libs/liboutput.lax/libmlr.a/mlr_test_util.o .libs/liboutput.lax/libmlr.a/mlrmath.o .libs/liboutput.lax/libmlr.a/mlrstat.o .libs/liboutput.lax/libmlr.a/mlrutil.o .libs/liboutput.lax/libmlr.a/mtrand.o .libs/liboutput.lax/libmlr.a/string_builder.o
libtool: link: ranlib .libs/liboutput.a
libtool: link: rm -fr .libs/liboutput.lax
libtool: link: ( cd ".libs" && rm -f "liboutput.la" && ln -s "../liboutput.la" "liboutput.la" )
Making all in containers
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT dheap.lo -MD -MP -MF .deps/dheap.Tpo -c -o dheap.lo dheap.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT dheap.lo -MD -MP -MF .deps/dheap.Tpo -c dheap.c -fPIC -DPIC -o .libs/dheap.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT dheap.lo -MD -MP -MF .deps/dheap.Tpo -c dheap.c -o dheap.o >/dev/null 2>&1
mv -f .deps/dheap.Tpo .deps/dheap.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT header_keeper.lo -MD -MP -MF .deps/header_keeper.Tpo -c -o header_keeper.lo header_keeper.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT header_keeper.lo -MD -MP -MF .deps/header_keeper.Tpo -c header_keeper.c -fPIC -DPIC -o .libs/header_keeper.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT header_keeper.lo -MD -MP -MF .deps/header_keeper.Tpo -c header_keeper.c -o header_keeper.o >/dev/null 2>&1
mv -f .deps/header_keeper.Tpo .deps/header_keeper.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT hss.lo -MD -MP -MF .deps/hss.Tpo -c -o hss.lo hss.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT hss.lo -MD -MP -MF .deps/hss.Tpo -c hss.c -fPIC -DPIC -o .libs/hss.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT hss.lo -MD -MP -MF .deps/hss.Tpo -c hss.c -o hss.o >/dev/null 2>&1
mv -f .deps/hss.Tpo .deps/hss.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT join_bucket_keeper.lo -MD -MP -MF .deps/join_bucket_keeper.Tpo -c -o join_bucket_keeper.lo join_bucket_keeper.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT join_bucket_keeper.lo -MD -MP -MF .deps/join_bucket_keeper.Tpo -c join_bucket_keeper.c -fPIC -DPIC -o .libs/join_bucket_keeper.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT join_bucket_keeper.lo -MD -MP -MF .deps/join_bucket_keeper.Tpo -c join_bucket_keeper.c -o join_bucket_keeper.o >/dev/null 2>&1
mv -f .deps/join_bucket_keeper.Tpo .deps/join_bucket_keeper.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT lhms2v.lo -MD -MP -MF .deps/lhms2v.Tpo -c -o lhms2v.lo lhms2v.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT lhms2v.lo -MD -MP -MF .deps/lhms2v.Tpo -c lhms2v.c -fPIC -DPIC -o .libs/lhms2v.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT lhms2v.lo -MD -MP -MF .deps/lhms2v.Tpo -c lhms2v.c -o lhms2v.o >/dev/null 2>&1
mv -f .deps/lhms2v.Tpo .deps/lhms2v.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT lhmsi.lo -MD -MP -MF .deps/lhmsi.Tpo -c -o lhmsi.lo lhmsi.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT lhmsi.lo -MD -MP -MF .deps/lhmsi.Tpo -c lhmsi.c -fPIC -DPIC -o .libs/lhmsi.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT lhmsi.lo -MD -MP -MF .deps/lhmsi.Tpo -c lhmsi.c -o lhmsi.o >/dev/null 2>&1
mv -f .deps/lhmsi.Tpo .deps/lhmsi.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT lhmslv.lo -MD -MP -MF .deps/lhmslv.Tpo -c -o lhmslv.lo lhmslv.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT lhmslv.lo -MD -MP -MF .deps/lhmslv.Tpo -c lhmslv.c -fPIC -DPIC -o .libs/lhmslv.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT lhmslv.lo -MD -MP -MF .deps/lhmslv.Tpo -c lhmslv.c -o lhmslv.o >/dev/null 2>&1
mv -f .deps/lhmslv.Tpo .deps/lhmslv.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT lhmss.lo -MD -MP -MF .deps/lhmss.Tpo -c -o lhmss.lo lhmss.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT lhmss.lo -MD -MP -MF .deps/lhmss.Tpo -c lhmss.c -fPIC -DPIC -o .libs/lhmss.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT lhmss.lo -MD -MP -MF .deps/lhmss.Tpo -c lhmss.c -o lhmss.o >/dev/null 2>&1
mv -f .deps/lhmss.Tpo .deps/lhmss.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT lhmsv.lo -MD -MP -MF .deps/lhmsv.Tpo -c -o lhmsv.lo lhmsv.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT lhmsv.lo -MD -MP -MF .deps/lhmsv.Tpo -c lhmsv.c -fPIC -DPIC -o .libs/lhmsv.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT lhmsv.lo -MD -MP -MF .deps/lhmsv.Tpo -c lhmsv.c -o lhmsv.o >/dev/null 2>&1
mv -f .deps/lhmsv.Tpo .deps/lhmsv.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT lrec.lo -MD -MP -MF .deps/lrec.Tpo -c -o lrec.lo lrec.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT lrec.lo -MD -MP -MF .deps/lrec.Tpo -c lrec.c -fPIC -DPIC -o .libs/lrec.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT lrec.lo -MD -MP -MF .deps/lrec.Tpo -c lrec.c -o lrec.o >/dev/null 2>&1
mv -f .deps/lrec.Tpo .deps/lrec.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mixutil.lo -MD -MP -MF .deps/mixutil.Tpo -c -o mixutil.lo mixutil.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mixutil.lo -MD -MP -MF .deps/mixutil.Tpo -c mixutil.c -fPIC -DPIC -o .libs/mixutil.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mixutil.lo -MD -MP -MF .deps/mixutil.Tpo -c mixutil.c -o mixutil.o >/dev/null 2>&1
mv -f .deps/mixutil.Tpo .deps/mixutil.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mlr_dsl_ast.lo -MD -MP -MF .deps/mlr_dsl_ast.Tpo -c -o mlr_dsl_ast.lo mlr_dsl_ast.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mlr_dsl_ast.lo -MD -MP -MF .deps/mlr_dsl_ast.Tpo -c mlr_dsl_ast.c -fPIC -DPIC -o .libs/mlr_dsl_ast.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT mlr_dsl_ast.lo -MD -MP -MF .deps/mlr_dsl_ast.Tpo -c mlr_dsl_ast.c -o mlr_dsl_ast.o >/dev/null 2>&1
mv -f .deps/mlr_dsl_ast.Tpo .deps/mlr_dsl_ast.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT parse_trie.lo -MD -MP -MF .deps/parse_trie.Tpo -c -o parse_trie.lo parse_trie.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT parse_trie.lo -MD -MP -MF .deps/parse_trie.Tpo -c parse_trie.c -fPIC -DPIC -o .libs/parse_trie.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT parse_trie.lo -MD -MP -MF .deps/parse_trie.Tpo -c parse_trie.c -o parse_trie.o >/dev/null 2>&1
mv -f .deps/parse_trie.Tpo .deps/parse_trie.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT percentile_keeper.lo -MD -MP -MF .deps/percentile_keeper.Tpo -c -o percentile_keeper.lo percentile_keeper.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT percentile_keeper.lo -MD -MP -MF .deps/percentile_keeper.Tpo -c percentile_keeper.c -fPIC -DPIC -o .libs/percentile_keeper.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT percentile_keeper.lo -MD -MP -MF .deps/percentile_keeper.Tpo -c percentile_keeper.c -o percentile_keeper.o >/dev/null 2>&1
mv -f .deps/percentile_keeper.Tpo .deps/percentile_keeper.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT slls.lo -MD -MP -MF .deps/slls.Tpo -c -o slls.lo slls.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT slls.lo -MD -MP -MF .deps/slls.Tpo -c slls.c -fPIC -DPIC -o .libs/slls.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT slls.lo -MD -MP -MF .deps/slls.Tpo -c slls.c -o slls.o >/dev/null 2>&1
mv -f .deps/slls.Tpo .deps/slls.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT sllv.lo -MD -MP -MF .deps/sllv.Tpo -c -o sllv.lo sllv.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT sllv.lo -MD -MP -MF .deps/sllv.Tpo -c sllv.c -fPIC -DPIC -o .libs/sllv.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT sllv.lo -MD -MP -MF .deps/sllv.Tpo -c sllv.c -o sllv.o >/dev/null 2>&1
mv -f .deps/sllv.Tpo .deps/sllv.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT top_keeper.lo -MD -MP -MF .deps/top_keeper.Tpo -c -o top_keeper.lo top_keeper.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT top_keeper.lo -MD -MP -MF .deps/top_keeper.Tpo -c top_keeper.c -fPIC -DPIC -o .libs/top_keeper.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT top_keeper.lo -MD -MP -MF .deps/top_keeper.Tpo -c top_keeper.c -o top_keeper.o >/dev/null 2>&1
mv -f .deps/top_keeper.Tpo .deps/top_keeper.Plo
/bin/sh ../../libtool --tag=CC --mode=link clang -std=gnu99 -g -O2 -o libcontainers.la dheap.lo header_keeper.lo hss.lo join_bucket_keeper.lo lhms2v.lo lhmsi.lo lhmslv.lo lhmss.lo lhmsv.lo lrec.lo mixutil.lo mlr_dsl_ast.lo parse_trie.lo percentile_keeper.lo slls.lo sllv.lo top_keeper.lo ../lib/libmlr.la ../mapping/libmapping.la
libtool: link: (cd .libs/libcontainers.lax/libmlr.a && ar x "/usr/home/sean/bin/miller/c/containers/../lib/.libs/libmlr.a")
libtool: link: (cd .libs/libcontainers.lax/libmapping.a && ar x "/usr/home/sean/bin/miller/c/containers/../mapping/.libs/libmapping.a")
copying selected object files to avoid basename conflicts...
libtool: link: ln .libs/libcontainers.lax/libmapping.a/mlr_globals.o .libs/libcontainers.lax/lt2-mlr_globals.o || cp .libs/libcontainers.lax/libmapping.a/mlr_globals.o .libs/libcontainers.lax/lt2-mlr_globals.o
libtool: link: ln .libs/libcontainers.lax/libmapping.a/mlr_test_util.o .libs/libcontainers.lax/lt3-mlr_test_util.o || cp .libs/libcontainers.lax/libmapping.a/mlr_test_util.o .libs/libcontainers.lax/lt3-mlr_test_util.o
libtool: link: ln .libs/libcontainers.lax/libmapping.a/mlrmath.o .libs/libcontainers.lax/lt4-mlrmath.o || cp .libs/libcontainers.lax/libmapping.a/mlrmath.o .libs/libcontainers.lax/lt4-mlrmath.o
libtool: link: ln .libs/libcontainers.lax/libmapping.a/mlrstat.o .libs/libcontainers.lax/lt5-mlrstat.o || cp .libs/libcontainers.lax/libmapping.a/mlrstat.o .libs/libcontainers.lax/lt5-mlrstat.o
libtool: link: ln .libs/libcontainers.lax/libmapping.a/mlrutil.o .libs/libcontainers.lax/lt6-mlrutil.o || cp .libs/libcontainers.lax/libmapping.a/mlrutil.o .libs/libcontainers.lax/lt6-mlrutil.o
libtool: link: ln .libs/libcontainers.lax/libmapping.a/mtrand.o .libs/libcontainers.lax/lt7-mtrand.o || cp .libs/libcontainers.lax/libmapping.a/mtrand.o .libs/libcontainers.lax/lt7-mtrand.o
libtool: link: ln .libs/libcontainers.lax/libmapping.a/string_builder.o .libs/libcontainers.lax/lt8-string_builder.o || cp .libs/libcontainers.lax/libmapping.a/string_builder.o .libs/libcontainers.lax/lt8-string_builder.o
libtool: link: ar cru .libs/libcontainers.a .libs/dheap.o .libs/header_keeper.o .libs/hss.o .libs/join_bucket_keeper.o .libs/lhms2v.o .libs/lhmsi.o .libs/lhmslv.o .libs/lhmss.o .libs/lhmsv.o .libs/lrec.o .libs/mixutil.o .libs/mlr_dsl_ast.o .libs/parse_trie.o .libs/percentile_keeper.o .libs/slls.o .libs/sllv.o .libs/top_keeper.o .libs/libcontainers.lax/libmlr.a/mlr_globals.o .libs/libcontainers.lax/libmlr.a/mlr_test_util.o .libs/libcontainers.lax/libmlr.a/mlrmath.o .libs/libcontainers.lax/libmlr.a/mlrstat.o .libs/libcontainers.lax/libmlr.a/mlrutil.o .libs/libcontainers.lax/libmlr.a/mtrand.o .libs/libcontainers.lax/libmlr.a/string_builder.o .libs/libcontainers.lax/libmapping.a/argparse.o .libs/libcontainers.lax/libmapping.a/context.o .libs/libcontainers.lax/libmapping.a/libinput_la-file_reader_mmap.o .libs/libcontainers.lax/libmapping.a/libinput_la-file_reader_stdio.o .libs/libcontainers.lax/libmapping.a/libinput_la-line_readers.o .libs/libcontainers.lax/libmapping.a/libinput_la-lrec_reader_csv.o .libs/libcontainers.lax/libmapping.a/libinput_la-lrec_reader_in_memory.o .libs/libcontainers.lax/libmapping.a/libinput_la-lrec_reader_mmap_csvlite.o .libs/libcontainers.lax/libmapping.a/libinput_la-lrec_reader_mmap_dkvp.o .libs/libcontainers.lax/libmapping.a/libinput_la-lrec_reader_mmap_nidx.o .libs/libcontainers.lax/libmapping.a/libinput_la-lrec_reader_mmap_xtab.o .libs/libcontainers.lax/libmapping.a/libinput_la-lrec_reader_stdio_csvlite.o .libs/libcontainers.lax/libmapping.a/libinput_la-lrec_reader_stdio_dkvp.o .libs/libcontainers.lax/libmapping.a/libinput_la-lrec_reader_stdio_nidx.o .libs/libcontainers.lax/libmapping.a/libinput_la-lrec_reader_stdio_xtab.o .libs/libcontainers.lax/libmapping.a/libinput_la-lrec_readers.o .libs/libcontainers.lax/libmapping.a/libinput_la-mmap_byte_reader.o .libs/libcontainers.lax/libmapping.a/libinput_la-peek_file_reader.o .libs/libcontainers.lax/libmapping.a/libinput_la-stdio_byte_reader.o .libs/libcontainers.lax/libmapping.a/libinput_la-string_byte_reader.o .libs/libcontainers.lax/libmapping.a/lrec_evaluators.o .libs/libcontainers.lax/libmapping.a/lt1-mlr_globals.o .libs/libcontainers.lax/libmapping.a/lt10-mlrmath.o .libs/libcontainers.lax/libmapping.a/lt11-mlrstat.o .libs/libcontainers.lax/libmapping.a/lt12-mlrutil.o .libs/libcontainers.lax/libmapping.a/lt13-mtrand.o .libs/libcontainers.lax/libmapping.a/lt14-string_builder.o .libs/libcontainers.lax/libmapping.a/lt2-mlr_test_util.o .libs/libcontainers.lax/libmapping.a/lt3-mlrmath.o .libs/libcontainers.lax/libmapping.a/lt4-mlrstat.o .libs/libcontainers.lax/libmapping.a/lt5-mlrutil.o .libs/libcontainers.lax/libmapping.a/lt6-mtrand.o .libs/libcontainers.lax/libmapping.a/lt7-string_builder.o .libs/libcontainers.lax/libmapping.a/lt8-mlr_globals.o .libs/libcontainers.lax/libmapping.a/lt9-mlr_test_util.o .libs/libcontainers.lax/libmapping.a/mapper_cat.o .libs/libcontainers.lax/libmapping.a/mapper_check.o .libs/libcontainers.lax/libmapping.a/mapper_cut.o .libs/libcontainers.lax/libmapping.a/mapper_filter.o .libs/libcontainers.lax/libmapping.a/mapper_group_like.o .libs/libcontainers.lax/libmapping.a/mapper_having_fields.o .libs/libcontainers.lax/libmapping.a/mapper_head.o .libs/libcontainers.lax/libmapping.a/mapper_histogram.o .libs/libcontainers.lax/libmapping.a/mapper_join.o .libs/libcontainers.lax/libmapping.a/mapper_label.o .libs/libcontainers.lax/libmapping.a/mapper_put.o .libs/libcontainers.lax/libmapping.a/mapper_regularize.o .libs/libcontainers.lax/libmapping.a/mapper_rename.o .libs/libcontainers.lax/libmapping.a/mapper_reorder.o .libs/libcontainers.lax/libmapping.a/mapper_sort.o .libs/libcontainers.lax/libmapping.a/mapper_stats1.o .libs/libcontainers.lax/libmapping.a/mapper_stats2.o .libs/libcontainers.lax/libmapping.a/mapper_step.o .libs/libcontainers.lax/libmapping.a/mapper_tac.o .libs/libcontainers.lax/libmapping.a/mapper_tail.o .libs/libcontainers.lax/libmapping.a/mapper_top.o .libs/libcontainers.lax/libmapping.a/mapper_uniq.o .libs/libcontainers.lax/lt2-mlr_globals.o .libs/libcontainers.lax/lt3-mlr_test_util.o .libs/libcontainers.lax/libmapping.a/mlr_val.o .libs/libcontainers.lax/libmapping.a/mlrcli.o .libs/libcontainers.lax/lt4-mlrmath.o .libs/libcontainers.lax/lt5-mlrstat.o .libs/libcontainers.lax/lt6-mlrutil.o .libs/libcontainers.lax/lt7-mtrand.o .libs/libcontainers.lax/lt8-string_builder.o
libtool: link: ranlib .libs/libcontainers.a
libtool: link: rm -fr .libs/libcontainers.lax .libs/libcontainers.lax
libtool: link: ( cd ".libs" && rm -f "libcontainers.la" && ln -s "../libcontainers.la" "libcontainers.la" )
Making all in dsls
clang -DHAVE_CONFIG_H -I. -I../.. -I. -std=gnu99 -g -O2 -MT lemon.o -MD -MP -MF .deps/lemon.Tpo -c -o lemon.o lemon.c
lemon.c:2328:1: warning: control may reach end of non-void function [-Wreturn-type]
}
^
lemon.c:3085:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
2 warnings generated.
mv -f .deps/lemon.Tpo .deps/lemon.Po
/bin/sh ../../libtool --tag=CC --mode=link clang -std=gnu99 -g -O2 -o lemon lemon.o
libtool: link: clang -std=gnu99 -g -O2 -o lemon lemon.o
./lemon filter_dsl_parse.y
touch filter_dsl_parse.h
mv filter_dsl_parse.c filter_dsl_parse.c.tmp
sed -e 's/ParseTrace/filter_dsl_ParseTrace/g' -e 's/ParseTokenName/filter_dsl_ParseTokenName/g' -e 's/lemon_parser_alloc/filter_dsl_lemon_parser_alloc/g' -e 's/lemon_parser_free/filter_dsl_lemon_parser_free/g' -e 's/lemon_parser_parse_token/filter_dsl_lemon_parser_parse_token/g' -e 's/yy_destructor/filter_dsl_yy_destructor/g' filter_dsl_parse.c.tmp > filter_dsl_parse.c
rm -f filter_dsl_parse.c.tmp
flex --prefix=filter_dsl_lexer_ --outfile=filter_dsl_lexer.c --header-file=filter_dsl_lexer.h ./filter_dsl_lexer.l
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I. -std=gnu99 -g -O2 -MT filter_dsl_lexer.lo -MD -MP -MF .deps/filter_dsl_lexer.Tpo -c -o filter_dsl_lexer.lo filter_dsl_lexer.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I. -std=gnu99 -g -O2 -MT filter_dsl_lexer.lo -MD -MP -MF .deps/filter_dsl_lexer.Tpo -c filter_dsl_lexer.c -fPIC -DPIC -o .libs/filter_dsl_lexer.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I. -std=gnu99 -g -O2 -MT filter_dsl_lexer.lo -MD -MP -MF .deps/filter_dsl_lexer.Tpo -c filter_dsl_lexer.c -o filter_dsl_lexer.o >/dev/null 2>&1
mv -f .deps/filter_dsl_lexer.Tpo .deps/filter_dsl_lexer.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I. -std=gnu99 -g -O2 -MT filter_dsl_parse.lo -MD -MP -MF .deps/filter_dsl_parse.Tpo -c -o filter_dsl_parse.lo filter_dsl_parse.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I. -std=gnu99 -g -O2 -MT filter_dsl_parse.lo -MD -MP -MF .deps/filter_dsl_parse.Tpo -c filter_dsl_parse.c -fPIC -DPIC -o .libs/filter_dsl_parse.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I. -std=gnu99 -g -O2 -MT filter_dsl_parse.lo -MD -MP -MF .deps/filter_dsl_parse.Tpo -c filter_dsl_parse.c -o filter_dsl_parse.o >/dev/null 2>&1
mv -f .deps/filter_dsl_parse.Tpo .deps/filter_dsl_parse.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I. -std=gnu99 -g -O2 -MT filter_dsl_wrapper.lo -MD -MP -MF .deps/filter_dsl_wrapper.Tpo -c -o filter_dsl_wrapper.lo filter_dsl_wrapper.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I. -std=gnu99 -g -O2 -MT filter_dsl_wrapper.lo -MD -MP -MF .deps/filter_dsl_wrapper.Tpo -c filter_dsl_wrapper.c -fPIC -DPIC -o .libs/filter_dsl_wrapper.o
filter_dsl_wrapper.c:23:16: warning: implicit declaration of function 'filter_dsl_lemon_parser_parse_token' is invalid in C99 [-Wimplicit-function-declaration]
parse_code = filter_dsl_lemon_parser_parse_token(pvparser, lex_code, plexed_node, past);
^
filter_dsl_wrapper.c:59:2: warning: implicit declaration of function 'filter_dsl_lemon_parser_free' is invalid in C99 [-Wimplicit-function-declaration]
filter_dsl_lemon_parser_free(pvparser, free);
^
2 warnings generated.
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I. -std=gnu99 -g -O2 -MT filter_dsl_wrapper.lo -MD -MP -MF .deps/filter_dsl_wrapper.Tpo -c filter_dsl_wrapper.c -o filter_dsl_wrapper.o >/dev/null 2>&1
mv -f .deps/filter_dsl_wrapper.Tpo .deps/filter_dsl_wrapper.Plo
/bin/sh ../../libtool --tag=CC --mode=link clang -std=gnu99 -g -O2 -o libfdsl.la filter_dsl_lexer.lo filter_dsl_parse.lo filter_dsl_wrapper.lo
libtool: link: ar cru .libs/libfdsl.a .libs/filter_dsl_lexer.o .libs/filter_dsl_parse.o .libs/filter_dsl_wrapper.o
libtool: link: ranlib .libs/libfdsl.a
libtool: link: ( cd ".libs" && rm -f "libfdsl.la" && ln -s "../libfdsl.la" "libfdsl.la" )
./lemon put_dsl_parse.y
touch put_dsl_parse.h
mv put_dsl_parse.c put_dsl_parse.c.tmp
sed -e 's/ParseTrace/put_dsl_ParseTrace/g' -e 's/ParseTokenName/put_dsl_ParseTokenName/g' -e 's/lemon_parser_alloc/put_dsl_lemon_parser_alloc/g' -e 's/lemon_parser_free/put_dsl_lemon_parser_free/g' -e 's/lemon_parser_parse_token/put_dsl_lemon_parser_parse_token/g' -e 's/yy_destructor/put_dsl_yy_destructor/g' put_dsl_parse.c.tmp > put_dsl_parse.c
rm -f put_dsl_parse.c.tmp
flex --prefix=put_dsl_lexer_ --outfile=put_dsl_lexer.c --header-file=put_dsl_lexer.h ./put_dsl_lexer.l
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I. -std=gnu99 -g -O2 -MT put_dsl_lexer.lo -MD -MP -MF .deps/put_dsl_lexer.Tpo -c -o put_dsl_lexer.lo put_dsl_lexer.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I. -std=gnu99 -g -O2 -MT put_dsl_lexer.lo -MD -MP -MF .deps/put_dsl_lexer.Tpo -c put_dsl_lexer.c -fPIC -DPIC -o .libs/put_dsl_lexer.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I. -std=gnu99 -g -O2 -MT put_dsl_lexer.lo -MD -MP -MF .deps/put_dsl_lexer.Tpo -c put_dsl_lexer.c -o put_dsl_lexer.o >/dev/null 2>&1
mv -f .deps/put_dsl_lexer.Tpo .deps/put_dsl_lexer.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I. -std=gnu99 -g -O2 -MT put_dsl_parse.lo -MD -MP -MF .deps/put_dsl_parse.Tpo -c -o put_dsl_parse.lo put_dsl_parse.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I. -std=gnu99 -g -O2 -MT put_dsl_parse.lo -MD -MP -MF .deps/put_dsl_parse.Tpo -c put_dsl_parse.c -fPIC -DPIC -o .libs/put_dsl_parse.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I. -std=gnu99 -g -O2 -MT put_dsl_parse.lo -MD -MP -MF .deps/put_dsl_parse.Tpo -c put_dsl_parse.c -o put_dsl_parse.o >/dev/null 2>&1
mv -f .deps/put_dsl_parse.Tpo .deps/put_dsl_parse.Plo
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I. -std=gnu99 -g -O2 -MT put_dsl_wrapper.lo -MD -MP -MF .deps/put_dsl_wrapper.Tpo -c -o put_dsl_wrapper.lo put_dsl_wrapper.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I. -std=gnu99 -g -O2 -MT put_dsl_wrapper.lo -MD -MP -MF .deps/put_dsl_wrapper.Tpo -c put_dsl_wrapper.c -fPIC -DPIC -o .libs/put_dsl_wrapper.o
put_dsl_wrapper.c:24:16: warning: implicit declaration of function 'put_dsl_lemon_parser_parse_token' is invalid in C99 [-Wimplicit-function-declaration]
parse_code = put_dsl_lemon_parser_parse_token(pvparser, lex_code, plexed_node, pasts);
^
put_dsl_wrapper.c:61:2: warning: implicit declaration of function 'put_dsl_lemon_parser_free' is invalid in C99 [-Wimplicit-function-declaration]
put_dsl_lemon_parser_free(pvparser, free);
^
2 warnings generated.
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I. -std=gnu99 -g -O2 -MT put_dsl_wrapper.lo -MD -MP -MF .deps/put_dsl_wrapper.Tpo -c put_dsl_wrapper.c -o put_dsl_wrapper.o >/dev/null 2>&1
mv -f .deps/put_dsl_wrapper.Tpo .deps/put_dsl_wrapper.Plo
/bin/sh ../../libtool --tag=CC --mode=link clang -std=gnu99 -g -O2 -o libpdsl.la put_dsl_lexer.lo put_dsl_parse.lo put_dsl_wrapper.lo
libtool: link: ar cru .libs/libpdsl.a .libs/put_dsl_lexer.o .libs/put_dsl_parse.o .libs/put_dsl_wrapper.o
libtool: link: ranlib .libs/libpdsl.a
libtool: link: ( cd ".libs" && rm -f "libpdsl.la" && ln -s "../libpdsl.la" "libpdsl.la" )
clang -DHAVE_CONFIG_H -I. -I../.. -I. -D __PUT_DSL_MAIN__ -std=gnu99 -g -O2 -MT pdm-put_dsl_parse.o -MD -MP -MF .deps/pdm-put_dsl_parse.Tpo -c -o pdm-put_dsl_parse.o `test -f 'put_dsl_parse.c' || echo './'`put_dsl_parse.c
mv -f .deps/pdm-put_dsl_parse.Tpo .deps/pdm-put_dsl_parse.Po
clang -DHAVE_CONFIG_H -I. -I../.. -I. -D __PUT_DSL_MAIN__ -std=gnu99 -g -O2 -MT pdm-put_dsl_lexer.o -MD -MP -MF .deps/pdm-put_dsl_lexer.Tpo -c -o pdm-put_dsl_lexer.o `test -f 'put_dsl_lexer.c' || echo './'`put_dsl_lexer.c
mv -f .deps/pdm-put_dsl_lexer.Tpo .deps/pdm-put_dsl_lexer.Po
clang -DHAVE_CONFIG_H -I. -I../.. -I. -D __PUT_DSL_MAIN__ -std=gnu99 -g -O2 -MT pdm-put_dsl_wrapper.o -MD -MP -MF .deps/pdm-put_dsl_wrapper.Tpo -c -o pdm-put_dsl_wrapper.o `test -f 'put_dsl_wrapper.c' || echo './'`put_dsl_wrapper.c
put_dsl_wrapper.c:24:16: warning: implicit declaration of function 'put_dsl_lemon_parser_parse_token' is invalid in C99 [-Wimplicit-function-declaration]
parse_code = put_dsl_lemon_parser_parse_token(pvparser, lex_code, plexed_node, pasts);
^
put_dsl_wrapper.c:61:2: warning: implicit declaration of function 'put_dsl_lemon_parser_free' is invalid in C99 [-Wimplicit-function-declaration]
put_dsl_lemon_parser_free(pvparser, free);
^
2 warnings generated.
mv -f .deps/pdm-put_dsl_wrapper.Tpo .deps/pdm-put_dsl_wrapper.Po
/bin/sh ../../libtool --tag=CC --mode=link clang -D __PUT_DSL_MAIN__ -std=gnu99 -g -O2 -o pdm pdm-put_dsl_parse.o pdm-put_dsl_lexer.o pdm-put_dsl_wrapper.o ../containers/libcontainers.la ../lib/libmlr.la libpdsl.la -lm
libtool: link: clang -D __PUT_DSL_MAIN__ -std=gnu99 -g -O2 -o pdm pdm-put_dsl_parse.o pdm-put_dsl_lexer.o pdm-put_dsl_wrapper.o ../containers/.libs/libcontainers.a ../lib/.libs/libmlr.a ./.libs/libpdsl.a -lm
clang -DHAVE_CONFIG_H -I. -I../.. -I. -D __FILTER_DSL_MAIN__ -std=gnu99 -g -O2 -MT fdm-filter_dsl_parse.o -MD -MP -MF .deps/fdm-filter_dsl_parse.Tpo -c -o fdm-filter_dsl_parse.o `test -f 'filter_dsl_parse.c' || echo './'`filter_dsl_parse.c
mv -f .deps/fdm-filter_dsl_parse.Tpo .deps/fdm-filter_dsl_parse.Po
clang -DHAVE_CONFIG_H -I. -I../.. -I. -D __FILTER_DSL_MAIN__ -std=gnu99 -g -O2 -MT fdm-filter_dsl_lexer.o -MD -MP -MF .deps/fdm-filter_dsl_lexer.Tpo -c -o fdm-filter_dsl_lexer.o `test -f 'filter_dsl_lexer.c' || echo './'`filter_dsl_lexer.c
mv -f .deps/fdm-filter_dsl_lexer.Tpo .deps/fdm-filter_dsl_lexer.Po
clang -DHAVE_CONFIG_H -I. -I../.. -I. -D __FILTER_DSL_MAIN__ -std=gnu99 -g -O2 -MT fdm-filter_dsl_wrapper.o -MD -MP -MF .deps/fdm-filter_dsl_wrapper.Tpo -c -o fdm-filter_dsl_wrapper.o `test -f 'filter_dsl_wrapper.c' || echo './'`filter_dsl_wrapper.c
filter_dsl_wrapper.c:23:16: warning: implicit declaration of function 'filter_dsl_lemon_parser_parse_token' is invalid in C99 [-Wimplicit-function-declaration]
parse_code = filter_dsl_lemon_parser_parse_token(pvparser, lex_code, plexed_node, past);
^
filter_dsl_wrapper.c:59:2: warning: implicit declaration of function 'filter_dsl_lemon_parser_free' is invalid in C99 [-Wimplicit-function-declaration]
filter_dsl_lemon_parser_free(pvparser, free);
^
2 warnings generated.
mv -f .deps/fdm-filter_dsl_wrapper.Tpo .deps/fdm-filter_dsl_wrapper.Po
/bin/sh ../../libtool --tag=CC --mode=link clang -D __FILTER_DSL_MAIN__ -std=gnu99 -g -O2 -o fdm fdm-filter_dsl_parse.o fdm-filter_dsl_lexer.o fdm-filter_dsl_wrapper.o ../containers/libcontainers.la ../lib/libmlr.la libfdsl.la -lm
libtool: link: clang -D __FILTER_DSL_MAIN__ -std=gnu99 -g -O2 -o fdm fdm-filter_dsl_parse.o fdm-filter_dsl_lexer.o fdm-filter_dsl_wrapper.o ../containers/.libs/libcontainers.a ../lib/.libs/libmlr.a ./.libs/libfdsl.a -lm
Making all in experimental
clang -DHAVE_CONFIG_H -I. -I../.. -I./../ -std=gnu99 -g -O2 -MT getlines.o -MD -MP -MF .deps/getlines.Tpo -c -o getlines.o getlines.c
mv -f .deps/getlines.Tpo .deps/getlines.Po
/bin/sh ../../libtool --tag=CC --mode=link clang -std=gnu99 -g -O2 -o getl getlines.o ../lib/libmlr.la ../input/libinput.la ../containers/libcontainers.la
libtool: link: clang -std=gnu99 -g -O2 -o getl getlines.o ../lib/.libs/libmlr.a ../input/.libs/libinput.a ../containers/.libs/libcontainers.a
Making all in tools
clang -DHAVE_CONFIG_H -I. -I../.. -std=gnu99 -g -O2 -MT termcvt.o -MD -MP -MF .deps/termcvt.Tpo -c -o termcvt.o termcvt.c
mv -f .deps/termcvt.Tpo .deps/termcvt.Po
/bin/sh ../../libtool --tag=CC --mode=link clang -std=gnu99 -g -O2 -o termcvt termcvt.o
libtool: link: clang -std=gnu99 -g -O2 -o termcvt termcvt.o
Making all in .
clang -DHAVE_CONFIG_H -I. -I.. -I. -Wall -Werror -std=gnu99 -O3 -g -O2 -MT mlrmain.o -MD -MP -MF .deps/mlrmain.Tpo -c -o mlrmain.o mlrmain.c
mv -f .deps/mlrmain.Tpo .deps/mlrmain.Po
/bin/sh ../libtool --tag=CC --mode=link clang -Wall -Werror -std=gnu99 -O3 -g -O2 -o mlr mlrmain.o cli/libcli.la containers/libcontainers.la stream/libstream.la input/libinput.la mapping/libmapping.la output/liboutput.la lib/libmlr.la dsls/libfdsl.la dsls/libpdsl.la -lm
libtool: link: clang -Wall -Werror -std=gnu99 -O3 -g -O2 -o mlr mlrmain.o cli/.libs/libcli.a containers/.libs/libcontainers.a stream/.libs/libstream.a input/.libs/libinput.a mapping/.libs/libmapping.a output/.libs/liboutput.a lib/.libs/libmlr.a dsls/.libs/libfdsl.a dsls/.libs/libpdsl.a -lm
clang -DHAVE_CONFIG_H -I. -I.. -I. -std=gnu99 -g -g -O2 -MT mlrg-mlrmain.o -MD -MP -MF .deps/mlrg-mlrmain.Tpo -c -o mlrg-mlrmain.o `test -f 'mlrmain.c' || echo './'`mlrmain.c
mv -f .deps/mlrg-mlrmain.Tpo .deps/mlrg-mlrmain.Po
/bin/sh ../libtool --tag=CC --mode=link clang -std=gnu99 -g -g -O2 -o mlrg mlrg-mlrmain.o cli/libcli.la containers/libcontainers.la stream/libstream.la input/libinput.la mapping/libmapping.la output/liboutput.la lib/libmlr.la dsls/libfdsl.la dsls/libpdsl.la -lm
libtool: link: clang -std=gnu99 -g -g -O2 -o mlrg mlrg-mlrmain.o cli/.libs/libcli.a containers/.libs/libcontainers.a stream/.libs/libstream.a input/.libs/libinput.a mapping/.libs/libmapping.a output/.libs/liboutput.a lib/.libs/libmlr.a dsls/.libs/libfdsl.a dsls/.libs/libpdsl.a -lm
clang -DHAVE_CONFIG_H -I. -I.. -I. -std=gnu99 -g -pg -g -O2 -MT mlrp-mlrmain.o -MD -MP -MF .deps/mlrp-mlrmain.Tpo -c -o mlrp-mlrmain.o `test -f 'mlrmain.c' || echo './'`mlrmain.c
mv -f .deps/mlrp-mlrmain.Tpo .deps/mlrp-mlrmain.Po
/bin/sh ../libtool --tag=CC --mode=link clang -std=gnu99 -g -pg -g -O2 -o mlrp mlrp-mlrmain.o cli/libcli.la containers/libcontainers.la stream/libstream.la input/libinput.la mapping/libmapping.la output/liboutput.la lib/libmlr.la dsls/libfdsl.la dsls/libpdsl.la -lm
libtool: link: clang -std=gnu99 -g -pg -g -O2 -o mlrp mlrp-mlrmain.o cli/.libs/libcli.a containers/.libs/libcontainers.a stream/.libs/libstream.a input/.libs/libinput.a mapping/.libs/libmapping.a output/.libs/liboutput.a lib/.libs/libmlr.a dsls/.libs/libfdsl.a dsls/.libs/libpdsl.a -lm
/usr/bin/ld: undefined reference to symbol `_end' (try adding -lc)
//lib/libc.so.7: could not read symbols: Bad value
clang: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1
Stop.
make[3]: stopped in /usr/home/sean/bin/miller/c
*** Error code 1
Stop.
make[2]: stopped in /usr/home/sean/bin/miller/c
*** Error code 1
Stop.
make[1]: stopped in /usr/home/sean/bin/miller
*** Error code 1
Stop.
make: stopped in /usr/home/sean/bin/miller
22.189 real, 15.254 user, 6.677 sys; page: 0 hard/562154 soft, swap: 0, I/O: 0/112
Mem: 39904KB (18511KB shared + 281KB data/stack = 18793KB), VCSW: 19187 IVCSW: 5582
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment