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 Build of Perl 5.34 is broken #38

Closed

Conversation

twata1
Copy link

@twata1 twata1 commented Aug 7, 2022

When building Perl 5.34 or later with MinGW-w64, We got around the fact that the -l flag is set to be passed in Makefile.PL, but for some reason it is not reflected in the Makefile.

See Also: shogo82148/actions-setup-perl#714

When building Perl 5.34 or later with MinGW-w64, We got around the fact that the -l flag is set to be passed in Makefile.PL, but for some reason it is not reflected in the Makefile.


See also shogo82148/actions-setup-perl#714
@xenu
Copy link
Member

xenu commented Aug 7, 2022

I think the actual cause of your problem is that CCHOME wasn't set properly during the build of Perl.

@twata1
Copy link
Author

twata1 commented Aug 10, 2022

Thank you for pointing it out!
I was able to build Perl 5.34.0 by setting CCHOME.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants