Hi, I have a problem. During Makefile.PL processing I am getting the following error: __________________________________________________________________ Running 'C:/opt/alien/bin/perl "-IC:/opt/alien/lib" C:/opt/alien/lib/ExtUtils/xsubpp -v 2>&1' exits with status 1 at /opt/alien/lib/perl5/5.8.0/ExtUtils/MM_Unix.pm line 3826. __________________________________________________________________
My platform is WinXP+ActivePerl(v.5.8.0 built for MSWin32-x86-multi-thread)+bash2. Here is the output of "perl -e 'print $^O;'": __________________________________________________________________ MSWin32 __________________________________________________________________ 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. Thank you very much in advance. Regards, Artem.
