problème pour rendre executable - Par-packer
Bonjour,
Je ne parviens pas à rendre executable mon script, j'ai des messages d'erreur, Quelqu'un peut-il me m'aider ?:roll:
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
C:\Documents and Settings\xxx\Bureau\Script PERL\TEST\renamer>pp -o numerotation.exe n.pl
It looks like you don't have a C compiler on your PATH, so you will not be
able to compile C or XS extension modules. You can install GCC from the
MinGW package using the Perl Package Manager by running:
ppm install MinGW
Can't load 'C:/Perl/lib/auto/IO/IO.dll' for module IO: load_file:La procÚdure sp
ÚcifiÚe est introuvable at C:/Perl/lib/XSLoader.pm line 70.
at C:/Perl/lib/IO.pm line 11
Compilation failed in require at C:/Perl/lib/IO/Handle.pm line 266.
BEGIN failed--compilation aborted at C:/Perl/lib/IO/Handle.pm line 266.
Compilation failed in require at C:/Perl/lib/IO/Seekable.pm line 101.
BEGIN failed--compilation aborted at C:/Perl/lib/IO/Seekable.pm line 101.
Compilation failed in require at C:/Perl/lib/IO/File.pm line 133.
BEGIN failed--compilation aborted at C:/Perl/lib/IO/File.pm line 133.
Compilation failed in require at -e line 458.
C:\Perl\site\bin/pp: Failed to extract a parl from 'PAR::StrippedPARL::Static' t
o file 'parl0PcSpiX.exe' at C:/Perl/site/lib/PAR/Packer.pm line 1172, <DATA> lin
e 1. |