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?
Another question on Solaris. Will I be able to execute Solaris binary using
wine64-preloader?
Basically my problem is that I've RedHat Linux which is 64 bit and I've
Solaris and Windows executable which are on 32 bit. How do I execute these 32
bit executable on my 64 bit machine using wine?
Thanks in advance.
Regards,
Niloy
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