bacchus wrote: > yes, winegcc generates x86 output. On x86 system - yes. On not x86 system (ppc for example) - it doesn't. bacchus wrote: > it seems a huge project to compile wine with g++. A dead project from the start. Wine is written in C to be compiled with C compiler. Obviously you can't compile any C code with c++ compiler without some changes.