-
Notifications
You must be signed in to change notification settings - Fork 50
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
Poor test results on PowerPC: how to improve/fix? #424
Comments
Try to compile statically and in debug mode. For example:
will run all the tests with assertions enabled. |
@BrunoDutertre Thank you, will try that. By the way, on MacOS x86_64 static targets do not build at all: macports/macports-ports#17078 (comment) |
Static builds work fine for me on x86_64 (and have for a long time). No special flag required. |
I looked into the docs, it appears that it needs three versions of |
The three versions is only for windows. On other platforms, you can build GMP once in PIC mode. You'll have libgmp.a for linking statically and libgmp.dylib for linking dynamically. |
Well, then maybe we can make a variant of |
I am bringing
yices
into Macports, and we maintain support for older macOS there. With minimal fixes to build system, I have builtyices
forppc32
on 10.6.8. However, while the build is successful, test results are dismal:P. S. I made no modifications to the code itself – then only thing I had to fix was adding support for
powerpc-apple-darwin
to ARCH.tests_10.6.8_Rosetta_ppc32.txt
The text was updated successfully, but these errors were encountered: