我正在尝试这样做:
使用 automake 配置脚本在 64 位 Linux 上构建 32 位?
对我不起作用 :( 编译酒。我在 config.log 中找到了这个:
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "1.5.19"
| #define PACKAGE_STRING "Wine 1.5.19"
| #define PACKAGE_BUGREPORT "wine-devel@winehq.org"
| #define PACKAGE_URL "http://www.winehq.org"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
配置失败:Cannot build a 32-bit program, you need to install 32-bit development libraries.