Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: 32bit or 64bit
Date: Thu, 19 Jul 2012 13:34:03
Message-Id: ju9282$6gd$1@dough.gmane.org
In Reply to: Re: [gentoo-user] Re: 32bit or 64bit by Michael Mol
1 On 19/07/12 16:03, Michael Mol wrote:
2 > On Thu, Jul 19, 2012 at 8:55 AM, Nikos Chantziaras <realnc@×××××.com> wrote:
3 >> Interesting that Wine aims to do the WOW64 thing. That's certainly news to
4 >> me :-)
5 >
6 > Not really surprising. There's an IsWow64Process() in the Windows API
7 > to allow processes to detect the nature of the environment they're
8 > running on, since sometimes that's something you need to know. :)
9
10 WOW64 relies on 32-bit libraries to do it's job though. It's well known
11 that 32-bit code cannot link against 64-bit libraries. If building a
12 64-bit only version of Wine (since you cannot build any 32-bit code on
13 non-multilib Gentoo), the question arises on how Wine is doing it.

Replies

Subject Author
Re: [gentoo-user] Re: 32bit or 64bit Alan McKinnon <alan.mckinnon@×××××.com>