Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试为 Windows 编译 Linphone,但是当我运行“./configure --prefix=/opt/linphone --enable-shared --disable-static”时,我收到一条错误消息,声称我无法运行 C 编译程序。
我在 Windows 8 上使用 Mingw,我已经安装了 C++ 和 C 编译器以及 Mingw 开发者工具
这似乎是一个目标不匹配错误。Mingw32 二进制文件不能在 Windows 32 位内核上运行。您应该尝试安装 Mingw64 二进制文件。还可以尝试从 linux 或 windows 机器构建。我遇到了这个问题,后来我通过在 Mac 上编译解决了这个问题。