Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: How to satisfy ExtUtils::CBuilder?

by Khen1950fx (Canon)
on Oct 29, 2011 at 21:27 UTC ( [id://934649]=note: print w/replies, xml ) Need Help??


in reply to How to satisfy ExtUtils::CBuilder?

Look at the Build.PL for Crypt::Eksblowfish, and you'll find that you need to set dynamic_config to a true value.

Replies are listed 'Best First'.
Re^2: How to satisfy ExtUtils::CBuilder?
by Anonymous Monk on Oct 29, 2011 at 22:09 UTC
      No. It's necessary.

        No. It's necessary.

        No it is not.

        <rant on>

        How would /usr/bin/ld: cannot find -lgcc_s know anything about Module::Build, or give hoot about an option that does nothing?

        In typical fashion you post nonsense.

        It is either completely irrelevant tangent , not related to the question posed at all.

        Or completely misdiagnose the problem on purpose, sending the OP on a wild goose chase.

        When some corrects you, you deny it.

        dynamic_config

        A boolean flag indicating whether the Build.PL file must be executed, or whether this module can be built, tested and installed solely from consulting its metadata file. The main reason to set this to a true value is that your module performs some dynamic configuration as part of its build/install process. If the flag is omitted, the META.yml spec says that installation tools should treat it as 1 (true), because this is a safer way to behave.

        Currently Module::Build doesn't actually do anything with this flag - it's up to higher-level tools like CPAN.pm to do something useful with it. It can potentially bring lots of security, packaging, and convenience improvements.

        Troll

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://934649]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (1)
As of 2024-04-25 03:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found