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
On Crostini Debian, I can't quite get the thing to compile. Every time I try I get
/usr/bin/ld: ../lib/libran.a(ranlib.o): warning: relocation against `fputc@@GLIBC_2.2.5' in read-only section `.text'
for some unknown reason.
I've tried adding -Wno-error and -w to the CFLAGS, but it doesn't seem to change anything. what could be causing this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On Crostini Debian, I can't quite get the thing to compile. Every time I try I get
for some unknown reason.
I've tried adding -Wno-error and -w to the CFLAGS, but it doesn't seem to change anything. what could be causing this?
The text was updated successfully, but these errors were encountered: