【发布时间】:2012-11-26 15:33:55
【问题描述】:
我正在尝试这样做:
Build 32bit on 64 bit Linux using an automake configure script?
对我不起作用:(
编译酒。我在 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.
【问题讨论】:
标签: linux