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

Makefile:39: recipe for target '_emd.so' failed #1

Open
peimanb opened this issue Oct 14, 2015 · 1 comment
Open

Makefile:39: recipe for target '_emd.so' failed #1

peimanb opened this issue Oct 14, 2015 · 1 comment

Comments

@peimanb
Copy link

peimanb commented Oct 14, 2015

Interesting topic and paper. I tried to compile the makefile on Ubuntu (15.04) using Python 2.7, including all of the required libraries, but there is an error that I could not solve it, here is the output of running make:
wmd- error page

I would be thankful if you can help me to solve this. Thanks.

@felixsmueller
Copy link

Hi
If you change in the Makefile the following line from
CFLAGS = -fPIC
to
CFLAGS = -fPIC -fno-stack-protector
Then the error went away in my case.
Regards, Felix
PS: I needed to install swig in addition (which was not mentioned in the dependencies) using: sudo apt-get install swig

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

2 participants