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

-lpthread is missing in LIBS in Makefile? #19

Open
taxilof opened this issue Mar 4, 2014 · 3 comments
Open

-lpthread is missing in LIBS in Makefile? #19

taxilof opened this issue Mar 4, 2014 · 3 comments

Comments

@taxilof
Copy link

taxilof commented Mar 4, 2014

My g++ 4.8.1 on Mint 16 (Ubuntu 13.10) complained:

/lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line
@Aloshi
Copy link
Owner

Aloshi commented Mar 4, 2014

Does adding -lpthread fix the error (here)?

@taxilof
Copy link
Author

taxilof commented Mar 5, 2014

Jip, it's working now.
So this was just a bug on my system configuration (g++ 4.8.1)? Does the linker find pthread by itself on other systems?

@Aloshi
Copy link
Owner

Aloshi commented Mar 5, 2014

Apparently, although the only thing I've tested it on is the Raspberry Pi. Thanks for the report, some time I'll verify that this change doesn't break the RPi build and add it officially.

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