in reply to PAR --addfile

AFAIK, PAR just handles PERL scripts and their dependancy on PERL modules/files. I imagine that is doesn't part system calls in order to figure out what you are trying to do. You probably have to include any system utilities such as this "figlet" program separately.

Replies are listed 'Best First'.
Re^2: PAR --addfile
by gri6507 (Deacon) on Sep 28, 2004 at 19:26 UTC
    You are very correct. That is why I have to specify --addfile=figlet when calling pp.
        I saw this readme, but apparently it's wrong (unless my notion of the / is different than theirs). The actual structure is
        $basepath = /tmp/par-cache/cache-nnnn (at least on Solaris) files specified with --addfile are delivered to $basepath/inc (all wit +h 0664 perm)