in reply to Re^2: PAR::Packer, trouble to include specific external libraries
in thread PAR::Packer, trouble to include specific external libraries

I used the --lib option ...

That is why i said use the -l option, copy/paste and ctrl+f to read about the -l option

$ perldoc pp |ack "\-l\b" -l, --link=*FILE*|*LIBRARY* packed file. Also accepts names under library paths; i.e. "-l ncurses" means the same thing as "-l libncurses.so" or "-l

Replies are listed 'Best First'.
Re^4: PAR::Packer, trouble to include specific external libraries
by HJO (Acolyte) on Oct 02, 2012 at 07:20 UTC

    Hi,

    Ok thanks, i'll try that

Re^4: PAR::Packer, trouble to include specific external libraries
by HJO (Acolyte) on Oct 02, 2012 at 07:45 UTC

    And it's working :)

    Thanks a lot Anonymous Monk ^^