yes, winegcc generates x86 output. I ever conpiled it on a non-x86 box. I did not remember whether the generated winegcc generated native code or x86 code. e.g, how winegcc generates powerpc code.
if I redirect gcc to g++, it seems wimegcc would become wineg++
I make winegcc use g++. so many errors. it seems a huge project to compile wine with g++.
On 10/23/10 9:43 PM, bacchus wrote:> I make winegcc use g++. > so many errors. > > it seems a huge project to compile wine with g++. >If you are trying to compile Wine to run on the PowerPC, you still need an x86 emulator like QEMU. Be prepared as it will be snot-slow (and I mean it, QEMU is a resource hog.) The big question is why are you attempting this in the first place? James McKenzie