Thread Problem mit ExtUtils::Installed in Active Perl (54 answers)
Opened by bianca at 2010-02-08 16:39

GwenDragon
 2010-02-09 14:18
#132385 #132385
User since
2005-01-17
14563 Artikel
Admin1
[Homepage]
user image
U:\>perl58 -MExtUtils::Installed -e "print $ExtUtils::Installed::VERSION"
1.43
U:\>perl510 -MExtUtils::Installed -e "print $ExtUtils::Installed::VERSION"

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

1.999001
U:\>


Ekelhaft nervige Meldung!

Die entsteht schon beim Laden des Moduls durch use!
Last edited: 2010-02-09 14:20:21 +0100 (CET)
die Drachin, Gwendolyn


Unterschiedliche Perl-Versionen auf Windows (fast wie perlbrew) • Meine Perl-Artikel

View full thread Problem mit ExtUtils::Installed in Active Perl