Skip to content

Instantly share code, notes, and snippets.

@TheDrawingCoder-Gamer
Last active January 6, 2022 19:34
Show Gist options
  • Save TheDrawingCoder-Gamer/793923d7e21d377cb2298e3021e1805d to your computer and use it in GitHub Desktop.
Save TheDrawingCoder-Gamer/793923d7e21d377cb2298e3021e1805d to your computer and use it in GitHub Desktop.
g++ --shared -s -o libvosk.so kaldi_recognizer.o language_model.o model.o spk_model.o vosk_api.o /home/bulby/Documents/github/kaldi/src/online2/kaldi-online2.a /home/bulby/Documents/github/kaldi/src/decoder/kaldi-decoder.a /home/bulby/Documents/github/kaldi/src/ivector/kaldi-ivector.a /home/bulby/Documents/github/kaldi/src/gmm/kaldi-gmm.a /home/bulby/Documents/github/kaldi/src/nnet3/kaldi-nnet3.a /home/bulby/Documents/github/kaldi/src/tree/kaldi-tree.a /home/bulby/Documents/github/kaldi/src/feat/kaldi-feat.a /home/bulby/Documents/github/kaldi/src/lat/kaldi-lat.a /home/bulby/Documents/github/kaldi/src/lm/kaldi-lm.a /home/bulby/Documents/github/kaldi/src/rnnlm/kaldi-rnnlm.a /home/bulby/Documents/github/kaldi/src/hmm/kaldi-hmm.a /home/bulby/Documents/github/kaldi/src/transform/kaldi-transform.a /home/bulby/Documents/github/kaldi/src/cudamatrix/kaldi-cudamatrix.a /home/bulby/Documents/github/kaldi/src/matrix/kaldi-matrix.a /home/bulby/Documents/github/kaldi/src/fstext/kaldi-fstext.a /home/bulby/Documents/github/kaldi/src/util/kaldi-util.a /home/bulby/Documents/github/kaldi/src/base/kaldi-base.a /home/bulby/Documents/github/kaldi/tools/openfst/lib/libfst.a /home/bulby/Documents/github/kaldi/tools/openfst/lib/libfstngram.a /home/bulby/Documents/github/kaldi/tools/OpenBLAS/install/lib/libopenblas.a /home/bulby/Documents/github/kaldi/tools/OpenBLAS/install/lib/liblapack.a /home/bulby/Documents/github/kaldi/tools/OpenBLAS/install/lib/libblas.a /home/bulby/Documents/github/kaldi/tools/OpenBLAS/install/lib/libf2c.a -lm -latomic
/usr/bin/ld: cannot find /home/bulby/Documents/github/kaldi/tools/OpenBLAS/install/lib/liblapack.a: No such file or directory
/usr/bin/ld: cannot find /home/bulby/Documents/github/kaldi/tools/OpenBLAS/install/lib/libblas.a: No such file or directory
/usr/bin/ld: cannot find /home/bulby/Documents/github/kaldi/tools/OpenBLAS/install/lib/libf2c.a: No such file or directory
collect2: error: ld returned 1 exit status
make: *** [Makefile:84: libvosk.so] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment