Can't build 32bit Wine on 64bit linux

后端 未结 7 1846
逝去的感伤
逝去的感伤 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 21:05

    Don't do that. Wine builds for 32-bit by default even on 64-bit systems (since it has to run 32-bit Windows programs.) It also builds a 64-bit Wine at the same time. If you want to disable that, configure it with:

    ./configure --disable-win64
    0 讨论(0)
提交回复
热议问题