Hey guys
When I try to compile a perl script, or try to translate it into C code using the command
perl -MO=CC,-ohi.c hi.pl
or
perl -MO=byte hi.pl
I get an error like
Can't locate object method "fake_ppaddr" via package "B::FAKEOP" at /usr/lib/perl5/5.8.0/i386-linux-thread-multi/B/C.pm line 365.
CHECK failed--call queue aborted.
I have the B::C, and B::CC modules loaded, what could be wrong?
My perl script is simply