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