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

2020-06-12 Thread Luigi Iotti
syphus...@gmail.com> > Inviato: mercoledì 3 giugno 2020 23:48 A: Luigi Iotti mailto:lu...@iotti.biz> > Cc: win32-vanilla@perl.org <mailto:win32-vanilla@perl.org> Oggetto: Re: Setting gmake command arguments in the Strawberry perl CPAN shell Hi, I think this happens because

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

2020-06-05 Thread sisyphus
Da:* sisyphus > *Inviato:* mercoledì 3 giugno 2020 23:48 > *A:* Luigi Iotti > *Cc:* win32-vanilla@perl.org > *Oggetto:* Re: Setting gmake command arguments in the Strawberry perl > CPAN shell > > > > Hi, > > I think this happens because gmake finds a file named

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

2020-06-05 Thread Luigi Iotti
, Luigi Da: sisyphus Inviato: mercoledì 3 giugno 2020 23:48 A: Luigi Iotti Cc: win32-vanilla@perl.org Oggetto: Re: Setting gmake command arguments in the Strawberry perl CPAN shell Hi, I think this happens because gmake finds a file named sh.exe in the PATH - in your case it's in &q

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