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

cygwin: workaround DLL load address conflict #22696

Merged
merged 1 commit into from
Oct 29, 2024

Commits on Oct 23, 2024

  1. cygwin: workaround DLL load address conflict

    The DLL load addresses are generated by the linker based on the DLL
    names, and 5.39.10 we're getting a conflict between
    cygperl5_41_6.dll and Langinfo.dll.
    
    As a workaround, statically link Langinfo into cygperl for CI and
    mention the problem in perldelta for anyone else who might build
    perl on cygwin
    
    Fixes but should not close Perl#22695
    tonycoz committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2626bf6 View commit details
    Browse the repository at this point in the history