On Thu, Jun 30, 2011 at 3:32 AM, Iceburgh69 <wineforum-user@xxxxxxxxxx> wrote: > I'm having issues with getting Wine64 to even install properly. I'm using an AMD 64 processor with Fedora 14 x64. When I try to get things working, here's what I get with the gcc: > > > Touching configure... > [root@Iceburgh gcc-svn]# cd .. > [root@Iceburgh Iceburgh]# rm -rf gcc-build Use gcc as supplied by Fedora. It should be gcc-4.4.5 or so and Wine should build with it (I'm using a Mac and it builds with gcc-4.2 as supplied by Apple.) There are reported warnings with gcc-4.6 and those are being worked by developers. Also, it is not necessary to build (and it is recommended against) Wine as root. root is only needed for installation (sudo make install.) James McKenzie