Re: Build perl with mingw-w64
[email protected] (kmx) Sat, 01 Dec 2012 23:40:54 +0100
| Newsgroups | perl.win32.vanilla |
|---|---|
| Message-ID | <[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