deadkarma has asked for the wisdom of the Perl Monks concerning the following question:

I'm trying out the 'perlcc' on windows, using ActiveStates perl and am getting this error:
---------------------------------------------------------------------- +--------- Compiling test.p: ---------------------------------------------------------------------- +---------- Making C(test.p.c) for test.p! C:\Perl\bin\Perl.exe -IC:/Perl/lib -IC:/Perl/site/lib -I. -MB::Stash - +c test.p C:\Perl\bin\Perl.exe -IC:/Perl/lib -IC:/Perl/site/lib -I. -MO=C,-l2000 +,-umain,-uattributes,-uDB,-u<none>,-uWin32 test.p The system cannot find the file specified. ERROR: In generating code for test.p!
Can anyone figure out what's going on? I think it has something to do with the -u<none> thing. . .
Thanks!

Replies are listed 'Best First'.
Re: (eLore)perlcc errors
by eLore (Hermit) on Feb 19, 2001 at 18:20 UTC
    I've never gotten it to work, either. I would also be interested to know, if anyone has gotten it working...
      I've used it before with an older version of ActiveState's perl (some 5xx build) which worked fine, but it don't remember it compiling correctly.

      I guess this is the nature of beta software.