Re: Setting gmake command arguments in the Strawberry perl CPAN shell

2020-06-03 Thread sisyphus
Hi, I think this happens because gmake finds a file named sh.exe in the PATH - in your case it's in "C:/Program Files/AdoptOpenJDK/jdk-14.0.1.7-hotspot/bin/". In the perl source, the GNUmakefile in the win32 directory avoids this problem by specifying: SHELL := cmd.exe Is that just a way of

Setting gmake command arguments in the Strawberry perl CPAN shell

2020-06-03 Thread Luigi Iotti
Hi all I'm new to Strawberry perl. I just installed 5.30.2.1 on a Win10 pc. Long story short: in the CPAN shell, how may I add some arguments to gmake command line? I tried o conf make_arg, make_install_arg, makepl_arg, mbuildpl_arg but they seem not to work, at least in my case. Long story