perlcc mailing list and question
Gary Yang <[email protected]> Tue, 21 Jun 2011 12:09:44 -0700 (PDT)
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Message-ID | <[email protected]> |
Hi,
Anyone know which mailing list focus on the perlcc topic? Please draw me a line.
I got an error when I use perlcc.
perlcc -o learn2 learn2.pl
/usr/bin/perlcc: learn2.pl did not compile, which can't happen:
Use of uninitialized value $INC{"threads/shared.pm"} in concatenation (.) or string at /usr/lib/perl5/site_perl/5.14.0/i686-linux/B/C.pm line 1848.
Can't locate object method "STASH" via package "B::PV" at /usr/lib/perl5/site_perl/5.14.0/i686-linux/B/C.pm line 389.
CHECK failed--call queue aborted.
cpan[3]> install B::Bytecode
B::Bytecode is up to date (1.11).
cpan[4]> install threads::shared
threads::shared is up to date (1.37).
cpan[5]> install B::C
B::C is up to date (1.34).
cpan[6]> install B::PV
Warning: Cannot install B::PV, don't know what it is.
Try the command
i /B::PV/
to find objects with matching identifiers.
Thanks,
Gary