so if perlcc is not a good way to compile your perl source for *nix systems, then what is?
dan "Paul Johnson" <[EMAIL PROTECTED]> wrote in message news:20021107205443.GA4209@;pjcj.net... > On Thu, Nov 07, 2002 at 03:08:23PM -0000, dan wrote: > > > answering my own question, i read back the newsgroup a little, and came > > across an article about perlcc. i tried this.. > > perlcc -o output input.pl > > however, since my program uses DBI, the end compiled program reads: > > > > Connecting to SQL... > > Undefined subroutine &DBI::dr::connect called at > > /usr/local/lib/perl5/site_perl/5.8.0/i686-linux/DBI.pm line 503. > > Undefined subroutine &DBI::dr::disconnect_all called at > > /usr/local/lib/perl5/site_perl/5.8.0/i686-linux/DBI.pm line 565. > > END failed--call queue aborted. > > > > any ideas how i may be able to come over this? > > Two. > > 1. Forget you ever heard about perlcc. > 2. Prepare for some heavy duty hacking. > > perlcc is experimental, incomplete and buggy and that looks unlikely to > change in the near future. > > -- > Paul Johnson - [EMAIL PROTECTED] > http://www.pjcj.net -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]