Menu

#490 Compilation errors

closed-fixed
nobody
General (289)
5
2010-05-18
2010-05-03
Anonymous
No

When I try to compile my Perl script, I receive this error:
perl -MO=Bytecode,-H,-o"Plus1"c "Plus1"
Can't locate B/Bytecode.pm in @INC (@INC
contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at (eval 1) line 18.
BEGIN failed--compilation aborted at (eval 1) line 18.
BEGIN failed--compilation aborted.

I have Linux Ubuntu 8.10 on my PC.
Can you help me, please?
Thanks in advance.

Discussion

  • Nick Treleaven

    Nick Treleaven - 2010-05-03

    IIRC that command doesn't work for Perl 5.10, sorry. We changed the default in the development version to:

    perl -c %f

    Try changing the Compile command for Perl to that.

     
  • Nick Treleaven

    Nick Treleaven - 2010-05-03
    • status: open --> pending-fixed
     
  • Nick Treleaven

    Nick Treleaven - 2010-05-03

    Oops, to be precise it should be:

    perl -cw "%f"

     
  • SourceForge Robot

    This Tracker item was closed automatically by the system. It was
    previously set to a Pending status, and the original submitter
    did not respond within 14 days (the time period specified by
    the administrator of this Tracker).

     
  • SourceForge Robot

    • status: pending-fixed --> closed-fixed
     

Log in to post a comment.

Auth0 Logo