You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Makefile needs to be improved for real. I'm struggling to package this on Guix for a personal project. I'm not really sure why is there test for static and dynamic - shouldn't this be checked after building libmpc.so?
@orangeduck I have it working just fine with autotools. The test case is missing for now, so is the flag for building examples and choosing between static and dynamic (only builds shared libraries for now). But the good news is that it builds and works the way it was intended to on my system:
The install command on MacOS does not have the -t command line flag, so it fails.
Additionally, the folder name for the libraries generated was not "lib" but "libmpc.so.dSYM".
I installed the files manually by copying them and then manually resetting their permissions afterward:
The text was updated successfully, but these errors were encountered: