Re: Build perl with mingw-w64
[email protected] (Алексей Павлов) Sun, 2 Dec 2012 21:38:00 +0400
| Newsgroups | perl.win32.vanilla |
|---|---|
| Message-ID | <CABEPuQJ2_FJw+_X6=QFOV07uw0jYmGZibV15+Gu2884uz7Ub0w@mail.gmail.com> |
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 <[email protected]> > > ... >> >> 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 >