Thanks a lot .. Your support is great !! I learned a lot from you. PAR is such a great tool. I hope I know this eariler.
On 1/9/08, Steffen Mueller <[EMAIL PROTECTED]> wrote: > > Hi Henry, > > Henry Wu henry.wu3-at-gmail.com |newsgroups5| wrote: > > I tried again and I put $|=1 before the print , but it is still not > > working and I can not see the print "$dest_name\n"; in STDOUT > > I modified par.pl as shown below. Please forgive me, Can you tell me > > the exact steps to get PAR source (URL) and compile. I usually use to > > use ActivePerl's ppm to install package. I am using ActivePerl Build > > 822 with latest PAR ( 0.976) packages in their repository Thanks a lot. > > You will need to build PAR::Packer from source. You need a C compiler > for that. (For example MinGW.) > > What you do is: > > svn checkout http://svn.openfoundry.org/par/PAR-Packer/trunk > cd trunk > perl Makefile.PL > make > make test > make install > > Then you have the current development version of PAR(::Packer). > > Since Roderich and Scott could originally reproduce your problem and > consider it fixed with the suggested patch (and a fresh "make" from > source), you also have the option to wait for a new PAR::Packer release > 0.978. I will make no promises on when it will happen, however. > > Best regards, > Steffen >