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
I am unable to compile on Arch Linux.
log0.txt
% ldd --version ldd (GNU libc) 2.40
The code preventing it from compiling seems to be this:
code/qcommon/q_shared.h:417
#ifdef __linux__ #ifdef __GLIBC__ #if idx64 // force version for better runtime compatibility __asm__(".symver logf,logf@GLIBC_2.2.5"); __asm__(".symver powf,powf@GLIBC_2.2.5"); __asm__(".symver expf,expf@GLIBC_2.2.5"); __asm__(".symver memcpy,memcpy@GLIBC_2.2.5"); #endif #endif #endif
The text was updated successfully, but these errors were encountered:
I comment out the code above and I get this:
log1.txt
Sorry, something went wrong.
No branches or pull requests
I am unable to compile on Arch Linux.
log0.txt
The code preventing it from compiling seems to be this:
code/qcommon/q_shared.h:417
The text was updated successfully, but these errors were encountered: