--
Hi,
I tried to recompile Kaldi after installing CUDA and even though I was able to set up Kaldi before now I get undefined reference errors. Everything else runs fine, just running make is src/ gives me that error. Can someone direct me to how I can solve that? Here's what gets printed out when running make:
CXX=g++-4.8 make -j 4
make checkversion
make[1]: Entering directory '/home/kamen/kaldi/src'
The version of configure script matches kaldi.mk version. Good.
make[1]: Leaving directory '/home/kamen/kaldi/src'
make kaldi.mk
make[1]: Entering directory '/home/kamen/kaldi/src'
make[1]: 'kaldi.mk' is up to date.
make[1]: Leaving directory '/home/kamen/kaldi/src'
make mklibdir
make[1]: Entering directory '/home/kamen/kaldi/src'
test -d /home/kamen/kaldi/src/lib || mkdir /home/kamen/kaldi/src/lib
make[1]: Leaving directory '/home/kamen/kaldi/src'
make subdirs
make[1]: Entering directory '/home/kamen/kaldi/src'
test -d /home/kamen/kaldi/src/lib || mkdir /home/kamen/kaldi/src/lib
make -C base
make[2]: Entering directory '/home/kamen/kaldi/src/base'
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o kaldi-math.o kaldi-math.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o kaldi-error.o kaldi-error.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o io-funcs.o io-funcs.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o kaldi-utils.o kaldi-utils.cc
ar -cru kaldi-base.a kaldi-math.o kaldi-error.o io-funcs.o kaldi-utils.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib kaldi-base.a
g++-4.8 -shared -o libkaldi-base.so -Wl,--no-undefined -Wl,--as-needed -Wl,-soname=libkaldi-base.so,--whole-archive kaldi-base.a -Wl,--no-whole-archive -Wl,-rpath=/home/kamen/kaldi/tools/openfst/lib -rdynamic -Wl,-rpath=/home/kamen/kaldi/src/lib /home/kamen/kaldi/tools/openfst/lib/libfst.so /usr/lib/libatlas.so.3 /usr/lib/libf77blas.so.3 /usr/lib/libcblas.so.3 /usr/lib/liblapack_atlas.so.3 -lm -lpthread -ldl
ln -sf /home/kamen/kaldi/src/base/libkaldi-base.so /home/kamen/kaldi/src/lib/libkaldi-base.so
make[2]: Leaving directory '/home/kamen/kaldi/src/base'
make -C matrix
make[2]: Entering directory '/home/kamen/kaldi/src/matrix'
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o kaldi-matrix.o kaldi-matrix.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o kaldi-vector.o kaldi-vector.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o packed-matrix.o packed-matrix.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o sp-matrix.o sp-matrix.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o tp-matrix.o tp-matrix.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o matrix-functions.o matrix-functions.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o qr.o qr.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o srfft.o srfft.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o kaldi-gpsr.o kaldi-gpsr.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o compressed-matrix.o compressed-matrix.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o sparse-matrix.o sparse-matrix.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o optimization.o optimization.cc
ar -cru kaldi-matrix.a kaldi-matrix.o kaldi-vector.o packed-matrix.o sp-matrix.o tp-matrix.o matrix-functions.o qr.o srfft.o kaldi-gpsr.o compressed-matrix.o sparse-matrix.o optimization.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib kaldi-matrix.a
g++-4.8 -shared -o libkaldi-matrix.so -Wl,--no-undefined -Wl,--as-needed -Wl,-soname=libkaldi-matrix.so,--whole-archive kaldi-matrix.a -Wl,--no-whole-archive -Wl,-rpath=/home/kamen/kaldi/tools/openfst/lib -rdynamic -Wl,-rpath=/home/kamen/kaldi/src/lib ../base/libkaldi-base.so /home/kamen/kaldi/tools/openfst/lib/libfst.so /usr/lib/libatlas.so.3 /usr/lib/libf77blas.so.3 /usr/lib/libcblas.so.3 /usr/lib/liblapack_atlas.so.3 -lm -lpthread -ldl
ln -sf /home/kamen/kaldi/src/matrix/libkaldi-matrix.so /home/kamen/kaldi/src/lib/libkaldi-matrix.so
make[2]: Leaving directory '/home/kamen/kaldi/src/matrix'
make -C util
make[2]: Entering directory '/home/kamen/kaldi/src/util'
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o text-utils.o text-utils.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o kaldi-io.o kaldi-io.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o kaldi-holder.o kaldi-holder.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o kaldi-table.o kaldi-table.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o parse-options.o parse-options.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o simple-options.o simple-options.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o simple-io-funcs.o simple-io-funcs.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o kaldi-semaphore.o kaldi-semaphore.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o kaldi-thread.o kaldi-thread.cc
ar -cru kaldi-util.a text-utils.o kaldi-io.o kaldi-holder.o kaldi-table.o parse-options.o simple-options.o simple-io-funcs.o kaldi-semaphore.o kaldi-thread.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib kaldi-util.a
g++-4.8 -shared -o libkaldi-util.so -Wl,--no-undefined -Wl,--as-needed -Wl,-soname=libkaldi-util.so,--whole-archive kaldi-util.a -Wl,--no-whole-archive -Wl,-rpath=/home/kamen/kaldi/tools/openfst/lib -rdynamic -Wl,-rpath=/home/kamen/kaldi/src/lib ../matrix/libkaldi-matrix.so ../base/libkaldi-base.so /home/kamen/kaldi/tools/openfst/lib/libfst.so /usr/lib/libatlas.so.3 /usr/lib/libf77blas.so.3 /usr/lib/libcblas.so.3 /usr/lib/liblapack_atlas.so.3 -lm -lpthread -ldl
ln -sf /home/kamen/kaldi/src/util/libkaldi-util.so /home/kamen/kaldi/src/lib/libkaldi-util.so
make[2]: Leaving directory '/home/kamen/kaldi/src/util'
make -C tree
make -C cudamatrix
make[2]: Entering directory '/home/kamen/kaldi/src/tree'
make[2]: Entering directory '/home/kamen/kaldi/src/cudamatrix'
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o event-map.o event-map.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o context-dep.o context-dep.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o clusterable-classes.o clusterable-classes.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o cu-device.o cu-device.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o cluster-utils.o cluster-utils.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o build-tree-utils.o build-tree-utils.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o build-tree.o build-tree.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o cu-math.o cu-math.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o build-tree-questions.o build-tree-questions.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o cu-rand.o cu-rand.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o tree-renderer.o tree-renderer.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o cu-matrix.o cu-matrix.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o cu-packed-matrix.o cu-packed-matrix.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o cu-sp-matrix.o cu-sp-matrix.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o cu-vector.o cu-vector.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o cu-common.o cu-common.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o cu-tp-matrix.o cu-tp-matrix.cc
ar -cru kaldi-tree.a event-map.o context-dep.o clusterable-classes.o cluster-utils.o build-tree-utils.o build-tree.o build-tree-questions.o tree-renderer.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib kaldi-tree.a
g++-4.8 -shared -o libkaldi-tree.so -Wl,--no-undefined -Wl,--as-needed -Wl,-soname=libkaldi-tree.so,--whole-archive kaldi-tree.a -Wl,--no-whole-archive -Wl,-rpath=/home/kamen/kaldi/tools/openfst/lib -rdynamic -Wl,-rpath=/home/kamen/kaldi/src/lib ../util/libkaldi-util.so ../matrix/libkaldi-matrix.so ../base/libkaldi-base.so /home/kamen/kaldi/tools/openfst/lib/libfst.so /usr/lib/libatlas.so.3 /usr/lib/libf77blas.so.3 /usr/lib/libcblas.so.3 /usr/lib/liblapack_atlas.so.3 -lm -lpthread -ldl
ln -sf /home/kamen/kaldi/src/tree/libkaldi-tree.so /home/kamen/kaldi/src/lib/libkaldi-tree.so
make[2]: Leaving directory '/home/kamen/kaldi/src/tree'
make -C gmm
make[2]: Entering directory '/home/kamen/kaldi/src/gmm'
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o diag-gmm.o diag-gmm.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o cu-block-matrix.o cu-block-matrix.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o cu-sparse-matrix.o cu-sparse-matrix.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o cu-allocator.o cu-allocator.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o diag-gmm-normal.o diag-gmm-normal.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o cu-array.o cu-array.cc
/usr//bin/nvcc -c cu-kernels.cu -o cu-kernels.o -I/usr//include -g -Xcompiler -fPIC --verbose --machine 64 -DHAVE_CUDA -ccbin g++-4.8 -DKALDI_DOUBLEPRECISION=0 -gencode arch=compute_20,code=sm_20 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_53,code=sm_53 -I../
#$ _SPACE_=
#$ _CUDART_=cudart
#$ _HERE_=/usr/lib/nvidia-cuda-toolkit/bin
#$ _THERE_=/usr/lib/nvidia-cuda-toolkit/bin
#$ _TARGET_SIZE_=
#$ _TARGET_DIR_=
#$ _TARGET_SIZE_=64
#$ NVVMIR_LIBRARY_DIR=/usr/lib/nvidia-cuda-toolkit/libdevice
#$ PATH=/usr/lib/nvidia-cuda-toolkit/bin:/home/kamen/miniconda3/envs/kaldi/bin:/home/kamen/miniconda3/bin:/home/kamen/bin:/home/kamen/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
#$ LIBRARIES= -L/usr/lib/x86_64-linux-gnu/stubs
#$ g++-4.8 -D__CUDA_ARCH__=530 -E -x c++ -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -fPIC -I"/usr//include" -I"../" -D"__CUDACC_VER__=70517" -D"__CUDACC_VER_BUILD__=17" -D"__CUDACC_VER_MINOR__=5" -D"__CUDACC_VER_MAJOR__=7" -D"HAVE_CUDA" -D"KALDI_DOUBLEPRECISION=0" -include "cuda_runtime.h" -m64 -g -gdwarf-2 "cu-kernels.cu" > "/tmp/tmpxft_0000489d_00000000-19_cu-kernels.compute_53.cpp1.ii"
#$ cudafe --allow_managed --m64 --gnu_version=40805 -tused --no_remove_unneeded_entities --gen_c_file_name "/tmp/tmpxft_0000489d_00000000-4_cu-kernels.compute_53.cudafe1.c" --stub_file_name "/tmp/tmpxft_0000489d_00000000-4_cu-kernels.compute_53.cudafe1.stub.c" --gen_device_file_name "/tmp/tmpxft_0000489d_00000000-4_cu-kernels.compute_53.cudafe1.gpu" --nv_arch "compute_53" --gen_module_id_file --module_id_file_name "/tmp/tmpxft_0000489d_00000000-3_cu-kernels.module_id" --include_file_name "tmpxft_0000489d_00000000-2_cu-kernels.fatbin.c" "/tmp/tmpxft_0000489d_00000000-19_cu-kernels.compute_53.cpp1.ii"
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o mle-diag-gmm.o mle-diag-gmm.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o am-diag-gmm.o am-diag-gmm.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o mle-am-diag-gmm.o mle-am-diag-gmm.cc
#$ g++-4.8 -D__CUDA_ARCH__=200 -E -x c++ -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -fPIC -I"/usr//include" -I"../" -D"__CUDACC_VER__=70517" -D"__CUDACC_VER_BUILD__=17" -D"__CUDACC_VER_MINOR__=5" -D"__CUDACC_VER_MAJOR__=7" -D"HAVE_CUDA" -D"KALDI_DOUBLEPRECISION=0" -include "cuda_runtime.h" -m64 -g -gdwarf-2 "cu-kernels.cu" > "/tmp/tmpxft_0000489d_00000000-20_cu-kernels.compute_20.cpp1.ii"
#$ cudafe --allow_managed --m64 --gnu_version=40805 -tused --no_remove_unneeded_entities --gen_c_file_name "/tmp/tmpxft_0000489d_00000000-16_cu-kernels.compute_20.cudafe1.c" --stub_file_name "/tmp/tmpxft_0000489d_00000000-16_cu-kernels.compute_20.cudafe1.stub.c" --gen_device_file_name "/tmp/tmpxft_0000489d_00000000-16_cu-kernels.compute_20.cudafe1.gpu" --nv_arch "compute_20" --module_id_file_name "/tmp/tmpxft_0000489d_00000000-3_cu-kernels.module_id" --include_file_name "tmpxft_0000489d_00000000-2_cu-kernels.fatbin.c" "/tmp/tmpxft_0000489d_00000000-20_cu-kernels.compute_20.cpp1.ii"
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o full-gmm.o full-gmm.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o full-gmm-normal.o full-gmm-normal.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o mle-full-gmm.o mle-full-gmm.cc
#$ g++-4.8 -D__CUDA_ARCH__=200 -E -x c -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -D__CUDANVVM__ -fPIC -D__CUDA_PREC_DIV -D__CUDA_PREC_SQRT -I"/usr//include" -I"../" -m64 -g -gdwarf-2 "/tmp/tmpxft_0000489d_00000000-16_cu-kernels.compute_20.cudafe1.gpu" > "/tmp/tmpxft_0000489d_00000000-21_cu-kernels.compute_20.cpp2.i"
#$ cudafe -w --allow_managed --m64 --gnu_version=40805 --c --gen_c_file_name "/tmp/tmpxft_0000489d_00000000-22_cu-kernels.compute_20.cudafe2.c" --stub_file_name "/tmp/tmpxft_0000489d_00000000-22_cu-kernels.compute_20.cudafe2.stub.c" --gen_device_file_name "/tmp/tmpxft_0000489d_00000000-22_cu-kernels.compute_20.cudafe2.gpu" --nv_arch "compute_20" --module_id_file_name "/tmp/tmpxft_0000489d_00000000-3_cu-kernels.module_id" --include_file_name "tmpxft_0000489d_00000000-2_cu-kernels.fatbin.c" "/tmp/tmpxft_0000489d_00000000-21_cu-kernels.compute_20.cpp2.i"
#$ g++-4.8 -D__CUDA_ARCH__=200 -E -x c -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDABE__ -D__CUDANVVM__ -fPIC -D__CUDA_PREC_DIV -D__CUDA_PREC_SQRT -I"/usr//include" -I"../" -m64 -g -gdwarf-2 "/tmp/tmpxft_0000489d_00000000-22_cu-kernels.compute_20.cudafe2.gpu" > "/tmp/tmpxft_0000489d_00000000-23_cu-kernels.compute_20.cpp3.i"
#$ g++-4.8 -D__CUDA_ARCH__=300 -E -x c++ -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -fPIC -I"/usr//include" -I"../" -D"__CUDACC_VER__=70517" -D"__CUDACC_VER_BUILD__=17" -D"__CUDACC_VER_MINOR__=5" -D"__CUDACC_VER_MAJOR__=7" -D"HAVE_CUDA" -D"KALDI_DOUBLEPRECISION=0" -include "cuda_runtime.h" -m64 -g -gdwarf-2 "cu-kernels.cu" > "/tmp/tmpxft_0000489d_00000000-24_cu-kernels.compute_30.cpp1.ii"
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o model-common.o model-common.cc
#$ cudafe --allow_managed --m64 --gnu_version=40805 -tused --no_remove_unneeded_entities --gen_c_file_name "/tmp/tmpxft_0000489d_00000000-13_cu-kernels.compute_30.cudafe1.c" --stub_file_name "/tmp/tmpxft_0000489d_00000000-13_cu-kernels.compute_30.cudafe1.stub.c" --gen_device_file_name "/tmp/tmpxft_0000489d_00000000-13_cu-kernels.compute_30.cudafe1.gpu" --nv_arch "compute_30" --module_id_file_name "/tmp/tmpxft_0000489d_00000000-3_cu-kernels.module_id" --include_file_name "tmpxft_0000489d_00000000-2_cu-kernels.fatbin.c" "/tmp/tmpxft_0000489d_00000000-24_cu-kernels.compute_30.cpp1.ii"
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o decodable-am-diag-gmm.o decodable-am-diag-gmm.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o model-test-common.o model-test-common.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o ebw-diag-gmm.o ebw-diag-gmm.cc
#$ g++-4.8 -D__CUDA_ARCH__=300 -E -x c -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -D__CUDANVVM__ -fPIC -D__CUDA_PREC_DIV -D__CUDA_PREC_SQRT -I"/usr//include" -I"../" -m64 -g -gdwarf-2 "/tmp/tmpxft_0000489d_00000000-13_cu-kernels.compute_30.cudafe1.gpu" > "/tmp/tmpxft_0000489d_00000000-25_cu-kernels.compute_30.cpp2.i"
#$ cudafe -w --allow_managed --m64 --gnu_version=40805 --c --gen_c_file_name "/tmp/tmpxft_0000489d_00000000-26_cu-kernels.compute_30.cudafe2.c" --stub_file_name "/tmp/tmpxft_0000489d_00000000-26_cu-kernels.compute_30.cudafe2.stub.c" --gen_device_file_name "/tmp/tmpxft_0000489d_00000000-26_cu-kernels.compute_30.cudafe2.gpu" --nv_arch "compute_30" --module_id_file_name "/tmp/tmpxft_0000489d_00000000-3_cu-kernels.module_id" --include_file_name "tmpxft_0000489d_00000000-2_cu-kernels.fatbin.c" "/tmp/tmpxft_0000489d_00000000-25_cu-kernels.compute_30.cpp2.i"
#$ g++-4.8 -D__CUDA_ARCH__=300 -E -x c -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDABE__ -D__CUDANVVM__ -fPIC -D__CUDA_PREC_DIV -D__CUDA_PREC_SQRT -I"/usr//include" -I"../" -m64 -g -gdwarf-2 "/tmp/tmpxft_0000489d_00000000-26_cu-kernels.compute_30.cudafe2.gpu" > "/tmp/tmpxft_0000489d_00000000-27_cu-kernels.compute_30.cpp3.i"
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o indirect-diff-diag-gmm.o indirect-diff-diag-gmm.cc
#$ g++-4.8 -D__CUDA_ARCH__=350 -E -x c++ -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -fPIC -I"/usr//include" -I"../" -D"__CUDACC_VER__=70517" -D"__CUDACC_VER_BUILD__=17" -D"__CUDACC_VER_MINOR__=5" -D"__CUDACC_VER_MAJOR__=7" -D"HAVE_CUDA" -D"KALDI_DOUBLEPRECISION=0" -include "cuda_runtime.h" -m64 -g -gdwarf-2 "cu-kernels.cu" > "/tmp/tmpxft_0000489d_00000000-28_cu-kernels.compute_35.cpp1.ii"
make -C fstext
make[2]: Entering directory '/home/kamen/kaldi/src/fstext'
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wno-sign-compare -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o push-special.o push-special.cc
#$ cudafe --allow_managed --m64 --gnu_version=40805 -tused --no_remove_unneeded_entities --gen_c_file_name "/tmp/tmpxft_0000489d_00000000-10_cu-kernels.compute_35.cudafe1.c" --stub_file_name "/tmp/tmpxft_0000489d_00000000-10_cu-kernels.compute_35.cudafe1.stub.c" --gen_device_file_name "/tmp/tmpxft_0000489d_00000000-10_cu-kernels.compute_35.cudafe1.gpu" --nv_arch "compute_35" --module_id_file_name "/tmp/tmpxft_0000489d_00000000-3_cu-kernels.module_id" --include_file_name "tmpxft_0000489d_00000000-2_cu-kernels.fatbin.c" "/tmp/tmpxft_0000489d_00000000-28_cu-kernels.compute_35.cpp1.ii"
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wno-sign-compare -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o kaldi-fst-io.o kaldi-fst-io.cc
#$ g++-4.8 -D__CUDA_ARCH__=350 -E -x c -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -D__CUDANVVM__ -fPIC -D__CUDA_PREC_DIV -D__CUDA_PREC_SQRT -I"/usr//include" -I"../" -m64 -g -gdwarf-2 "/tmp/tmpxft_0000489d_00000000-10_cu-kernels.compute_35.cudafe1.gpu" > "/tmp/tmpxft_0000489d_00000000-29_cu-kernels.compute_35.cpp2.i"
#$ cudafe -w --allow_managed --m64 --gnu_version=40805 --c --gen_c_file_name "/tmp/tmpxft_0000489d_00000000-30_cu-kernels.compute_35.cudafe2.c" --stub_file_name "/tmp/tmpxft_0000489d_00000000-30_cu-kernels.compute_35.cudafe2.stub.c" --gen_device_file_name "/tmp/tmpxft_0000489d_00000000-30_cu-kernels.compute_35.cudafe2.gpu" --nv_arch "compute_35" --module_id_file_name "/tmp/tmpxft_0000489d_00000000-3_cu-kernels.module_id" --include_file_name "tmpxft_0000489d_00000000-2_cu-kernels.fatbin.c" "/tmp/tmpxft_0000489d_00000000-29_cu-kernels.compute_35.cpp2.i"
#$ g++-4.8 -D__CUDA_ARCH__=350 -E -x c -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDABE__ -D__CUDANVVM__ -fPIC -D__CUDA_PREC_DIV -D__CUDA_PREC_SQRT -I"/usr//include" -I"../" -m64 -g -gdwarf-2 "/tmp/tmpxft_0000489d_00000000-30_cu-kernels.compute_35.cudafe2.gpu" > "/tmp/tmpxft_0000489d_00000000-31_cu-kernels.compute_35.cpp3.i"
#$ g++-4.8 -D__CUDA_ARCH__=500 -E -x c++ -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -fPIC -I"/usr//include" -I"../" -D"__CUDACC_VER__=70517" -D"__CUDACC_VER_BUILD__=17" -D"__CUDACC_VER_MINOR__=5" -D"__CUDACC_VER_MAJOR__=7" -D"HAVE_CUDA" -D"KALDI_DOUBLEPRECISION=0" -include "cuda_runtime.h" -m64 -g -gdwarf-2 "cu-kernels.cu" > "/tmp/tmpxft_0000489d_00000000-32_cu-kernels.compute_50.cpp1.ii"
ar -cru kaldi-gmm.a diag-gmm.o diag-gmm-normal.o mle-diag-gmm.o am-diag-gmm.o mle-am-diag-gmm.o full-gmm.o full-gmm-normal.o mle-full-gmm.o model-common.o decodable-am-diag-gmm.o model-test-common.o ebw-diag-gmm.o indirect-diff-diag-gmm.o
ar: `u' modifier ignored since `D' is the default (see `U')
#$ cudafe --allow_managed --m64 --gnu_version=40805 -tused --no_remove_unneeded_entities --gen_c_file_name "/tmp/tmpxft_0000489d_00000000-7_cu-kernels.compute_50.cudafe1.c" --stub_file_name "/tmp/tmpxft_0000489d_00000000-7_cu-kernels.compute_50.cudafe1.stub.c" --gen_device_file_name "/tmp/tmpxft_0000489d_00000000-7_cu-kernels.compute_50.cudafe1.gpu" --nv_arch "compute_50" --module_id_file_name "/tmp/tmpxft_0000489d_00000000-3_cu-kernels.module_id" --include_file_name "tmpxft_0000489d_00000000-2_cu-kernels.fatbin.c" "/tmp/tmpxft_0000489d_00000000-32_cu-kernels.compute_50.cpp1.ii"
ranlib kaldi-gmm.a
g++-4.8 -shared -o libkaldi-gmm.so -Wl,--no-undefined -Wl,--as-needed -Wl,-soname=libkaldi-gmm.so,--whole-archive kaldi-gmm.a -Wl,--no-whole-archive -Wl,-rpath=/home/kamen/kaldi/tools/openfst/lib -rdynamic -Wl,-rpath=/home/kamen/kaldi/src/lib ../tree/libkaldi-tree.so ../util/libkaldi-util.so ../matrix/libkaldi-matrix.so ../base/libkaldi-base.so /home/kamen/kaldi/tools/openfst/lib/libfst.so /usr/lib/libatlas.so.3 /usr/lib/libf77blas.so.3 /usr/lib/libcblas.so.3 /usr/lib/liblapack_atlas.so.3 -lm -lpthread -ldl
ln -sf /home/kamen/kaldi/src/gmm/libkaldi-gmm.so /home/kamen/kaldi/src/lib/libkaldi-gmm.so
make[2]: Leaving directory '/home/kamen/kaldi/src/gmm'
make -C hmm
make[2]: Entering directory '/home/kamen/kaldi/src/hmm'
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o hmm-topology.o hmm-topology.cc
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o transition-model.o transition-model.cc
#$ g++-4.8 -D__CUDA_ARCH__=500 -E -x c -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -D__CUDANVVM__ -fPIC -D__CUDA_PREC_DIV -D__CUDA_PREC_SQRT -I"/usr//include" -I"../" -m64 -g -gdwarf-2 "/tmp/tmpxft_0000489d_00000000-7_cu-kernels.compute_50.cudafe1.gpu" > "/tmp/tmpxft_0000489d_00000000-33_cu-kernels.compute_50.cpp2.i"
#$ cudafe -w --allow_managed --m64 --gnu_version=40805 --c --gen_c_file_name "/tmp/tmpxft_0000489d_00000000-34_cu-kernels.compute_50.cudafe2.c" --stub_file_name "/tmp/tmpxft_0000489d_00000000-34_cu-kernels.compute_50.cudafe2.stub.c" --gen_device_file_name "/tmp/tmpxft_0000489d_00000000-34_cu-kernels.compute_50.cudafe2.gpu" --nv_arch "compute_50" --module_id_file_name "/tmp/tmpxft_0000489d_00000000-3_cu-kernels.module_id" --include_file_name "tmpxft_0000489d_00000000-2_cu-kernels.fatbin.c" "/tmp/tmpxft_0000489d_00000000-33_cu-kernels.compute_50.cpp2.i"
#$ g++-4.8 -D__CUDA_ARCH__=500 -E -x c -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDABE__ -D__CUDANVVM__ -fPIC -D__CUDA_PREC_DIV -D__CUDA_PREC_SQRT -I"/usr//include" -I"../" -m64 -g -gdwarf-2 "/tmp/tmpxft_0000489d_00000000-34_cu-kernels.compute_50.cudafe2.gpu" > "/tmp/tmpxft_0000489d_00000000-35_cu-kernels.compute_50.cpp3.i"
#$ g++-4.8 -D__CUDA_ARCH__=530 -E -x c -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -D__CUDANVVM__ -fPIC -D__CUDA_PREC_DIV -D__CUDA_PREC_SQRT -I"/usr//include" -I"../" -m64 -g -gdwarf-2 "/tmp/tmpxft_0000489d_00000000-4_cu-kernels.compute_53.cudafe1.gpu" > "/tmp/tmpxft_0000489d_00000000-36_cu-kernels.compute_53.cpp2.i"
#$ cudafe -w --allow_managed --m64 --gnu_version=40805 --c --gen_c_file_name "/tmp/tmpxft_0000489d_00000000-37_cu-kernels.compute_53.cudafe2.c" --stub_file_name "/tmp/tmpxft_0000489d_00000000-37_cu-kernels.compute_53.cudafe2.stub.c" --gen_device_file_name "/tmp/tmpxft_0000489d_00000000-37_cu-kernels.compute_53.cudafe2.gpu" --nv_arch "compute_53" --module_id_file_name "/tmp/tmpxft_0000489d_00000000-3_cu-kernels.module_id" --include_file_name "tmpxft_0000489d_00000000-2_cu-kernels.fatbin.c" "/tmp/tmpxft_0000489d_00000000-36_cu-kernels.compute_53.cpp2.i"
#$ g++-4.8 -D__CUDA_ARCH__=530 -E -x c -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDABE__ -D__CUDANVVM__ -fPIC -D__CUDA_PREC_DIV -D__CUDA_PREC_SQRT -I"/usr//include" -I"../" -m64 -g -gdwarf-2 "/tmp/tmpxft_0000489d_00000000-37_cu-kernels.compute_53.cudafe2.gpu" > "/tmp/tmpxft_0000489d_00000000-38_cu-kernels.compute_53.cpp3.i"
#$ filehash -s "" "/tmp/tmpxft_0000489d_00000000-23_cu-kernels.compute_20.cpp3.i" "/tmp/tmpxft_0000489d_00000000-27_cu-kernels.compute_30.cpp3.i" "/tmp/tmpxft_0000489d_00000000-31_cu-kernels.compute_35.cpp3.i" "/tmp/tmpxft_0000489d_00000000-35_cu-kernels.compute_50.cpp3.i" "/tmp/tmpxft_0000489d_00000000-38_cu-kernels.compute_53.cpp3.i" > "/tmp/tmpxft_0000489d_00000000-39_cu-kernels.hash"
#$ g++-4.8 -E -x c++ -D__CUDACC__ -D__NVCC__ -fPIC -I"/usr//include" -I"../" -D"__CUDACC_VER__=70517" -D"__CUDACC_VER_BUILD__=17" -D"__CUDACC_VER_MINOR__=5" -D"__CUDACC_VER_MAJOR__=7" -D"HAVE_CUDA" -D"KALDI_DOUBLEPRECISION=0" -include "cuda_runtime.h" -m64 -g -gdwarf-2 "cu-kernels.cu" > "/tmp/tmpxft_0000489d_00000000-17_cu-kernels.cpp4.ii"
#$ cudafe++ --allow_managed --m64 --gnu_version=40805 --parse_templates --gen_c_file_name "/tmp/tmpxft_0000489d_00000000-16_cu-kernels.compute_20.cudafe1.cpp" --stub_file_name "tmpxft_0000489d_00000000-16_cu-kernels.compute_20.cudafe1.stub.c" --module_id_file_name "/tmp/tmpxft_0000489d_00000000-3_cu-kernels.module_id" "/tmp/tmpxft_0000489d_00000000-17_cu-kernels.cpp4.ii"
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o hmm-utils.o hmm-utils.cc
ar -cru kaldi-fstext.a push-special.o kaldi-fst-io.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib kaldi-fstext.a
g++-4.8 -shared -o libkaldi-fstext.so -Wl,--no-undefined -Wl,--as-needed -Wl,-soname=libkaldi-fstext.so,--whole-archive kaldi-fstext.a -Wl,--no-whole-archive -Wl,-rpath=/home/kamen/kaldi/tools/openfst/lib -rdynamic -Wl,-rpath=/home/kamen/kaldi/src/lib ../tree/libkaldi-tree.so ../util/libkaldi-util.so ../matrix/libkaldi-matrix.so ../base/libkaldi-base.so /home/kamen/kaldi/tools/openfst/lib/libfst.so /usr/lib/libatlas.so.3 /usr/lib/libf77blas.so.3 /usr/lib/libcblas.so.3 /usr/lib/liblapack_atlas.so.3 -lm -lpthread -ldl
kaldi-fstext.a(kaldi-fst-io.o): In function `fst::ReadFstKaldi(std::string)':
/home/kamen/kaldi/src/fstext/kaldi-fst-io.cc:34: undefined reference to `fst::FstHeader::Read(std::istream&, std::string const&, bool)'
/home/kamen/kaldi/src/fstext/kaldi-fst-io.cc:37: undefined reference to `fst::FstReadOptions::FstReadOptions(std::string const&, fst::FstHeader const*, fst::SymbolTable const*, fst::SymbolTable const*)'
kaldi-fstext.a(kaldi-fst-io.o): In function `fst::ReadFstKaldiGeneric(std::string, bool)':
/home/kamen/kaldi/src/fstext/kaldi-fst-io.cc:51: undefined reference to `fst::FstHeader::Read(std::istream&, std::string const&, bool)'
/home/kamen/kaldi/src/fstext/kaldi-fst-io.cc:73: undefined reference to `fst::FstReadOptions::FstReadOptions(std::string const&, fst::FstHeader const*, fst::SymbolTable const*, fst::SymbolTable const*)'
kaldi-fstext.a(kaldi-fst-io.o): In function `fst::internal::ConstFstImpl<fst::ArcTpl<fst::TropicalWeightTpl<float> >, unsigned int>::Read(std::istream&, fst::FstReadOptions const&)':
/home/kamen/kaldi/tools/openfst/include/fst/const-fst.h:215: undefined reference to `fst::MappedFile::Map(std::istream*, bool, std::string const&, unsigned long)'
/home/kamen/kaldi/tools/openfst/include/fst/const-fst.h:228: undefined reference to `fst::MappedFile::Map(std::istream*, bool, std::string const&, unsigned long)'
kaldi-fstext.a(kaldi-fst-io.o): In function `fst::internal::FstImpl<fst::ArcTpl<fst::TropicalWeightTpl<float> > >::ReadHeader(std::istream&, fst::FstReadOptions const&, int, fst::FstHeader*)':
/home/kamen/kaldi/tools/openfst/include/fst/fst.h:796: undefined reference to `fst::FstHeader::Read(std::istream&, std::string const&, bool)'
kaldi-fstext.a(kaldi-fst-io.o): In function `fst::internal::FstImpl<fst::ArcTpl<fst::TropicalWeightTpl<float> > >::WriteFstHeader(fst::Fst<fst::ArcTpl<fst::TropicalWeightTpl<float> > > const&, std::ostream&, fst::FstWriteOptions const&, int, std::string const&, unsigned long, fst::FstHeader*)':
/home/kamen/kaldi/tools/openfst/include/fst/fst.h:745: undefined reference to `fst::FstHeader::Write(std::ostream&, std::string const&) const'
collect2: error: ld returned 1 exit status
../makefiles/default_rules.mk:31: recipe for target 'libkaldi-fstext.so' failed
make[2]: *** [libkaldi-fstext.so] Error 1
make[2]: Leaving directory '/home/kamen/kaldi/src/fstext'
Makefile:142: recipe for target 'fstext' failed
make[1]: *** [fstext] Error 2
make[1]: *** Waiting for unfinished jobs....
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o tree-accu.o tree-accu.cc
#$ cicc -arch compute_20 -m64 -ftz=0 -prec_div=1 -prec_sqrt=1 -fmad=1 -nvvmir-library "/usr/lib/nvidia-cuda-toolkit/libdevice/libdevice.compute_20.10.bc" --orig_src_file_name "cu-kernels.cu" "/tmp/tmpxft_0000489d_00000000-23_cu-kernels.compute_20.cpp3.i" -o "/tmp/tmpxft_0000489d_00000000-18_cu-kernels.compute_20.ptx"
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o posterior.o posterior.cc
#$ ptxas -arch=sm_20 -m64 "/tmp/tmpxft_0000489d_00000000-18_cu-kernels.compute_20.ptx" -o "/tmp/tmpxft_0000489d_00000000-41_cu-kernels.compute_20.cubin"
g++-4.8 -std=c++11 -I.. -I/home/kamen/kaldi/tools/openfst/include -Wall -Wno-sign-compare -Wno-unused-local-typedefs -Wno-deprecated-declarations -Winit-self -DKALDI_DOUBLEPRECISION=0 -DHAVE_EXECINFO_H=1 -DHAVE_CXXABI_H -DHAVE_ATLAS -I/home/kamen/kaldi/tools/ATLAS_headers/include -msse -msse2 -pthread -g -fPIC -DHAVE_CUDA -I/usr//include -c -o hmm-test-utils.o hmm-test-utils.cc
#$ g++-4.8 -E -x c++ -D__CUDACC__ -D__NVCC__ -fPIC -I"/usr//include" -I"../" -D"__CUDACC_VER__=70517" -D"__CUDACC_VER_BUILD__=17" -D"__CUDACC_VER_MINOR__=5" -D"__CUDACC_VER_MAJOR__=7" -D"HAVE_CUDA" -D"KALDI_DOUBLEPRECISION=0" -include "cuda_runtime.h" -m64 -g -gdwarf-2 "cu-kernels.cu" > "/tmp/tmpxft_0000489d_00000000-14_cu-kernels.cpp4.ii"
#$ cudafe++ --allow_managed --m64 --gnu_version=40805 --parse_templates --gen_c_file_name "/tmp/tmpxft_0000489d_00000000-13_cu-kernels.compute_30.cudafe1.cpp" --stub_file_name "tmpxft_0000489d_00000000-13_cu-kernels.compute_30.cudafe1.stub.c" --module_id_file_name "/tmp/tmpxft_0000489d_00000000-3_cu-kernels.module_id" "/tmp/tmpxft_0000489d_00000000-14_cu-kernels.cpp4.ii"
#$ cicc -arch compute_30 -m64 -ftz=0 -prec_div=1 -prec_sqrt=1 -fmad=1 -nvvmir-library "/usr/lib/nvidia-cuda-toolkit/libdevice/libdevice.compute_30.10.bc" --orig_src_file_name "cu-kernels.cu" "/tmp/tmpxft_0000489d_00000000-27_cu-kernels.compute_30.cpp3.i" -o "/tmp/tmpxft_0000489d_00000000-15_cu-kernels.compute_30.ptx"
#$ ptxas -arch=sm_30 -m64 "/tmp/tmpxft_0000489d_00000000-15_cu-kernels.compute_30.ptx" -o "/tmp/tmpxft_0000489d_00000000-43_cu-kernels.compute_30.cubin"
#$ g++-4.8 -E -x c++ -D__CUDACC__ -D__NVCC__ -fPIC -I"/usr//include" -I"../" -D"__CUDACC_VER__=70517" -D"__CUDACC_VER_BUILD__=17" -D"__CUDACC_VER_MINOR__=5" -D"__CUDACC_VER_MAJOR__=7" -D"HAVE_CUDA" -D"KALDI_DOUBLEPRECISION=0" -include "cuda_runtime.h" -m64 -g -gdwarf-2 "cu-kernels.cu" > "/tmp/tmpxft_0000489d_00000000-11_cu-kernels.cpp4.ii"
#$ cudafe++ --allow_managed --m64 --gnu_version=40805 --parse_templates --gen_c_file_name "/tmp/tmpxft_0000489d_00000000-10_cu-kernels.compute_35.cudafe1.cpp" --stub_file_name "tmpxft_0000489d_00000000-10_cu-kernels.compute_35.cudafe1.stub.c" --module_id_file_name "/tmp/tmpxft_0000489d_00000000-3_cu-kernels.module_id" "/tmp/tmpxft_0000489d_00000000-11_cu-kernels.cpp4.ii"
#$ cicc -arch compute_35 -m64 -ftz=0 -prec_div=1 -prec_sqrt=1 -fmad=1 -nvvmir-library "/usr/lib/nvidia-cuda-toolkit/libdevice/libdevice.compute_35.10.bc" --orig_src_file_name "cu-kernels.cu" "/tmp/tmpxft_0000489d_00000000-31_cu-kernels.compute_35.cpp3.i" -o "/tmp/tmpxft_0000489d_00000000-12_cu-kernels.compute_35.ptx"
#$ ptxas -arch=sm_35 -m64 "/tmp/tmpxft_0000489d_00000000-12_cu-kernels.compute_35.ptx" -o "/tmp/tmpxft_0000489d_00000000-45_cu-kernels.compute_35.cubin"
#$ g++-4.8 -E -x c++ -D__CUDACC__ -D__NVCC__ -fPIC -I"/usr//include" -I"../" -D"__CUDACC_VER__=70517" -D"__CUDACC_VER_BUILD__=17" -D"__CUDACC_VER_MINOR__=5" -D"__CUDACC_VER_MAJOR__=7" -D"HAVE_CUDA" -D"KALDI_DOUBLEPRECISION=0" -include "cuda_runtime.h" -m64 -g -gdwarf-2 "cu-kernels.cu" > "/tmp/tmpxft_0000489d_00000000-8_cu-kernels.cpp4.ii"
#$ cudafe++ --allow_managed --m64 --gnu_version=40805 --parse_templates --gen_c_file_name "/tmp/tmpxft_0000489d_00000000-7_cu-kernels.compute_50.cudafe1.cpp" --stub_file_name "tmpxft_0000489d_00000000-7_cu-kernels.compute_50.cudafe1.stub.c" --module_id_file_name "/tmp/tmpxft_0000489d_00000000-3_cu-kernels.module_id" "/tmp/tmpxft_0000489d_00000000-8_cu-kernels.cpp4.ii"
#$ cicc -arch compute_50 -m64 -ftz=0 -prec_div=1 -prec_sqrt=1 -fmad=1 -nvvmir-library "/usr/lib/nvidia-cuda-toolkit/libdevice/libdevice.compute_30.10.bc" --orig_src_file_name "cu-kernels.cu" "/tmp/tmpxft_0000489d_00000000-35_cu-kernels.compute_50.cpp3.i" -o "/tmp/tmpxft_0000489d_00000000-9_cu-kernels.compute_50.ptx"
#$ ptxas -arch=sm_50 -m64 "/tmp/tmpxft_0000489d_00000000-9_cu-kernels.compute_50.ptx" -o "/tmp/tmpxft_0000489d_00000000-47_cu-kernels.compute_50.cubin"
#$ g++-4.8 -E -x c++ -D__CUDACC__ -D__NVCC__ -fPIC -I"/usr//include" -I"../" -D"__CUDACC_VER__=70517" -D"__CUDACC_VER_BUILD__=17" -D"__CUDACC_VER_MINOR__=5" -D"__CUDACC_VER_MAJOR__=7" -D"HAVE_CUDA" -D"KALDI_DOUBLEPRECISION=0" -include "cuda_runtime.h" -m64 -g -gdwarf-2 "cu-kernels.cu" > "/tmp/tmpxft_0000489d_00000000-5_cu-kernels.cpp4.ii"
#$ cudafe++ --allow_managed --m64 --gnu_version=40805 --parse_templates --gen_c_file_name "/tmp/tmpxft_0000489d_00000000-4_cu-kernels.compute_53.cudafe1.cpp" --stub_file_name "tmpxft_0000489d_00000000-4_cu-kernels.compute_53.cudafe1.stub.c" --module_id_file_name "/tmp/tmpxft_0000489d_00000000-3_cu-kernels.module_id" "/tmp/tmpxft_0000489d_00000000-5_cu-kernels.cpp4.ii"
#$ cicc -arch compute_53 -m64 -ftz=0 -prec_div=1 -prec_sqrt=1 -fmad=1 -nvvmir-library "/usr/lib/nvidia-cuda-toolkit/libdevice/libdevice.compute_30.10.bc" --orig_src_file_name "cu-kernels.cu" "/tmp/tmpxft_0000489d_00000000-38_cu-kernels.compute_53.cpp3.i" -o "/tmp/tmpxft_0000489d_00000000-6_cu-kernels.compute_53.ptx"
#$ ptxas -arch=sm_53 -m64 "/tmp/tmpxft_0000489d_00000000-6_cu-kernels.compute_53.ptx" -o "/tmp/tmpxft_0000489d_00000000-49_cu-kernels.compute_53.cubin"
#$ fatbinary --create="/tmp/tmpxft_0000489d_00000000-2_cu-kernels.fatbin" -64 --key="f2bddf2da5261710" --cmdline="" "--image=profile=sm_20@compute_20,file=/tmp/tmpxft_0000489d_00000000-41_cu-kernels.compute_20.cubin" "--image=profile=sm_30@compute_30,file=/tmp/tmpxft_0000489d_00000000-43_cu-kernels.compute_30.cubin" "--image=profile=sm_35@compute_35,file=/tmp/tmpxft_0000489d_00000000-45_cu-kernels.compute_35.cubin" "--image=profile=sm_50@compute_50,file=/tmp/tmpxft_0000489d_00000000-47_cu-kernels.compute_50.cubin" "--image=profile=sm_53@compute_53,file=/tmp/tmpxft_0000489d_00000000-49_cu-kernels.compute_53.cubin" --embedded-fatbin="/tmp/tmpxft_0000489d_00000000-2_cu-kernels.fatbin.c" --cuda
#$ rm /tmp/tmpxft_0000489d_00000000-2_cu-kernels.fatbin
#$ g++-4.8 -D__CUDA_ARCH__=200 -E -x c++ -DCUDA_DOUBLE_MATH_FUNCTIONS -fPIC -D__CUDA_PREC_DIV -D__CUDA_PREC_SQRT -I"/usr//include" -I"../" -m64 -g -gdwarf-2 "/tmp/tmpxft_0000489d_00000000-16_cu-kernels.compute_20.cudafe1.cpp" > "/tmp/tmpxft_0000489d_00000000-50_cu-kernels.compute_20.ii"
#$ g++-4.8 -c -x c++ -fPIC -I"/usr//include" -I"../" -fpreprocessed -m64 -g -gdwarf-2 -o "cu-kernels.o" "/tmp/tmpxft_0000489d_00000000-50_cu-kernels.compute_20.ii"
ar -cru kaldi-hmm.a hmm-topology.o transition-model.o hmm-utils.o tree-accu.o posterior.o hmm-test-utils.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib kaldi-hmm.a
g++-4.8 -shared -o libkaldi-hmm.so -Wl,--no-undefined -Wl,--as-needed -Wl,-soname=libkaldi-hmm.so,--whole-archive kaldi-hmm.a -Wl,--no-whole-archive -Wl,-rpath=/home/kamen/kaldi/tools/openfst/lib -rdynamic -Wl,-rpath=/home/kamen/kaldi/src/lib ../tree/libkaldi-tree.so ../util/libkaldi-util.so ../matrix/libkaldi-matrix.so ../base/libkaldi-base.so /home/kamen/kaldi/tools/openfst/lib/libfst.so /usr/lib/libatlas.so.3 /usr/lib/libf77blas.so.3 /usr/lib/libcblas.so.3 /usr/lib/liblapack_atlas.so.3 -lm -lpthread -ldl
ar -cru kaldi-cudamatrix.a cu-device.o cu-math.o cu-rand.o cu-matrix.o cu-packed-matrix.o cu-sp-matrix.o cu-vector.o cu-common.o cu-tp-matrix.o cu-block-matrix.o cu-sparse-matrix.o cu-allocator.o cu-array.o cu-kernels.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib kaldi-cudamatrix.a
g++-4.8 -shared -o libkaldi-cudamatrix.so -Wl,--no-undefined -Wl,--as-needed -Wl,-soname=libkaldi-cudamatrix.so,--whole-archive kaldi-cudamatrix.a -Wl,--no-whole-archive -Wl,-rpath=/home/kamen/kaldi/tools/openfst/lib -rdynamic -L/usr//lib64 -Wl,-rpath,/usr//lib64 -Wl,-rpath=/home/kamen/kaldi/src/lib ../util/libkaldi-util.so ../matrix/libkaldi-matrix.so ../base/libkaldi-base.so /home/kamen/kaldi/tools/openfst/lib/libfst.so /usr/lib/libatlas.so.3 /usr/lib/libf77blas.so.3 /usr/lib/libcblas.so.3 /usr/lib/liblapack_atlas.so.3 -lm -lpthread -ldl -lcublas -lcudart -lcurand
kaldi-hmm.a(hmm-utils.o): In function `fst::internal::FstImpl<fst::ReverseArc<fst::ArcTpl<fst::TropicalWeightTpl<float> > > >::WriteFstHeader(fst::Fst<fst::ReverseArc<fst::ArcTpl<fst::TropicalWeightTpl<float> > > > const&, std::ostream&, fst::FstWriteOptions const&, int, std::string const&, unsigned long, fst::FstHeader*)':
/home/kamen/kaldi/tools/openfst/include/fst/fst.h:745: undefined reference to `fst::FstHeader::Write(std::ostream&, std::string const&) const'
kaldi-hmm.a(hmm-utils.o): In function `fst::internal::FstImpl<fst::ArcTpl<fst::TropicalWeightTpl<float> > >::WriteFstHeader(fst::Fst<fst::ArcTpl<fst::TropicalWeightTpl<float> > > const&, std::ostream&, fst::FstWriteOptions const&, int, std::string const&, unsigned long, fst::FstHeader*)':
/home/kamen/kaldi/tools/openfst/include/fst/fst.h:745: undefined reference to `fst::FstHeader::Write(std::ostream&, std::string const&) const'
ln -sf /home/kamen/kaldi/src/cudamatrix/libkaldi-cudamatrix.so /home/kamen/kaldi/src/lib/libkaldi-cudamatrix.so
make[2]: Leaving directory '/home/kamen/kaldi/src/cudamatrix'
collect2: error: ld returned 1 exit status
../makefiles/default_rules.mk:31: recipe for target 'libkaldi-hmm.so' failed
make[2]: *** [libkaldi-hmm.so] Error 1
make[2]: Leaving directory '/home/kamen/kaldi/src/hmm'
Makefile:142: recipe for target 'hmm' failed
make[1]: *** [hmm] Error 2
make[1]: Leaving directory '/home/kamen/kaldi/src'
Makefile:35: recipe for target 'all' failed
make: *** [all] Error 2
Go to http://kaldi-asr.org/forums.html find out how to join
---
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+unsubscribe@googlegroups.com.
To post to this group, send email to kaldi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/5d912eed-4025-44f7-8583-0b538d9da222%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
That's what I did when I got these results, I also explored threads with similar problems but nothing helped.
--
Go to http://kaldi-asr.org/forums.html find out how to join
---
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+unsubscribe@googlegroups.com.
To post to this group, send email to kaldi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/add7e984-34ac-4504-abb3-9a2504356ca0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Yep I didn't have a problem with that.
On Sunday, 5 November 2017 23:41:59 UTC, Daniel Galvez wrote:
Have you built openfst in the tools/ directory?
On Sun, Nov 5, 2017 at 3:40 PM, Kamen Dochev <doch...@gmail.com> wrote:
That's what I did when I got these results, I also explored threads with similar problems but nothing helped.
--
Go to http://kaldi-asr.org/forums.html find out how to join
---
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+...@googlegroups.com.
To post to this group, send email to kaldi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/add7e984-34ac-4504-abb3-9a2504356ca0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Daniel Galvez
--
Go to http://kaldi-asr.org/forums.html find out how to join
---
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+unsubscribe@googlegroups.com.
To post to this group, send email to kaldi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/bc1335f6-5173-4d33-991c-129c16d43ebb%40googlegroups.com.
That's because the default gcc version on my laptop is 5.4 and I tried running all installation commands with CXX=g++-4.8 to see if that would make any difference. I did make clean and then make in OpenFst but unforutantely I still get the same undefined referrence errors when running make in src. If I delete all files in kaldi and then try to install everything again from scratch would that possibly fix this problem?
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/bc1335f6-5173-4d33-991c-129c16d43ebb%40googlegroups.com.
--
Go to http://kaldi-asr.org/forums.html find out how to join
---
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+unsubscribe@googlegroups.com.
To post to this group, send email to kaldi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/b3d42ec0-3d8c-4ac9-9bb5-6ef038c51453%40googlegroups.com.
This is what I get:
~/kaldi/tools/openfst/lib $ ldd libfst.so
linux-vdso.so.1 => (0x00007ffeb27ed000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007ff0d897c000)
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007ff0d85fa000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007ff0d82f0000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007ff0d7f26000)
/lib64/ld-linux-x86-64.so.2 (0x000055e9be8c5000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007ff0d7d10000)
I don't really know how to read that output so I can't say whether it's weird or not. Thanks all for your help so far and apologies for taking your time to help me sort this out.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/b3d42ec0-3d8c-4ac9-9bb5-6ef038c51453%40googlegroups.com.
--
Go to http://kaldi-asr.org/forums.html find out how to join
---
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+unsubscribe@googlegroups.com.
To post to this group, send email to kaldi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/54c838b0-4e8f-46c2-b073-bf12697b4f0b%40googlegroups.com.
Yep, here's the ouptut:
kamen@Legionkata ~/kaldi/tools $ nm openfst/lib/libfst.so | grep FstHeader | grep Read
00000000003c122e T _ZN3fst14FstReadOptionsC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKNS_9FstHeaderEPKNS_11SymbolTableESE_
00000000003c122e T _ZN3fst14FstReadOptionsC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKNS_9FstHeaderEPKNS_11SymbolTableESE_
00000000003dc0e6 W _ZN3fst19DefaultCompactStoreIijE4ReadINS_15StringCompactorINS_6ArcTplINS_12LogWeightTplIfEEEEEEEEPS1_RSiRKNS_14FstReadOptionsERKNS_9FstHeaderERKT_
00000000003db34e W _ZN3fst19DefaultCompactStoreIijE4ReadINS_15StringCompactorINS_6ArcTplINS_17TropicalWeightTplIfEEEEEEEEPS1_RSiRKNS_14FstReadOptionsERKNS_9FstHeaderERKT_
00000000003e2bda W _ZN3fst19DefaultCompactStoreISt4pairIiiEjE4ReadINS_27UnweightedAcceptorCompactorINS_6ArcTplINS_12LogWeightTplIfEEEEEEEEPS3_RSiRKNS_14FstReadOptionsERKNS_9FstHeaderERKT_
00000000003e1e46 W _ZN3fst19DefaultCompactStoreISt4pairIiiEjE4ReadINS_27UnweightedAcceptorCompactorINS_6ArcTplINS_17TropicalWeightTplIfEEEEEEEEPS3_RSiRKNS_14FstReadOptionsERKNS_9FstHeaderERKT_
00000000003ddb22 W _ZN3fst19DefaultCompactStoreISt4pairIiNS_12LogWeightTplIfEEEjE4ReadINS_23WeightedStringCompactorINS_6ArcTplIS3_EEEEEEPS5_RSiRKNS_14FstReadOptionsERKNS_9FstHeaderERKT_
00000000003dcd98 W _ZN3fst19DefaultCompactStoreISt4pairIiNS_17TropicalWeightTplIfEEEjE4ReadINS_23WeightedStringCompactorINS_6ArcTplIS3_EEEEEEPS5_RSiRKNS_14FstReadOptionsERKNS_9FstHeaderERKT_
00000000003e1182 W _ZN3fst19DefaultCompactStoreISt4pairIS1_IiiEiEjE4ReadINS_19UnweightedCompactorINS_6ArcTplINS_12LogWeightTplIfEEEEEEEEPS4_RSiRKNS_14FstReadOptionsERKNS_9FstHeaderERKT_
00000000003e03e6 W _ZN3fst19DefaultCompactStoreISt4pairIS1_IiiEiEjE4ReadINS_19UnweightedCompactorINS_6ArcTplINS_17TropicalWeightTplIfEEEEEEEEPS4_RSiRKNS_14FstReadOptionsERKNS_9FstHeaderERKT_
00000000003df64a W _ZN3fst19DefaultCompactStoreISt4pairIS1_IiNS_12LogWeightTplIfEEEiEjE4ReadINS_17AcceptorCompactorINS_6ArcTplIS3_EEEEEEPS6_RSiRKNS_14FstReadOptionsERKNS_9FstHeaderERKT_
00000000003de8ae W _ZN3fst19DefaultCompactStoreISt4pairIS1_IiNS_17TropicalWeightTplIfEEEiEjE4ReadINS_17AcceptorCompactorINS_6ArcTplIS3_EEEEEEPS6_RSiRKNS_14FstReadOptionsERKNS_9FstHeaderERKT_
00000000003d704a W _ZN3fst8internal7FstImplINS_6ArcTplINS_12LogWeightTplIdEEEEE10ReadHeaderERSiRKNS_14FstReadOptionsEiPNS_9FstHeaderE
00000000003d614e W _ZN3fst8internal7FstImplINS_6ArcTplINS_12LogWeightTplIfEEEEE10ReadHeaderERSiRKNS_14FstReadOptionsEiPNS_9FstHeaderE
00000000003d5220 W _ZN3fst8internal7FstImplINS_6ArcTplINS_17TropicalWeightTplIfEEEEE10ReadHeaderERSiRKNS_14FstReadOptionsEiPNS_9FstHeaderE
00000000003c0c5a T _ZN3fst9FstHeader4ReadERSiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb
kamen@Legionkata ~/kaldi/tools $ ls -l openfst
lrwxrwxrwx 1 kamen kamen 13 Nov 6 17:08 openfst -> openfst-1.6.2
kamen@Legionkata ~/kaldi/tools $ ls -l openfst/lib
total 370672
drwxrwxr-x 2 kamen kamen 4096 Nov 6 17:08 fst
-rw-r--r-- 1 kamen kamen 14677154 Nov 6 17:04 libfst.a
-rw-r--r-- 1 kamen kamen 8774 Nov 6 17:07 libfstfar.a
-rwxr-xr-x 1 kamen kamen 1039 Nov 6 17:07 libfstfar.la
-rw-r--r-- 1 kamen kamen 14398892 Nov 6 17:07 libfstfarscript.a
-rwxr-xr-x 1 kamen kamen 1194 Nov 6 17:07 libfstfarscript.la
lrwxrwxrwx 1 kamen kamen 24 Nov 6 17:07 libfstfarscript.so -> libfstfarscript.so.7.0.0
lrwxrwxrwx 1 kamen kamen 24 Nov 6 17:07 libfstfarscript.so.7 -> libfstfarscript.so.7.0.0
-rwxr-xr-x 1 kamen kamen 7523816 Nov 6 17:07 libfstfarscript.so.7.0.0
lrwxrwxrwx 1 kamen kamen 18 Nov 6 17:07 libfstfar.so -> libfstfar.so.7.0.0
lrwxrwxrwx 1 kamen kamen 18 Nov 6 17:07 libfstfar.so.7 -> libfstfar.so.7.0.0
-rwxr-xr-x 1 kamen kamen 14384 Nov 6 17:07 libfstfar.so.7.0.0
-rwxr-xr-x 1 kamen kamen 966 Nov 6 17:04 libfst.la
-rw-r--r-- 1 kamen kamen 2765214 Nov 6 17:08 libfstngram.a
-rwxr-xr-x 1 kamen kamen 1053 Nov 6 17:08 libfstngram.la
lrwxrwxrwx 1 kamen kamen 20 Nov 6 17:08 libfstngram.so -> libfstngram.so.7.0.0
lrwxrwxrwx 1 kamen kamen 20 Nov 6 17:08 libfstngram.so.7 -> libfstngram.so.7.0.0
-rwxr-xr-x 1 kamen kamen 1661872 Nov 6 17:08 libfstngram.so.7.0.0
-rw-r--r-- 1 kamen kamen 259200624 Nov 6 17:07 libfstscript.a
-rwxr-xr-x 1 kamen kamen 1060 Nov 6 17:07 libfstscript.la
lrwxrwxrwx 1 kamen kamen 21 Nov 6 17:07 libfstscript.so -> libfstscript.so.7.0.0
lrwxrwxrwx 1 kamen kamen 21 Nov 6 17:07 libfstscript.so.7 -> libfstscript.so.7.0.0
-rwxr-xr-x 1 kamen kamen 70509544 Nov 6 17:07 libfstscript.so.7.0.0
lrwxrwxrwx 1 kamen kamen 15 Nov 6 17:04 libfst.so -> libfst.so.7.0.0
lrwxrwxrwx 1 kamen kamen 15 Nov 6 17:04 libfst.so.7 -> libfst.so.7.0.0
-rwxr-xr-x 1 kamen kamen 8751232 Nov 6 17:04 libfst.so.7.0.0
kamen@Legionkata ~/kaldi/tools $
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/54c838b0-4e8f-46c2-b073-bf12697b4f0b%40googlegroups.com.
--
Go to http://kaldi-asr.org/forums.html find out how to join
---
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+unsubscribe@googlegroups.com.
To post to this group, send email to kaldi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/1e5cb712-2785-422d-b21d-102b1d69ff4d%40googlegroups.com.
I think you are right because after downgrading the default g++ version from 5.4 to 4.8 I get an error when doing 'make clean' and then 'make' in the OpenFst directory. Ironically, it's an undefined referrence error again:
kamen@Legionkata ~/kaldi/tools/openfst $ make clean
Making clean in src
make[1]: Entering directory '/home/kamen/kaldi/tools/openfst-1.6.2/src'
Making clean in include
make[2]: Entering directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/include'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/include'
Making clean in lib
make[2]: Entering directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/lib'
test -z "libfst.la" || rm -f libfst.la
rm -f ./so_locations
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/lib'
Making clean in script
make[2]: Entering directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/script'
test -z "libfstscript.la" || rm -f libfstscript.la
rm -f ./so_locations
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/script'
Making clean in bin
make[2]: Entering directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/bin'
rm -f fstarcsort fstclosure fstcompile fstcompose fstconcat fstconnect fstconvert fstdeterminize fstdifference fstdraw fstencode fstepsnormalize fstequal fstequivalent fstinfo fstintersect fstinvert fstisomorphic fstmap fstminimize fstprint fstproject fstprune fstpush fstrandgen fstrelabel fstreplace fstreverse fstreweight fstrmepsilon fstshortestdistance fstshortestpath fstsymbols fstsynchronize fsttopsort fstunion fstdisambiguate
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/bin'
Making clean in test
make[2]: Entering directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/test'
rm -f fst_test weight_test algo_test_log algo_test_tropical algo_test_minmax algo_test_lexicographic algo_test_power
rm -rf .libs _libs
rm -f *.o
test -z "fst_test.log weight_test.log algo_test_log.log algo_test_tropical.log algo_test_minmax.log algo_test_lexicographic.log algo_test_power.log" || rm -f fst_test.log weight_test.log algo_test_log.log algo_test_tropical.log algo_test_minmax.log algo_test_lexicographic.log algo_test_power.log
test -z "fst_test.trs weight_test.trs algo_test_log.trs algo_test_tropical.trs algo_test_minmax.trs algo_test_lexicographic.trs algo_test_power.trs" || rm -f fst_test.trs weight_test.trs algo_test_log.trs algo_test_tropical.trs algo_test_minmax.trs algo_test_lexicographic.trs algo_test_power.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
make[2]: Leaving directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/test'
Making clean in extensions
make[2]: Entering directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/extensions'
Making clean in far
make[3]: Entering directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/extensions/far'
rm -f farcompilestrings farcreate farequal farextract farinfo farisomorphic farprintstrings
test -z "libfstfar.la libfstfarscript.la" || rm -f libfstfar.la libfstfarscript.la
rm -f ./so_locations
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
make[3]: Leaving directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/extensions/far'
Making clean in ngram
make[3]: Entering directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/extensions/ngram'
test -z "libfstngram.la" || rm -f libfstngram.la
rm -f ./so_locations
test -z "ngram-fst.la" || rm -f ngram-fst.la
rm -f ./so_locations
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
make[3]: Leaving directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/extensions/ngram'
make[3]: Entering directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/extensions'
rm -rf .libs _libs
rm -f *.lo
make[3]: Leaving directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/extensions'
make[2]: Leaving directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/extensions'
make[2]: Entering directory '/home/kamen/kaldi/tools/openfst-1.6.2/src'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory '/home/kamen/kaldi/tools/openfst-1.6.2/src'
make[1]: Leaving directory '/home/kamen/kaldi/tools/openfst-1.6.2/src'
make[1]: Entering directory '/home/kamen/kaldi/tools/openfst-1.6.2'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory '/home/kamen/kaldi/tools/openfst-1.6.2'
kamen@Legionkata ~/kaldi/tools/openfst $ make -j 4
make all-recursive
make[1]: Entering directory '/home/kamen/kaldi/tools/openfst-1.6.2'
Making all in src
make[2]: Entering directory '/home/kamen/kaldi/tools/openfst-1.6.2/src'
Making all in include
make[3]: Entering directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/include'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/include'
Making all in lib
make[3]: Entering directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/lib'
depbase=`echo compat.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT compat.lo -MD -MP -MF $depbase.Tpo -c -o compat.lo compat.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo flags.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT flags.lo -MD -MP -MF $depbase.Tpo -c -o flags.lo flags.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo fst.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT fst.lo -MD -MP -MF $depbase.Tpo -c -o fst.lo fst.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo properties.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT properties.lo -MD -MP -MF $depbase.Tpo -c -o properties.lo properties.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT compat.lo -MD -MP -MF .deps/compat.Tpo -c compat.cc -fPIC -DPIC -o .libs/compat.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT fst.lo -MD -MP -MF .deps/fst.Tpo -c fst.cc -fPIC -DPIC -o .libs/fst.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT properties.lo -MD -MP -MF .deps/properties.Tpo -c properties.cc -fPIC -DPIC -o .libs/properties.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT flags.lo -MD -MP -MF .deps/flags.Tpo -c flags.cc -fPIC -DPIC -o .libs/flags.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT compat.lo -MD -MP -MF .deps/compat.Tpo -c compat.cc -o compat.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT properties.lo -MD -MP -MF .deps/properties.Tpo -c properties.cc -o properties.o >/dev/null 2>&1
depbase=`echo symbol-table.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -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
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -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
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT flags.lo -MD -MP -MF .deps/flags.Tpo -c flags.cc -o flags.o >/dev/null 2>&1
depbase=`echo util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT util.lo -MD -MP -MF $depbase.Tpo -c -o util.lo util.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cc -fPIC -DPIC -o .libs/util.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cc -o util.o >/dev/null 2>&1
depbase=`echo symbol-table-ops.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -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
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -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
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT symbol-table.lo -MD -MP -MF .deps/symbol-table.Tpo -c symbol-table.cc -o symbol-table.o >/dev/null 2>&1
depbase=`echo mapped-file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT mapped-file.lo -MD -MP -MF $depbase.Tpo -c -o mapped-file.lo mapped-file.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT mapped-file.lo -MD -MP -MF .deps/mapped-file.Tpo -c mapped-file.cc -fPIC -DPIC -o .libs/mapped-file.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT mapped-file.lo -MD -MP -MF .deps/mapped-file.Tpo -c mapped-file.cc -o mapped-file.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -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 >/dev/null 2>&1
depbase=`echo weight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT weight.lo -MD -MP -MF $depbase.Tpo -c -o weight.lo weight.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT weight.lo -MD -MP -MF .deps/weight.Tpo -c weight.cc -fPIC -DPIC -o .libs/weight.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT weight.lo -MD -MP -MF .deps/weight.Tpo -c weight.cc -o weight.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT fst.lo -MD -MP -MF .deps/fst.Tpo -c fst.cc -o fst.o >/dev/null 2>&1
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -version-info 7:0:0 -o libfst.la -rpath /home/kamen/kaldi/tools/openfst-1.6.2/lib compat.lo flags.lo fst.lo properties.lo symbol-table.lo util.lo symbol-table-ops.lo mapped-file.lo weight.lo -ldl -ldl
libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbeginS.o .libs/compat.o .libs/flags.o .libs/fst.o .libs/properties.o .libs/symbol-table.o .libs/util.o .libs/symbol-table-ops.o .libs/mapped-file.o .libs/weight.o -ldl -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/5/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o -Wl,-soname -Wl,libfst.so.7 -o .libs/libfst.so.7.0.0
libtool: link: (cd ".libs" && rm -f "libfst.so.7" && ln -s "libfst.so.7.0.0" "libfst.so.7")
libtool: link: (cd ".libs" && rm -f "libfst.so" && ln -s "libfst.so.7.0.0" "libfst.so")
libtool: link: ar cru .libs/libfst.a compat.o flags.o fst.o properties.o symbol-table.o util.o symbol-table-ops.o mapped-file.o weight.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libfst.a
libtool: link: ( cd ".libs" && rm -f "libfst.la" && ln -s "../libfst.la" "libfst.la" )
make[3]: Leaving directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/lib'
Making all in script
make[3]: Entering directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/script'
depbase=`echo arciterator-class.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT arciterator-class.lo -MD -MP -MF $depbase.Tpo -c -o arciterator-class.lo arciterator-class.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo arcsort.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT arcsort.lo -MD -MP -MF $depbase.Tpo -c -o arcsort.lo arcsort.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo closure.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT closure.lo -MD -MP -MF $depbase.Tpo -c -o closure.lo closure.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo compile.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT compile.lo -MD -MP -MF $depbase.Tpo -c -o compile.lo compile.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT compile.lo -MD -MP -MF .deps/compile.Tpo -c compile.cc -fPIC -DPIC -o .libs/compile.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT arciterator-class.lo -MD -MP -MF .deps/arciterator-class.Tpo -c arciterator-class.cc -fPIC -DPIC -o .libs/arciterator-class.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT arcsort.lo -MD -MP -MF .deps/arcsort.Tpo -c arcsort.cc -fPIC -DPIC -o .libs/arcsort.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT closure.lo -MD -MP -MF .deps/closure.Tpo -c closure.cc -fPIC -DPIC -o .libs/closure.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT closure.lo -MD -MP -MF .deps/closure.Tpo -c closure.cc -o closure.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT arcsort.lo -MD -MP -MF .deps/arcsort.Tpo -c arcsort.cc -o arcsort.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT arciterator-class.lo -MD -MP -MF .deps/arciterator-class.Tpo -c arciterator-class.cc -o arciterator-class.o >/dev/null 2>&1
depbase=`echo compose.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT compose.lo -MD -MP -MF $depbase.Tpo -c -o compose.lo compose.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT compose.lo -MD -MP -MF .deps/compose.Tpo -c compose.cc -fPIC -DPIC -o .libs/compose.o
depbase=`echo concat.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT concat.lo -MD -MP -MF $depbase.Tpo -c -o concat.lo concat.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT concat.lo -MD -MP -MF .deps/concat.Tpo -c concat.cc -fPIC -DPIC -o .libs/concat.o
depbase=`echo connect.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT connect.lo -MD -MP -MF $depbase.Tpo -c -o connect.lo connect.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT connect.lo -MD -MP -MF .deps/connect.Tpo -c connect.cc -fPIC -DPIC -o .libs/connect.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT compile.lo -MD -MP -MF .deps/compile.Tpo -c compile.cc -o compile.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT concat.lo -MD -MP -MF .deps/concat.Tpo -c concat.cc -o concat.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT connect.lo -MD -MP -MF .deps/connect.Tpo -c connect.cc -o connect.o >/dev/null 2>&1
depbase=`echo convert.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT convert.lo -MD -MP -MF $depbase.Tpo -c -o convert.lo convert.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT convert.lo -MD -MP -MF .deps/convert.Tpo -c convert.cc -fPIC -DPIC -o .libs/convert.o
depbase=`echo decode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT decode.lo -MD -MP -MF $depbase.Tpo -c -o decode.lo decode.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT decode.lo -MD -MP -MF .deps/decode.Tpo -c decode.cc -fPIC -DPIC -o .libs/decode.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT convert.lo -MD -MP -MF .deps/convert.Tpo -c convert.cc -o convert.o >/dev/null 2>&1
depbase=`echo determinize.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT determinize.lo -MD -MP -MF $depbase.Tpo -c -o determinize.lo determinize.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT determinize.lo -MD -MP -MF .deps/determinize.Tpo -c determinize.cc -fPIC -DPIC -o .libs/determinize.o
depbase=`echo difference.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT difference.lo -MD -MP -MF $depbase.Tpo -c -o difference.lo difference.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT difference.lo -MD -MP -MF .deps/difference.Tpo -c difference.cc -fPIC -DPIC -o .libs/difference.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT decode.lo -MD -MP -MF .deps/decode.Tpo -c decode.cc -o decode.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT compose.lo -MD -MP -MF .deps/compose.Tpo -c compose.cc -o compose.o >/dev/null 2>&1
depbase=`echo disambiguate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT disambiguate.lo -MD -MP -MF $depbase.Tpo -c -o disambiguate.lo disambiguate.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT disambiguate.lo -MD -MP -MF .deps/disambiguate.Tpo -c disambiguate.cc -fPIC -DPIC -o .libs/disambiguate.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT difference.lo -MD -MP -MF .deps/difference.Tpo -c difference.cc -o difference.o >/dev/null 2>&1
depbase=`echo draw.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT draw.lo -MD -MP -MF $depbase.Tpo -c -o draw.lo draw.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT draw.lo -MD -MP -MF .deps/draw.Tpo -c draw.cc -fPIC -DPIC -o .libs/draw.o
depbase=`echo encode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT encode.lo -MD -MP -MF $depbase.Tpo -c -o encode.lo encode.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT encode.lo -MD -MP -MF .deps/encode.Tpo -c encode.cc -fPIC -DPIC -o .libs/encode.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT draw.lo -MD -MP -MF .deps/draw.Tpo -c draw.cc -o draw.o >/dev/null 2>&1
depbase=`echo encodemapper-class.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT encodemapper-class.lo -MD -MP -MF $depbase.Tpo -c -o encodemapper-class.lo encodemapper-class.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT encodemapper-class.lo -MD -MP -MF .deps/encodemapper-class.Tpo -c encodemapper-class.cc -fPIC -DPIC -o .libs/encodemapper-class.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT encode.lo -MD -MP -MF .deps/encode.Tpo -c encode.cc -o encode.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT encodemapper-class.lo -MD -MP -MF .deps/encodemapper-class.Tpo -c encodemapper-class.cc -o encodemapper-class.o >/dev/null 2>&1
depbase=`echo epsnormalize.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT epsnormalize.lo -MD -MP -MF $depbase.Tpo -c -o epsnormalize.lo epsnormalize.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT epsnormalize.lo -MD -MP -MF .deps/epsnormalize.Tpo -c epsnormalize.cc -fPIC -DPIC -o .libs/epsnormalize.o
depbase=`echo equal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT equal.lo -MD -MP -MF $depbase.Tpo -c -o equal.lo equal.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT equal.lo -MD -MP -MF .deps/equal.Tpo -c equal.cc -fPIC -DPIC -o .libs/equal.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT equal.lo -MD -MP -MF .deps/equal.Tpo -c equal.cc -o equal.o >/dev/null 2>&1
depbase=`echo equivalent.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT equivalent.lo -MD -MP -MF $depbase.Tpo -c -o equivalent.lo equivalent.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT equivalent.lo -MD -MP -MF .deps/equivalent.Tpo -c equivalent.cc -fPIC -DPIC -o .libs/equivalent.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT determinize.lo -MD -MP -MF .deps/determinize.Tpo -c determinize.cc -o determinize.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT equivalent.lo -MD -MP -MF .deps/equivalent.Tpo -c equivalent.cc -o equivalent.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT epsnormalize.lo -MD -MP -MF .deps/epsnormalize.Tpo -c epsnormalize.cc -o epsnormalize.o >/dev/null 2>&1
depbase=`echo fst-class.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT fst-class.lo -MD -MP -MF $depbase.Tpo -c -o fst-class.lo fst-class.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT fst-class.lo -MD -MP -MF .deps/fst-class.Tpo -c fst-class.cc -fPIC -DPIC -o .libs/fst-class.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT fst-class.lo -MD -MP -MF .deps/fst-class.Tpo -c fst-class.cc -o fst-class.o >/dev/null 2>&1
depbase=`echo getters.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT getters.lo -MD -MP -MF $depbase.Tpo -c -o getters.lo getters.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT getters.lo -MD -MP -MF .deps/getters.Tpo -c getters.cc -fPIC -DPIC -o .libs/getters.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT getters.lo -MD -MP -MF .deps/getters.Tpo -c getters.cc -o getters.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT disambiguate.lo -MD -MP -MF .deps/disambiguate.Tpo -c disambiguate.cc -o disambiguate.o >/dev/null 2>&1
depbase=`echo info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT info.lo -MD -MP -MF $depbase.Tpo -c -o info.lo info.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.cc -fPIC -DPIC -o .libs/info.o
depbase=`echo intersect.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT intersect.lo -MD -MP -MF $depbase.Tpo -c -o intersect.lo intersect.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT intersect.lo -MD -MP -MF .deps/intersect.Tpo -c intersect.cc -fPIC -DPIC -o .libs/intersect.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.cc -o info.o >/dev/null 2>&1
depbase=`echo invert.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT invert.lo -MD -MP -MF $depbase.Tpo -c -o invert.lo invert.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT invert.lo -MD -MP -MF .deps/invert.Tpo -c invert.cc -fPIC -DPIC -o .libs/invert.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT invert.lo -MD -MP -MF .deps/invert.Tpo -c invert.cc -o invert.o >/dev/null 2>&1
depbase=`echo isomorphic.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT isomorphic.lo -MD -MP -MF $depbase.Tpo -c -o isomorphic.lo isomorphic.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT isomorphic.lo -MD -MP -MF .deps/isomorphic.Tpo -c isomorphic.cc -fPIC -DPIC -o .libs/isomorphic.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT intersect.lo -MD -MP -MF .deps/intersect.Tpo -c intersect.cc -o intersect.o >/dev/null 2>&1
depbase=`echo map.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT map.lo -MD -MP -MF $depbase.Tpo -c -o map.lo map.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT map.lo -MD -MP -MF .deps/map.Tpo -c map.cc -fPIC -DPIC -o .libs/map.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT isomorphic.lo -MD -MP -MF .deps/isomorphic.Tpo -c isomorphic.cc -o isomorphic.o >/dev/null 2>&1
depbase=`echo minimize.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT minimize.lo -MD -MP -MF $depbase.Tpo -c -o minimize.lo minimize.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT minimize.lo -MD -MP -MF .deps/minimize.Tpo -c minimize.cc -fPIC -DPIC -o .libs/minimize.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT map.lo -MD -MP -MF .deps/map.Tpo -c map.cc -o map.o >/dev/null 2>&1
depbase=`echo print.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT print.lo -MD -MP -MF $depbase.Tpo -c -o print.lo print.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT print.lo -MD -MP -MF .deps/print.Tpo -c print.cc -fPIC -DPIC -o .libs/print.o
depbase=`echo project.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT project.lo -MD -MP -MF $depbase.Tpo -c -o project.lo project.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT project.lo -MD -MP -MF .deps/project.Tpo -c project.cc -fPIC -DPIC -o .libs/project.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT print.lo -MD -MP -MF .deps/print.Tpo -c print.cc -o print.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT project.lo -MD -MP -MF .deps/project.Tpo -c project.cc -o project.o >/dev/null 2>&1
depbase=`echo prune.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT prune.lo -MD -MP -MF $depbase.Tpo -c -o prune.lo prune.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT prune.lo -MD -MP -MF .deps/prune.Tpo -c prune.cc -fPIC -DPIC -o .libs/prune.o
depbase=`echo push.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT push.lo -MD -MP -MF $depbase.Tpo -c -o push.lo push.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT push.lo -MD -MP -MF .deps/push.Tpo -c push.cc -fPIC -DPIC -o .libs/push.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT prune.lo -MD -MP -MF .deps/prune.Tpo -c prune.cc -o prune.o >/dev/null 2>&1
depbase=`echo randequivalent.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT randequivalent.lo -MD -MP -MF $depbase.Tpo -c -o randequivalent.lo randequivalent.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT randequivalent.lo -MD -MP -MF .deps/randequivalent.Tpo -c randequivalent.cc -fPIC -DPIC -o .libs/randequivalent.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT minimize.lo -MD -MP -MF .deps/minimize.Tpo -c minimize.cc -o minimize.o >/dev/null 2>&1
depbase=`echo randgen.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT randgen.lo -MD -MP -MF $depbase.Tpo -c -o randgen.lo randgen.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT randgen.lo -MD -MP -MF .deps/randgen.Tpo -c randgen.cc -fPIC -DPIC -o .libs/randgen.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT randgen.lo -MD -MP -MF .deps/randgen.Tpo -c randgen.cc -o randgen.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT randequivalent.lo -MD -MP -MF .deps/randequivalent.Tpo -c randequivalent.cc -o randequivalent.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT push.lo -MD -MP -MF .deps/push.Tpo -c push.cc -o push.o >/dev/null 2>&1
depbase=`echo relabel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT relabel.lo -MD -MP -MF $depbase.Tpo -c -o relabel.lo relabel.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT relabel.lo -MD -MP -MF .deps/relabel.Tpo -c relabel.cc -fPIC -DPIC -o .libs/relabel.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT relabel.lo -MD -MP -MF .deps/relabel.Tpo -c relabel.cc -o relabel.o >/dev/null 2>&1
depbase=`echo replace.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT replace.lo -MD -MP -MF $depbase.Tpo -c -o replace.lo replace.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT replace.lo -MD -MP -MF .deps/replace.Tpo -c replace.cc -fPIC -DPIC -o .libs/replace.o
depbase=`echo reverse.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT reverse.lo -MD -MP -MF $depbase.Tpo -c -o reverse.lo reverse.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT reverse.lo -MD -MP -MF .deps/reverse.Tpo -c reverse.cc -fPIC -DPIC -o .libs/reverse.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT reverse.lo -MD -MP -MF .deps/reverse.Tpo -c reverse.cc -o reverse.o >/dev/null 2>&1
depbase=`echo reweight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT reweight.lo -MD -MP -MF $depbase.Tpo -c -o reweight.lo reweight.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT reweight.lo -MD -MP -MF .deps/reweight.Tpo -c reweight.cc -fPIC -DPIC -o .libs/reweight.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT reweight.lo -MD -MP -MF .deps/reweight.Tpo -c reweight.cc -o reweight.o >/dev/null 2>&1
depbase=`echo rmepsilon.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT rmepsilon.lo -MD -MP -MF $depbase.Tpo -c -o rmepsilon.lo rmepsilon.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT rmepsilon.lo -MD -MP -MF .deps/rmepsilon.Tpo -c rmepsilon.cc -fPIC -DPIC -o .libs/rmepsilon.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT replace.lo -MD -MP -MF .deps/replace.Tpo -c replace.cc -o replace.o >/dev/null 2>&1
depbase=`echo shortest-distance.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT shortest-distance.lo -MD -MP -MF $depbase.Tpo -c -o shortest-distance.lo shortest-distance.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT shortest-distance.lo -MD -MP -MF .deps/shortest-distance.Tpo -c shortest-distance.cc -fPIC -DPIC -o .libs/shortest-distance.o
depbase=`echo shortest-path.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT shortest-path.lo -MD -MP -MF $depbase.Tpo -c -o shortest-path.lo shortest-path.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT shortest-path.lo -MD -MP -MF .deps/shortest-path.Tpo -c shortest-path.cc -fPIC -DPIC -o .libs/shortest-path.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT rmepsilon.lo -MD -MP -MF .deps/rmepsilon.Tpo -c rmepsilon.cc -o rmepsilon.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT shortest-distance.lo -MD -MP -MF .deps/shortest-distance.Tpo -c shortest-distance.cc -o shortest-distance.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT shortest-path.lo -MD -MP -MF .deps/shortest-path.Tpo -c shortest-path.cc -o shortest-path.o >/dev/null 2>&1
depbase=`echo stateiterator-class.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT stateiterator-class.lo -MD -MP -MF $depbase.Tpo -c -o stateiterator-class.lo stateiterator-class.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT stateiterator-class.lo -MD -MP -MF .deps/stateiterator-class.Tpo -c stateiterator-class.cc -fPIC -DPIC -o .libs/stateiterator-class.o
depbase=`echo synchronize.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT synchronize.lo -MD -MP -MF $depbase.Tpo -c -o synchronize.lo synchronize.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT synchronize.lo -MD -MP -MF .deps/synchronize.Tpo -c synchronize.cc -fPIC -DPIC -o .libs/synchronize.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT stateiterator-class.lo -MD -MP -MF .deps/stateiterator-class.Tpo -c stateiterator-class.cc -o stateiterator-class.o >/dev/null 2>&1
depbase=`echo text-io.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT text-io.lo -MD -MP -MF $depbase.Tpo -c -o text-io.lo text-io.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT text-io.lo -MD -MP -MF .deps/text-io.Tpo -c text-io.cc -fPIC -DPIC -o .libs/text-io.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT text-io.lo -MD -MP -MF .deps/text-io.Tpo -c text-io.cc -o text-io.o >/dev/null 2>&1
depbase=`echo topsort.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT topsort.lo -MD -MP -MF $depbase.Tpo -c -o topsort.lo topsort.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo union.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT union.lo -MD -MP -MF $depbase.Tpo -c -o union.lo union.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT topsort.lo -MD -MP -MF .deps/topsort.Tpo -c topsort.cc -fPIC -DPIC -o .libs/topsort.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT union.lo -MD -MP -MF .deps/union.Tpo -c union.cc -fPIC -DPIC -o .libs/union.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT synchronize.lo -MD -MP -MF .deps/synchronize.Tpo -c synchronize.cc -o synchronize.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT union.lo -MD -MP -MF .deps/union.Tpo -c union.cc -o union.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT topsort.lo -MD -MP -MF .deps/topsort.Tpo -c topsort.cc -o topsort.o >/dev/null 2>&1
depbase=`echo weight-class.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT weight-class.lo -MD -MP -MF $depbase.Tpo -c -o weight-class.lo weight-class.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT weight-class.lo -MD -MP -MF .deps/weight-class.Tpo -c weight-class.cc -fPIC -DPIC -o .libs/weight-class.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT weight-class.lo -MD -MP -MF .deps/weight-class.Tpo -c weight-class.cc -o weight-class.o >/dev/null 2>&1
depbase=`echo verify.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT verify.lo -MD -MP -MF $depbase.Tpo -c -o verify.lo verify.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT verify.lo -MD -MP -MF .deps/verify.Tpo -c verify.cc -fPIC -DPIC -o .libs/verify.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT verify.lo -MD -MP -MF .deps/verify.Tpo -c verify.cc -o verify.o >/dev/null 2>&1
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -version-info 7:0:0 -o libfstscript.la -rpath /home/kamen/kaldi/tools/openfst-1.6.2/lib arciterator-class.lo arcsort.lo closure.lo compile.lo compose.lo concat.lo connect.lo convert.lo decode.lo determinize.lo difference.lo disambiguate.lo draw.lo encode.lo encodemapper-class.lo epsnormalize.lo equal.lo equivalent.lo fst-class.lo getters.lo info.lo intersect.lo invert.lo isomorphic.lo map.lo minimize.lo print.lo project.lo prune.lo push.lo randequivalent.lo randgen.lo relabel.lo replace.lo reverse.lo reweight.lo rmepsilon.lo shortest-distance.lo shortest-path.lo stateiterator-class.lo synchronize.lo text-io.lo topsort.lo union.lo weight-class.lo verify.lo ../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbeginS.o .libs/arciterator-class.o .libs/arcsort.o .libs/closure.o .libs/compile.o .libs/compose.o .libs/concat.o .libs/connect.o .libs/convert.o .libs/decode.o .libs/determinize.o .libs/difference.o .libs/disambiguate.o .libs/draw.o .libs/encode.o .libs/encodemapper-class.o .libs/epsnormalize.o .libs/equal.o .libs/equivalent.o .libs/fst-class.o .libs/getters.o .libs/info.o .libs/intersect.o .libs/invert.o .libs/isomorphic.o .libs/map.o .libs/minimize.o .libs/print.o .libs/project.o .libs/prune.o .libs/push.o .libs/randequivalent.o .libs/randgen.o .libs/relabel.o .libs/replace.o .libs/reverse.o .libs/reweight.o .libs/rmepsilon.o .libs/shortest-distance.o .libs/shortest-path.o .libs/stateiterator-class.o .libs/synchronize.o .libs/text-io.o .libs/topsort.o .libs/union.o .libs/weight-class.o .libs/verify.o -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst/src/lib/.libs -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib ../lib/.libs/libfst.so -ldl -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/5/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o -Wl,-soname -Wl,libfstscript.so.7 -o .libs/libfstscript.so.7.0.0
libtool: link: (cd ".libs" && rm -f "libfstscript.so.7" && ln -s "libfstscript.so.7.0.0" "libfstscript.so.7")
libtool: link: (cd ".libs" && rm -f "libfstscript.so" && ln -s "libfstscript.so.7.0.0" "libfstscript.so")
libtool: link: ar cru .libs/libfstscript.a arciterator-class.o arcsort.o closure.o compile.o compose.o concat.o connect.o convert.o decode.o determinize.o difference.o disambiguate.o draw.o encode.o encodemapper-class.o epsnormalize.o equal.o equivalent.o fst-class.o getters.o info.o intersect.o invert.o isomorphic.o map.o minimize.o print.o project.o prune.o push.o randequivalent.o randgen.o relabel.o replace.o reverse.o reweight.o rmepsilon.o shortest-distance.o shortest-path.o stateiterator-class.o synchronize.o text-io.o topsort.o union.o weight-class.o verify.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libfstscript.a
libtool: link: ( cd ".libs" && rm -f "libfstscript.la" && ln -s "../libfstscript.la" "libfstscript.la" )
make[3]: Leaving directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/script'
Making all in bin
make[3]: Entering directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/bin'
depbase=`echo fstarcsort.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstarcsort.o -MD -MP -MF $depbase.Tpo -c -o fstarcsort.o fstarcsort.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstclosure.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstclosure.o -MD -MP -MF $depbase.Tpo -c -o fstclosure.o fstclosure.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstcompile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstcompile.o -MD -MP -MF $depbase.Tpo -c -o fstcompile.o fstcompile.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstcompose.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstcompose.o -MD -MP -MF $depbase.Tpo -c -o fstcompose.o fstcompose.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstconcat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstconcat.o -MD -MP -MF $depbase.Tpo -c -o fstconcat.o fstconcat.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstconnect.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstconnect.o -MD -MP -MF $depbase.Tpo -c -o fstconnect.o fstconnect.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstconvert.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstconvert.o -MD -MP -MF $depbase.Tpo -c -o fstconvert.o fstconvert.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstdeterminize.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstdeterminize.o -MD -MP -MF $depbase.Tpo -c -o fstdeterminize.o fstdeterminize.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstdifference.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstdifference.o -MD -MP -MF $depbase.Tpo -c -o fstdifference.o fstdifference.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstdraw.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstdraw.o -MD -MP -MF $depbase.Tpo -c -o fstdraw.o fstdraw.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstencode.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstencode.o -MD -MP -MF $depbase.Tpo -c -o fstencode.o fstencode.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstepsnormalize.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstepsnormalize.o -MD -MP -MF $depbase.Tpo -c -o fstepsnormalize.o fstepsnormalize.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstequal.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstequal.o -MD -MP -MF $depbase.Tpo -c -o fstequal.o fstequal.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstequivalent.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstequivalent.o -MD -MP -MF $depbase.Tpo -c -o fstequivalent.o fstequivalent.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstinfo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstinfo.o -MD -MP -MF $depbase.Tpo -c -o fstinfo.o fstinfo.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstintersect.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstintersect.o -MD -MP -MF $depbase.Tpo -c -o fstintersect.o fstintersect.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstinvert.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstinvert.o -MD -MP -MF $depbase.Tpo -c -o fstinvert.o fstinvert.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstisomorphic.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstisomorphic.o -MD -MP -MF $depbase.Tpo -c -o fstisomorphic.o fstisomorphic.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstmap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstmap.o -MD -MP -MF $depbase.Tpo -c -o fstmap.o fstmap.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstminimize.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstminimize.o -MD -MP -MF $depbase.Tpo -c -o fstminimize.o fstminimize.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstprint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstprint.o -MD -MP -MF $depbase.Tpo -c -o fstprint.o fstprint.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstproject.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstproject.o -MD -MP -MF $depbase.Tpo -c -o fstproject.o fstproject.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstprune.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstprune.o -MD -MP -MF $depbase.Tpo -c -o fstprune.o fstprune.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstpush.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstpush.o -MD -MP -MF $depbase.Tpo -c -o fstpush.o fstpush.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstrandgen.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstrandgen.o -MD -MP -MF $depbase.Tpo -c -o fstrandgen.o fstrandgen.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstrelabel.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstrelabel.o -MD -MP -MF $depbase.Tpo -c -o fstrelabel.o fstrelabel.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstreplace.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstreplace.o -MD -MP -MF $depbase.Tpo -c -o fstreplace.o fstreplace.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstreverse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstreverse.o -MD -MP -MF $depbase.Tpo -c -o fstreverse.o fstreverse.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstreweight.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstreweight.o -MD -MP -MF $depbase.Tpo -c -o fstreweight.o fstreweight.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstrmepsilon.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstrmepsilon.o -MD -MP -MF $depbase.Tpo -c -o fstrmepsilon.o fstrmepsilon.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstshortestdistance.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstshortestdistance.o -MD -MP -MF $depbase.Tpo -c -o fstshortestdistance.o fstshortestdistance.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstshortestpath.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstshortestpath.o -MD -MP -MF $depbase.Tpo -c -o fstshortestpath.o fstshortestpath.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstsymbols.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstsymbols.o -MD -MP -MF $depbase.Tpo -c -o fstsymbols.o fstsymbols.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstsynchronize.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstsynchronize.o -MD -MP -MF $depbase.Tpo -c -o fstsynchronize.o fstsynchronize.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fsttopsort.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fsttopsort.o -MD -MP -MF $depbase.Tpo -c -o fsttopsort.o fsttopsort.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstunion.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstunion.o -MD -MP -MF $depbase.Tpo -c -o fstunion.o fstunion.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstdisambiguate.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../include -I./../script -fno-exceptions -funsigned-char -std=c++11 -MT fstdisambiguate.o -MD -MP -MF $depbase.Tpo -c -o fstdisambiguate.o fstdisambiguate.cc &&\
mv -f $depbase.Tpo $depbase.Po
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstarcsort fstarcsort.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -std=c++11 -o .libs/fstarcsort fstarcsort.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstclosure fstclosure.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -std=c++11 -o .libs/fstclosure fstclosure.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstcompile fstcompile.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -std=c++11 -o .libs/fstcompile fstcompile.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstcompose fstcompose.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -std=c++11 -o .libs/fstcompose fstcompose.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstconcat fstconcat.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -std=c++11 -o .libs/fstconcat fstconcat.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstconnect fstconnect.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -std=c++11 -o .libs/fstconnect fstconnect.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstconvert fstconvert.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstdeterminize fstdeterminize.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -std=c++11 -o .libs/fstconvert fstconvert.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
libtool: link: g++ -std=c++11 -o .libs/fstdeterminize fstdeterminize.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstdifference fstdifference.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -std=c++11 -o .libs/fstdifference fstdifference.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstdraw fstdraw.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -std=c++11 -o .libs/fstdraw fstdraw.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstencode fstencode.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstepsnormalize fstepsnormalize.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -std=c++11 -o .libs/fstencode fstencode.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
libtool: link: g++ -std=c++11 -o .libs/fstepsnormalize fstepsnormalize.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstequal fstequal.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -std=c++11 -o .libs/fstequal fstequal.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstequivalent fstequivalent.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -std=c++11 -o .libs/fstequivalent fstequivalent.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstinfo fstinfo.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstintersect fstintersect.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -std=c++11 -o .libs/fstinfo fstinfo.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
libtool: link: g++ -std=c++11 -o .libs/fstintersect fstintersect.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstinvert fstinvert.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -std=c++11 -o .libs/fstinvert fstinvert.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstisomorphic fstisomorphic.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -std=c++11 -o .libs/fstisomorphic fstisomorphic.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstmap fstmap.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstminimize fstminimize.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -std=c++11 -o .libs/fstminimize fstminimize.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
libtool: link: g++ -std=c++11 -o .libs/fstmap fstmap.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstprint fstprint.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -std=c++11 -o .libs/fstprint fstprint.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstproject fstproject.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -std=c++11 -o .libs/fstproject fstproject.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstprune fstprune.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstpush fstpush.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -std=c++11 -o .libs/fstprune fstprune.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
libtool: link: g++ -std=c++11 -o .libs/fstpush fstpush.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstrandgen fstrandgen.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -std=c++11 -o .libs/fstrandgen fstrandgen.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstrelabel fstrelabel.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -std=c++11 -o .libs/fstrelabel fstrelabel.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstreplace fstreplace.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstreverse fstreverse.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -std=c++11 -o .libs/fstreplace fstreplace.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
libtool: link: g++ -std=c++11 -o .libs/fstreverse fstreverse.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstreweight fstreweight.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -std=c++11 -o .libs/fstreweight fstreweight.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstrmepsilon fstrmepsilon.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -std=c++11 -o .libs/fstrmepsilon fstrmepsilon.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstshortestdistance fstshortestdistance.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstshortestpath fstshortestpath.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -std=c++11 -o .libs/fstshortestdistance fstshortestdistance.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
libtool: link: g++ -std=c++11 -o .libs/fstshortestpath fstshortestpath.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstsymbols fstsymbols.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -std=c++11 -o .libs/fstsymbols fstsymbols.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstsynchronize fstsynchronize.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -std=c++11 -o .libs/fstsynchronize fstsynchronize.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fsttopsort fsttopsort.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstunion fstunion.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -std=c++11 -o .libs/fsttopsort fsttopsort.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
libtool: link: g++ -std=c++11 -o .libs/fstunion fstunion.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
/bin/bash ../../libtool --tag=CXX --mode=link g++ -std=c++11 -o fstdisambiguate fstdisambiguate.o ../script/libfstscript.la ../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -std=c++11 -o .libs/fstdisambiguate fstdisambiguate.o ../script/.libs/libfstscript.so ../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
make[3]: Leaving directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/bin'
Making all in test
make[3]: Entering directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/test'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/test'
Making all in extensions
make[3]: Entering directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/extensions'
Making all in far
make[4]: Entering directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/extensions/far'
depbase=`echo sttable.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../../include -fno-exceptions -funsigned-char -std=c++11 -MT sttable.lo -MD -MP -MF $depbase.Tpo -c -o sttable.lo sttable.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo stlist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../../include -fno-exceptions -funsigned-char -std=c++11 -MT stlist.lo -MD -MP -MF $depbase.Tpo -c -o stlist.lo stlist.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo far-class.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../../include -fno-exceptions -funsigned-char -std=c++11 -MT far-class.lo -MD -MP -MF $depbase.Tpo -c -o far-class.lo far-class.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo farscript.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../../include -fno-exceptions -funsigned-char -std=c++11 -MT farscript.lo -MD -MP -MF $depbase.Tpo -c -o farscript.lo farscript.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../../include -fno-exceptions -funsigned-char -std=c++11 -MT sttable.lo -MD -MP -MF .deps/sttable.Tpo -c sttable.cc -fPIC -DPIC -o .libs/sttable.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../../include -fno-exceptions -funsigned-char -std=c++11 -MT stlist.lo -MD -MP -MF .deps/stlist.Tpo -c stlist.cc -fPIC -DPIC -o .libs/stlist.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../../include -fno-exceptions -funsigned-char -std=c++11 -MT farscript.lo -MD -MP -MF .deps/farscript.Tpo -c farscript.cc -fPIC -DPIC -o .libs/farscript.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../../include -fno-exceptions -funsigned-char -std=c++11 -MT far-class.lo -MD -MP -MF .deps/far-class.Tpo -c far-class.cc -fPIC -DPIC -o .libs/far-class.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../../include -fno-exceptions -funsigned-char -std=c++11 -MT sttable.lo -MD -MP -MF .deps/sttable.Tpo -c sttable.cc -o sttable.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I./../../include -fno-exceptions -funsigned-char -std=c++11 -MT stlist.lo -MD -MP -MF .deps/stlist.Tpo -c stlist.cc -o stlist.o >/dev/null 2>&1
depbase=`echo getters.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../../include -fno-exceptions -funsigned-char -std=c++11 -MT getters.lo -MD -MP -MF $depbase.Tpo -c -o getters.lo getters.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../../include -fno-exceptions -funsigned-char -std=c++11 -MT getters.lo -MD -MP -MF .deps/getters.Tpo -c getters.cc -fPIC -DPIC -o .libs/getters.o
depbase=`echo script-impl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../../include -fno-exceptions -funsigned-char -std=c++11 -MT script-impl.lo -MD -MP -MF $depbase.Tpo -c -o script-impl.lo script-impl.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../../include -fno-exceptions -funsigned-char -std=c++11 -MT script-impl.lo -MD -MP -MF .deps/script-impl.Tpo -c script-impl.cc -fPIC -DPIC -o .libs/script-impl.o
libtool: compile: g++ -DHAVE_CONFIG_H -I./../../include -fno-exceptions -funsigned-char -std=c++11 -MT getters.lo -MD -MP -MF .deps/getters.Tpo -c getters.cc -o getters.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I./../../include -fno-exceptions -funsigned-char -std=c++11 -MT script-impl.lo -MD -MP -MF .deps/script-impl.Tpo -c script-impl.cc -o script-impl.o >/dev/null 2>&1
depbase=`echo strings.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../../include -fno-exceptions -funsigned-char -std=c++11 -MT strings.lo -MD -MP -MF $depbase.Tpo -c -o strings.lo strings.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I./../../include -fno-exceptions -funsigned-char -std=c++11 -MT strings.lo -MD -MP -MF .deps/strings.Tpo -c strings.cc -fPIC -DPIC -o .libs/strings.o
depbase=`echo farcompilestrings.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../../include -fno-exceptions -funsigned-char -std=c++11 -MT farcompilestrings.o -MD -MP -MF $depbase.Tpo -c -o farcompilestrings.o farcompilestrings.cc &&\
mv -f $depbase.Tpo $depbase.Po
libtool: compile: g++ -DHAVE_CONFIG_H -I./../../include -fno-exceptions -funsigned-char -std=c++11 -MT strings.lo -MD -MP -MF .deps/strings.Tpo -c strings.cc -o strings.o >/dev/null 2>&1
libtool: compile: g++ -DHAVE_CONFIG_H -I./../../include -fno-exceptions -funsigned-char -std=c++11 -MT far-class.lo -MD -MP -MF .deps/far-class.Tpo -c far-class.cc -o far-class.o >/dev/null 2>&1
depbase=`echo farcreate.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../../include -fno-exceptions -funsigned-char -std=c++11 -MT farcreate.o -MD -MP -MF $depbase.Tpo -c -o farcreate.o farcreate.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo farequal.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../../include -fno-exceptions -funsigned-char -std=c++11 -MT farequal.o -MD -MP -MF $depbase.Tpo -c -o farequal.o farequal.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo farextract.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../../include -fno-exceptions -funsigned-char -std=c++11 -MT farextract.o -MD -MP -MF $depbase.Tpo -c -o farextract.o farextract.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo farinfo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../../include -fno-exceptions -funsigned-char -std=c++11 -MT farinfo.o -MD -MP -MF $depbase.Tpo -c -o farinfo.o farinfo.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo farisomorphic.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../../include -fno-exceptions -funsigned-char -std=c++11 -MT farisomorphic.o -MD -MP -MF $depbase.Tpo -c -o farisomorphic.o farisomorphic.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo farprintstrings.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I./../../include -fno-exceptions -funsigned-char -std=c++11 -MT farprintstrings.o -MD -MP -MF $depbase.Tpo -c -o farprintstrings.o farprintstrings.cc &&\
mv -f $depbase.Tpo $depbase.Po
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -std=c++11 -version-info 7:0:0 -o libfstfar.la -rpath /home/kamen/kaldi/tools/openfst-1.6.2/lib sttable.lo stlist.lo ../../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbeginS.o .libs/sttable.o .libs/stlist.o -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst/src/lib/.libs -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib ../../lib/.libs/libfst.so -ldl -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/5/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o -Wl,-soname -Wl,libfstfar.so.7 -o .libs/libfstfar.so.7.0.0
libtool: link: (cd ".libs" && rm -f "libfstfar.so.7" && ln -s "libfstfar.so.7.0.0" "libfstfar.so.7")
libtool: link: (cd ".libs" && rm -f "libfstfar.so" && ln -s "libfstfar.so.7.0.0" "libfstfar.so")
libtool: link: ar cru .libs/libfstfar.a sttable.o stlist.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libfstfar.a
libtool: link: ( cd ".libs" && rm -f "libfstfar.la" && ln -s "../libfstfar.la" "libfstfar.la" )
libtool: compile: g++ -DHAVE_CONFIG_H -I./../../include -fno-exceptions -funsigned-char -std=c++11 -MT farscript.lo -MD -MP -MF .deps/farscript.Tpo -c farscript.cc -o farscript.o >/dev/null 2>&1
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -std=c++11 -version-info 7:0:0 -o libfstfarscript.la -rpath /home/kamen/kaldi/tools/openfst-1.6.2/lib far-class.lo farscript.lo getters.lo script-impl.lo strings.lo libfstfar.la ../../script/libfstscript.la ../../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbeginS.o .libs/far-class.o .libs/farscript.o .libs/getters.o .libs/script-impl.o .libs/strings.o -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst/src/extensions/far/.libs -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst/src/script/.libs -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst/src/lib/.libs -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib ./.libs/libfstfar.so ../../script/.libs/libfstscript.so ../../lib/.libs/libfst.so -ldl -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/5/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o -Wl,-soname -Wl,libfstfarscript.so.7 -o .libs/libfstfarscript.so.7.0.0
libtool: link: (cd ".libs" && rm -f "libfstfarscript.so.7" && ln -s "libfstfarscript.so.7.0.0" "libfstfarscript.so.7")
libtool: link: (cd ".libs" && rm -f "libfstfarscript.so" && ln -s "libfstfarscript.so.7.0.0" "libfstfarscript.so")
libtool: link: ar cru .libs/libfstfarscript.a far-class.o farscript.o getters.o script-impl.o strings.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libfstfarscript.a
libtool: link: ( cd ".libs" && rm -f "libfstfarscript.la" && ln -s "../libfstfarscript.la" "libfstfarscript.la" )
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -std=c++11 -o farcompilestrings farcompilestrings.o libfstfarscript.la ../../script/libfstscript.la ../../lib/libfst.la -lm -ldl -ldl
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -std=c++11 -o farcreate farcreate.o libfstfarscript.la ../../script/libfstscript.la ../../lib/libfst.la -lm -ldl -ldl
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -std=c++11 -o farextract farextract.o libfstfarscript.la ../../script/libfstscript.la ../../lib/libfst.la -lm -ldl -ldl
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -std=c++11 -o farequal farequal.o libfstfarscript.la ../../script/libfstscript.la ../../lib/libfst.la -lm -ldl -ldl
libtool: link: g++ -std=c++11 -o .libs/farequal farequal.o ./.libs/libfstfarscript.so ../../script/.libs/libfstscript.so ../../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
libtool: link: g++ -std=c++11 -o .libs/farcreate farcreate.o ./.libs/libfstfarscript.so ../../script/.libs/libfstscript.so ../../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
libtool: link: g++ -std=c++11 -o .libs/farcompilestrings farcompilestrings.o ./.libs/libfstfarscript.so ../../script/.libs/libfstscript.so ../../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
libtool: link: g++ -std=c++11 -o .libs/farextract farextract.o ./.libs/libfstfarscript.so ../../script/.libs/libfstscript.so ../../lib/.libs/libfst.so -lm -ldl -Wl,-rpath -Wl,/home/kamen/kaldi/tools/openfst-1.6.2/lib
./.libs/libfstfarscript.so: undefined reference to `fst::IsSTTable(std::string const&)'
./.libs/libfstfarscript.so: undefined reference to `fst::IsSTList(std::string const&)'
collect2: error: ld returned 1 exit status
Makefile:563: recipe for target 'farcompilestrings' failed
make[4]: *** [farcompilestrings] Error 1
make[4]: *** Waiting for unfinished jobs....
./.libs/libfstfarscript.so: undefined reference to `fst::IsSTTable(std::string const&)'
./.libs/libfstfarscript.so: undefined reference to `fst::IsSTList(std::string const&)'
collect2: error: ld returned 1 exit status
Makefile:567: recipe for target 'farcreate' failed
make[4]: *** [farcreate] Error 1
./.libs/libfstfarscript.so: undefined reference to `fst::IsSTTable(std::string const&)'
./.libs/libfstfarscript.so: undefined reference to `fst::IsSTList(std::string const&)'
collect2: error: ld returned 1 exit status
Makefile:571: recipe for target 'farequal' failed
make[4]: *** [farequal] Error 1
./.libs/libfstfarscript.so: undefined reference to `fst::IsSTTable(std::string const&)'
./.libs/libfstfarscript.so: undefined reference to `fst::IsSTList(std::string const&)'
collect2: error: ld returned 1 exit status
Makefile:575: recipe for target 'farextract' failed
make[4]: *** [farextract] Error 1
make[4]: Leaving directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/extensions/far'
Makefile:378: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/kamen/kaldi/tools/openfst-1.6.2/src/extensions'
Makefile:358: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/kamen/kaldi/tools/openfst-1.6.2/src'
Makefile:414: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/kamen/kaldi/tools/openfst-1.6.2'
Makefile:337: recipe for target 'all' failed
make: *** [all] Error 2
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/1e5cb712-2785-422d-b21d-102b1d69ff4d%40googlegroups.com.
--
Go to http://kaldi-asr.org/forums.html find out how to join
---
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+unsubscribe@googlegroups.com.
To post to this group, send email to kaldi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/d7b24074-df16-4a82-a797-6230f9588d71%40googlegroups.com.