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

make error #1

Open
yulei1990 opened this issue Feb 26, 2017 · 2 comments
Open

make error #1

yulei1990 opened this issue Feb 26, 2017 · 2 comments

Comments

@yulei1990
Copy link

hello, glad to read your code about signal, howerer when i execute make to get the target file, several errs , warnings occur. i will appreciate it if you can fix them up. it whil help a lot for a newbe like me。 thanks again.

@yulei1990
Copy link
Author

i fix these errors by exchanging the position of -lpthread and $< in Makefile.
And add two head files
#include <sys.types.h>
#include <sys/select.h>
which needed by function select.

@idispatch
Copy link
Owner

Thank you!
This program was created to test the QNX/Posix pthread functionality, signal delivery and masking.
Not sure what would be the reason you need it :)

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