Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Static linking issue with multiple libraries #462

@timlegge

Description

@timlegge

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions