gpt4 book ai didi

perl - “ppm.bat install failed: Can' 找不到任何提供 MinGW 的包”

转载 作者:行者123 更新时间:2023-12-04 22:15:07 25 4
gpt4 key购买 nike

我正在尝试在 Windows 7 中安装缺少的 Perl 模块 (Palm::PDB)。

我尝试了以下方法:

  • 使用 Perl 包管理器:不幸的是,它似乎没有找到我想要的模块。
  • 使用命令提示符在 Windows 中启动 CPAN shell:不幸的是,它显示以下错误。我已经安装了 MinGW 并且还设置了路径。
    D:\Scripts>perl -MCPAN -e 'shell' install Palm::PDB

    It looks like you don't have a C compiler and make utility installed. Trying
    to install dmake and the MinGW gcc compiler using the Perl Package Manager.
    This may take a few minutes...

    ppm.bat install failed: Can't find any package that provides MinGW

    It looks like the installation of dmake and MinGW has failed. You will not be
    able to run Makefile commands or compile C extension code. Please check your
    internet connection and your proxy settings!

  • 有没有其他简单的方法可以在 Windows 上安装 Perl 模块?

    最佳答案

    您的 ActiveState Perl 安装有问题,因为它会自动为您安装 dmake 和 MinGW。

    如果您安装了 dmake.exe,请尝试通过运行以下命令来安装 MinGW:

    ppm install MinGW
    perl Makefile.PL
    dmake
    dmake test
    dmake install

    MinGW 和 dmake 也被安装到 C:\Perl\site\bin 中。确保此目录在您的 PATH 上(默认情况下由 ActivePerl 安装程序完成)。

    关于perl - “ppm.bat install failed: Can' 找不到任何提供 MinGW 的包”,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10545976/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com