Fallenblood wrote:
What version of Linux are you using and what type of CPU does your computer have? If it is a 64 bit processor, you WILL have to use the -m32 flag or Wine will not compile properly. Yes, we are working on making Wine build properly for future versions.I am using that. The exact line I run is: Code: CC="ccache gcc" CFLAGS="-g -O0" ./configure --verbose && make depend && make but it happens without CFLAGS all the same.
James McKenzie