jwlarson3rd has asked for the wisdom of the Perl Monks concerning the following question:
this is happening on the unix server for the programming students CC that I work at. the junk.pl is just a hello world script help John larson-bash-2.05b$ perl junk.pl hello world! -bash-2.05b$ perlcc junk.pl ---------------------------------------------------------------------- +---------- Compiling junk.pl: ---------------------------------------------------------------------- +---------- Making C(junk.pl.c) for junk.pl! /usr/local/bin/perl -I/usr/local/lib/perl5/site_perl/5.8.0/mach -I/usr +/local/lib /perl5/site_perl/5.8.0 -I/usr/local/lib/perl5/site_perl -I/usr/local/l +ib/perl5/5 .8.0/BSDPAN -I/usr/local/lib/perl5/5.8.0/mach -I/usr/local/lib/perl5/5 +.8.0 -I. - MO=CC,-ojunk.pl.c junk.pl Can't locate object method "fake_ppaddr" via package "B::FAKEOP" at /u +sr/local/l ib/perl5/5.8.0/mach/B/C.pm line 365. CHECK failed--call queue aborted. ERROR: In generating code for junk.pl!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perlcc ?
by perrin (Chancellor) on Oct 20, 2004 at 21:59 UTC | |
by Happy-the-monk (Canon) on Oct 20, 2004 at 22:34 UTC |