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

Fix a problem with kernel extensions on macOS #5235

Merged
merged 1 commit into from
Dec 7, 2022

Commits on Dec 1, 2022

  1. Fix a problem with kernel extensions on macOS

    On macOS, kernel extensions built against non-installed GAP could
    not be loaded into an executable built using libgap, such as
    `tst/testlibgap/basic`. Resolve this by building kernel extensions
    again with flat namespace (thus matching the behavior of the Linux
    dynamic linker more closely), as we used to when we were still
    using libtool for kernel extensions
    
    This problem was only relevant for non-installed GAP builds.
    For GAP installed via `make install` and kernel extensions built
    against that, all was and is fine.
    fingolfin committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    d425011 View commit details
    Browse the repository at this point in the history