I have some research and now I have successfully build PERL with MINGW under MSYS. If anyone have interest on it I may publish my scripts for building perl under MSYS. I have only one issue now - build freezing if I redirect console output to log file.
2012/12/2 kmx <k...@atlas.cz> > > ... >> >> Than I try to build with next command line: >> dmake INST_DRV=$DRV INST_TOP=$PREFIX_WIN/opt CCHOME=$MINGWHOME_WIN >> WIN64=undef >> ... >> > > From using '$VARIABLE' I assume you are not running dmake from standard > command prompt (cmd.exe) which makefile.mk expects > > Try to: > - make sure that you have 'dmake', 'gcc' & co. in your PATH > - start command prompt (cmd.exe) > - from command prompt: dmake INST_DRV=%DRV% INST_TOP=%PREFIX_WIN/opt% > CCHOME=%MINGWHOME_WIN% WIN64=undef > > -- > kmx >