我有一个基于autoconf的编译系统的C/C++程序,它可以在Fedora(FC 36)上使用mingw64-configure命令配置autoconf系统,在Windows下编译得很好。Ubuntu的mingw 64系统似乎没有Fedora的开发得好,它有很多mingw 64包,但我不知道如何编译它,我尝试了各种--host咒语,但经常不起作用:我收到未安装库的错误。那么,让MinGW在Ubuntu上编译的正确的./configure命令是什么呢?
mingw64-configure
--host
./configure
14ifxucb1#
答案似乎是:
./configure --host=x86_64-w64-mingw32
参见What's the difference of "./configure" option "--build", "--host" and "--target"?另请参见C++ mutex in namespace std does not name a type
1条答案
按热度按时间14ifxucb1#
答案似乎是:
参见What's the difference of "./configure" option "--build", "--host" and "--target"?
另请参见C++ mutex in namespace std does not name a type