Hi,
On 2021-10-12 16:02:14 -0400, Andrew Dunstan wrote:
> You need to build against a native perl, like Strawberry or ActiveState.
> (I have had mixed success with Strawberry)
Do you understand why that is needed?
> You do that by putting a path to it at the start of the PATH. The wrinkle in
> this is that you need prove to point to one that understands virtual
> paths. So you do something like this:
>
>
> PATH="/c/perl/bin:$PATH" PROVE=/bin/core_perl/prove configure ...
Oh my.
I'll try that later... I wonder if we could make this easier from our side?
This is a lot of magic to know.
Greetings,
Andres Freund