You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I wanted to try gortana before implementing something myself with pocketsphinx-go. Unfortunately, it seems like since the 5.0.0 version of pocketsphinx released, the bindings are no longer working. When trying to install gortana I get the following error:
# github.com/xlab/pocketsphinx-go/example/gortana
/usr/local/go/pkg/tool/linux_amd64/link: running gcc failed: exit status 1
/usr/bin/ld: /usr/local/lib/libpocketsphinx.a(logmath.c.o): undefined reference to symbol 'log10@@GLIBC_2.2.5'
/usr/bin/ld: /lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
If I am trying to run my self written Go program with the bindings, it's the same error.
Is there a way to get it working again or is it not possible with the changes they made with pocketsphinx?
The text was updated successfully, but these errors were encountered:
Hello, I wanted to try gortana before implementing something myself with pocketsphinx-go. Unfortunately, it seems like since the 5.0.0 version of pocketsphinx released, the bindings are no longer working. When trying to install gortana I get the following error:
If I am trying to run my self written Go program with the bindings, it's the same error.
Is there a way to get it working again or is it not possible with the changes they made with pocketsphinx?
The text was updated successfully, but these errors were encountered: