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

Unable to compile on Arch Linux #309

Open
oitzujoey opened this issue Dec 22, 2024 · 1 comment
Open

Unable to compile on Arch Linux #309

oitzujoey opened this issue Dec 22, 2024 · 1 comment

Comments

@oitzujoey
Copy link

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
@oitzujoey
Copy link
Author

I comment out the code above and I get this:

log1.txt

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

1 participant