-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fails to link on some processor arches (mipsel / m68k / powerpc / sh4) #8
Comments
@hpreusse This looks like |
Yeah, looks like. So, this issue could have been solved by upgrading mimalloc (which was done in the last few month). I'll test if the patch I'm using is still needed (we link dynamically anyway). |
Do they have a working test for it? P. S. Out of curiosity, which hardware do you run m68k on? Pre-PowerPC Apple? |
My test would be to remove the link fixing patch and test if the build still works.
No, I don't really run it. I'm simply responsible for the luametatex Debian package and m68k is one of the arches, where the linking failed. |
Building (linking) the luametatex binary on some arches fails, as mimalloc uses symbols, which are only available in the atomic library. I run on Debian unstable and use gcc-13.
After adding the atomc lib, linking works fine:
The full build logs are visible here.
The text was updated successfully, but these errors were encountered: