Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go link error #26

Open
Johnny2210 opened this issue Jan 17, 2023 · 0 comments
Open

go link error #26

Johnny2210 opened this issue Jan 17, 2023 · 0 comments

Comments

@Johnny2210
Copy link

Johnny2210 commented Jan 17, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant