buro wrote:> Hi,
> I've installed wine-1.3.10 in my RedHat Linux machine. My machine in
on x86_64 architecture, so during installation I've used ./configure
--enable_win64 option then make command to compile the code. After installation
when I'm trying to execute windows executable, I am getting error
"Trying to load PE image for unsupported architecture (I386)". My
windows executable is 32 bit. Is that the problem? Then how so I overcome the
problem?
>
Yes, that is the problem. Sounds like you didn't build 32 bit Wine at
all--you need to. It also sounds like all your Windows apps are 32 bit, in which
case you don't need 64 bit Wine at all.
To build 32 bit Wine on a 64 bit system, follow the instructions here:
http://wiki.winehq.org/WineOn64bit
If you really want both 32 & 64 bit, follow the instructions here:
http://wiki.winehq.org/Wine64