On Tue, 24 Feb 2004, Harutyunyan Artem wrote: > My platform is WinXP+ActivePerl(v.5.8.0 built for > MSWin32-x86-multi-thread)+bash2.
> In MakeMaker helps it is told that, it automaticaly defines > what MM_*.pm file to use, but as one can see from output, in my > case it uses MM_Unix.pm (instead of MM_Win32.pm, I suppouse) . > Can anyone tell me how to solve this problem. Is it possible > to *force* usage of concrete MM_*.pm file. MM_Unix.pm is like the generic MakeMaker that MM_Win32.pm will override if it has to. If you look inside MM_Unix.pm, you will see code for Win95 there. It's just the old name, which doesn't reflect what it really does, I guess.
