Re: perlcc

2004-06-02 Thread Andrey
Try to use PAR module http://par.perl.org/index.cgi. It allowed to me to create standalone EXE executable. Roman Vasicek [EMAIL PROTECTED] wrote: news:[EMAIL PROTECTED] Hi, I want to use perlcc to create standalone executable from my program but it allways fails with message like this /usr

Re: perlcc

2003-06-05 Thread h. w. neff
hi. i'm using P::RD and the fully interpreted version of my resulting tool is incredibly slow. the half-step of precompiling my grammar into a .pm helps somewhat in the speed department, albiet with different behaviours. i was really hoping to feed my P::RD based beastie to perlcc

Re: perlcc

2003-06-05 Thread h. w. neff
behaviours. i was really hoping to feed my P::RD based beastie to perlcc and get something much faster and self contained. Well this is *a* solution, but there are others. With Perl there is always More Than One Way To Do It(tm). of this i am aware and appreciative. I wrote a parser

perlcc

2002-04-22 Thread Roman Vasicek
Hi, I want to use perlcc to create standalone executable from my program but it allways fails with message like this /usr/bin/perlcc: test-prd.pl did not compile, which can't happen: Starting compile Walking tree Prescan Saving methods Use of uninitialized value in length at /usr/lib/perl5