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

Remove support for static linking from gac, it was rarely if ever used but required a disproportionate amount of effort to keep it working #4778

Merged
merged 1 commit into from
Feb 21, 2022

Conversation

fingolfin
Copy link
Member

@fingolfin fingolfin commented Feb 18, 2022

This has virtually no use case anymore since dynamic linking is supported
everywhere. At the same time it is an impediment for make install support.
So it just doesn't seem worth the effort to preserve it.

This has virtually no use case anymore since dynamic linking is supported
everywhere. At the same time it is an impediment for `make install` support.
So it just doesn't seem worth the effort to preserve it.
@fingolfin fingolfin added the release notes: use title For PRs: the title of this PR is suitable for direct use in the release notes label Feb 18, 2022
@ChrisJefferson
Copy link
Contributor

I agree that static linking was useful in the past, but (hopefully) isn't going to be required in the future.

Copy link
Member

@frankluebeck frankluebeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Static linking was very useful for some time to produce portable binaries (e.g., for the old version of the GAP rsync-distribution). But this doesn't work reasonably well for some years.

So, I agree with removing the support for static linking.

The code changes look ok to me.

@fingolfin fingolfin merged commit 49ef9ee into gap-system:master Feb 21, 2022
@fingolfin fingolfin deleted the mh/gac-remove-static-linking branch February 21, 2022 16:39
@fingolfin fingolfin changed the title gac: remove support for static linking Remove support for static linking from gac, it was rarely if ever used but required a disproportionate amount of effort to keep it working Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release notes: use title For PRs: the title of this PR is suitable for direct use in the release notes topic: build system topic: gac GAP to C compiler
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants