Hello, As I know, I can compile wine to support for running 64-bit windows appliacation - it works (tested), but 32-bit is not supported in this case. And, if I compile for 32-bit, 64-bit apps are not supported. Why did you separate 64-bit and 32-bit, why can't it work like in real Windows system? I mean 32 and 64 libraries both, with one the same prefix? Is this possible to configure wine this way today?
giaur wrote:> > Why did you separate 64-bit and 32-bit, why can't it work like in real Windows system? I mean 32 and 64 libraries both, with one the same prefix? Is this possible to configure wine this way today?http://wiki.winehq.org/Wine64 Read the section "Building a shared WoW64 setup (most likely what you want)."
Hello, This is still not really clean for me. Should I: - first, compile wine as 64 bit - second, compile as 32 with providing path to already compiled 64-bit sources - do "make install", checkinstall etc - after this, it will be possible to run 32 and 64 bit applications both with the same default prefix?