View previous topic :: View next topic |
Author |
Message |
pirassic Tux's lil' helper
Joined: 02 Mar 2004 Posts: 83 Location: Florence, Italy
|
Posted: Thu Mar 04, 2004 9:24 am Post subject: WinE on AMD64 |
|
|
i really can't compile wine on my athlon64.
I'd like to run Macromedia Dreamweaver MX on linux...
the emerge sources are all masked... anyone tried with any success? |
|
Back to top |
|
|
LaNcom Apprentice
Joined: 03 May 2003 Posts: 254 Location: Erfurt, Germany
|
Posted: Thu Mar 04, 2004 3:27 pm Post subject: |
|
|
It is not possible to compile Wine in 64bit, and even if it were possible, it wouldn't work...
Grap a build at Wine Daily Builds, convert it with rpm2targz, and install that one.
This should work (it does for me). |
|
Back to top |
|
|
gebner Tux's lil' helper
Joined: 01 Jan 2004 Posts: 100 Location: Wien, EU
|
Posted: Thu Mar 04, 2004 3:30 pm Post subject: |
|
|
LaNcom wrote: | Grap a build at Wine Daily Builds, convert it with rpm2targz, and install that one. |
I think you also have to emerge emul-linux-x86-* _________________ clue = if 0 == 0 then clue else error "The poster didn't have any clue when he posted this." |
|
Back to top |
|
|
pirassic Tux's lil' helper
Joined: 02 Mar 2004 Posts: 83 Location: Florence, Italy
|
Posted: Fri Mar 05, 2004 4:40 pm Post subject: |
|
|
I compiled a wine version emerged into the 32bit environment.
i start wine and it seems to work...
Code: |
leonardo@giuliano64 .wine $ wine -v
Wine 20040213
|
but when i try, say:
Code: |
leonardo@giuliano64 .wine $ wine /home/leonardo/.wine/fake_windows/Program\ Files/MySQL-Front/mysqlfront.ex
|
nothing happens. just nothing. no errors. no working programs. |
|
Back to top |
|
|
gebner Tux's lil' helper
Joined: 01 Jan 2004 Posts: 100 Location: Wien, EU
|
Posted: Sat Mar 06, 2004 7:55 pm Post subject: Returning? |
|
|
pirassic wrote: | nothing happens. just nothing. no errors. no working programs. |
Do you return to the shell, or does wine still run? _________________ clue = if 0 == 0 then clue else error "The poster didn't have any clue when he posted this." |
|
Back to top |
|
|
astronic n00b
Joined: 16 Aug 2003 Posts: 44 Location: Dortmund, Germany
|
Posted: Sat Mar 06, 2004 11:40 pm Post subject: |
|
|
LaNcom wrote: | It is not possible to compile Wine in 64bit, and even if it were possible, it wouldn't work...
Grap a build at Wine Daily Builds, convert it with rpm2targz, and install that one.
This should work (it does for me). |
I tried all RPMs from the WINE download page (as well as Slackware's and arch linux packages), but they are compiled to be in /usr - a place not to mess around with manually.
Do you know of any binary distribution of WINE compiled for use in /opt or /usr/local?
What was the exact package you had success with?
TIA,
Stefan. |
|
Back to top |
|
|
LaNcom Apprentice
Joined: 03 May 2003 Posts: 254 Location: Erfurt, Germany
|
Posted: Sun Mar 07, 2004 12:37 am Post subject: |
|
|
I now use self compiled 32bit packages (I compile on my girlfriends PC) with /opt/wine for prefix.
But 'till then, I made me an uninstall script, with a list of all the files installed in /usr... |
|
Back to top |
|
|
crazycat l33t
Joined: 26 Aug 2003 Posts: 838 Location: Hamburg, Germany
|
Posted: Sun Mar 07, 2004 8:36 am Post subject: |
|
|
I already used precompiled wine, but compared to 32 bit system wine doesnt run emule for me and segfaults only. (btw amule/xmule dont find so much sources for files and dont load as quick as emule-lsd-kad does) |
|
Back to top |
|
|
pirassic Tux's lil' helper
Joined: 02 Mar 2004 Posts: 83 Location: Florence, Italy
|
Posted: Mon Mar 08, 2004 4:35 pm Post subject: Re: Returning? |
|
|
gebner wrote: | pirassic wrote: | nothing happens. just nothing. no errors. no working programs. |
Do you return to the shell, or does wine still run? |
just returns to shell |
|
Back to top |
|
|
astronic n00b
Joined: 16 Aug 2003 Posts: 44 Location: Dortmund, Germany
|
Posted: Tue Mar 09, 2004 4:04 pm Post subject: |
|
|
I compiled the latest WINE version from february 2004 on another 32-bit gentoo machine (./configure --prefix=/opt/wine && make && make install && tar -cjf wine.tar.bz2 /opt/wine) and installed it on my amd64 machine. Then I extended the libpath with /opt/wine/lib and copied some 32bit libs from the 32bit machine to /opt/wine/lib on the amd64 one.
That did work in general but I got some problems with certain programs I did not have had before. After I spend an hour tweaking the WINE configuration I deinstalled the february WINE release and installed the one from 2003-12-12 (which is the current stable in the portage tree and therefor the one I had installed before).
That solved everthing for me, in fact the same wine version as on my former 32bit installation in conjunction with the same configuration behaves exactly as it used to be (at least as far as I can tell). I had a similiar experience back in my debian days where a newer WINE version had compatibility issues an older one didn't have. So if you got problems you didn't have had before, try the same WINE version as before, that might help you.
Furthermore WINE uses some libs for certain things which are not included with the WINE source code (for example libjpeg/libungif to display jpeg/gif images), so make sure that all libs WINE does cry about are available on your system compiled for 32-bit!
HTH,
Stefan. |
|
Back to top |
|
|
crazycat l33t
Joined: 26 Aug 2003 Posts: 838 Location: Hamburg, Germany
|
Posted: Tue Mar 09, 2004 4:53 pm Post subject: |
|
|
can i compile wine statical on 32 bit machine and if its possible how do i do it? |
|
Back to top |
|
|
|