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

Static linking issue with multiple libraries #462

Open
timlegge opened this issue Nov 30, 2024 · 0 comments
Open

Static linking issue with multiple libraries #462

timlegge opened this issue Nov 30, 2024 · 0 comments

Comments

@timlegge
Copy link

As documented in timlegge/perl-IO-Compress-Brotli#6 building statically fails for IO::Compress::Brotli

There are a couple of issues in the Makefile.PL for IO::Compress::Brotli but the following issue is causing a failure that needs to be fixed first.

"\t\$(CP) \$(MYEXTLIB) \"\$\@\"\n";

It essentially attempts to copy multiple maned static library files to one file instead of to the directory.

A PR with a possible fix is coming shortly

timlegge added a commit to timlegge/ExtUtils-MakeMaker that referenced this issue Nov 30, 2024
timlegge added a commit to timlegge/perl-IO-Compress-Brotli that referenced this issue Nov 30, 2024
timlegge added a commit to timlegge/perl-IO-Compress-Brotli that referenced this issue Nov 30, 2024
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

No branches or pull requests

1 participant