Hey,
A question of a Tux/Wine Newbie. There's a how-to using Xfire with wine in the appdb, I shall compile it from source using GCC-4.5. But I only know how to compile a single file with it or using the standard 'make' command, how it's shown in the Wine-Wiki. I googled for a tutorial, but didn't found anything. Can anyone help me with it giving a small help?
In thanks,
CF
compiling Wine with GCC
Re: compiling Wine with GCC
http://wiki.winehq.org/FAQ#head-7ed3c31 ... 53dc41817bChaosFurry wrote: A question of a Tux/Wine Newbie. There's a how-to using Xfire with wine in the appdb, I shall compile it from source using GCC-4.5. But I only know how to compile a single file with it or using the standard 'make' command, how it's shown in the Wine-Wiki. I googled for a tutorial, but didn't found anything. Can anyone help me with it giving a small help?
- ChaosFurry
- Level 1
- Posts: 6
- Joined: Wed Jul 08, 2009 12:01 pm
You can tell Wine to use different version of compiler this way: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)
Code: Select all
CC=gcc-4.5 ./configure && make