>>> Building on exopi-4 under textproc/hfst DIST = [textproc/hfst:hfst-3.15.0.tar.gz] FULLPKGNAME = hfst-3.15.0 distfiles size=3314547 >>> Running patch in textproc/hfst at 1711574241.98 ===> textproc/hfst ===> Building from scratch hfst-3.15.0 ===> Verifying specs: c++ c++abi pthread c m ===> found c++.10.0 c++abi.7.0 pthread.27.1 c.99.0 m.10.1 ===> Checking files for hfst-3.15.0 `/exopi-cvs/ports/distfiles/hfst-3.15.0.tar.gz' is up to date. >> (SHA256) hfst-3.15.0.tar.gz: OK ===> Extracting for hfst-3.15.0 ===> Patching for hfst-3.15.0 ===> Applying OpenBSD patch patch-test_tools_hfst-check-environment_sh Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: test/tools/hfst-check-environment.sh |--- test/tools/hfst-check-environment.sh.orig |+++ test/tools/hfst-check-environment.sh -------------------------- Patching file test/tools/hfst-check-environment.sh using Plan A... Hunk #1 succeeded at 5 with fuzz 1 (offset 4 lines). done ===> Applying OpenBSD patch patch-tools_src_parsers_test_test_sh Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: tools/src/parsers/test/test.sh |--- tools/src/parsers/test/test.sh.orig |+++ tools/src/parsers/test/test.sh -------------------------- Patching file tools/src/parsers/test/test.sh using Plan A... Hunk #1 succeeded at 8. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ >>> Running configure in textproc/hfst at 1711574243.46 ===> textproc/hfst ===> Generating configure for hfst-3.15.0 ===> Configuring for hfst-3.15.0 Using /exopi-obj/pobj/hfst-3.15.0/config.site (generated) configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /exopi-obj/pobj/hfst-3.15.0/config.site checking for a BSD-compatible install... /exopi-obj/pobj/hfst-3.15.0/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for gcc... cc 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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking dependency style of cc... gcc3 checking for ar... (cached) ar checking the archiver (ar) interface... ar checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for main in -lz... (cached) yes checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking whether cc understands -c and -o together... (cached) yes checking dependency style of cc... (cached) gcc3 checking whether we are using the GNU C++ compiler... (cached) yes checking whether c++ accepts -g... (cached) yes checking dependency style of c++... gcc3 checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /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... (cached) 131072 checking how to convert x86_64-unknown-openbsd7.5 file names to x86_64-unknown-openbsd7.5 format... func_convert_file_noop checking how to convert x86_64-unknown-openbsd7.5 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... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for archiver @FILE support... @ checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from cc 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 for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... openbsd7.5 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 how to run the C++ preprocessor... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate checking for gawk... (cached) awk checking how to run the C preprocessor... cc -E checking for bison... yacc Provide an AUTOMAKE_VERSION environment variable, please checking for flex... (cached) flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... (cached) yes checking for getopts... false checking for a Python interpreter with version >= 2.4... none checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for doxygen... no checking for main in -ldl... no checking for main in -lpthread... yes checking for main in -lm... (cached) yes checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking term.h usability... yes checking term.h presence... yes checking for term.h... yes checking for tgetent in -lncurses... (cached) yes checking for limits.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking error.h usability... no checking error.h presence... no checking for error.h... no checking for glob.h... (cached) yes checking for locale.h... (cached) yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking whether C++ compiler accepts -std=c++11... yes checking for unordered_map... yes checking for unordered_set... yes checking ext/slist usability... no checking ext/slist presence... no checking for ext/slist... no checking backward/hash_set usability... no checking backward/hash_set presence... no checking for backward/hash_set... no checking ext/hash_set usability... yes checking ext/hash_set presence... yes checking for ext/hash_set... yes checking hash_set usability... no checking hash_set presence... no checking for hash_set... no checking backward/hash_map usability... no checking backward/hash_map presence... no checking for backward/hash_map... no checking ext/hash_map usability... yes checking ext/hash_map presence... yes checking for ext/hash_map... yes checking hash_map usability... no checking hash_map presence... no checking for hash_map... no checking whether program_name is declared... no checking whether program_invocation_name is declared... no checking whether program_invocation_short_name is declared... no checking whether rl_completion_suppress_append is declared... no checking whether rl_completion_matches is declared... no checking for floor... yes checking for strchr... (cached) yes checking for strdup... (cached) yes checking for strerror... (cached) yes checking for strncasecmp... (cached) yes checking for strcspn... (cached) yes checking for strtol... (cached) yes checking for strtoul... (cached) yes checking for error... no checking for error_at_line... no checking for strndup... yes checking for getline... yes checking for getdelim... yes checking for getopt_long... (cached) yes checking for strtod... (cached) yes checking for xstrdup... no checking for set_program_name... no checking for setprogname... yes checking for setlocale... (cached) yes checking for nl_langinfo... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating test/Makefile config.status: creating test/libhfst/Makefile config.status: creating test/tools/Makefile config.status: creating test/tools/fsmbook-tests/Makefile config.status: creating libhfst/Makefile config.status: creating libhfst/src/Makefile config.status: creating libhfst/src/implementations/Makefile config.status: creating libhfst/src/parsers/Makefile config.status: creating libhfst/hfst.pc config.status: creating tools/Makefile config.status: creating tools/src/Makefile config.status: creating tools/src/hfst-proc/Makefile config.status: creating tools/src/hfst-twolc/Makefile config.status: creating tools/src/hfst-twolc/src/Makefile config.status: creating tools/src/hfst-twolc/test/Makefile config.status: creating tools/src/hfst-tagger/Makefile config.status: creating tools/src/hfst-tagger/src/Makefile config.status: creating tools/src/hfst-tagger/test/Makefile config.status: creating tools/src/parsers/Makefile config.status: creating tools/src/parsers/test/Makefile config.status: creating back-ends/Makefile config.status: creating back-ends/dlfcn/Makefile config.status: creating back-ends/openfstwin/Makefile config.status: creating back-ends/openfstwin/src/Makefile config.status: creating back-ends/openfstwin/src/lib/Makefile config.status: creating back-ends/openfst/Makefile config.status: creating back-ends/openfst/src/Makefile config.status: creating back-ends/openfst/src/lib/Makefile config.status: creating back-ends/foma/Makefile config.status: creating back-ends/sfst/Makefile config.status: creating man/Makefile config.status: creating python/Makefile config.status: creating python/test/Makefile config.status: creating scripts/Makefile config.status: creating scripts/hfst-foma-wrapper.sh config.status: creating scripts/hfst-foma config.status: creating config.h config.status: creating libhfst/src/hfst.hpp config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc -- Building hfst 3.15.0: * libhfst with sfst: yes * with openfst: yes * with openfst log weights: yes * with foma: yes * with optimized lookup: bundled * tools including affix-guessify: yes * calculate: yes (sfstpl2fst) * compare: yes * compose: yes * concatenate: yes * conjunct: yes (intersect) * determinize: yes (determinise) * disjunct: yes (union) * eliminate-flags: yes * foma: no * format: yes * fst2fst: yes * fst2strings: yes (expand) * fst2txt: yes * grep: yes * guessify: yes * guess: yes * head: yes * invert: yes * lexc: yes * lexc-wrapper: no * lookup: yes * minimize: yes (minimise) * name: yes * optimized-lookup: yes * pmatch: yes * proc: no * project: yes * prune-alphabet: yes * push-weights: yes * regexp2fst: yes * pmatch2fst: yes * remove-epsilons: yes * repeat: yes * reverse: yes * shuffle: no * split: yes * strings2fst: yes * substitute: yes * subtract: yes (minus) * summarize: yes (summarise) * tail: yes * test: yes * tokenize: yes (tokenise) * twolc: yes * twolc-script: no * tagger: no * train-tagger: no * txt2fst: yes * xfst: yes * unicode parsed in corpus tools with: hfst configure: WARNING: HFST only supports basic unicode handling with limited case mapping tables etc.; for better support consider using glib or ICU --with-unicode-handler configure: WARNING: HFST tools will be compiled without readline; editing user input on command line is not supported; for better support consider using --with-readline configure: WARNING: hfst-tag is not enabled; you will not be able to use taggers; enable using --enable-tagger configure: WARNING: Python bindings for HFST are not under autotools; see python/README for instructions about how to build and install them configure: WARNING: automake version < 1.12; building parsers will fail unless you are building with pre-yacc-generated *.cc files and do not modify the *.yy source files >>> Running build in textproc/hfst at 1711574279.67 ===> textproc/hfst ===> Building for hfst-3.15.0 /usr/bin/make all-recursive Making all in back-ends Making all in openfst Making all in src Making all in lib depbase=`echo compat.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../libhfst/src -I ./../include -O2 -pipe -std=c++11 -MT compat.lo -MD -MP -MF $depbase.Tpo -c -o compat.lo compat.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../libhfst/src -I ./../include -O2 -pipe -std=c++11 -MT compat.lo -MD -MP -MF .deps/compat.Tpo -c compat.cc -fPIC -DPIC -o .libs/compat.o c++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../libhfst/src -I ./../include -O2 -pipe -std=c++11 -MT compat.lo -MD -MP -MF .deps/compat.Tpo -c compat.cc -o compat.o depbase=`echo flags.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../libhfst/src -I ./../include -O2 -pipe -std=c++11 -MT flags.lo -MD -MP -MF $depbase.Tpo -c -o flags.lo flags.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../libhfst/src -I ./../include -O2 -pipe -std=c++11 -MT flags.lo -MD -MP -MF .deps/flags.Tpo -c flags.cc -fPIC -DPIC -o .libs/flags.o c++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../libhfst/src -I ./../include -O2 -pipe -std=c++11 -MT flags.lo -MD -MP -MF .deps/flags.Tpo -c flags.cc -o flags.o depbase=`echo fst.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../libhfst/src -I ./../include -O2 -pipe -std=c++11 -MT fst.lo -MD -MP -MF $depbase.Tpo -c -o fst.lo fst.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../libhfst/src -I ./../include -O2 -pipe -std=c++11 -MT fst.lo -MD -MP -MF .deps/fst.Tpo -c fst.cc -fPIC -DPIC -o .libs/fst.o c++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../libhfst/src -I ./../include -O2 -pipe -std=c++11 -MT fst.lo -MD -MP -MF .deps/fst.Tpo -c fst.cc -o fst.o depbase=`echo properties.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../libhfst/src -I ./../include -O2 -pipe -std=c++11 -MT properties.lo -MD -MP -MF $depbase.Tpo -c -o properties.lo properties.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../libhfst/src -I ./../include -O2 -pipe -std=c++11 -MT properties.lo -MD -MP -MF .deps/properties.Tpo -c properties.cc -fPIC -DPIC -o .libs/properties.o c++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../libhfst/src -I ./../include -O2 -pipe -std=c++11 -MT properties.lo -MD -MP -MF .deps/properties.Tpo -c properties.cc -o properties.o depbase=`echo symbol-table.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../libhfst/src -I ./../include -O2 -pipe -std=c++11 -MT symbol-table.lo -MD -MP -MF $depbase.Tpo -c -o symbol-table.lo symbol-table.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../libhfst/src -I ./../include -O2 -pipe -std=c++11 -MT symbol-table.lo -MD -MP -MF .deps/symbol-table.Tpo -c symbol-table.cc -fPIC -DPIC -o .libs/symbol-table.o c++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../libhfst/src -I ./../include -O2 -pipe -std=c++11 -MT symbol-table.lo -MD -MP -MF .deps/symbol-table.Tpo -c symbol-table.cc -o symbol-table.o depbase=`echo symbol-table-ops.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../libhfst/src -I ./../include -O2 -pipe -std=c++11 -MT symbol-table-ops.lo -MD -MP -MF $depbase.Tpo -c -o symbol-table-ops.lo symbol-table-ops.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../libhfst/src -I ./../include -O2 -pipe -std=c++11 -MT symbol-table-ops.lo -MD -MP -MF .deps/symbol-table-ops.Tpo -c symbol-table-ops.cc -fPIC -DPIC -o .libs/symbol-table-ops.o c++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../libhfst/src -I ./../include -O2 -pipe -std=c++11 -MT symbol-table-ops.lo -MD -MP -MF .deps/symbol-table-ops.Tpo -c symbol-table-ops.cc -o symbol-table-ops.o depbase=`echo util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../libhfst/src -I ./../include -O2 -pipe -std=c++11 -MT util.lo -MD -MP -MF $depbase.Tpo -c -o util.lo util.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../libhfst/src -I ./../include -O2 -pipe -std=c++11 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cc -fPIC -DPIC -o .libs/util.o c++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../libhfst/src -I ./../include -O2 -pipe -std=c++11 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cc -o util.o /usr/bin/libtool --tag=CXX --mode=link c++ -O2 -pipe -std=c++11 -o libfst.la compat.lo flags.lo fst.lo properties.lo symbol-table.lo symbol-table-ops.lo util.lo -lm -lpthread libtool: link: ar cru .libs/libfst.a .libs/compat.o .libs/flags.o .libs/fst.o .libs/properties.o .libs/symbol-table.o .libs/symbol-table-ops.o .libs/util.o libtool: link: ranlib .libs/libfst.a Making all in openfstwin Making all in src Making all in lib Making all in dlfcn Making all in sfst /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT alphabet.lo -MD -MP -MF .deps/alphabet.Tpo -c -o alphabet.lo alphabet.cc c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT alphabet.lo -MD -MP -MF .deps/alphabet.Tpo -c alphabet.cc -fPIC -DPIC -o .libs/alphabet.o c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT alphabet.lo -MD -MP -MF .deps/alphabet.Tpo -c alphabet.cc -o alphabet.o mv -f .deps/alphabet.Tpo .deps/alphabet.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT basic.lo -MD -MP -MF .deps/basic.Tpo -c -o basic.lo basic.cc c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT basic.lo -MD -MP -MF .deps/basic.Tpo -c basic.cc -fPIC -DPIC -o .libs/basic.o c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT basic.lo -MD -MP -MF .deps/basic.Tpo -c basic.cc -o basic.o mv -f .deps/basic.Tpo .deps/basic.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT utf8.lo -MD -MP -MF .deps/utf8.Tpo -c -o utf8.lo utf8.cc c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT utf8.lo -MD -MP -MF .deps/utf8.Tpo -c utf8.cc -fPIC -DPIC -o .libs/utf8.o c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT utf8.lo -MD -MP -MF .deps/utf8.Tpo -c utf8.cc -o utf8.o mv -f .deps/utf8.Tpo .deps/utf8.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT compact.lo -MD -MP -MF .deps/compact.Tpo -c -o compact.lo compact.cc c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT compact.lo -MD -MP -MF .deps/compact.Tpo -c compact.cc -fPIC -DPIC -o .libs/compact.o c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT compact.lo -MD -MP -MF .deps/compact.Tpo -c compact.cc -o compact.o mv -f .deps/compact.Tpo .deps/compact.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT fst.lo -MD -MP -MF .deps/fst.Tpo -c -o fst.lo fst.cc c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT fst.lo -MD -MP -MF .deps/fst.Tpo -c fst.cc -fPIC -DPIC -o .libs/fst.o c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT fst.lo -MD -MP -MF .deps/fst.Tpo -c fst.cc -o fst.o mv -f .deps/fst.Tpo .deps/fst.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT operators.lo -MD -MP -MF .deps/operators.Tpo -c -o operators.lo operators.cc c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT operators.lo -MD -MP -MF .deps/operators.Tpo -c operators.cc -fPIC -DPIC -o .libs/operators.o c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT operators.lo -MD -MP -MF .deps/operators.Tpo -c operators.cc -o operators.o mv -f .deps/operators.Tpo .deps/operators.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT determinise.lo -MD -MP -MF .deps/determinise.Tpo -c -o determinise.lo determinise.cc c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT determinise.lo -MD -MP -MF .deps/determinise.Tpo -c determinise.cc -fPIC -DPIC -o .libs/determinise.o c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT determinise.lo -MD -MP -MF .deps/determinise.Tpo -c determinise.cc -o determinise.o mv -f .deps/determinise.Tpo .deps/determinise.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT generate.lo -MD -MP -MF .deps/generate.Tpo -c -o generate.lo generate.cc c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT generate.lo -MD -MP -MF .deps/generate.Tpo -c generate.cc -fPIC -DPIC -o .libs/generate.o c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT generate.lo -MD -MP -MF .deps/generate.Tpo -c generate.cc -o generate.o mv -f .deps/generate.Tpo .deps/generate.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT hopcroft.lo -MD -MP -MF .deps/hopcroft.Tpo -c -o hopcroft.lo hopcroft.cc c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT hopcroft.lo -MD -MP -MF .deps/hopcroft.Tpo -c hopcroft.cc -fPIC -DPIC -o .libs/hopcroft.o c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT hopcroft.lo -MD -MP -MF .deps/hopcroft.Tpo -c hopcroft.cc -o hopcroft.o mv -f .deps/hopcroft.Tpo .deps/hopcroft.Plo /usr/bin/libtool --tag=CXX --mode=link c++ -O2 -pipe -std=c++11 -o libsfst.la alphabet.lo basic.lo utf8.lo compact.lo fst.lo operators.lo determinise.lo generate.lo hopcroft.lo -lm -lpthread libtool: link: ar cru .libs/libsfst.a .libs/alphabet.o .libs/basic.o .libs/utf8.o .libs/compact.o .libs/fst.o .libs/operators.o .libs/determinise.o .libs/generate.o .libs/hopcroft.o libtool: link: ranlib .libs/libsfst.a Making all in foma /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT int_stack.lo -MD -MP -MF .deps/int_stack.Tpo -c -o int_stack.lo int_stack.c cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT int_stack.lo -MD -MP -MF .deps/int_stack.Tpo -c int_stack.c -fPIC -DPIC -o .libs/int_stack.o cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT int_stack.lo -MD -MP -MF .deps/int_stack.Tpo -c int_stack.c -o int_stack.o mv -f .deps/int_stack.Tpo .deps/int_stack.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT define.lo -MD -MP -MF .deps/define.Tpo -c -o define.lo define.c cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT define.lo -MD -MP -MF .deps/define.Tpo -c define.c -fPIC -DPIC -o .libs/define.o cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT define.lo -MD -MP -MF .deps/define.Tpo -c define.c -o define.o mv -f .deps/define.Tpo .deps/define.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT determinize.lo -MD -MP -MF .deps/determinize.Tpo -c -o determinize.lo determinize.c cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT determinize.lo -MD -MP -MF .deps/determinize.Tpo -c determinize.c -fPIC -DPIC -o .libs/determinize.o cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT determinize.lo -MD -MP -MF .deps/determinize.Tpo -c determinize.c -o determinize.o mv -f .deps/determinize.Tpo .deps/determinize.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT apply.lo -MD -MP -MF .deps/apply.Tpo -c -o apply.lo apply.c cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT apply.lo -MD -MP -MF .deps/apply.Tpo -c apply.c -fPIC -DPIC -o .libs/apply.o cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT apply.lo -MD -MP -MF .deps/apply.Tpo -c apply.c -o apply.o mv -f .deps/apply.Tpo .deps/apply.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT rewrite.lo -MD -MP -MF .deps/rewrite.Tpo -c -o rewrite.lo rewrite.c cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT rewrite.lo -MD -MP -MF .deps/rewrite.Tpo -c rewrite.c -fPIC -DPIC -o .libs/rewrite.o cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT rewrite.lo -MD -MP -MF .deps/rewrite.Tpo -c rewrite.c -o rewrite.o mv -f .deps/rewrite.Tpo .deps/rewrite.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT lexcread.lo -MD -MP -MF .deps/lexcread.Tpo -c -o lexcread.lo lexcread.c cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT lexcread.lo -MD -MP -MF .deps/lexcread.Tpo -c lexcread.c -fPIC -DPIC -o .libs/lexcread.o cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT lexcread.lo -MD -MP -MF .deps/lexcread.Tpo -c lexcread.c -o lexcread.o mv -f .deps/lexcread.Tpo .deps/lexcread.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT topsort.lo -MD -MP -MF .deps/topsort.Tpo -c -o topsort.lo topsort.c cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT topsort.lo -MD -MP -MF .deps/topsort.Tpo -c topsort.c -fPIC -DPIC -o .libs/topsort.o cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT topsort.lo -MD -MP -MF .deps/topsort.Tpo -c topsort.c -o topsort.o mv -f .deps/topsort.Tpo .deps/topsort.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT flags.lo -MD -MP -MF .deps/flags.Tpo -c -o flags.lo flags.c cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT flags.lo -MD -MP -MF .deps/flags.Tpo -c flags.c -fPIC -DPIC -o .libs/flags.o cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT flags.lo -MD -MP -MF .deps/flags.Tpo -c flags.c -o flags.o mv -f .deps/flags.Tpo .deps/flags.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT minimize.lo -MD -MP -MF .deps/minimize.Tpo -c -o minimize.lo minimize.c cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT minimize.lo -MD -MP -MF .deps/minimize.Tpo -c minimize.c -fPIC -DPIC -o .libs/minimize.o cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT minimize.lo -MD -MP -MF .deps/minimize.Tpo -c minimize.c -o minimize.o mv -f .deps/minimize.Tpo .deps/minimize.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT reverse.lo -MD -MP -MF .deps/reverse.Tpo -c -o reverse.lo reverse.c cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT reverse.lo -MD -MP -MF .deps/reverse.Tpo -c reverse.c -fPIC -DPIC -o .libs/reverse.o cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT reverse.lo -MD -MP -MF .deps/reverse.Tpo -c reverse.c -o reverse.o mv -f .deps/reverse.Tpo .deps/reverse.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT extract.lo -MD -MP -MF .deps/extract.Tpo -c -o extract.lo extract.c cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT extract.lo -MD -MP -MF .deps/extract.Tpo -c extract.c -fPIC -DPIC -o .libs/extract.o cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT extract.lo -MD -MP -MF .deps/extract.Tpo -c extract.c -o extract.o mv -f .deps/extract.Tpo .deps/extract.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT sigma.lo -MD -MP -MF .deps/sigma.Tpo -c -o sigma.lo sigma.c cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT sigma.lo -MD -MP -MF .deps/sigma.Tpo -c sigma.c -fPIC -DPIC -o .libs/sigma.o cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT sigma.lo -MD -MP -MF .deps/sigma.Tpo -c sigma.c -o sigma.o mv -f .deps/sigma.Tpo .deps/sigma.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT structures.lo -MD -MP -MF .deps/structures.Tpo -c -o structures.lo structures.c cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT structures.lo -MD -MP -MF .deps/structures.Tpo -c structures.c -fPIC -DPIC -o .libs/structures.o cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT structures.lo -MD -MP -MF .deps/structures.Tpo -c structures.c -o structures.o mv -f .deps/structures.Tpo .deps/structures.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT constructions.lo -MD -MP -MF .deps/constructions.Tpo -c -o constructions.lo constructions.c cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT constructions.lo -MD -MP -MF .deps/constructions.Tpo -c constructions.c -fPIC -DPIC -o .libs/constructions.o cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT constructions.lo -MD -MP -MF .deps/constructions.Tpo -c constructions.c -o constructions.o mv -f .deps/constructions.Tpo .deps/constructions.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT coaccessible.lo -MD -MP -MF .deps/coaccessible.Tpo -c -o coaccessible.lo coaccessible.c cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT coaccessible.lo -MD -MP -MF .deps/coaccessible.Tpo -c coaccessible.c -fPIC -DPIC -o .libs/coaccessible.o cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT coaccessible.lo -MD -MP -MF .deps/coaccessible.Tpo -c coaccessible.c -o coaccessible.o mv -f .deps/coaccessible.Tpo .deps/coaccessible.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT io.lo -MD -MP -MF .deps/io.Tpo -c -o io.lo io.c cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT io.lo -MD -MP -MF .deps/io.Tpo -c io.c -fPIC -DPIC -o .libs/io.o cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT io.lo -MD -MP -MF .deps/io.Tpo -c io.c -o io.o mv -f .deps/io.Tpo .deps/io.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT utf8.lo -MD -MP -MF .deps/utf8.Tpo -c -o utf8.lo utf8.c cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT utf8.lo -MD -MP -MF .deps/utf8.Tpo -c utf8.c -fPIC -DPIC -o .libs/utf8.o cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT utf8.lo -MD -MP -MF .deps/utf8.Tpo -c utf8.c -o utf8.o mv -f .deps/utf8.Tpo .deps/utf8.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT spelling.lo -MD -MP -MF .deps/spelling.Tpo -c -o spelling.lo spelling.c cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT spelling.lo -MD -MP -MF .deps/spelling.Tpo -c spelling.c -fPIC -DPIC -o .libs/spelling.o spelling.c:285:36: warning: passing arguments to 'node_delete_min' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] curr_node = node_delete_min(medh); ^ spelling.c:40:26: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static struct astarnode *node_delete_min(); ^ spelling.c:436:19: note: conflicting prototype is here struct astarnode *node_delete_min(struct apply_med_handle *medh) { ^ 2 warnings generated. cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT spelling.lo -MD -MP -MF .deps/spelling.Tpo -c spelling.c -o spelling.o spelling.c:285:36: warning: passing arguments to 'node_delete_min' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] curr_node = node_delete_min(medh); ^ spelling.c:40:26: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static struct astarnode *node_delete_min(); ^ spelling.c:436:19: note: conflicting prototype is here struct astarnode *node_delete_min(struct apply_med_handle *medh) { ^ 2 warnings generated. mv -f .deps/spelling.Tpo .deps/spelling.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT dynarray.lo -MD -MP -MF .deps/dynarray.Tpo -c -o dynarray.lo dynarray.c cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT dynarray.lo -MD -MP -MF .deps/dynarray.Tpo -c dynarray.c -fPIC -DPIC -o .libs/dynarray.o cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT dynarray.lo -MD -MP -MF .deps/dynarray.Tpo -c dynarray.c -o dynarray.o mv -f .deps/dynarray.Tpo .deps/dynarray.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c -o mem.lo mem.c cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c mem.c -fPIC -DPIC -o .libs/mem.o cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c mem.c -o mem.o mv -f .deps/mem.Tpo .deps/mem.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT stringhash.lo -MD -MP -MF .deps/stringhash.Tpo -c -o stringhash.lo stringhash.c cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT stringhash.lo -MD -MP -MF .deps/stringhash.Tpo -c stringhash.c -fPIC -DPIC -o .libs/stringhash.o cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT stringhash.lo -MD -MP -MF .deps/stringhash.Tpo -c stringhash.c -o stringhash.o mv -f .deps/stringhash.Tpo .deps/stringhash.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT trie.lo -MD -MP -MF .deps/trie.Tpo -c -o trie.lo trie.c cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT trie.lo -MD -MP -MF .deps/trie.Tpo -c trie.c -fPIC -DPIC -o .libs/trie.o cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT trie.lo -MD -MP -MF .deps/trie.Tpo -c trie.c -o trie.o mv -f .deps/trie.Tpo .deps/trie.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT lex.lexc.lo -MD -MP -MF .deps/lex.lexc.Tpo -c -o lex.lexc.lo lex.lexc.c cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT lex.lexc.lo -MD -MP -MF .deps/lex.lexc.Tpo -c lex.lexc.c -fPIC -DPIC -o .libs/lex.lexc.o cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT lex.lexc.lo -MD -MP -MF .deps/lex.lexc.Tpo -c lex.lexc.c -o lex.lexc.o mv -f .deps/lex.lexc.Tpo .deps/lex.lexc.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT lex.yy.lo -MD -MP -MF .deps/lex.yy.Tpo -c -o lex.yy.lo lex.yy.c cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT lex.yy.lo -MD -MP -MF .deps/lex.yy.Tpo -c lex.yy.c -fPIC -DPIC -o .libs/lex.yy.o regex.l:130:18: warning: passing arguments to 'yyparse' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] yyp = yyparse(scanner, defined_nets, defined_funcs); ^ 1 warning generated. cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT lex.yy.lo -MD -MP -MF .deps/lex.yy.Tpo -c lex.yy.c -o lex.yy.o regex.l:130:18: warning: passing arguments to 'yyparse' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] yyp = yyparse(scanner, defined_nets, defined_funcs); ^ 1 warning generated. mv -f .deps/lex.yy.Tpo .deps/lex.yy.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT regex.lo -MD -MP -MF .deps/regex.Tpo -c -o regex.lo regex.c cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT regex.lo -MD -MP -MF .deps/regex.Tpo -c regex.c -fPIC -DPIC -o .libs/regex.o regex.c:2092:16: warning: passing arguments to 'yylex' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] yychar = YYLEX; ^ regex.c:1353:22: note: expanded from macro 'YYLEX' # define YYLEX yylex (&yylval, &yylloc, scanner) ^ regex.c:3154:15: warning: passing arguments to 'yyerror' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] yyerror (&yylloc, scanner, defined_nets, defined_funcs, YY_("syntax error")); ^ regex.c:3302:11: warning: passing arguments to 'yyerror' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] yyerror (&yylloc, scanner, defined_nets, defined_funcs, YY_("memory exhausted")); ^ 3 warnings generated. cc -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -std=c99 -D_XOPEN_SOURCE=500 -O2 -pipe -MT regex.lo -MD -MP -MF .deps/regex.Tpo -c regex.c -o regex.o regex.c:2092:16: warning: passing arguments to 'yylex' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] yychar = YYLEX; ^ regex.c:1353:22: note: expanded from macro 'YYLEX' # define YYLEX yylex (&yylval, &yylloc, scanner) ^ regex.c:3154:15: warning: passing arguments to 'yyerror' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] yyerror (&yylloc, scanner, defined_nets, defined_funcs, YY_("syntax error")); ^ regex.c:3302:11: warning: passing arguments to 'yyerror' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] yyerror (&yylloc, scanner, defined_nets, defined_funcs, YY_("memory exhausted")); ^ 3 warnings generated. mv -f .deps/regex.Tpo .deps/regex.Plo /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o libfoma.la int_stack.lo define.lo determinize.lo apply.lo rewrite.lo lexcread.lo topsort.lo flags.lo minimize.lo reverse.lo extract.lo sigma.lo structures.lo constructions.lo coaccessible.lo io.lo utf8.lo spelling.lo dynarray.lo mem.lo stringhash.lo trie.lo lex.lexc.lo lex.yy.lo regex.lo -lm -lpthread libtool: link: ar cru .libs/libfoma.a .libs/int_stack.o .libs/define.o .libs/determinize.o .libs/apply.o .libs/rewrite.o .libs/lexcread.o .libs/topsort.o .libs/flags.o .libs/minimize.o .libs/reverse.o .libs/extract.o .libs/sigma.o .libs/structures.o .libs/constructions.o .libs/coaccessible.o .libs/io.o .libs/utf8.o .libs/spelling.o .libs/dynarray.o .libs/mem.o .libs/stringhash.o .libs/trie.o .libs/lex.lexc.o .libs/lex.yy.o .libs/regex.o libtool: link: ranlib .libs/libfoma.a Making all in libhfst Making all in src /usr/bin/make all-recursive Making all in implementations depbase=`echo ConvertTransducerFormat.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT ConvertTransducerFormat.lo -MD -MP -MF $depbase.Tpo -c -o ConvertTransducerFormat.lo ConvertTransducerFormat.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT ConvertTransducerFormat.lo -MD -MP -MF .deps/ConvertTransducerFormat.Tpo -c ConvertTransducerFormat.cc -fPIC -DPIC -o .libs/ConvertTransducerFormat.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT ConvertTransducerFormat.lo -MD -MP -MF .deps/ConvertTransducerFormat.Tpo -c ConvertTransducerFormat.cc -o ConvertTransducerFormat.o depbase=`echo HfstTropicalTransducerTransitionData.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT HfstTropicalTransducerTransitionData.lo -MD -MP -MF $depbase.Tpo -c -o HfstTropicalTransducerTransitionData.lo HfstTropicalTransducerTransitionData.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT HfstTropicalTransducerTransitionData.lo -MD -MP -MF .deps/HfstTropicalTransducerTransitionData.Tpo -c HfstTropicalTransducerTransitionData.cc -fPIC -DPIC -o .libs/HfstTropicalTransducerTransitionData.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT HfstTropicalTransducerTransitionData.lo -MD -MP -MF .deps/HfstTropicalTransducerTransitionData.Tpo -c HfstTropicalTransducerTransitionData.cc -o HfstTropicalTransducerTransitionData.o depbase=`echo HfstBasicTransition.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT HfstBasicTransition.lo -MD -MP -MF $depbase.Tpo -c -o HfstBasicTransition.lo HfstBasicTransition.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT HfstBasicTransition.lo -MD -MP -MF .deps/HfstBasicTransition.Tpo -c HfstBasicTransition.cc -fPIC -DPIC -o .libs/HfstBasicTransition.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT HfstBasicTransition.lo -MD -MP -MF .deps/HfstBasicTransition.Tpo -c HfstBasicTransition.cc -o HfstBasicTransition.o depbase=`echo HfstBasicTransducer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT HfstBasicTransducer.lo -MD -MP -MF $depbase.Tpo -c -o HfstBasicTransducer.lo HfstBasicTransducer.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT HfstBasicTransducer.lo -MD -MP -MF .deps/HfstBasicTransducer.Tpo -c HfstBasicTransducer.cc -fPIC -DPIC -o .libs/HfstBasicTransducer.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT HfstBasicTransducer.lo -MD -MP -MF .deps/HfstBasicTransducer.Tpo -c HfstBasicTransducer.cc -o HfstBasicTransducer.o depbase=`echo ConvertSfstTransducer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT ConvertSfstTransducer.lo -MD -MP -MF $depbase.Tpo -c -o ConvertSfstTransducer.lo ConvertSfstTransducer.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT ConvertSfstTransducer.lo -MD -MP -MF .deps/ConvertSfstTransducer.Tpo -c ConvertSfstTransducer.cc -fPIC -DPIC -o .libs/ConvertSfstTransducer.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT ConvertSfstTransducer.lo -MD -MP -MF .deps/ConvertSfstTransducer.Tpo -c ConvertSfstTransducer.cc -o ConvertSfstTransducer.o depbase=`echo ConvertTropicalWeightTransducer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT ConvertTropicalWeightTransducer.lo -MD -MP -MF $depbase.Tpo -c -o ConvertTropicalWeightTransducer.lo ConvertTropicalWeightTransducer.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT ConvertTropicalWeightTransducer.lo -MD -MP -MF .deps/ConvertTropicalWeightTransducer.Tpo -c ConvertTropicalWeightTransducer.cc -fPIC -DPIC -o .libs/ConvertTropicalWeightTransducer.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT ConvertTropicalWeightTransducer.lo -MD -MP -MF .deps/ConvertTropicalWeightTransducer.Tpo -c ConvertTropicalWeightTransducer.cc -o ConvertTropicalWeightTransducer.o depbase=`echo ConvertLogWeightTransducer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT ConvertLogWeightTransducer.lo -MD -MP -MF $depbase.Tpo -c -o ConvertLogWeightTransducer.lo ConvertLogWeightTransducer.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT ConvertLogWeightTransducer.lo -MD -MP -MF .deps/ConvertLogWeightTransducer.Tpo -c ConvertLogWeightTransducer.cc -fPIC -DPIC -o .libs/ConvertLogWeightTransducer.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT ConvertLogWeightTransducer.lo -MD -MP -MF .deps/ConvertLogWeightTransducer.Tpo -c ConvertLogWeightTransducer.cc -o ConvertLogWeightTransducer.o depbase=`echo ConvertFomaTransducer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT ConvertFomaTransducer.lo -MD -MP -MF $depbase.Tpo -c -o ConvertFomaTransducer.lo ConvertFomaTransducer.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT ConvertFomaTransducer.lo -MD -MP -MF .deps/ConvertFomaTransducer.Tpo -c ConvertFomaTransducer.cc -fPIC -DPIC -o .libs/ConvertFomaTransducer.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT ConvertFomaTransducer.lo -MD -MP -MF .deps/ConvertFomaTransducer.Tpo -c ConvertFomaTransducer.cc -o ConvertFomaTransducer.o depbase=`echo ConvertOlTransducer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT ConvertOlTransducer.lo -MD -MP -MF $depbase.Tpo -c -o ConvertOlTransducer.lo ConvertOlTransducer.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT ConvertOlTransducer.lo -MD -MP -MF .deps/ConvertOlTransducer.Tpo -c ConvertOlTransducer.cc -fPIC -DPIC -o .libs/ConvertOlTransducer.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT ConvertOlTransducer.lo -MD -MP -MF .deps/ConvertOlTransducer.Tpo -c ConvertOlTransducer.cc -o ConvertOlTransducer.o depbase=`echo ConvertXfsmTransducer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT ConvertXfsmTransducer.lo -MD -MP -MF $depbase.Tpo -c -o ConvertXfsmTransducer.lo ConvertXfsmTransducer.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT ConvertXfsmTransducer.lo -MD -MP -MF .deps/ConvertXfsmTransducer.Tpo -c ConvertXfsmTransducer.cc -fPIC -DPIC -o .libs/ConvertXfsmTransducer.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT ConvertXfsmTransducer.lo -MD -MP -MF .deps/ConvertXfsmTransducer.Tpo -c ConvertXfsmTransducer.cc -o ConvertXfsmTransducer.o depbase=`echo compose_intersect/ComposeIntersectRulePair.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT compose_intersect/ComposeIntersectRulePair.lo -MD -MP -MF $depbase.Tpo -c -o compose_intersect/ComposeIntersectRulePair.lo compose_intersect/ComposeIntersectRulePair.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT compose_intersect/ComposeIntersectRulePair.lo -MD -MP -MF compose_intersect/.deps/ComposeIntersectRulePair.Tpo -c compose_intersect/ComposeIntersectRulePair.cc -fPIC -DPIC -o compose_intersect/.libs/ComposeIntersectRulePair.o In file included from compose_intersect/ComposeIntersectRulePair.cc:9: In file included from compose_intersect/ComposeIntersectRulePair.h:17: In file included from compose_intersect/ComposeIntersectRule.h:13: In file included from compose_intersect/ComposeIntersectFst.h:14: compose_intersect/ComposeIntersectUtilities.h:111:15: warning: instantiation of variable 'hfst::implementations::compose_intersect_utilities::SpaceSavingSet::comparator' required here, but no definition is available [-Wundefined-var-template] if (! comparator(*it,x)) ^ compose_intersect/ComposeIntersectUtilities.h:56:38: note: in instantiation of member function 'hfst::implementations::compose_intersect_utilities::SpaceSavingSet::get_least_upper_bound' requested here iterator least_upper_bound = get_least_upper_bound(x); ^ compose_intersect/ComposeIntersectRulePair.cc:80:19: note: in instantiation of member function 'hfst::implementations::compose_intersect_utilities::SpaceSavingSet::insert' requested here transitions.insert ^ compose_intersect/ComposeIntersectUtilities.h:85:16: note: forward declaration of template entity is here static C comparator; ^ compose_intersect/ComposeIntersectUtilities.h:111:15: note: add an explicit instantiation declaration to suppress this warning if 'hfst::implementations::compose_intersect_utilities::SpaceSavingSet::comparator' is explicitly instantiated in another translation unit if (! comparator(*it,x)) ^ 1 warning generated. c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT compose_intersect/ComposeIntersectRulePair.lo -MD -MP -MF compose_intersect/.deps/ComposeIntersectRulePair.Tpo -c compose_intersect/ComposeIntersectRulePair.cc -o compose_intersect/ComposeIntersectRulePair.o In file included from compose_intersect/ComposeIntersectRulePair.cc:9: In file included from compose_intersect/ComposeIntersectRulePair.h:17: In file included from compose_intersect/ComposeIntersectRule.h:13: In file included from compose_intersect/ComposeIntersectFst.h:14: compose_intersect/ComposeIntersectUtilities.h:111:15: warning: instantiation of variable 'hfst::implementations::compose_intersect_utilities::SpaceSavingSet::comparator' required here, but no definition is available [-Wundefined-var-template] if (! comparator(*it,x)) ^ compose_intersect/ComposeIntersectUtilities.h:56:38: note: in instantiation of member function 'hfst::implementations::compose_intersect_utilities::SpaceSavingSet::get_least_upper_bound' requested here iterator least_upper_bound = get_least_upper_bound(x); ^ compose_intersect/ComposeIntersectRulePair.cc:80:19: note: in instantiation of member function 'hfst::implementations::compose_intersect_utilities::SpaceSavingSet::insert' requested here transitions.insert ^ compose_intersect/ComposeIntersectUtilities.h:85:16: note: forward declaration of template entity is here static C comparator; ^ compose_intersect/ComposeIntersectUtilities.h:111:15: note: add an explicit instantiation declaration to suppress this warning if 'hfst::implementations::compose_intersect_utilities::SpaceSavingSet::comparator' is explicitly instantiated in another translation unit if (! comparator(*it,x)) ^ 1 warning generated. depbase=`echo compose_intersect/ComposeIntersectLexicon.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT compose_intersect/ComposeIntersectLexicon.lo -MD -MP -MF $depbase.Tpo -c -o compose_intersect/ComposeIntersectLexicon.lo compose_intersect/ComposeIntersectLexicon.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT compose_intersect/ComposeIntersectLexicon.lo -MD -MP -MF compose_intersect/.deps/ComposeIntersectLexicon.Tpo -c compose_intersect/ComposeIntersectLexicon.cc -fPIC -DPIC -o compose_intersect/.libs/ComposeIntersectLexicon.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT compose_intersect/ComposeIntersectLexicon.lo -MD -MP -MF compose_intersect/.deps/ComposeIntersectLexicon.Tpo -c compose_intersect/ComposeIntersectLexicon.cc -o compose_intersect/ComposeIntersectLexicon.o depbase=`echo compose_intersect/ComposeIntersectRule.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT compose_intersect/ComposeIntersectRule.lo -MD -MP -MF $depbase.Tpo -c -o compose_intersect/ComposeIntersectRule.lo compose_intersect/ComposeIntersectRule.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT compose_intersect/ComposeIntersectRule.lo -MD -MP -MF compose_intersect/.deps/ComposeIntersectRule.Tpo -c compose_intersect/ComposeIntersectRule.cc -fPIC -DPIC -o compose_intersect/.libs/ComposeIntersectRule.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT compose_intersect/ComposeIntersectRule.lo -MD -MP -MF compose_intersect/.deps/ComposeIntersectRule.Tpo -c compose_intersect/ComposeIntersectRule.cc -o compose_intersect/ComposeIntersectRule.o depbase=`echo compose_intersect/ComposeIntersectFst.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT compose_intersect/ComposeIntersectFst.lo -MD -MP -MF $depbase.Tpo -c -o compose_intersect/ComposeIntersectFst.lo compose_intersect/ComposeIntersectFst.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT compose_intersect/ComposeIntersectFst.lo -MD -MP -MF compose_intersect/.deps/ComposeIntersectFst.Tpo -c compose_intersect/ComposeIntersectFst.cc -fPIC -DPIC -o compose_intersect/.libs/ComposeIntersectFst.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT compose_intersect/ComposeIntersectFst.lo -MD -MP -MF compose_intersect/.deps/ComposeIntersectFst.Tpo -c compose_intersect/ComposeIntersectFst.cc -o compose_intersect/ComposeIntersectFst.o depbase=`echo compose_intersect/ComposeIntersectUtilities.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT compose_intersect/ComposeIntersectUtilities.lo -MD -MP -MF $depbase.Tpo -c -o compose_intersect/ComposeIntersectUtilities.lo compose_intersect/ComposeIntersectUtilities.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT compose_intersect/ComposeIntersectUtilities.lo -MD -MP -MF compose_intersect/.deps/ComposeIntersectUtilities.Tpo -c compose_intersect/ComposeIntersectUtilities.cc -fPIC -DPIC -o compose_intersect/.libs/ComposeIntersectUtilities.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT compose_intersect/ComposeIntersectUtilities.lo -MD -MP -MF compose_intersect/.deps/ComposeIntersectUtilities.Tpo -c compose_intersect/ComposeIntersectUtilities.cc -o compose_intersect/ComposeIntersectUtilities.o depbase=`echo SfstTransducer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT SfstTransducer.lo -MD -MP -MF $depbase.Tpo -c -o SfstTransducer.lo SfstTransducer.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT SfstTransducer.lo -MD -MP -MF .deps/SfstTransducer.Tpo -c SfstTransducer.cc -fPIC -DPIC -o .libs/SfstTransducer.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT SfstTransducer.lo -MD -MP -MF .deps/SfstTransducer.Tpo -c SfstTransducer.cc -o SfstTransducer.o depbase=`echo TropicalWeightTransducer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT TropicalWeightTransducer.lo -MD -MP -MF $depbase.Tpo -c -o TropicalWeightTransducer.lo TropicalWeightTransducer.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT TropicalWeightTransducer.lo -MD -MP -MF .deps/TropicalWeightTransducer.Tpo -c TropicalWeightTransducer.cc -fPIC -DPIC -o .libs/TropicalWeightTransducer.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT TropicalWeightTransducer.lo -MD -MP -MF .deps/TropicalWeightTransducer.Tpo -c TropicalWeightTransducer.cc -o TropicalWeightTransducer.o depbase=`echo LogWeightTransducer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT LogWeightTransducer.lo -MD -MP -MF $depbase.Tpo -c -o LogWeightTransducer.lo LogWeightTransducer.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT LogWeightTransducer.lo -MD -MP -MF .deps/LogWeightTransducer.Tpo -c LogWeightTransducer.cc -fPIC -DPIC -o .libs/LogWeightTransducer.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT LogWeightTransducer.lo -MD -MP -MF .deps/LogWeightTransducer.Tpo -c LogWeightTransducer.cc -o LogWeightTransducer.o depbase=`echo FomaTransducer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT FomaTransducer.lo -MD -MP -MF $depbase.Tpo -c -o FomaTransducer.lo FomaTransducer.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT FomaTransducer.lo -MD -MP -MF .deps/FomaTransducer.Tpo -c FomaTransducer.cc -fPIC -DPIC -o .libs/FomaTransducer.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT FomaTransducer.lo -MD -MP -MF .deps/FomaTransducer.Tpo -c FomaTransducer.cc -o FomaTransducer.o depbase=`echo HfstOlTransducer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT HfstOlTransducer.lo -MD -MP -MF $depbase.Tpo -c -o HfstOlTransducer.lo HfstOlTransducer.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT HfstOlTransducer.lo -MD -MP -MF .deps/HfstOlTransducer.Tpo -c HfstOlTransducer.cc -fPIC -DPIC -o .libs/HfstOlTransducer.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT HfstOlTransducer.lo -MD -MP -MF .deps/HfstOlTransducer.Tpo -c HfstOlTransducer.cc -o HfstOlTransducer.o depbase=`echo optimized-lookup/transducer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT optimized-lookup/transducer.lo -MD -MP -MF $depbase.Tpo -c -o optimized-lookup/transducer.lo optimized-lookup/transducer.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT optimized-lookup/transducer.lo -MD -MP -MF optimized-lookup/.deps/transducer.Tpo -c optimized-lookup/transducer.cc -fPIC -DPIC -o optimized-lookup/.libs/transducer.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT optimized-lookup/transducer.lo -MD -MP -MF optimized-lookup/.deps/transducer.Tpo -c optimized-lookup/transducer.cc -o optimized-lookup/transducer.o depbase=`echo optimized-lookup/convert.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT optimized-lookup/convert.lo -MD -MP -MF $depbase.Tpo -c -o optimized-lookup/convert.lo optimized-lookup/convert.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT optimized-lookup/convert.lo -MD -MP -MF optimized-lookup/.deps/convert.Tpo -c optimized-lookup/convert.cc -fPIC -DPIC -o optimized-lookup/.libs/convert.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT optimized-lookup/convert.lo -MD -MP -MF optimized-lookup/.deps/convert.Tpo -c optimized-lookup/convert.cc -o optimized-lookup/convert.o depbase=`echo optimized-lookup/ospell.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT optimized-lookup/ospell.lo -MD -MP -MF $depbase.Tpo -c -o optimized-lookup/ospell.lo optimized-lookup/ospell.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT optimized-lookup/ospell.lo -MD -MP -MF optimized-lookup/.deps/ospell.Tpo -c optimized-lookup/ospell.cc -fPIC -DPIC -o optimized-lookup/.libs/ospell.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT optimized-lookup/ospell.lo -MD -MP -MF optimized-lookup/.deps/ospell.Tpo -c optimized-lookup/ospell.cc -o optimized-lookup/ospell.o depbase=`echo optimized-lookup/pmatch.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT optimized-lookup/pmatch.lo -MD -MP -MF $depbase.Tpo -c -o optimized-lookup/pmatch.lo optimized-lookup/pmatch.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT optimized-lookup/pmatch.lo -MD -MP -MF optimized-lookup/.deps/pmatch.Tpo -c optimized-lookup/pmatch.cc -fPIC -DPIC -o optimized-lookup/.libs/pmatch.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT optimized-lookup/pmatch.lo -MD -MP -MF optimized-lookup/.deps/pmatch.Tpo -c optimized-lookup/pmatch.cc -o optimized-lookup/pmatch.o depbase=`echo optimized-lookup/pmatch_tokenize.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT optimized-lookup/pmatch_tokenize.lo -MD -MP -MF $depbase.Tpo -c -o optimized-lookup/pmatch_tokenize.lo optimized-lookup/pmatch_tokenize.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT optimized-lookup/pmatch_tokenize.lo -MD -MP -MF optimized-lookup/.deps/pmatch_tokenize.Tpo -c optimized-lookup/pmatch_tokenize.cc -fPIC -DPIC -o optimized-lookup/.libs/pmatch_tokenize.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT optimized-lookup/pmatch_tokenize.lo -MD -MP -MF optimized-lookup/.deps/pmatch_tokenize.Tpo -c optimized-lookup/pmatch_tokenize.cc -o optimized-lookup/pmatch_tokenize.o depbase=`echo optimized-lookup/find_epsilon_loops.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT optimized-lookup/find_epsilon_loops.lo -MD -MP -MF $depbase.Tpo -c -o optimized-lookup/find_epsilon_loops.lo optimized-lookup/find_epsilon_loops.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT optimized-lookup/find_epsilon_loops.lo -MD -MP -MF optimized-lookup/.deps/find_epsilon_loops.Tpo -c optimized-lookup/find_epsilon_loops.cc -fPIC -DPIC -o optimized-lookup/.libs/find_epsilon_loops.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../back-ends/foma -I../../../back-ends -I../../../back-ends/openfst/src/include -Wno-deprecated -g -O2 -pipe -std=c++11 -MT optimized-lookup/find_epsilon_loops.lo -MD -MP -MF optimized-lookup/.deps/find_epsilon_loops.Tpo -c optimized-lookup/find_epsilon_loops.cc -o optimized-lookup/find_epsilon_loops.o /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -g -O2 -pipe -std=c++11 -o libhfstimplementations.la ConvertTransducerFormat.lo HfstTropicalTransducerTransitionData.lo HfstBasicTransition.lo HfstBasicTransducer.lo ConvertSfstTransducer.lo ConvertTropicalWeightTransducer.lo ConvertLogWeightTransducer.lo ConvertFomaTransducer.lo ConvertOlTransducer.lo ConvertXfsmTransducer.lo compose_intersect/ComposeIntersectRulePair.lo compose_intersect/ComposeIntersectLexicon.lo compose_intersect/ComposeIntersectRule.lo compose_intersect/ComposeIntersectFst.lo compose_intersect/ComposeIntersectUtilities.lo SfstTransducer.lo TropicalWeightTransducer.lo LogWeightTransducer.lo FomaTransducer.lo HfstOlTransducer.lo optimized-lookup/transducer.lo optimized-lookup/convert.lo optimized-lookup/ospell.lo optimized-lookup/pmatch.lo optimized-lookup/pmatch_tokenize.lo optimized-lookup/find_epsilon_loops.lo -lm -lpthread libtool: link: ar cru .libs/libhfstimplementations.a .libs/ConvertTransducerFormat.o .libs/HfstTropicalTransducerTransitionData.o .libs/HfstBasicTransition.o .libs/HfstBasicTransducer.o .libs/ConvertSfstTransducer.o .libs/ConvertTropicalWeightTransducer.o .libs/ConvertLogWeightTransducer.o .libs/ConvertFomaTransducer.o .libs/ConvertOlTransducer.o .libs/ConvertXfsmTransducer.o compose_intersect/.libs/ComposeIntersectRulePair.o compose_intersect/.libs/ComposeIntersectLexicon.o compose_intersect/.libs/ComposeIntersectRule.o compose_intersect/.libs/ComposeIntersectFst.o compose_intersect/.libs/ComposeIntersectUtilities.o .libs/SfstTransducer.o .libs/TropicalWeightTransducer.o .libs/LogWeightTransducer.o .libs/FomaTransducer.o .libs/HfstOlTransducer.o optimized-lookup/.libs/transducer.o optimized-lookup/.libs/convert.o optimized-lookup/.libs/ospell.o optimized-lookup/.libs/pmatch.o optimized-lookup/.libs/pmatch_tokenize.o optimized-lookup/.libs/find_epsilon_loops.o libtool: link: ranlib .libs/libhfstimplementations.a Making all in parsers /usr/bin/make all-am /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT xre_lex.lo -MD -MP -MF .deps/xre_lex.Tpo -c -o xre_lex.lo xre_lex.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT xre_lex.lo -MD -MP -MF .deps/xre_lex.Tpo -c xre_lex.cc -fPIC -DPIC -o .libs/xre_lex.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT xre_lex.lo -MD -MP -MF .deps/xre_lex.Tpo -c xre_lex.cc -o xre_lex.o mv -f .deps/xre_lex.Tpo .deps/xre_lex.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT xre_parse.lo -MD -MP -MF .deps/xre_parse.Tpo -c -o xre_parse.lo xre_parse.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT xre_parse.lo -MD -MP -MF .deps/xre_parse.Tpo -c xre_parse.cc -fPIC -DPIC -o .libs/xre_parse.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT xre_parse.lo -MD -MP -MF .deps/xre_parse.Tpo -c xre_parse.cc -o xre_parse.o mv -f .deps/xre_parse.Tpo .deps/xre_parse.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT xre_utils.lo -MD -MP -MF .deps/xre_utils.Tpo -c -o xre_utils.lo xre_utils.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT xre_utils.lo -MD -MP -MF .deps/xre_utils.Tpo -c xre_utils.cc -fPIC -DPIC -o .libs/xre_utils.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT xre_utils.lo -MD -MP -MF .deps/xre_utils.Tpo -c xre_utils.cc -o xre_utils.o mv -f .deps/xre_utils.Tpo .deps/xre_utils.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT XreCompiler.lo -MD -MP -MF .deps/XreCompiler.Tpo -c -o XreCompiler.lo XreCompiler.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT XreCompiler.lo -MD -MP -MF .deps/XreCompiler.Tpo -c XreCompiler.cc -fPIC -DPIC -o .libs/XreCompiler.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT XreCompiler.lo -MD -MP -MF .deps/XreCompiler.Tpo -c XreCompiler.cc -o XreCompiler.o mv -f .deps/XreCompiler.Tpo .deps/XreCompiler.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT pmatch_lex.lo -MD -MP -MF .deps/pmatch_lex.Tpo -c -o pmatch_lex.lo pmatch_lex.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT pmatch_lex.lo -MD -MP -MF .deps/pmatch_lex.Tpo -c pmatch_lex.cc -fPIC -DPIC -o .libs/pmatch_lex.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT pmatch_lex.lo -MD -MP -MF .deps/pmatch_lex.Tpo -c pmatch_lex.cc -o pmatch_lex.o mv -f .deps/pmatch_lex.Tpo .deps/pmatch_lex.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT pmatch_parse.lo -MD -MP -MF .deps/pmatch_parse.Tpo -c -o pmatch_parse.lo pmatch_parse.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT pmatch_parse.lo -MD -MP -MF .deps/pmatch_parse.Tpo -c pmatch_parse.cc -fPIC -DPIC -o .libs/pmatch_parse.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT pmatch_parse.lo -MD -MP -MF .deps/pmatch_parse.Tpo -c pmatch_parse.cc -o pmatch_parse.o mv -f .deps/pmatch_parse.Tpo .deps/pmatch_parse.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT pmatch_utils.lo -MD -MP -MF .deps/pmatch_utils.Tpo -c -o pmatch_utils.lo pmatch_utils.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT pmatch_utils.lo -MD -MP -MF .deps/pmatch_utils.Tpo -c pmatch_utils.cc -fPIC -DPIC -o .libs/pmatch_utils.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT pmatch_utils.lo -MD -MP -MF .deps/pmatch_utils.Tpo -c pmatch_utils.cc -o pmatch_utils.o mv -f .deps/pmatch_utils.Tpo .deps/pmatch_utils.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT PmatchCompiler.lo -MD -MP -MF .deps/PmatchCompiler.Tpo -c -o PmatchCompiler.lo PmatchCompiler.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT PmatchCompiler.lo -MD -MP -MF .deps/PmatchCompiler.Tpo -c PmatchCompiler.cc -fPIC -DPIC -o .libs/PmatchCompiler.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT PmatchCompiler.lo -MD -MP -MF .deps/PmatchCompiler.Tpo -c PmatchCompiler.cc -o PmatchCompiler.o mv -f .deps/PmatchCompiler.Tpo .deps/PmatchCompiler.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT lexc-lexer.lo -MD -MP -MF .deps/lexc-lexer.Tpo -c -o lexc-lexer.lo lexc-lexer.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT lexc-lexer.lo -MD -MP -MF .deps/lexc-lexer.Tpo -c lexc-lexer.cc -fPIC -DPIC -o .libs/lexc-lexer.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT lexc-lexer.lo -MD -MP -MF .deps/lexc-lexer.Tpo -c lexc-lexer.cc -o lexc-lexer.o mv -f .deps/lexc-lexer.Tpo .deps/lexc-lexer.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT lexc-parser.lo -MD -MP -MF .deps/lexc-parser.Tpo -c -o lexc-parser.lo lexc-parser.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT lexc-parser.lo -MD -MP -MF .deps/lexc-parser.Tpo -c lexc-parser.cc -fPIC -DPIC -o .libs/lexc-parser.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT lexc-parser.lo -MD -MP -MF .deps/lexc-parser.Tpo -c lexc-parser.cc -o lexc-parser.o mv -f .deps/lexc-parser.Tpo .deps/lexc-parser.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT lexc-utils.lo -MD -MP -MF .deps/lexc-utils.Tpo -c -o lexc-utils.lo lexc-utils.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT lexc-utils.lo -MD -MP -MF .deps/lexc-utils.Tpo -c lexc-utils.cc -fPIC -DPIC -o .libs/lexc-utils.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT lexc-utils.lo -MD -MP -MF .deps/lexc-utils.Tpo -c lexc-utils.cc -o lexc-utils.o mv -f .deps/lexc-utils.Tpo .deps/lexc-utils.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT LexcCompiler.lo -MD -MP -MF .deps/LexcCompiler.Tpo -c -o LexcCompiler.lo LexcCompiler.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT LexcCompiler.lo -MD -MP -MF .deps/LexcCompiler.Tpo -c LexcCompiler.cc -fPIC -DPIC -o .libs/LexcCompiler.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT LexcCompiler.lo -MD -MP -MF .deps/LexcCompiler.Tpo -c LexcCompiler.cc -o LexcCompiler.o mv -f .deps/LexcCompiler.Tpo .deps/LexcCompiler.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT xfst-lexer.lo -MD -MP -MF .deps/xfst-lexer.Tpo -c -o xfst-lexer.lo xfst-lexer.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT xfst-lexer.lo -MD -MP -MF .deps/xfst-lexer.Tpo -c xfst-lexer.cc -fPIC -DPIC -o .libs/xfst-lexer.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT xfst-lexer.lo -MD -MP -MF .deps/xfst-lexer.Tpo -c xfst-lexer.cc -o xfst-lexer.o mv -f .deps/xfst-lexer.Tpo .deps/xfst-lexer.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT xfst-parser.lo -MD -MP -MF .deps/xfst-parser.Tpo -c -o xfst-parser.lo xfst-parser.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT xfst-parser.lo -MD -MP -MF .deps/xfst-parser.Tpo -c xfst-parser.cc -fPIC -DPIC -o .libs/xfst-parser.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT xfst-parser.lo -MD -MP -MF .deps/xfst-parser.Tpo -c xfst-parser.cc -o xfst-parser.o mv -f .deps/xfst-parser.Tpo .deps/xfst-parser.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT xfst-utils.lo -MD -MP -MF .deps/xfst-utils.Tpo -c -o xfst-utils.lo xfst-utils.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT xfst-utils.lo -MD -MP -MF .deps/xfst-utils.Tpo -c xfst-utils.cc -fPIC -DPIC -o .libs/xfst-utils.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT xfst-utils.lo -MD -MP -MF .deps/xfst-utils.Tpo -c xfst-utils.cc -o xfst-utils.o mv -f .deps/xfst-utils.Tpo .deps/xfst-utils.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT XfstCompiler.lo -MD -MP -MF .deps/XfstCompiler.Tpo -c -o XfstCompiler.lo XfstCompiler.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT XfstCompiler.lo -MD -MP -MF .deps/XfstCompiler.Tpo -c XfstCompiler.cc -fPIC -DPIC -o .libs/XfstCompiler.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT XfstCompiler.lo -MD -MP -MF .deps/XfstCompiler.Tpo -c XfstCompiler.cc -o XfstCompiler.o mv -f .deps/XfstCompiler.Tpo .deps/XfstCompiler.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT xfst_help_message.lo -MD -MP -MF .deps/xfst_help_message.Tpo -c -o xfst_help_message.lo xfst_help_message.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT xfst_help_message.lo -MD -MP -MF .deps/xfst_help_message.Tpo -c xfst_help_message.cc -fPIC -DPIC -o .libs/xfst_help_message.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT xfst_help_message.lo -MD -MP -MF .deps/xfst_help_message.Tpo -c xfst_help_message.cc -o xfst_help_message.o mv -f .deps/xfst_help_message.Tpo .deps/xfst_help_message.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT sfst-scanner.lo -MD -MP -MF .deps/sfst-scanner.Tpo -c -o sfst-scanner.lo sfst-scanner.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT sfst-scanner.lo -MD -MP -MF .deps/sfst-scanner.Tpo -c sfst-scanner.cc -fPIC -DPIC -o .libs/sfst-scanner.o sfst-scanner.cc:1440:4: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "fatal flex scanner internal error--no action found" ); ^ sfst-scanner.cc:1462:3: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "fatal flex scanner internal error--end of buffer missed" ); ^ sfst-scanner.cc:1530:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "fatal error - scanner input buffer overflow" ); ^ sfst-scanner.cc:1543:3: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), ^ sfst-scanner.cc:878:20: note: expanded from macro 'YY_INPUT' YY_FATAL_ERROR( "input in flex scanner failed" ); \ ^ sfst-scanner.cc:1543:3: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] sfst-scanner.cc:888:21: note: expanded from macro 'YY_INPUT' YY_FATAL_ERROR( "input in flex scanner failed" ); \ ^ sfst-scanner.cc:1573:20: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); ^ sfst-scanner.cc:1800:19: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] YY_FATAL_ERROR( "out of dynamic memory in sfst_create_buffer()" ); ^ sfst-scanner.cc:1809:19: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] YY_FATAL_ERROR( "out of dynamic memory in sfst_create_buffer()" ); ^ sfst-scanner.cc:1962:20: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] YY_FATAL_ERROR( "out of dynamic memory in sfstensure_buffer_stack()" ); ^ sfst-scanner.cc:1982:20: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] YY_FATAL_ERROR( "out of dynamic memory in sfstensure_buffer_stack()" ); ^ sfst-scanner.cc:2008:19: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] YY_FATAL_ERROR( "out of dynamic memory in sfst_scan_buffer()" ); ^ sfst-scanner.cc:2057:19: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] YY_FATAL_ERROR( "out of dynamic memory in sfst_scan_bytes()" ); ^ sfst-scanner.cc:2066:19: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] YY_FATAL_ERROR( "bad buffer in sfst_scan_bytes()" ); ^ 13 warnings generated. c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT sfst-scanner.lo -MD -MP -MF .deps/sfst-scanner.Tpo -c sfst-scanner.cc -o sfst-scanner.o sfst-scanner.cc:1440:4: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "fatal flex scanner internal error--no action found" ); ^ sfst-scanner.cc:1462:3: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "fatal flex scanner internal error--end of buffer missed" ); ^ sfst-scanner.cc:1530:5: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] "fatal error - scanner input buffer overflow" ); ^ sfst-scanner.cc:1543:3: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), ^ sfst-scanner.cc:878:20: note: expanded from macro 'YY_INPUT' YY_FATAL_ERROR( "input in flex scanner failed" ); \ ^ sfst-scanner.cc:1543:3: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] sfst-scanner.cc:888:21: note: expanded from macro 'YY_INPUT' YY_FATAL_ERROR( "input in flex scanner failed" ); \ ^ sfst-scanner.cc:1573:20: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); ^ sfst-scanner.cc:1800:19: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] YY_FATAL_ERROR( "out of dynamic memory in sfst_create_buffer()" ); ^ sfst-scanner.cc:1809:19: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] YY_FATAL_ERROR( "out of dynamic memory in sfst_create_buffer()" ); ^ sfst-scanner.cc:1962:20: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] YY_FATAL_ERROR( "out of dynamic memory in sfstensure_buffer_stack()" ); ^ sfst-scanner.cc:1982:20: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] YY_FATAL_ERROR( "out of dynamic memory in sfstensure_buffer_stack()" ); ^ sfst-scanner.cc:2008:19: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] YY_FATAL_ERROR( "out of dynamic memory in sfst_scan_buffer()" ); ^ sfst-scanner.cc:2057:19: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] YY_FATAL_ERROR( "out of dynamic memory in sfst_scan_bytes()" ); ^ sfst-scanner.cc:2066:19: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] YY_FATAL_ERROR( "bad buffer in sfst_scan_bytes()" ); ^ 13 warnings generated. mv -f .deps/sfst-scanner.Tpo .deps/sfst-scanner.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT sfst-compiler.lo -MD -MP -MF .deps/sfst-compiler.Tpo -c -o sfst-compiler.lo sfst-compiler.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT sfst-compiler.lo -MD -MP -MF .deps/sfst-compiler.Tpo -c sfst-compiler.cc -fPIC -DPIC -o .libs/sfst-compiler.o sfst-compiler.cc:2218:20: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] yyerror (YY_("syntax error")); ^ sfst-compiler.cc:2362:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] yyerror (YY_("memory exhausted")); ^ 2 warnings generated. c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT sfst-compiler.lo -MD -MP -MF .deps/sfst-compiler.Tpo -c sfst-compiler.cc -o sfst-compiler.o sfst-compiler.cc:2218:20: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] yyerror (YY_("syntax error")); ^ sfst-compiler.cc:2362:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] yyerror (YY_("memory exhausted")); ^ 2 warnings generated. mv -f .deps/sfst-compiler.Tpo .deps/sfst-compiler.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT SfstCompiler.lo -MD -MP -MF .deps/SfstCompiler.Tpo -c -o SfstCompiler.lo SfstCompiler.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT SfstCompiler.lo -MD -MP -MF .deps/SfstCompiler.Tpo -c SfstCompiler.cc -fPIC -DPIC -o .libs/SfstCompiler.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT SfstCompiler.lo -MD -MP -MF .deps/SfstCompiler.Tpo -c SfstCompiler.cc -o SfstCompiler.o mv -f .deps/SfstCompiler.Tpo .deps/SfstCompiler.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT SfstUtf8.lo -MD -MP -MF .deps/SfstUtf8.Tpo -c -o SfstUtf8.lo SfstUtf8.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT SfstUtf8.lo -MD -MP -MF .deps/SfstUtf8.Tpo -c SfstUtf8.cc -fPIC -DPIC -o .libs/SfstUtf8.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT SfstUtf8.lo -MD -MP -MF .deps/SfstUtf8.Tpo -c SfstUtf8.cc -o SfstUtf8.o mv -f .deps/SfstUtf8.Tpo .deps/SfstUtf8.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT SfstBasic.lo -MD -MP -MF .deps/SfstBasic.Tpo -c -o SfstBasic.lo SfstBasic.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT SfstBasic.lo -MD -MP -MF .deps/SfstBasic.Tpo -c SfstBasic.cc -fPIC -DPIC -o .libs/SfstBasic.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT SfstBasic.lo -MD -MP -MF .deps/SfstBasic.Tpo -c SfstBasic.cc -o SfstBasic.o mv -f .deps/SfstBasic.Tpo .deps/SfstBasic.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT SfstAlphabet.lo -MD -MP -MF .deps/SfstAlphabet.Tpo -c -o SfstAlphabet.lo SfstAlphabet.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT SfstAlphabet.lo -MD -MP -MF .deps/SfstAlphabet.Tpo -c SfstAlphabet.cc -fPIC -DPIC -o .libs/SfstAlphabet.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT SfstAlphabet.lo -MD -MP -MF .deps/SfstAlphabet.Tpo -c SfstAlphabet.cc -o SfstAlphabet.o mv -f .deps/SfstAlphabet.Tpo .deps/SfstAlphabet.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT htwolcpre1-parser.lo -MD -MP -MF .deps/htwolcpre1-parser.Tpo -c -o htwolcpre1-parser.lo htwolcpre1-parser.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT htwolcpre1-parser.lo -MD -MP -MF .deps/htwolcpre1-parser.Tpo -c htwolcpre1-parser.cc -fPIC -DPIC -o .libs/htwolcpre1-parser.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT htwolcpre1-parser.lo -MD -MP -MF .deps/htwolcpre1-parser.Tpo -c htwolcpre1-parser.cc -o htwolcpre1-parser.o mv -f .deps/htwolcpre1-parser.Tpo .deps/htwolcpre1-parser.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT htwolcpre1-lexer.lo -MD -MP -MF .deps/htwolcpre1-lexer.Tpo -c -o htwolcpre1-lexer.lo htwolcpre1-lexer.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT htwolcpre1-lexer.lo -MD -MP -MF .deps/htwolcpre1-lexer.Tpo -c htwolcpre1-lexer.cc -fPIC -DPIC -o .libs/htwolcpre1-lexer.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT htwolcpre1-lexer.lo -MD -MP -MF .deps/htwolcpre1-lexer.Tpo -c htwolcpre1-lexer.cc -o htwolcpre1-lexer.o mv -f .deps/htwolcpre1-lexer.Tpo .deps/htwolcpre1-lexer.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT htwolcpre2-parser.lo -MD -MP -MF .deps/htwolcpre2-parser.Tpo -c -o htwolcpre2-parser.lo htwolcpre2-parser.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT htwolcpre2-parser.lo -MD -MP -MF .deps/htwolcpre2-parser.Tpo -c htwolcpre2-parser.cc -fPIC -DPIC -o .libs/htwolcpre2-parser.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT htwolcpre2-parser.lo -MD -MP -MF .deps/htwolcpre2-parser.Tpo -c htwolcpre2-parser.cc -o htwolcpre2-parser.o mv -f .deps/htwolcpre2-parser.Tpo .deps/htwolcpre2-parser.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT htwolcpre2-lexer.lo -MD -MP -MF .deps/htwolcpre2-lexer.Tpo -c -o htwolcpre2-lexer.lo htwolcpre2-lexer.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT htwolcpre2-lexer.lo -MD -MP -MF .deps/htwolcpre2-lexer.Tpo -c htwolcpre2-lexer.cc -fPIC -DPIC -o .libs/htwolcpre2-lexer.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT htwolcpre2-lexer.lo -MD -MP -MF .deps/htwolcpre2-lexer.Tpo -c htwolcpre2-lexer.cc -o htwolcpre2-lexer.o mv -f .deps/htwolcpre2-lexer.Tpo .deps/htwolcpre2-lexer.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT htwolcpre3-parser.lo -MD -MP -MF .deps/htwolcpre3-parser.Tpo -c -o htwolcpre3-parser.lo htwolcpre3-parser.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT htwolcpre3-parser.lo -MD -MP -MF .deps/htwolcpre3-parser.Tpo -c htwolcpre3-parser.cc -fPIC -DPIC -o .libs/htwolcpre3-parser.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT htwolcpre3-parser.lo -MD -MP -MF .deps/htwolcpre3-parser.Tpo -c htwolcpre3-parser.cc -o htwolcpre3-parser.o mv -f .deps/htwolcpre3-parser.Tpo .deps/htwolcpre3-parser.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT htwolcpre3-lexer.lo -MD -MP -MF .deps/htwolcpre3-lexer.Tpo -c -o htwolcpre3-lexer.lo htwolcpre3-lexer.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT htwolcpre3-lexer.lo -MD -MP -MF .deps/htwolcpre3-lexer.Tpo -c htwolcpre3-lexer.cc -fPIC -DPIC -o .libs/htwolcpre3-lexer.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT htwolcpre3-lexer.lo -MD -MP -MF .deps/htwolcpre3-lexer.Tpo -c htwolcpre3-lexer.cc -o htwolcpre3-lexer.o mv -f .deps/htwolcpre3-lexer.Tpo .deps/htwolcpre3-lexer.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT TwolcCompiler.lo -MD -MP -MF .deps/TwolcCompiler.Tpo -c -o TwolcCompiler.lo TwolcCompiler.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT TwolcCompiler.lo -MD -MP -MF .deps/TwolcCompiler.Tpo -c TwolcCompiler.cc -fPIC -DPIC -o .libs/TwolcCompiler.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT TwolcCompiler.lo -MD -MP -MF .deps/TwolcCompiler.Tpo -c TwolcCompiler.cc -o TwolcCompiler.o mv -f .deps/TwolcCompiler.Tpo .deps/TwolcCompiler.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT CommandLine.lo -MD -MP -MF .deps/CommandLine.Tpo -c -o CommandLine.lo `test -f './commandline_src/CommandLine.cc' || echo './'`./commandline_src/CommandLine.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT CommandLine.lo -MD -MP -MF .deps/CommandLine.Tpo -c ./commandline_src/CommandLine.cc -fPIC -DPIC -o .libs/CommandLine.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT CommandLine.lo -MD -MP -MF .deps/CommandLine.Tpo -c ./commandline_src/CommandLine.cc -o CommandLine.o mv -f .deps/CommandLine.Tpo .deps/CommandLine.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT Alphabet.lo -MD -MP -MF .deps/Alphabet.Tpo -c -o Alphabet.lo `test -f './alphabet_src/Alphabet.cc' || echo './'`./alphabet_src/Alphabet.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT Alphabet.lo -MD -MP -MF .deps/Alphabet.Tpo -c ./alphabet_src/Alphabet.cc -fPIC -DPIC -o .libs/Alphabet.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT Alphabet.lo -MD -MP -MF .deps/Alphabet.Tpo -c ./alphabet_src/Alphabet.cc -o Alphabet.o mv -f .deps/Alphabet.Tpo .deps/Alphabet.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT InputReader.lo -MD -MP -MF .deps/InputReader.Tpo -c -o InputReader.lo `test -f './io_src/InputReader.cc' || echo './'`./io_src/InputReader.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT InputReader.lo -MD -MP -MF .deps/InputReader.Tpo -c ./io_src/InputReader.cc -fPIC -DPIC -o .libs/InputReader.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT InputReader.lo -MD -MP -MF .deps/InputReader.Tpo -c ./io_src/InputReader.cc -o InputReader.o mv -f .deps/InputReader.Tpo .deps/InputReader.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT ConflictResolvingLeftArrowRule.lo -MD -MP -MF .deps/ConflictResolvingLeftArrowRule.Tpo -c -o ConflictResolvingLeftArrowRule.lo `test -f './rule_src/ConflictResolvingLeftArrowRule.cc' || echo './'`./rule_src/ConflictResolvingLeftArrowRule.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT ConflictResolvingLeftArrowRule.lo -MD -MP -MF .deps/ConflictResolvingLeftArrowRule.Tpo -c ./rule_src/ConflictResolvingLeftArrowRule.cc -fPIC -DPIC -o .libs/ConflictResolvingLeftArrowRule.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT ConflictResolvingLeftArrowRule.lo -MD -MP -MF .deps/ConflictResolvingLeftArrowRule.Tpo -c ./rule_src/ConflictResolvingLeftArrowRule.cc -o ConflictResolvingLeftArrowRule.o mv -f .deps/ConflictResolvingLeftArrowRule.Tpo .deps/ConflictResolvingLeftArrowRule.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT ConflictResolvingRightArrowRule.lo -MD -MP -MF .deps/ConflictResolvingRightArrowRule.Tpo -c -o ConflictResolvingRightArrowRule.lo `test -f './rule_src/ConflictResolvingRightArrowRule.cc' || echo './'`./rule_src/ConflictResolvingRightArrowRule.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT ConflictResolvingRightArrowRule.lo -MD -MP -MF .deps/ConflictResolvingRightArrowRule.Tpo -c ./rule_src/ConflictResolvingRightArrowRule.cc -fPIC -DPIC -o .libs/ConflictResolvingRightArrowRule.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT ConflictResolvingRightArrowRule.lo -MD -MP -MF .deps/ConflictResolvingRightArrowRule.Tpo -c ./rule_src/ConflictResolvingRightArrowRule.cc -o ConflictResolvingRightArrowRule.o mv -f .deps/ConflictResolvingRightArrowRule.Tpo .deps/ConflictResolvingRightArrowRule.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT LeftArrowRule.lo -MD -MP -MF .deps/LeftArrowRule.Tpo -c -o LeftArrowRule.lo `test -f './rule_src/LeftArrowRule.cc' || echo './'`./rule_src/LeftArrowRule.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT LeftArrowRule.lo -MD -MP -MF .deps/LeftArrowRule.Tpo -c ./rule_src/LeftArrowRule.cc -fPIC -DPIC -o .libs/LeftArrowRule.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT LeftArrowRule.lo -MD -MP -MF .deps/LeftArrowRule.Tpo -c ./rule_src/LeftArrowRule.cc -o LeftArrowRule.o mv -f .deps/LeftArrowRule.Tpo .deps/LeftArrowRule.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT LeftArrowRuleContainer.lo -MD -MP -MF .deps/LeftArrowRuleContainer.Tpo -c -o LeftArrowRuleContainer.lo `test -f './rule_src/LeftArrowRuleContainer.cc' || echo './'`./rule_src/LeftArrowRuleContainer.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT LeftArrowRuleContainer.lo -MD -MP -MF .deps/LeftArrowRuleContainer.Tpo -c ./rule_src/LeftArrowRuleContainer.cc -fPIC -DPIC -o .libs/LeftArrowRuleContainer.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT LeftArrowRuleContainer.lo -MD -MP -MF .deps/LeftArrowRuleContainer.Tpo -c ./rule_src/LeftArrowRuleContainer.cc -o LeftArrowRuleContainer.o mv -f .deps/LeftArrowRuleContainer.Tpo .deps/LeftArrowRuleContainer.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT LeftRestrictionArrowRule.lo -MD -MP -MF .deps/LeftRestrictionArrowRule.Tpo -c -o LeftRestrictionArrowRule.lo `test -f './rule_src/LeftRestrictionArrowRule.cc' || echo './'`./rule_src/LeftRestrictionArrowRule.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT LeftRestrictionArrowRule.lo -MD -MP -MF .deps/LeftRestrictionArrowRule.Tpo -c ./rule_src/LeftRestrictionArrowRule.cc -fPIC -DPIC -o .libs/LeftRestrictionArrowRule.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT LeftRestrictionArrowRule.lo -MD -MP -MF .deps/LeftRestrictionArrowRule.Tpo -c ./rule_src/LeftRestrictionArrowRule.cc -o LeftRestrictionArrowRule.o mv -f .deps/LeftRestrictionArrowRule.Tpo .deps/LeftRestrictionArrowRule.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT OtherSymbolTransducer.lo -MD -MP -MF .deps/OtherSymbolTransducer.Tpo -c -o OtherSymbolTransducer.lo `test -f './rule_src/OtherSymbolTransducer.cc' || echo './'`./rule_src/OtherSymbolTransducer.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT OtherSymbolTransducer.lo -MD -MP -MF .deps/OtherSymbolTransducer.Tpo -c ./rule_src/OtherSymbolTransducer.cc -fPIC -DPIC -o .libs/OtherSymbolTransducer.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT OtherSymbolTransducer.lo -MD -MP -MF .deps/OtherSymbolTransducer.Tpo -c ./rule_src/OtherSymbolTransducer.cc -o OtherSymbolTransducer.o mv -f .deps/OtherSymbolTransducer.Tpo .deps/OtherSymbolTransducer.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT RightArrowRule.lo -MD -MP -MF .deps/RightArrowRule.Tpo -c -o RightArrowRule.lo `test -f './rule_src/RightArrowRule.cc' || echo './'`./rule_src/RightArrowRule.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT RightArrowRule.lo -MD -MP -MF .deps/RightArrowRule.Tpo -c ./rule_src/RightArrowRule.cc -fPIC -DPIC -o .libs/RightArrowRule.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT RightArrowRule.lo -MD -MP -MF .deps/RightArrowRule.Tpo -c ./rule_src/RightArrowRule.cc -o RightArrowRule.o mv -f .deps/RightArrowRule.Tpo .deps/RightArrowRule.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT RightArrowRuleContainer.lo -MD -MP -MF .deps/RightArrowRuleContainer.Tpo -c -o RightArrowRuleContainer.lo `test -f './rule_src/RightArrowRuleContainer.cc' || echo './'`./rule_src/RightArrowRuleContainer.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT RightArrowRuleContainer.lo -MD -MP -MF .deps/RightArrowRuleContainer.Tpo -c ./rule_src/RightArrowRuleContainer.cc -fPIC -DPIC -o .libs/RightArrowRuleContainer.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT RightArrowRuleContainer.lo -MD -MP -MF .deps/RightArrowRuleContainer.Tpo -c ./rule_src/RightArrowRuleContainer.cc -o RightArrowRuleContainer.o mv -f .deps/RightArrowRuleContainer.Tpo .deps/RightArrowRuleContainer.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT Rule.lo -MD -MP -MF .deps/Rule.Tpo -c -o Rule.lo `test -f './rule_src/Rule.cc' || echo './'`./rule_src/Rule.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT Rule.lo -MD -MP -MF .deps/Rule.Tpo -c ./rule_src/Rule.cc -fPIC -DPIC -o .libs/Rule.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT Rule.lo -MD -MP -MF .deps/Rule.Tpo -c ./rule_src/Rule.cc -o Rule.o mv -f .deps/Rule.Tpo .deps/Rule.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT RuleContainer.lo -MD -MP -MF .deps/RuleContainer.Tpo -c -o RuleContainer.lo `test -f './rule_src/RuleContainer.cc' || echo './'`./rule_src/RuleContainer.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT RuleContainer.lo -MD -MP -MF .deps/RuleContainer.Tpo -c ./rule_src/RuleContainer.cc -fPIC -DPIC -o .libs/RuleContainer.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT RuleContainer.lo -MD -MP -MF .deps/RuleContainer.Tpo -c ./rule_src/RuleContainer.cc -o RuleContainer.o mv -f .deps/RuleContainer.Tpo .deps/RuleContainer.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT TwolCGrammar.lo -MD -MP -MF .deps/TwolCGrammar.Tpo -c -o TwolCGrammar.lo `test -f './rule_src/TwolCGrammar.cc' || echo './'`./rule_src/TwolCGrammar.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT TwolCGrammar.lo -MD -MP -MF .deps/TwolCGrammar.Tpo -c ./rule_src/TwolCGrammar.cc -fPIC -DPIC -o .libs/TwolCGrammar.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT TwolCGrammar.lo -MD -MP -MF .deps/TwolCGrammar.Tpo -c ./rule_src/TwolCGrammar.cc -o TwolCGrammar.o mv -f .deps/TwolCGrammar.Tpo .deps/TwolCGrammar.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT string_manipulation.lo -MD -MP -MF .deps/string_manipulation.Tpo -c -o string_manipulation.lo `test -f './string_src/string_manipulation.cc' || echo './'`./string_src/string_manipulation.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT string_manipulation.lo -MD -MP -MF .deps/string_manipulation.Tpo -c ./string_src/string_manipulation.cc -fPIC -DPIC -o .libs/string_manipulation.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT string_manipulation.lo -MD -MP -MF .deps/string_manipulation.Tpo -c ./string_src/string_manipulation.cc -o string_manipulation.o mv -f .deps/string_manipulation.Tpo .deps/string_manipulation.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT RuleSymbolVector.lo -MD -MP -MF .deps/RuleSymbolVector.Tpo -c -o RuleSymbolVector.lo `test -f './variable_src/RuleSymbolVector.cc' || echo './'`./variable_src/RuleSymbolVector.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT RuleSymbolVector.lo -MD -MP -MF .deps/RuleSymbolVector.Tpo -c ./variable_src/RuleSymbolVector.cc -fPIC -DPIC -o .libs/RuleSymbolVector.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT RuleSymbolVector.lo -MD -MP -MF .deps/RuleSymbolVector.Tpo -c ./variable_src/RuleSymbolVector.cc -o RuleSymbolVector.o mv -f .deps/RuleSymbolVector.Tpo .deps/RuleSymbolVector.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT RuleVariables.lo -MD -MP -MF .deps/RuleVariables.Tpo -c -o RuleVariables.lo `test -f './variable_src/RuleVariables.cc' || echo './'`./variable_src/RuleVariables.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT RuleVariables.lo -MD -MP -MF .deps/RuleVariables.Tpo -c ./variable_src/RuleVariables.cc -fPIC -DPIC -o .libs/RuleVariables.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT RuleVariables.lo -MD -MP -MF .deps/RuleVariables.Tpo -c ./variable_src/RuleVariables.cc -o RuleVariables.o mv -f .deps/RuleVariables.Tpo .deps/RuleVariables.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT RuleVariablesConstIterator.lo -MD -MP -MF .deps/RuleVariablesConstIterator.Tpo -c -o RuleVariablesConstIterator.lo `test -f './variable_src/RuleVariablesConstIterator.cc' || echo './'`./variable_src/RuleVariablesConstIterator.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT RuleVariablesConstIterator.lo -MD -MP -MF .deps/RuleVariablesConstIterator.Tpo -c ./variable_src/RuleVariablesConstIterator.cc -fPIC -DPIC -o .libs/RuleVariablesConstIterator.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT RuleVariablesConstIterator.lo -MD -MP -MF .deps/RuleVariablesConstIterator.Tpo -c ./variable_src/RuleVariablesConstIterator.cc -o RuleVariablesConstIterator.o mv -f .deps/RuleVariablesConstIterator.Tpo .deps/RuleVariablesConstIterator.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT VariableValues.lo -MD -MP -MF .deps/VariableValues.Tpo -c -o VariableValues.lo `test -f './variable_src/VariableValues.cc' || echo './'`./variable_src/VariableValues.cc c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT VariableValues.lo -MD -MP -MF .deps/VariableValues.Tpo -c ./variable_src/VariableValues.cc -fPIC -DPIC -o .libs/VariableValues.o c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../libhfst/src -Wno-deprecated -O2 -pipe -std=c++11 -MT VariableValues.lo -MD -MP -MF .deps/VariableValues.Tpo -c ./variable_src/VariableValues.cc -o VariableValues.o mv -f .deps/VariableValues.Tpo .deps/VariableValues.Plo /usr/bin/libtool --tag=CXX --mode=link c++ -O2 -pipe -std=c++11 -o libhfstparsers.la xre_lex.lo xre_parse.lo xre_utils.lo XreCompiler.lo pmatch_lex.lo pmatch_parse.lo pmatch_utils.lo PmatchCompiler.lo lexc-lexer.lo lexc-parser.lo lexc-utils.lo LexcCompiler.lo xfst-lexer.lo xfst-parser.lo xfst-utils.lo XfstCompiler.lo xfst_help_message.lo sfst-scanner.lo sfst-compiler.lo SfstCompiler.lo SfstUtf8.lo SfstBasic.lo SfstAlphabet.lo htwolcpre1-parser.lo htwolcpre1-lexer.lo htwolcpre2-parser.lo htwolcpre2-lexer.lo htwolcpre3-parser.lo htwolcpre3-lexer.lo TwolcCompiler.lo CommandLine.lo Alphabet.lo InputReader.lo ConflictResolvingLeftArrowRule.lo ConflictResolvingRightArrowRule.lo LeftArrowRule.lo LeftArrowRuleContainer.lo LeftRestrictionArrowRule.lo OtherSymbolTransducer.lo RightArrowRule.lo RightArrowRuleContainer.lo Rule.lo RuleContainer.lo TwolCGrammar.lo string_manipulation.lo RuleSymbolVector.lo RuleVariables.lo RuleVariablesConstIterator.lo VariableValues.lo -lm -lpthread libtool: link: ar cru .libs/libhfstparsers.a .libs/xre_lex.o .libs/xre_parse.o .libs/xre_utils.o .libs/XreCompiler.o .libs/pmatch_lex.o .libs/pmatch_parse.o .libs/pmatch_utils.o .libs/PmatchCompiler.o .libs/lexc-lexer.o .libs/lexc-parser.o .libs/lexc-utils.o .libs/LexcCompiler.o .libs/xfst-lexer.o .libs/xfst-parser.o .libs/xfst-utils.o .libs/XfstCompiler.o .libs/xfst_help_message.o .libs/sfst-scanner.o .libs/sfst-compiler.o .libs/SfstCompiler.o .libs/SfstUtf8.o .libs/SfstBasic.o .libs/SfstAlphabet.o .libs/htwolcpre1-parser.o .libs/htwolcpre1-lexer.o .libs/htwolcpre2-parser.o .libs/htwolcpre2-lexer.o .libs/htwolcpre3-parser.o .libs/htwolcpre3-lexer.o .libs/TwolcCompiler.o .libs/CommandLine.o .libs/Alphabet.o .libs/InputReader.o .libs/ConflictResolvingLeftArrowRule.o .libs/ConflictResolvingRightArrowRule.o .libs/LeftArrowRule.o .libs/LeftArrowRuleContainer.o .libs/LeftRestrictionArrowRule.o .libs/OtherSymbolTransducer.o .libs/RightArrowRule.o .libs/RightArrowRuleContainer.o .libs/Rule.o .libs/RuleContainer.o .libs/TwolCGrammar.o .libs/string_manipulation.o .libs/RuleSymbolVector.o .libs/RuleVariables.o .libs/RuleVariablesConstIterator.o .libs/VariableValues.o libtool: link: ranlib .libs/libhfstparsers.a depbase=`echo HfstApply.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstApply.lo -MD -MP -MF $depbase.Tpo -c -o HfstApply.lo HfstApply.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstApply.lo -MD -MP -MF .deps/HfstApply.Tpo -c HfstApply.cc -fPIC -DPIC -o .libs/HfstApply.o c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstApply.lo -MD -MP -MF .deps/HfstApply.Tpo -c HfstApply.cc -o HfstApply.o depbase=`echo HfstInputStream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstInputStream.lo -MD -MP -MF $depbase.Tpo -c -o HfstInputStream.lo HfstInputStream.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstInputStream.lo -MD -MP -MF .deps/HfstInputStream.Tpo -c HfstInputStream.cc -fPIC -DPIC -o .libs/HfstInputStream.o HfstInputStream.cc:1198:9: warning: '~HfstInputStream' has a non-throwing exception specification but can still throw [-Wexceptions] HFST_THROW(NotTransducerStreamException); ^ ./HfstExceptionDefs.h:45:5: note: expanded from macro 'HFST_THROW' throw E(#E,__FILE__,__LINE__); } \ ^ HfstInputStream.cc:1157:20: note: destructor has a implicit non-throwing exception specification HfstInputStream::~HfstInputStream(void) ^ 1 warning generated. c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstInputStream.lo -MD -MP -MF .deps/HfstInputStream.Tpo -c HfstInputStream.cc -o HfstInputStream.o HfstInputStream.cc:1198:9: warning: '~HfstInputStream' has a non-throwing exception specification but can still throw [-Wexceptions] HFST_THROW(NotTransducerStreamException); ^ ./HfstExceptionDefs.h:45:5: note: expanded from macro 'HFST_THROW' throw E(#E,__FILE__,__LINE__); } \ ^ HfstInputStream.cc:1157:20: note: destructor has a implicit non-throwing exception specification HfstInputStream::~HfstInputStream(void) ^ 1 warning generated. depbase=`echo HfstTransducer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstTransducer.lo -MD -MP -MF $depbase.Tpo -c -o HfstTransducer.lo HfstTransducer.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstTransducer.lo -MD -MP -MF .deps/HfstTransducer.Tpo -c HfstTransducer.cc -fPIC -DPIC -o .libs/HfstTransducer.o HfstTransducer.cc:1332:9: warning: '~HfstTransducer' has a non-throwing exception specification but can still throw [-Wexceptions] HFST_THROW(FunctionNotImplementedException); ^ ./HfstExceptionDefs.h:45:5: note: expanded from macro 'HFST_THROW' throw E(#E,__FILE__,__LINE__); } \ ^ HfstTransducer.cc:1292:17: note: destructor has a implicit non-throwing exception specification HfstTransducer::~HfstTransducer(void) ^ HfstTransducer.cc:1330:9: warning: '~HfstTransducer' has a non-throwing exception specification but can still throw [-Wexceptions] HFST_THROW(TransducerHasWrongTypeException); ^ ./HfstExceptionDefs.h:45:5: note: expanded from macro 'HFST_THROW' throw E(#E,__FILE__,__LINE__); } \ ^ HfstTransducer.cc:1292:17: note: destructor has a implicit non-throwing exception specification HfstTransducer::~HfstTransducer(void) ^ HfstTransducer.cc:1295:7: warning: '~HfstTransducer' has a non-throwing exception specification but can still throw [-Wexceptions] throw ImplementationTypeNotAvailableException("ImplementationTypeNotAvailableException", __FILE__, __LINE__, type); ^ HfstTransducer.cc:1292:17: note: destructor has a implicit non-throwing exception specification HfstTransducer::~HfstTransducer(void) ^ In file included from HfstTransducer.cc:23: In file included from ./HfstTransducer.h:24: In file included from ./implementations/SfstTransducer.h:16: ./HfstExtractStrings.h:182:14: warning: definition of implicit copy constructor for 'RetVal' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy] void operator=(const RetVal& o) ^ HfstTransducer.cc:2540:16: note: in implicit copy constructor for 'hfst::ExtractStringsCb::RetVal' first required here return RetVal((max_num < 1) || (int)paths.size() < max_num, true); ^ 4 warnings generated. c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstTransducer.lo -MD -MP -MF .deps/HfstTransducer.Tpo -c HfstTransducer.cc -o HfstTransducer.o HfstTransducer.cc:1332:9: warning: '~HfstTransducer' has a non-throwing exception specification but can still throw [-Wexceptions] HFST_THROW(FunctionNotImplementedException); ^ ./HfstExceptionDefs.h:45:5: note: expanded from macro 'HFST_THROW' throw E(#E,__FILE__,__LINE__); } \ ^ HfstTransducer.cc:1292:17: note: destructor has a implicit non-throwing exception specification HfstTransducer::~HfstTransducer(void) ^ HfstTransducer.cc:1330:9: warning: '~HfstTransducer' has a non-throwing exception specification but can still throw [-Wexceptions] HFST_THROW(TransducerHasWrongTypeException); ^ ./HfstExceptionDefs.h:45:5: note: expanded from macro 'HFST_THROW' throw E(#E,__FILE__,__LINE__); } \ ^ HfstTransducer.cc:1292:17: note: destructor has a implicit non-throwing exception specification HfstTransducer::~HfstTransducer(void) ^ HfstTransducer.cc:1295:7: warning: '~HfstTransducer' has a non-throwing exception specification but can still throw [-Wexceptions] throw ImplementationTypeNotAvailableException("ImplementationTypeNotAvailableException", __FILE__, __LINE__, type); ^ HfstTransducer.cc:1292:17: note: destructor has a implicit non-throwing exception specification HfstTransducer::~HfstTransducer(void) ^ In file included from HfstTransducer.cc:23: In file included from ./HfstTransducer.h:24: In file included from ./implementations/SfstTransducer.h:16: ./HfstExtractStrings.h:182:14: warning: definition of implicit copy constructor for 'RetVal' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy] void operator=(const RetVal& o) ^ HfstTransducer.cc:2540:16: note: in implicit copy constructor for 'hfst::ExtractStringsCb::RetVal' first required here return RetVal((max_num < 1) || (int)paths.size() < max_num, true); ^ 4 warnings generated. depbase=`echo HfstOutputStream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstOutputStream.lo -MD -MP -MF $depbase.Tpo -c -o HfstOutputStream.lo HfstOutputStream.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstOutputStream.lo -MD -MP -MF .deps/HfstOutputStream.Tpo -c HfstOutputStream.cc -fPIC -DPIC -o .libs/HfstOutputStream.o c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstOutputStream.lo -MD -MP -MF .deps/HfstOutputStream.Tpo -c HfstOutputStream.cc -o HfstOutputStream.o depbase=`echo HfstRules.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstRules.lo -MD -MP -MF $depbase.Tpo -c -o HfstRules.lo HfstRules.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstRules.lo -MD -MP -MF .deps/HfstRules.Tpo -c HfstRules.cc -fPIC -DPIC -o .libs/HfstRules.o c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstRules.lo -MD -MP -MF .deps/HfstRules.Tpo -c HfstRules.cc -o HfstRules.o depbase=`echo HfstXeroxRules.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstXeroxRules.lo -MD -MP -MF $depbase.Tpo -c -o HfstXeroxRules.lo HfstXeroxRules.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstXeroxRules.lo -MD -MP -MF .deps/HfstXeroxRules.Tpo -c HfstXeroxRules.cc -fPIC -DPIC -o .libs/HfstXeroxRules.o c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstXeroxRules.lo -MD -MP -MF .deps/HfstXeroxRules.Tpo -c HfstXeroxRules.cc -o HfstXeroxRules.o depbase=`echo HfstDataTypes.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstDataTypes.lo -MD -MP -MF $depbase.Tpo -c -o HfstDataTypes.lo HfstDataTypes.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstDataTypes.lo -MD -MP -MF .deps/HfstDataTypes.Tpo -c HfstDataTypes.cc -fPIC -DPIC -o .libs/HfstDataTypes.o c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstDataTypes.lo -MD -MP -MF .deps/HfstDataTypes.Tpo -c HfstDataTypes.cc -o HfstDataTypes.o depbase=`echo HfstSymbolDefs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstSymbolDefs.lo -MD -MP -MF $depbase.Tpo -c -o HfstSymbolDefs.lo HfstSymbolDefs.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstSymbolDefs.lo -MD -MP -MF .deps/HfstSymbolDefs.Tpo -c HfstSymbolDefs.cc -fPIC -DPIC -o .libs/HfstSymbolDefs.o c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstSymbolDefs.lo -MD -MP -MF .deps/HfstSymbolDefs.Tpo -c HfstSymbolDefs.cc -o HfstSymbolDefs.o depbase=`echo HfstTokenizer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstTokenizer.lo -MD -MP -MF $depbase.Tpo -c -o HfstTokenizer.lo HfstTokenizer.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstTokenizer.lo -MD -MP -MF .deps/HfstTokenizer.Tpo -c HfstTokenizer.cc -fPIC -DPIC -o .libs/HfstTokenizer.o c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstTokenizer.lo -MD -MP -MF .deps/HfstTokenizer.Tpo -c HfstTokenizer.cc -o HfstTokenizer.o depbase=`echo HfstFlagDiacritics.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstFlagDiacritics.lo -MD -MP -MF $depbase.Tpo -c -o HfstFlagDiacritics.lo HfstFlagDiacritics.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstFlagDiacritics.lo -MD -MP -MF .deps/HfstFlagDiacritics.Tpo -c HfstFlagDiacritics.cc -fPIC -DPIC -o .libs/HfstFlagDiacritics.o c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstFlagDiacritics.lo -MD -MP -MF .deps/HfstFlagDiacritics.Tpo -c HfstFlagDiacritics.cc -o HfstFlagDiacritics.o depbase=`echo HfstExceptionDefs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstExceptionDefs.lo -MD -MP -MF $depbase.Tpo -c -o HfstExceptionDefs.lo HfstExceptionDefs.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstExceptionDefs.lo -MD -MP -MF .deps/HfstExceptionDefs.Tpo -c HfstExceptionDefs.cc -fPIC -DPIC -o .libs/HfstExceptionDefs.o c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstExceptionDefs.lo -MD -MP -MF .deps/HfstExceptionDefs.Tpo -c HfstExceptionDefs.cc -o HfstExceptionDefs.o depbase=`echo HarmonizeUnknownAndIdentitySymbols.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HarmonizeUnknownAndIdentitySymbols.lo -MD -MP -MF $depbase.Tpo -c -o HarmonizeUnknownAndIdentitySymbols.lo HarmonizeUnknownAndIdentitySymbols.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HarmonizeUnknownAndIdentitySymbols.lo -MD -MP -MF .deps/HarmonizeUnknownAndIdentitySymbols.Tpo -c HarmonizeUnknownAndIdentitySymbols.cc -fPIC -DPIC -o .libs/HarmonizeUnknownAndIdentitySymbols.o c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HarmonizeUnknownAndIdentitySymbols.lo -MD -MP -MF .deps/HarmonizeUnknownAndIdentitySymbols.Tpo -c HarmonizeUnknownAndIdentitySymbols.cc -o HarmonizeUnknownAndIdentitySymbols.o depbase=`echo HfstLookupFlagDiacritics.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstLookupFlagDiacritics.lo -MD -MP -MF $depbase.Tpo -c -o HfstLookupFlagDiacritics.lo HfstLookupFlagDiacritics.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstLookupFlagDiacritics.lo -MD -MP -MF .deps/HfstLookupFlagDiacritics.Tpo -c HfstLookupFlagDiacritics.cc -fPIC -DPIC -o .libs/HfstLookupFlagDiacritics.o c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstLookupFlagDiacritics.lo -MD -MP -MF .deps/HfstLookupFlagDiacritics.Tpo -c HfstLookupFlagDiacritics.cc -o HfstLookupFlagDiacritics.o depbase=`echo HfstEpsilonHandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstEpsilonHandler.lo -MD -MP -MF $depbase.Tpo -c -o HfstEpsilonHandler.lo HfstEpsilonHandler.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstEpsilonHandler.lo -MD -MP -MF .deps/HfstEpsilonHandler.Tpo -c HfstEpsilonHandler.cc -fPIC -DPIC -o .libs/HfstEpsilonHandler.o c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstEpsilonHandler.lo -MD -MP -MF .deps/HfstEpsilonHandler.Tpo -c HfstEpsilonHandler.cc -o HfstEpsilonHandler.o depbase=`echo HfstStrings2FstTokenizer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstStrings2FstTokenizer.lo -MD -MP -MF $depbase.Tpo -c -o HfstStrings2FstTokenizer.lo HfstStrings2FstTokenizer.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstStrings2FstTokenizer.lo -MD -MP -MF .deps/HfstStrings2FstTokenizer.Tpo -c HfstStrings2FstTokenizer.cc -fPIC -DPIC -o .libs/HfstStrings2FstTokenizer.o c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstStrings2FstTokenizer.lo -MD -MP -MF .deps/HfstStrings2FstTokenizer.Tpo -c HfstStrings2FstTokenizer.cc -o HfstStrings2FstTokenizer.o depbase=`echo HfstPrintDot.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstPrintDot.lo -MD -MP -MF $depbase.Tpo -c -o HfstPrintDot.lo HfstPrintDot.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstPrintDot.lo -MD -MP -MF .deps/HfstPrintDot.Tpo -c HfstPrintDot.cc -fPIC -DPIC -o .libs/HfstPrintDot.o c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstPrintDot.lo -MD -MP -MF .deps/HfstPrintDot.Tpo -c HfstPrintDot.cc -o HfstPrintDot.o depbase=`echo HfstPrintPCKimmo.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstPrintPCKimmo.lo -MD -MP -MF $depbase.Tpo -c -o HfstPrintPCKimmo.lo HfstPrintPCKimmo.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstPrintPCKimmo.lo -MD -MP -MF .deps/HfstPrintPCKimmo.Tpo -c HfstPrintPCKimmo.cc -fPIC -DPIC -o .libs/HfstPrintPCKimmo.o c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT HfstPrintPCKimmo.lo -MD -MP -MF .deps/HfstPrintPCKimmo.Tpo -c HfstPrintPCKimmo.cc -o HfstPrintPCKimmo.o depbase=`echo hfst-string-conversions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT hfst-string-conversions.lo -MD -MP -MF $depbase.Tpo -c -o hfst-string-conversions.lo hfst-string-conversions.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT hfst-string-conversions.lo -MD -MP -MF .deps/hfst-string-conversions.Tpo -c hfst-string-conversions.cc -fPIC -DPIC -o .libs/hfst-string-conversions.o c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT hfst-string-conversions.lo -MD -MP -MF .deps/hfst-string-conversions.Tpo -c hfst-string-conversions.cc -o hfst-string-conversions.o depbase=`echo string-utils.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT string-utils.lo -MD -MP -MF $depbase.Tpo -c -o string-utils.lo string-utils.cc && mv -f $depbase.Tpo $depbase.Plo c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT string-utils.lo -MD -MP -MF .deps/string-utils.Tpo -c string-utils.cc -fPIC -DPIC -o .libs/string-utils.o c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -MT string-utils.lo -MD -MP -MF .deps/string-utils.Tpo -c string-utils.cc -o string-utils.o /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 -no-undefined -version-info 52:0:0 -o libhfst.la -rpath /usr/local/lib HfstApply.lo HfstInputStream.lo HfstTransducer.lo HfstOutputStream.lo HfstRules.lo HfstXeroxRules.lo HfstDataTypes.lo HfstSymbolDefs.lo HfstTokenizer.lo HfstFlagDiacritics.lo HfstExceptionDefs.lo HarmonizeUnknownAndIdentitySymbols.lo HfstLookupFlagDiacritics.lo HfstEpsilonHandler.lo HfstStrings2FstTokenizer.lo HfstPrintDot.lo HfstPrintPCKimmo.lo hfst-string-conversions.lo string-utils.lo implementations/libhfstimplementations.la parsers/libhfstparsers.la ../../back-ends/sfst/libsfst.la ../../back-ends/foma/libfoma.la ../../back-ends/openfst/src/lib/libfst.la -lm -lpthread libtool: link: c++ -shared -fPIC -DPIC -o .libs/libhfst.so.1.0 -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -g -O2 -pipe -std=c++11 .libs/HfstApply.o .libs/HfstInputStream.o .libs/HfstTransducer.o .libs/HfstOutputStream.o .libs/HfstRules.o .libs/HfstXeroxRules.o .libs/HfstDataTypes.o .libs/HfstSymbolDefs.o .libs/HfstTokenizer.o .libs/HfstFlagDiacritics.o .libs/HfstExceptionDefs.o .libs/HarmonizeUnknownAndIdentitySymbols.o .libs/HfstLookupFlagDiacritics.o .libs/HfstEpsilonHandler.o .libs/HfstStrings2FstTokenizer.o .libs/HfstPrintDot.o .libs/HfstPrintPCKimmo.o .libs/hfst-string-conversions.o .libs/string-utils.o -Wl,-whole-archive /exopi-obj/pobj/hfst-3.15.0/hfst-3.15.0/libhfst/src/implementations/.libs/libhfstimplementations.a /exopi-obj/pobj/hfst-3.15.0/hfst-3.15.0/libhfst/src/parsers/.libs/libhfstparsers.a /exopi-obj/pobj/hfst-3.15.0/hfst-3.15.0/back-ends/sfst/.libs/libsfst.a /exopi-obj/pobj/hfst-3.15.0/hfst-3.15.0/back-ends/foma/.libs/libfoma.a /exopi-obj/pobj/hfst-3.15.0/hfst-3.15.0/back-ends/openfst/src/lib/.libs/libfst.a -Wl,-no-whole-archive -L.libs -lm -lpthread -Wl,-soname,libhfst.so.1.0 libtool: link: ar x /exopi-obj/pobj/hfst-3.15.0/hfst-3.15.0/libhfst/src/implementations/.libs/libhfstimplementations.a libtool: link: ar x /exopi-obj/pobj/hfst-3.15.0/hfst-3.15.0/libhfst/src/parsers/.libs/libhfstparsers.a libtool: link: ar x /exopi-obj/pobj/hfst-3.15.0/hfst-3.15.0/back-ends/sfst/.libs/libsfst.a libtool: link: ar x /exopi-obj/pobj/hfst-3.15.0/hfst-3.15.0/back-ends/foma/.libs/libfoma.a libtool: link: ar x /exopi-obj/pobj/hfst-3.15.0/hfst-3.15.0/back-ends/openfst/src/lib/.libs/libfst.a libtool: link: ar cru .libs/libhfst.a ./.libs/libhfst.lax/libhfstimplementations.a/ConvertTransducerFormat.o ./.libs/libhfst.lax/libhfstimplementations.a/HfstTropicalTransducerTransitionData.o ./.libs/libhfst.lax/libhfstimplementations.a/HfstBasicTransition.o ./.libs/libhfst.lax/libhfstimplementations.a/HfstBasicTransducer.o ./.libs/libhfst.lax/libhfstimplementations.a/ConvertSfstTransducer.o ./.libs/libhfst.lax/libhfstimplementations.a/ConvertTropicalWeightTransducer.o ./.libs/libhfst.lax/libhfstimplementations.a/ConvertLogWeightTransducer.o ./.libs/libhfst.lax/libhfstimplementations.a/ConvertFomaTransducer.o ./.libs/libhfst.lax/libhfstimplementations.a/ConvertOlTransducer.o ./.libs/libhfst.lax/libhfstimplementations.a/ConvertXfsmTransducer.o ./.libs/libhfst.lax/libhfstimplementations.a/ComposeIntersectRulePair.o ./.libs/libhfst.lax/libhfstimplementations.a/ComposeIntersectLexicon.o ./.libs/libhfst.lax/libhfstimplementations.a/ComposeIntersectRule.o ./.libs/libhfst.lax/libhfstimplementations.a/ComposeIntersectFst.o ./.libs/libhfst.lax/libhfstimplementations.a/ComposeIntersectUtilities.o ./.libs/libhfst.lax/libhfstimplementations.a/SfstTransducer.o ./.libs/libhfst.lax/libhfstimplementations.a/TropicalWeightTransducer.o ./.libs/libhfst.lax/libhfstimplementations.a/LogWeightTransducer.o ./.libs/libhfst.lax/libhfstimplementations.a/FomaTransducer.o ./.libs/libhfst.lax/libhfstimplementations.a/HfstOlTransducer.o ./.libs/libhfst.lax/libhfstimplementations.a/transducer.o ./.libs/libhfst.lax/libhfstimplementations.a/convert.o ./.libs/libhfst.lax/libhfstimplementations.a/ospell.o ./.libs/libhfst.lax/libhfstimplementations.a/pmatch.o ./.libs/libhfst.lax/libhfstimplementations.a/pmatch_tokenize.o ./.libs/libhfst.lax/libhfstimplementations.a/find_epsilon_loops.o ./.libs/libhfst.lax/libhfstparsers.a/xre_lex.o ./.libs/libhfst.lax/libhfstparsers.a/xre_parse.o ./.libs/libhfst.lax/libhfstparsers.a/xre_utils.o ./.libs/libhfst.lax/libhfstparsers.a/XreCompiler.o ./.libs/libhfst.lax/libhfstparsers.a/pmatch_lex.o ./.libs/libhfst.lax/libhfstparsers.a/pmatch_parse.o ./.libs/libhfst.lax/libhfstparsers.a/pmatch_utils.o ./.libs/libhfst.lax/libhfstparsers.a/PmatchCompiler.o ./.libs/libhfst.lax/libhfstparsers.a/lexc-lexer.o ./.libs/libhfst.lax/libhfstparsers.a/lexc-parser.o ./.libs/libhfst.lax/libhfstparsers.a/lexc-utils.o ./.libs/libhfst.lax/libhfstparsers.a/LexcCompiler.o ./.libs/libhfst.lax/libhfstparsers.a/xfst-lexer.o ./.libs/libhfst.lax/libhfstparsers.a/xfst-parser.o ./.libs/libhfst.lax/libhfstparsers.a/xfst-utils.o ./.libs/libhfst.lax/libhfstparsers.a/XfstCompiler.o ./.libs/libhfst.lax/libhfstparsers.a/xfst_help_message.o ./.libs/libhfst.lax/libhfstparsers.a/sfst-scanner.o ./.libs/libhfst.lax/libhfstparsers.a/sfst-compiler.o ./.libs/libhfst.lax/libhfstparsers.a/SfstCompiler.o ./.libs/libhfst.lax/libhfstparsers.a/SfstUtf8.o ./.libs/libhfst.lax/libhfstparsers.a/SfstBasic.o ./.libs/libhfst.lax/libhfstparsers.a/SfstAlphabet.o ./.libs/libhfst.lax/libhfstparsers.a/htwolcpre1-parser.o ./.libs/libhfst.lax/libhfstparsers.a/htwolcpre1-lexer.o ./.libs/libhfst.lax/libhfstparsers.a/htwolcpre2-parser.o ./.libs/libhfst.lax/libhfstparsers.a/htwolcpre2-lexer.o ./.libs/libhfst.lax/libhfstparsers.a/htwolcpre3-parser.o ./.libs/libhfst.lax/libhfstparsers.a/htwolcpre3-lexer.o ./.libs/libhfst.lax/libhfstparsers.a/TwolcCompiler.o ./.libs/libhfst.lax/libhfstparsers.a/CommandLine.o ./.libs/libhfst.lax/libhfstparsers.a/Alphabet.o ./.libs/libhfst.lax/libhfstparsers.a/InputReader.o ./.libs/libhfst.lax/libhfstparsers.a/ConflictResolvingLeftArrowRule.o ./.libs/libhfst.lax/libhfstparsers.a/ConflictResolvingRightArrowRule.o ./.libs/libhfst.lax/libhfstparsers.a/LeftArrowRule.o ./.libs/libhfst.lax/libhfstparsers.a/LeftArrowRuleContainer.o ./.libs/libhfst.lax/libhfstparsers.a/LeftRestrictionArrowRule.o ./.libs/libhfst.lax/libhfstparsers.a/OtherSymbolTransducer.o ./.libs/libhfst.lax/libhfstparsers.a/RightArrowRule.o ./.libs/libhfst.lax/libhfstparsers.a/RightArrowRuleContainer.o ./.libs/libhfst.lax/libhfstparsers.a/Rule.o ./.libs/libhfst.lax/libhfstparsers.a/RuleContainer.o ./.libs/libhfst.lax/libhfstparsers.a/TwolCGrammar.o ./.libs/libhfst.lax/libhfstparsers.a/string_manipulation.o ./.libs/libhfst.lax/libhfstparsers.a/RuleSymbolVector.o ./.libs/libhfst.lax/libhfstparsers.a/RuleVariables.o ./.libs/libhfst.lax/libhfstparsers.a/RuleVariablesConstIterator.o ./.libs/libhfst.lax/libhfstparsers.a/VariableValues.o ./.libs/libhfst.lax/libsfst.a/alphabet.o ./.libs/libhfst.lax/libsfst.a/basic.o ./.libs/libhfst.lax/libsfst.a/utf8.o ./.libs/libhfst.lax/libsfst.a/compact.o ./.libs/libhfst.lax/libsfst.a/fst.o ./.libs/libhfst.lax/libsfst.a/operators.o ./.libs/libhfst.lax/libsfst.a/determinise.o ./.libs/libhfst.lax/libsfst.a/generate.o ./.libs/libhfst.lax/libsfst.a/hopcroft.o ./.libs/libhfst.lax/libfoma.a/int_stack.o ./.libs/libhfst.lax/libfoma.a/define.o ./.libs/libhfst.lax/libfoma.a/determinize.o ./.libs/libhfst.lax/libfoma.a/apply.o ./.libs/libhfst.lax/libfoma.a/rewrite.o ./.libs/libhfst.lax/libfoma.a/lexcread.o ./.libs/libhfst.lax/libfoma.a/topsort.o ./.libs/libhfst.lax/libfoma.a/flags.o ./.libs/libhfst.lax/libfoma.a/minimize.o ./.libs/libhfst.lax/libfoma.a/reverse.o ./.libs/libhfst.lax/libfoma.a/extract.o ./.libs/libhfst.lax/libfoma.a/sigma.o ./.libs/libhfst.lax/libfoma.a/structures.o ./.libs/libhfst.lax/libfoma.a/constructions.o ./.libs/libhfst.lax/libfoma.a/coaccessible.o ./.libs/libhfst.lax/libfoma.a/io.o ./.libs/libhfst.lax/libfoma.a/utf8.o ./.libs/libhfst.lax/libfoma.a/spelling.o ./.libs/libhfst.lax/libfoma.a/dynarray.o ./.libs/libhfst.lax/libfoma.a/mem.o ./.libs/libhfst.lax/libfoma.a/stringhash.o ./.libs/libhfst.lax/libfoma.a/trie.o ./.libs/libhfst.lax/libfoma.a/lex.lexc.o ./.libs/libhfst.lax/libfoma.a/lex.yy.o ./.libs/libhfst.lax/libfoma.a/regex.o ./.libs/libhfst.lax/libfst.a/compat.o ./.libs/libhfst.lax/libfst.a/flags.o ./.libs/libhfst.lax/libfst.a/fst.o ./.libs/libhfst.lax/libfst.a/properties.o ./.libs/libhfst.lax/libfst.a/symbol-table.o ./.libs/libhfst.lax/libfst.a/symbol-table-ops.o ./.libs/libhfst.lax/libfst.a/util.o HfstApply.o HfstInputStream.o HfstTransducer.o HfstOutputStream.o HfstRules.o HfstXeroxRules.o HfstDataTypes.o HfstSymbolDefs.o HfstTokenizer.o HfstFlagDiacritics.o HfstExceptionDefs.o HarmonizeUnknownAndIdentitySymbols.o HfstLookupFlagDiacritics.o HfstEpsilonHandler.o HfstStrings2FstTokenizer.o HfstPrintDot.o HfstPrintPCKimmo.o hfst-string-conversions.o string-utils.o libtool: link: ranlib .libs/libhfst.a Making all in tools Making all in src Making all in hfst-proc Making all in hfst-twolc Making all in src c++ -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../libhfst/src -I../../../../libhfst/src -I../../../../libhfst/src/parsers -Wcast-qual -Wno-deprecated -Wfatal-errors -O2 -pipe -std=c++11 -MT hfst-twolc.o -MD -MP -MF .deps/hfst-twolc.Tpo -c -o hfst-twolc.o hfst-twolc.cc mv -f .deps/hfst-twolc.Tpo .deps/hfst-twolc.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wcast-qual -Wno-deprecated -Wfatal-errors -O2 -pipe -std=c++11 -o hfst-twolc hfst-twolc.o ../../../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-twolc -Wcast-qual -Wno-deprecated -Wfatal-errors -O2 -pipe -std=c++11 hfst-twolc.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib Making all in test Making all in hfst-tagger Making all in parsers Making all in test c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../tools/src -Wno-deprecated -O2 -pipe -std=c++11 -MT hfst-xfst.o -MD -MP -MF .deps/hfst-xfst.Tpo -c -o hfst-xfst.o hfst-xfst.cc mv -f .deps/hfst-xfst.Tpo .deps/hfst-xfst.Po c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../tools/src -Wno-deprecated -O2 -pipe -std=c++11 -MT hfst-program-options.o -MD -MP -MF .deps/hfst-program-options.Tpo -c -o hfst-program-options.o `test -f '../hfst-program-options.cc' || echo './'`../hfst-program-options.cc mv -f .deps/hfst-program-options.Tpo .deps/hfst-program-options.Po c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../tools/src -Wno-deprecated -O2 -pipe -std=c++11 -MT hfst-commandline.o -MD -MP -MF .deps/hfst-commandline.Tpo -c -o hfst-commandline.o `test -f '../hfst-commandline.cc' || echo './'`../hfst-commandline.cc mv -f .deps/hfst-commandline.Tpo .deps/hfst-commandline.Po c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../tools/src -Wno-deprecated -O2 -pipe -std=c++11 -MT hfst-tool-metadata.o -MD -MP -MF .deps/hfst-tool-metadata.Tpo -c -o hfst-tool-metadata.o `test -f '../hfst-tool-metadata.cc' || echo './'`../hfst-tool-metadata.cc mv -f .deps/hfst-tool-metadata.Tpo .deps/hfst-tool-metadata.Po c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../libhfst/src -I../../../libhfst/src -I../../../libhfst/src/parsers -I../../../tools/src -Wno-deprecated -O2 -pipe -std=c++11 -MT hfst-file-to-mem.o -MD -MP -MF .deps/hfst-file-to-mem.Tpo -c -o hfst-file-to-mem.o `test -f '../hfst-file-to-mem.cc' || echo './'`../hfst-file-to-mem.cc mv -f .deps/hfst-file-to-mem.Tpo .deps/hfst-file-to-mem.Po /usr/bin/libtool --tag=CXX --mode=link c++ -O2 -pipe -std=c++11 -o hfst-xfst hfst-xfst.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o hfst-file-to-mem.o ../../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-xfst -O2 -pipe -std=c++11 hfst-xfst.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o hfst-file-to-mem.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-affix-guessify.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-affix-guessify.o -MD -MP -MF $depbase.Tpo -c -o hfst-affix-guessify.o hfst-affix-guessify.cc && mv -f $depbase.Tpo $depbase.Po depbase=`echo hfst-program-options.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-program-options.o -MD -MP -MF $depbase.Tpo -c -o hfst-program-options.o hfst-program-options.cc && mv -f $depbase.Tpo $depbase.Po depbase=`echo hfst-commandline.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-commandline.o -MD -MP -MF $depbase.Tpo -c -o hfst-commandline.o hfst-commandline.cc && mv -f $depbase.Tpo $depbase.Po depbase=`echo hfst-tool-metadata.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-tool-metadata.o -MD -MP -MF $depbase.Tpo -c -o hfst-tool-metadata.o hfst-tool-metadata.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-affix-guessify hfst-affix-guessify.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-affix-guessify -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-affix-guessify.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-compare.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-compare.o -MD -MP -MF $depbase.Tpo -c -o hfst-compare.o hfst-compare.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-compare hfst-compare.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-compare.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-compose.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-compose.o -MD -MP -MF $depbase.Tpo -c -o hfst-compose.o hfst-compose.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-compose hfst-compose.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-compose -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-compose.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-concatenate.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-concatenate.o -MD -MP -MF $depbase.Tpo -c -o hfst-concatenate.o hfst-concatenate.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-concatenate hfst-concatenate.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-concatenate -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-concatenate.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-conjunct.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-conjunct.o -MD -MP -MF $depbase.Tpo -c -o hfst-conjunct.o hfst-conjunct.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-conjunct hfst-conjunct.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-conjunct -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-conjunct.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-determinize.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-determinize.o -MD -MP -MF $depbase.Tpo -c -o hfst-determinize.o hfst-determinize.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-determinize hfst-determinize.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-determinize -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-determinize.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-disjunct.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-disjunct.o -MD -MP -MF $depbase.Tpo -c -o hfst-disjunct.o hfst-disjunct.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-disjunct hfst-disjunct.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-disjunct -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-disjunct.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-multiply.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-multiply.o -MD -MP -MF $depbase.Tpo -c -o hfst-multiply.o hfst-multiply.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-multiply hfst-multiply.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-multiply -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-multiply.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-edit-metadata.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-edit-metadata.o -MD -MP -MF $depbase.Tpo -c -o hfst-edit-metadata.o hfst-edit-metadata.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-edit-metadata hfst-edit-metadata.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-edit-metadata -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-edit-metadata.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-format.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-format.o -MD -MP -MF $depbase.Tpo -c -o hfst-format.o hfst-format.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-format hfst-format.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-format -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-format.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-eliminate-flags.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-eliminate-flags.o -MD -MP -MF $depbase.Tpo -c -o hfst-eliminate-flags.o hfst-eliminate-flags.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-eliminate-flags hfst-eliminate-flags.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-eliminate-flags -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-eliminate-flags.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-fst2fst.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-fst2fst.o -MD -MP -MF $depbase.Tpo -c -o hfst-fst2fst.o hfst-fst2fst.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-fst2fst hfst-fst2fst.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-fst2fst -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-fst2fst.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-fst2strings.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-fst2strings.o -MD -MP -MF $depbase.Tpo -c -o hfst-fst2strings.o hfst-fst2strings.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-fst2strings hfst-fst2strings.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-fst2strings -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-fst2strings.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-fst2txt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-fst2txt.o -MD -MP -MF $depbase.Tpo -c -o hfst-fst2txt.o hfst-fst2txt.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-fst2txt hfst-fst2txt.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-fst2txt -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-fst2txt.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-grep.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-grep.o -MD -MP -MF $depbase.Tpo -c -o hfst-grep.o hfst-grep.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-grep hfst-grep.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-grep -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-grep.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-head.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-head.o -MD -MP -MF $depbase.Tpo -c -o hfst-head.o hfst-head.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-head hfst-head.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-head -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-head.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-invert.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-invert.o -MD -MP -MF $depbase.Tpo -c -o hfst-invert.o hfst-invert.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-invert hfst-invert.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-invert -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-invert.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-lookup.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-lookup.o -MD -MP -MF $depbase.Tpo -c -o hfst-lookup.o hfst-lookup.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-lookup hfst-lookup.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-lookup -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-lookup.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() hfst-lookup.cc(hfst-lookup.o:(lookup_printf(char const*, std::__1::pair, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>>> const*, std::__1::pair, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>>> const*, char const*, __sFILE*))): warning: strcpy() is almost always misused, please use strlcpy() depbase=`echo hfst-flookup.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-flookup.o -MD -MP -MF $depbase.Tpo -c -o hfst-flookup.o hfst-flookup.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-flookup hfst-flookup.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-flookup -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-flookup.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() hfst-flookup.cc(hfst-flookup.o:(lookup_printf(char const*, std::__1::pair, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>>> const*, std::__1::pair, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>>> const*, char const*, __sFILE*))): warning: strcpy() is almost always misused, please use strlcpy() depbase=`echo hfst-minimize.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-minimize.o -MD -MP -MF $depbase.Tpo -c -o hfst-minimize.o hfst-minimize.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-minimize hfst-minimize.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-minimize -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-minimize.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-name.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-name.o -MD -MP -MF $depbase.Tpo -c -o hfst-name.o hfst-name.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-name hfst-name.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-name -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-name.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-optimized-lookup.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-optimized-lookup.o -MD -MP -MF $depbase.Tpo -c -o hfst-optimized-lookup.o hfst-optimized-lookup.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-optimized-lookup hfst-optimized-lookup.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-optimized-lookup -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-optimized-lookup.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib depbase=`echo hfst-pmatch.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-pmatch.o -MD -MP -MF $depbase.Tpo -c -o hfst-pmatch.o hfst-pmatch.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-pmatch hfst-pmatch.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-pmatch -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-pmatch.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-pmatch2fst.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-pmatch2fst.o -MD -MP -MF $depbase.Tpo -c -o hfst-pmatch2fst.o hfst-pmatch2fst.cc && mv -f $depbase.Tpo $depbase.Po hfst-pmatch2fst.cc:194:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ 1 warning generated. /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-pmatch2fst hfst-pmatch2fst.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-pmatch2fst -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-pmatch2fst.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-tokenize.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-tokenize.o -MD -MP -MF $depbase.Tpo -c -o hfst-tokenize.o hfst-tokenize.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-tokenize hfst-tokenize.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-tokenize -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-tokenize.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-project.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-project.o -MD -MP -MF $depbase.Tpo -c -o hfst-project.o hfst-project.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-project hfst-project.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-project -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-project.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-prune-alphabet.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-prune-alphabet.o -MD -MP -MF $depbase.Tpo -c -o hfst-prune-alphabet.o hfst-prune-alphabet.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-prune-alphabet hfst-prune-alphabet.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-prune-alphabet -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-prune-alphabet.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-push-weights.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-push-weights.o -MD -MP -MF $depbase.Tpo -c -o hfst-push-weights.o hfst-push-weights.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-push-weights hfst-push-weights.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-push-weights -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-push-weights.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-regexp2fst.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-regexp2fst.o -MD -MP -MF $depbase.Tpo -c -o hfst-regexp2fst.o hfst-regexp2fst.cc && mv -f $depbase.Tpo $depbase.Po depbase=`echo hfst-file-to-mem.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-file-to-mem.o -MD -MP -MF $depbase.Tpo -c -o hfst-file-to-mem.o hfst-file-to-mem.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-regexp2fst hfst-regexp2fst.o hfst-file-to-mem.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-regexp2fst -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-regexp2fst.o hfst-file-to-mem.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-remove-epsilons.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-remove-epsilons.o -MD -MP -MF $depbase.Tpo -c -o hfst-remove-epsilons.o hfst-remove-epsilons.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-remove-epsilons hfst-remove-epsilons.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-remove-epsilons -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-remove-epsilons.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-repeat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-repeat.o -MD -MP -MF $depbase.Tpo -c -o hfst-repeat.o hfst-repeat.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-repeat hfst-repeat.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-repeat -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-repeat.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-reverse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-reverse.o -MD -MP -MF $depbase.Tpo -c -o hfst-reverse.o hfst-reverse.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-reverse hfst-reverse.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-reverse -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-reverse.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-reweight.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-reweight.o -MD -MP -MF $depbase.Tpo -c -o hfst-reweight.o hfst-reweight.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-reweight hfst-reweight.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-reweight -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-reweight.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-split.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-split.o -MD -MP -MF $depbase.Tpo -c -o hfst-split.o hfst-split.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-split hfst-split.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-split -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-split.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-split.cc(hfst-split.o:(process_stream(hfst::HfstInputStream&))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-strings2fst.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-strings2fst.o -MD -MP -MF $depbase.Tpo -c -o hfst-strings2fst.o hfst-strings2fst.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-strings2fst hfst-strings2fst.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-strings2fst -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-strings2fst.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-subtract.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-subtract.o -MD -MP -MF $depbase.Tpo -c -o hfst-subtract.o hfst-subtract.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-subtract hfst-subtract.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-subtract -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-subtract.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-summarize.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-summarize.o -MD -MP -MF $depbase.Tpo -c -o hfst-summarize.o hfst-summarize.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-summarize hfst-summarize.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-summarize -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-summarize.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-tail.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-tail.o -MD -MP -MF $depbase.Tpo -c -o hfst-tail.o hfst-tail.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-tail hfst-tail.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-tail -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-tail.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-txt2fst.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-txt2fst.o -MD -MP -MF $depbase.Tpo -c -o hfst-txt2fst.o hfst-txt2fst.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-txt2fst hfst-txt2fst.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-txt2fst -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-txt2fst.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wall -Wno-error -Wno-sign-compare -Wno-deprecated -O2 -pipe -std=c++11 -MT hfst_calculate-sfst-main.o -MD -MP -MF .deps/hfst_calculate-sfst-main.Tpo -c -o hfst_calculate-sfst-main.o `test -f 'sfst-main.cc' || echo './'`sfst-main.cc mv -f .deps/hfst_calculate-sfst-main.Tpo .deps/hfst_calculate-sfst-main.Po c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wall -Wno-error -Wno-sign-compare -Wno-deprecated -O2 -pipe -std=c++11 -MT hfst_calculate-hfst-program-options.o -MD -MP -MF .deps/hfst_calculate-hfst-program-options.Tpo -c -o hfst_calculate-hfst-program-options.o `test -f 'hfst-program-options.cc' || echo './'`hfst-program-options.cc mv -f .deps/hfst_calculate-hfst-program-options.Tpo .deps/hfst_calculate-hfst-program-options.Po c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wall -Wno-error -Wno-sign-compare -Wno-deprecated -O2 -pipe -std=c++11 -MT hfst_calculate-hfst-commandline.o -MD -MP -MF .deps/hfst_calculate-hfst-commandline.Tpo -c -o hfst_calculate-hfst-commandline.o `test -f 'hfst-commandline.cc' || echo './'`hfst-commandline.cc mv -f .deps/hfst_calculate-hfst-commandline.Tpo .deps/hfst_calculate-hfst-commandline.Po c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wall -Wno-error -Wno-sign-compare -Wno-deprecated -O2 -pipe -std=c++11 -MT hfst_calculate-hfst-tool-metadata.o -MD -MP -MF .deps/hfst_calculate-hfst-tool-metadata.Tpo -c -o hfst_calculate-hfst-tool-metadata.o `test -f 'hfst-tool-metadata.cc' || echo './'`hfst-tool-metadata.cc mv -f .deps/hfst_calculate-hfst-tool-metadata.Tpo .deps/hfst_calculate-hfst-tool-metadata.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wall -Wno-error -Wno-sign-compare -Wno-deprecated -O2 -pipe -std=c++11 -o hfst-calculate hfst_calculate-sfst-main.o hfst_calculate-hfst-program-options.o hfst_calculate-hfst-commandline.o hfst_calculate-hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-calculate -Wall -Wno-error -Wno-sign-compare -Wno-deprecated -O2 -pipe -std=c++11 hfst_calculate-sfst-main.o hfst_calculate-hfst-program-options.o hfst_calculate-hfst-commandline.o hfst_calculate-hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst_calculate-hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-substitute.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-substitute.o -MD -MP -MF $depbase.Tpo -c -o hfst-substitute.o hfst-substitute.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-substitute hfst-substitute.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-substitute -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-substitute.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-lexc-compiler.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-lexc-compiler.o -MD -MP -MF $depbase.Tpo -c -o hfst-lexc-compiler.o hfst-lexc-compiler.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-lexc hfst-lexc-compiler.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-lexc -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-lexc-compiler.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-compose-intersect.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-compose-intersect.o -MD -MP -MF $depbase.Tpo -c -o hfst-compose-intersect.o hfst-compose-intersect.cc && mv -f $depbase.Tpo $depbase.Po hfst-compose-intersect.cc:313:30: warning: object backing the pointer will be destroyed at the end of the full-expression [-Wdangling-gsl] const char* rulename = rule.get_name().c_str(); ^~~~~~~~~~~~~~~ 1 warning generated. /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-compose-intersect hfst-compose-intersect.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-compose-intersect -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-compose-intersect.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-pair-test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-pair-test.o -MD -MP -MF $depbase.Tpo -c -o hfst-pair-test.o hfst-pair-test.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-pair-test hfst-pair-test.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-pair-test -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-pair-test.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-traverse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-traverse.o -MD -MP -MF $depbase.Tpo -c -o hfst-traverse.o hfst-traverse.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-traverse hfst-traverse.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-traverse -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-traverse.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-guessify.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-guessify.o -MD -MP -MF $depbase.Tpo -c -o hfst-guessify.o hfst-guessify.cc && mv -f $depbase.Tpo $depbase.Po depbase=`echo guessify_fst.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT guessify_fst.o -MD -MP -MF $depbase.Tpo -c -o guessify_fst.o guessify_fst.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-guessify hfst-guessify.o guessify_fst.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-guessify -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-guessify.o guessify_fst.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-guess.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-guess.o -MD -MP -MF $depbase.Tpo -c -o hfst-guess.o hfst-guess.cc && mv -f $depbase.Tpo $depbase.Po depbase=`echo generate_model_forms.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT generate_model_forms.o -MD -MP -MF $depbase.Tpo -c -o generate_model_forms.o generate_model_forms.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-guess hfst-guess.o generate_model_forms.o guessify_fst.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-guess -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-guess.o generate_model_forms.o guessify_fst.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() depbase=`echo hfst-info.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libhfst/src -I../../libhfst/src -I../../libhfst/src/parsers -I../../tools/src/parsers -Wno-sign-compare -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -MT hfst-info.o -MD -MP -MF $depbase.Tpo -c -o hfst-info.o hfst-info.cc && mv -f $depbase.Tpo $depbase.Po /usr/bin/libtool --tag=CXX --mode=link c++ -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 -o hfst-info hfst-info.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o ../../libhfst/src/libhfst.la -lm -lpthread libtool: link: c++ -o .libs/hfst-info -Wno-deprecated -Wno-sign-compare -O2 -pipe -std=c++11 hfst-info.o hfst-program-options.o hfst-commandline.o hfst-tool-metadata.o -L.libs -lhfst -lm -lpthread -Wl,-rpath-link,/usr/local/lib hfst-commandline.cc(hfst-commandline.o:(debug_save_transducer(hfst::HfstTransducer&, char const*))): warning: sprintf() is often misused, please use snprintf() Making all in test Making all in libhfst Making all in tools Making all in . Making all in fsmbook-tests Making all in doc Making all in man Making all in scripts Making all in python Making all in test >>> Running fake in textproc/hfst at 1711575453.87 ===> textproc/hfst ===> Faking installation for hfst-3.15.0 Making install in back-ends Making install in openfst Making install in src Making install in lib Making install in openfstwin Making install in src Making install in lib Making install in dlfcn Making install in sfst Making install in foma Making install in libhfst Making install in src Making install in implementations mkdir -p '/exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/include/hfst/implementations/compose_intersect' /exopi-obj/pobj/hfst-3.15.0/bin/install -c -m 644 compose_intersect/ComposeIntersectRulePair.h compose_intersect/ComposeIntersectLexicon.h compose_intersect/ComposeIntersectRule.h compose_intersect/ComposeIntersectFst.h compose_intersect/ComposeIntersectUtilities.h '/exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/include/hfst/implementations/compose_intersect' mkdir -p '/exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/include/hfst/implementations/optimized-lookup' /exopi-obj/pobj/hfst-3.15.0/bin/install -c -m 644 optimized-lookup/transducer.h optimized-lookup/convert.h optimized-lookup/pmatch.h optimized-lookup/pmatch_tokenize.h '/exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/include/hfst/implementations/optimized-lookup' mkdir -p '/exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/include/hfst/implementations' /exopi-obj/pobj/hfst-3.15.0/bin/install -c -m 644 ConvertTransducerFormat.h FomaTransducer.h LogWeightTransducer.h SfstTransducer.h TropicalWeightTransducer.h XfsmTransducer.h HfstOlTransducer.h HfstTransitionGraph.h HfstTransition.h HfstBasicTransition.h HfstBasicTransducer.h HfstTropicalTransducerTransitionData.h compose_intersect/ComposeIntersectRulePair.h compose_intersect/ComposeIntersectLexicon.h compose_intersect/ComposeIntersectRule.h compose_intersect/ComposeIntersectFst.h compose_intersect/ComposeIntersectUtilities.h '/exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/include/hfst/implementations' Making install in parsers /usr/bin/make install-am mkdir -p '/exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/include/hfst/parsers' /exopi-obj/pobj/hfst-3.15.0/bin/install -c -m 644 XreCompiler.h xre_utils.h PmatchCompiler.h pmatch_utils.h LexcCompiler.h lexc-utils.h XfstCompiler.h xfst-utils.h xfst_help_message.h SfstCompiler.h SfstUtf8.h SfstBasic.h SfstAlphabet.h TwolcCompiler.h ./alphabet_src/Alphabet.h ./commandline_src/CommandLine.h grammar_defs.h HfstTwolcDefs.h ./io_src/InputReader.h ./rule_src/ConflictResolvingLeftArrowRule.h ./rule_src/ConflictResolvingRightArrowRule.h ./rule_src/LeftArrowRuleContainer.h ./rule_src/LeftArrowRule.h ./rule_src/LeftRestrictionArrowRule.h ./rule_src/OtherSymbolTransducer.h ./rule_src/RightArrowRuleContainer.h ./rule_src/RightArrowRule.h ./rule_src/RuleContainer.h ./rule_src/Rule.h ./rule_src/TwolCGrammar.h ./string_src/string_manipulation.h ./variable_src/ConstContainerIterator.h ./variable_src/MatchedConstContainerIterator.h ./variable_src/MixedConstContainerIterator.h ./variable_src/RuleSymbolVector.h ./variable_src/RuleVariablesConstIterator.h ./variable_src/RuleVariables.h ./variable_src/VariableBlockContainer.h ./variable_src/VariableBlock.h ./variable_src/VariableContainerBase.h '/exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/include/hfst/parsers' /exopi-obj/pobj/hfst-3.15.0/bin/install -c -m 644 ./variable_src/VariableContainer.h ./variable_src/VariableDefs.h ./variable_src/VariableValueIterator.h ./variable_src/VariableValues.h '/exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/include/hfst/parsers' mkdir -p '/exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/lib' /usr/bin/libtool --mode=install /exopi-obj/pobj/hfst-3.15.0/bin/install -c libhfst.la '/exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/lib' libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -m 644 ./.libs/libhfst.a /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/lib/libhfst.a libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -m 644 ./.libs/libhfst.so.1.0 /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/lib/libhfst.so.1.0 libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -m 644 ./.libs/libhfst.lai /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/lib/libhfst.la mkdir -p '/exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/include/hfst' /exopi-obj/pobj/hfst-3.15.0/bin/install -c -m 644 hfst.h HfstTransducer.h hfst_apply_schemas.h HfstDataTypes.h HfstSymbolDefs.h FormatSpecifiers.h implementations/SfstTransducer.h implementations/TropicalWeightTransducer.h implementations/LogWeightTransducer.h implementations/FomaTransducer.h implementations/HfstOlTransducer.h HfstTokenizer.h implementations/ConvertTransducerFormat.h implementations/HfstTransitionGraph.h implementations/HfstBasicTransducer.h implementations/HfstTransition.h implementations/HfstBasicTransition.h implementations/HfstTropicalTransducerTransitionData.h implementations/compose_intersect/ComposeIntersectRulePair.h implementations/compose_intersect/ComposeIntersectLexicon.h implementations/compose_intersect/ComposeIntersectRule.h implementations/compose_intersect/ComposeIntersectFst.h HarmonizeUnknownAndIdentitySymbols.h HfstExceptionDefs.h HfstExtractStrings.h HfstFlagDiacritics.h HfstEpsilonHandler.h HfstInputStream.h HfstOutputStream.h HfstXeroxRules.h HfstLookupFlagDiacritics.h HfstStrings2FstTokenizer.h HfstPrintDot.h HfstPrintPCKimmo.h string-utils.h hfst-string-conversions.h parsers/LexcCompiler.h parsers/XreCompiler.h parsers/PmatchCompiler.h hfstdll.h '/exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/include/hfst' mkdir -p '/exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/lib/pkgconfig' /exopi-obj/pobj/hfst-3.15.0/bin/install -c -m 644 hfst.pc '/exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/lib/pkgconfig' Making install in tools Making install in src Making install in hfst-proc /usr/bin/make install-exec-hook Making install in hfst-twolc Making install in src mkdir -p '/exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin' /usr/bin/libtool --mode=install /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 hfst-twolc '/exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin' libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-twolc /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin Making install in test Making install in hfst-tagger Making install in parsers Making install in test mkdir -p '/exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin' /usr/bin/libtool --mode=install /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 hfst-xfst '/exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin' libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-xfst /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin mkdir -p '/exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin' /usr/bin/libtool --mode=install /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 hfst-affix-guessify hfst-compare hfst-compose hfst-concatenate hfst-conjunct hfst-determinize hfst-disjunct hfst-multiply hfst-edit-metadata hfst-format hfst-eliminate-flags hfst-fst2fst hfst-fst2strings hfst-fst2txt hfst-grep hfst-head hfst-invert hfst-lookup hfst-flookup hfst-minimize hfst-name hfst-optimized-lookup hfst-pmatch hfst-pmatch2fst hfst-tokenize hfst-project hfst-prune-alphabet hfst-push-weights hfst-regexp2fst hfst-remove-epsilons hfst-repeat hfst-reverse hfst-reweight hfst-split hfst-strings2fst hfst-subtract hfst-summarize hfst-tail hfst-txt2fst hfst-calculate hfst-substitute hfst-lexc hfst-format hfst-compose-intersect hfst-name hfst-pair-test hfst-traverse hfst-guessify hfst-guess hfst-info '/exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin' libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-affix-guessify /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-compare /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-compose /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-concatenate /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-conjunct /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-determinize /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-disjunct /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-multiply /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-edit-metadata /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-format /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-eliminate-flags /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-fst2fst /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-fst2strings /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-fst2txt /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-grep /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-head /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-invert /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-lookup /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-flookup /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-minimize /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-name /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-optimized-lookup /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-pmatch /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-pmatch2fst /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-tokenize /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-project /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-prune-alphabet /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-push-weights /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-regexp2fst /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-remove-epsilons /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-repeat /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-reverse /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-reweight /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-split /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-strings2fst /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-subtract /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-summarize /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-tail /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-txt2fst /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-calculate /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-substitute /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-lexc /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-format /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-compose-intersect /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-name /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-pair-test /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-traverse /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-guessify /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-guess /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/hfst-3.15.0/bin/install -c -s -m 755 ./.libs/hfst-info /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin /usr/bin/make install-exec-hook cd /exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/bin && ln -s -f hfst-determinize hfst-determinise && ln -s -f hfst-fst2strings hfst-expand && ln -s -f hfst-conjunct hfst-intersect && ln -s -f hfst-minimize hfst-minimise && ln -s -f hfst-optimized-lookup hfst-optimised-lookup && ln -s -f hfst-subtract hfst-minus && ln -s -f hfst-calculate hfst-sfstpl2fst && ln -s -f hfst-summarize hfst-summarise && ln -s -f hfst-disjunct hfst-union && ln -s -f hfst-tokenize hfst-proc2 && ln -s -f hfst-tokenize hfst-tokenise Making install in test Making install in libhfst Making install in tools Making install in . Making install in fsmbook-tests Making install in doc Making install in man mkdir -p '/exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/man/man1' /exopi-obj/pobj/hfst-3.15.0/bin/install -c -m 644 hfst-compare.1 hfst-compose.1 hfst-concatenate.1 hfst-determinize.1 hfst-disjunct.1 hfst-fst2fst.1 hfst-fst2strings.1 hfst-fst2txt.1 hfst-head.1 hfst-conjunct.1 hfst-invert.1 hfst-minimize.1 hfst-project.1 hfst-push-weights.1 hfst-regexp2fst.1 hfst-remove-epsilons.1 hfst-repeat.1 hfst-reverse.1 hfst-split.1 hfst-strings2fst.1 hfst-subtract.1 hfst-summarize.1 hfst-tail.1 hfst-txt2fst.1 hfst-calculate.1 hfst-compose-intersect.1 hfst-lookup.1 hfst-substitute.1 hfst-format.1 hfst-name.1 hfst-lexc.1 hfst-affix-guessify.1 hfst-edit-metadata.1 hfst-expand-equivalences.1 hfst-grep.1 hfst-guess.1 hfst-guessify.1 hfst-info.1 hfst-multiply.1 hfst-pair-test.1 '/exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/man/man1' /exopi-obj/pobj/hfst-3.15.0/bin/install -c -m 644 hfst-prune-alphabet.1 hfst-reweight.1 hfst-shuffle.1 hfst-traverse.1 hfst-tokenize.1 hfst-pmatch.1 hfst-pmatch2fst.1 hfst-optimized-lookup.1 hfst-xfst.1 hfst-apertium-proc.1 hfst-tag.1 hfst-reweight-tagger.1 hfst-twolc.1 hfst-determinise.1 hfst-expand.1 hfst-intersect.1 hfst-minimise.1 hfst-minus.1 hfst-sfstpl2fst.1 hfst-summarise.1 hfst-union.1 hfst-proc.1 hfst-optimised-lookup.1 hfst-proc2.1 hfst-tokenise.1 '/exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/man/man1' Making install in scripts Making install in python Making install in test mkdir -p '/exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/share/aclocal' /exopi-obj/pobj/hfst-3.15.0/bin/install -c -m 644 hfst.m4 '/exopi-obj/pobj/hfst-3.15.0/fake-amd64/usr/local/share/aclocal' >>> Running package in textproc/hfst at 1711575464.04 ===> textproc/hfst `/exopi-obj/pobj/hfst-3.15.0/fake-amd64/.fake_done' is up to date. ===> Building package for hfst-3.15.0 Create /exopi-cvs/ports/packages/amd64/all/hfst-3.15.0.tgz Creating package hfst-3.15.0 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|***************** | 29% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|******************** | 34% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|**************************** | 47% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************* | 75% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|***************************************************** | 88% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|* | 2% archiving|** | 3% archiving|*** | 5% archiving|**** | 6% archiving|***** | 7% archiving|****** | 9% archiving|****** | 10% archiving|******* | 11% archiving|******** | 13% archiving|********* | 14% archiving|********** | 15% archiving|*********** | 17% archiving|*********** | 18% archiving|************ | 19% archiving|************* | 20% archiving|************** | 22% archiving|*************** | 23% archiving|**************** | 24% archiving|**************** | 26% archiving|***************** | 27% archiving|****************** | 28% archiving|******************* | 30% archiving|******************** | 31% archiving|********************* | 32% archiving|********************* | 34% archiving|********************** | 35% archiving|*********************** | 36% archiving|************************ | 38% archiving|************************* | 39% archiving|************************** | 40% archiving|*************************** | 41% archiving|*************************** | 43% archiving|**************************** | 44% archiving|***************************** | 45% archiving|****************************** | 47% archiving|******************************* | 48% archiving|******************************** | 49% archiving|******************************** | 51% archiving|********************************* | 52% archiving|********************************** | 53% archiving|*********************************** | 55% archiving|************************************ | 56% archiving|************************************* | 57% archiving|************************************* | 59% archiving|************************************** | 60% archiving|*************************************** | 61% archiving|**************************************** | 62% archiving|***************************************** | 64% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 67% archiving|******************************************** | 68% archiving|********************************************* | 70% archiving|********************************************* | 71% archiving|********************************************** | 72% archiving|*********************************************** | 74% archiving|************************************************ | 75% archiving|************************************************* | 76% archiving|************************************************** | 78% archiving|************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|******************************************************* | 85% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 89% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|************************************************************ | 93% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 97% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/hfst-3.15.0.tgz >>> Running clean in textproc/hfst at 1711575477.31 ===> textproc/hfst ===> Cleaning for hfst-3.15.0 >>> Ended at 1711575478.26 max_stuck=57.32/patch=1.49/configure=36.15/build=1174.26/fake=10.18/package=13.28/clean=0.97