gpt4 book ai didi

mingw-w64 - 与 MinGW-64 静态链接

转载 作者:行者123 更新时间:2023-12-04 20:49:41 29 4
gpt4 key购买 nike

我正在尝试使用来自 http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Automated%20Builds/ 的 64 位 MinGW但是当我用它编译程序时,当 DLL 不可用时,生成的可执行文件会失败。

如何让这个编译器与标准库进行静态链接?

或者我应该使用另一种 64 位 MinGW 发行版吗?

最佳答案

g++ 开关应该是

    -static


http://gcc.gnu.org/onlinedocs/gcc/Link-Options.html .
    -static
On systems that support dynamic linking, this prevents linking with
the shared libraries. On other systems, this option has no effect.

您应该发布用于编译/链接的命令行,以便在这对您不起作用时获得更多帮助。

关于mingw-w64 - 与 MinGW-64 静态链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12234012/

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