Closed smolendawid closed 7 years ago
You probably need to use =
to link the params and values:
$ ./configure \
--with-openfst-includes=/home/myname/kaldi/tools/openfst/include/fst \
--with-openfst-libs=/home/myname/kaldi/tools/openfst/bin
also, while it might be possible since I don't know anything about your OpenFst configuration, it seems unlikely that the OpenFst libs are in /home/.../openfst/bin
, probably /home/.../openfst/lib
.
I compiled OpenFST with Kaldi toolkit with proper flags --enable-static --enable-shared --enable-far --enable-ngram-fsts
Now I would like to specify proper paths for openfst while running ./configure
./configure --with-openfst-includes /home/myname/kaldi/tools/openfst/include/fst --with-openfst-libs /home/myname/kaldi/tools/openfst/bin
However I got error
What am I doing wrong?