[Wine] Re: compiling Wine with GCC

vitamin wineforum-user at winehq.org
Tue Oct 12 01:57:07 CDT 2010


ChaosFurry wrote:
> I know the FAQ Part for this, but there's no help how I'm able to use gcc 4.5 instead of older version, and how I said, it's necessary to let Xfire run with Wine. I've installed gcc 4.5 out of the repos, but it seems he's still using the older version (Xfire is still not functional)

You can tell Wine to use different version of compiler this way:

Code:
CC=gcc-4.5 ./configure && make









More information about the wine-users mailing list