Tom Lane wrote:
> Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
>
>> No, we get the ldopts from Embed and then *remove* the ccldflags from
>> Config from that string. What is left is set as perl_embed_flags, and
>> that's what mustn't be empty.
>>
>
> Got it. Sounds good then.
>
> What about the MakeMaker dependency?
>
>
>
The call to ldopts will fail if MakeMaker is not present, so this will
cover it. It's very unlikely to be absent - it's required to build
almost every Perl module known to man.
cheers
andrew