Is Wine64 usable yet?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Is Wine64 usable yet?

Post by jjmckenzie »

On Thu, Jun 30, 2011 at 3:32 AM, Iceburgh69 <[email protected]> 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
Iceburgh69
Level 1
Level 1
Posts: 5
Joined: Sun Jan 10, 2010 11:37 am

Post by Iceburgh69 »

Now you see why I'm having so much difficulty. Conflicting information, some of it applicable, some of it not so much. I can't find one comprehensive set of instructions. When I followed the link, the packages installed just fine, but when I tried the ./configure, it says ./configure not found, and no target for the make command.
User avatar
dimesio
Moderator
Moderator
Posts: 13368
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Iceburgh69 wrote: but when I tried the ./configure, it says ./configure not found, and no target for the make command.
You need to be in the source directory when you run ./configure and make, and don't run them as root.
Locked