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

swig c# Makefile gcc arguments #87

Closed
fgeraci opened this issue Aug 6, 2017 · 1 comment
Closed

swig c# Makefile gcc arguments #87

fgeraci opened this issue Aug 6, 2017 · 1 comment

Comments

@fgeraci
Copy link

fgeraci commented Aug 6, 2017

Hello

I wasn't able to compile (gcc third rule) until I reversed the .c files and libraries linking order.

libpocketsphinxwrap.so: pocketsphinx.c
    gcc -fPIC pocketsphinx.c sphinxbase.c `pkg-config --libs --cflags pocketsphinx` -shared -o $@

Before that libraries were undefined for the linker.

@dhdaines
Copy link
Contributor

No longer relevant as the build system has changed (#250)

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

No branches or pull requests

2 participants