Thread Problem mit ExtUtils::Installed in Active Perl
(54 answers)
Opened by bianca at 2010-02-08 16:39
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) |