Strawberry Perl 文件夹中的所有这些可执行文件是什么?

发布于 2024-10-12 12:11:32 字数 801 浏览 1 评论 0原文

我已经下载了 Windows 版 Strawberry-Perl-5.12.1.0 并使用了很多天。今天我发现有一个文件夹,里面有很多可执行文件。

文件夹结构是:

c
cpan
cpanplus
perl
ppm
win32

所有这些文件夹代表什么以及这些文件夹中的可执行文件有什么用?

我感兴趣的是我在文件夹 c 中找到的可执行文件。我有38:addr2line.exe ar.exe as.exe c++.exe c++filt.exe cpp.exe dlltool.exe dllwrap.exe dmake.exe elfedit.exe g++.exe gcc.exe gcov.exe gmake.exe gprof .exe i686-w64-mingw32-c++.exe i686-w64-mingw32-g++.exe i686-w64-mingw32-gcc-4.4.3.exe i686-w64-mingw32-gcc.exe iconv.exe ld.exe nm。 exe objcopy.exe objdump.exe openssl.exe patch.exe pexports.exe pg_config.exe ranlib.exe readelf.exe size.exe strings.exe strip.exe Windmc.exe Windres.exe xmlcatalog.exe

在我下载的文件夹中没有文档可用,但我无法通过 Google 找到任何正确的信息。也许我没有查询到正确的方法。

可执行文件的 --help 选项仅说明可用选项,而不是目的。

I have downloaded Strawberry-Perl-5.12.1.0 for Windows and was using it for many days. Today I have realized that there is some folder which has many executable files in it.

The folder structure is:

c
cpan
cpanplus
perl
ppm
win32

What do all these folders signify and what is the use of the executables in these folders?

What I am interested in are the executables I found in folder c. I have 38: addr2line.exe ar.exe as.exe c++.exe c++filt.exe cpp.exe dlltool.exe dllwrap.exe dmake.exe elfedit.exe g++.exe gcc.exe gcov.exe gmake.exe gprof.exe i686-w64-mingw32-c++.exe i686-w64-mingw32-g++.exe i686-w64-mingw32-gcc-4.4.3.exe i686-w64-mingw32-gcc.exe iconv.exe ld.exe nm.exe objcopy.exe objdump.exe openssl.exe patch.exe pexports.exe pg_config.exe ranlib.exe readelf.exe size.exe strings.exe strip.exe windmc.exe windres.exe xmlcatalog.exe

In my downloaded folder there is no documentation available and I was not able to find any right information with Google. Maybe I have not queried the right way.

The --help options of the executables are only saying what available options are but not the purpose.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情深如许 2024-10-19 12:11:32

Strawberry C 附带 C 编译器和构建工具,使您能够从 CPAN 编译新的 XS 发行版。如果您安装了模块发行版,这些工具将在需要时自动正确运行;你不需要担心他们。

Strawberry C comes with a C compiler and build tools to enable you to compile new XS distributions from CPAN. The tools will be automatically properly run when needed if you install module distributions; you don't need to worry about them.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文