Can't build 32bit Wine on 64bit linux

后端 未结 7 1875
逝去的感伤
逝去的感伤 2020-12-28 20:32

I\'m trying to do this:
Build 32bit on 64 bit Linux using an automake configure script?
Doesn\'t work for me :( Compileing wine. I found this in config.log:

7条回答
  •  难免孤独
    2020-12-28 20:49

    I guess you use Ubuntu x64 which now supports multi-architecture. In other words on a 64 bit system you can build only Wine-x64 version. Building 32bit Wine on Ubuntu 12.04 x64 seems to buggy as for now.

    So just run:

    ./configure --enable-win64
    

提交回复
热议问题