gpt4 book ai didi

c - DLL:在 Linux for Windows 上使用 MinGW 编译 C 时无法识别文件格式

转载 作者:可可西里 更新时间:2023-11-01 09:20:09 25 4
gpt4 key购买 nike

我在 Linux(特别是 Ubuntu)上使用 MinGW 为 Windows 编译 C 程序。我正在使用一个名为 SFML 的库,它的绑定(bind)名为 CSFML。我正在使用 -L 和 -l 来定位库,但在编译时出现此错误:

win32/dll/csfml-audio-2.dll: file not recognized: File format not recognised

我不知道为什么。这是我用来编译的命令:

sudo i686-w64-mingw32-gcc -o wandering src/main.c src/constants.c src/Display/display.c **...some more c files in here...** src/Generation/perlinnoise.c $(pkg-config --libs --cflags glib-2.0) $(pkg-config --libs --cflags gee-1.0) -Iwin32/CSFML-2.1/include -Lwin32/dll -lcsfml-audio-

有人知道为什么会这样吗?我可以在没有 SFML 的情况下编译 C 程序,但使用 MinGW 就好了......

最佳答案

DLL 有一个 PE32 可执行文件头。它不用于链接器。您应该改用导入库。此文件的扩展名为 LIB。

我听说有一些 gcc 编译器版本可以动态地从 DLL 生成导入库。看起来你的版本没有。

关于c - DLL:在 Linux for Windows 上使用 MinGW 编译 C 时无法识别文件格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27191258/

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