We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After installing the lib with:
make sudo make install
when compiling with:
gcc test.c -o test -lcspecs
I was having this permissions issue:
The solution was change permissions for cspecs folder and the lib:
cspecs
sudo chmod o+r,o+x /usr/include/cspecs/ sudo chmod o+r /usr/include/cspecs/cspec.h sudo chmod o+r,o+x /usr/lib/libcspecs.so
I don't know if it only happened to me or someone else.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After installing the lib with:
when compiling with:
I was having this permissions issue:
The solution was change permissions for
cspecs
folder and the lib:I don't know if it only happened to me or someone else.
The text was updated successfully, but these errors were encountered: