Amiga.org
The "Not Quite Amiga but still computer related category" => Amiga Emulation => Topic started by: Karlos on November 02, 2008, 02:27:59 PM
-
Lo all,
Having built a new PC recently and gorged my way through a glut of shiny new games for it, I finally woke up with the usual PC hangover and felt the need for some Amiga fun.
I have already installed Ubuntu 8.04 x64 on said system and am generally very happy with it.
Unfortunately, it seems I can't get E-UAE working on it. I had previously gotten the WIP 4 release working on Fedora x64 but only by virtue of compiling it as a 32-bit target.
I can't even get that far under Ubuntu x64 as various C libraries are missing. What's more, the already compiled 32-bit binary doesn't run as it can't find all manner of 32-bit .so files.
I found a repository that has a i386 compiled version but I couldn't get that to work either.
Anybody else got it working under 64-bit Ubuntu?
-
it should be in the repositories.
if not, just install the missing libs and build it.
builds fine and works fine for me on 8.04 + 8.10 amd64
-
I'm not so familiar with apt. Is there something equivalent to "yum whatprovides" when obtaining said 32-bit libraries?
-
Karlos wrote:
I'm not so familiar with apt. Is there something equivalent to "yum whatprovides" when obtaining said 32-bit libraries?
Try the synaptic package manager. It knows about package dependencies and will try to pull in whatever else it needs. You can also do keyword searches. You might have to add repository links within synaptic so that it's looking in the right place.
I've had problems before installing other things. Winamp for example has the same 32 vs 64 bit problems. And it seems that some of the libraries are mutually exclusive. You just can get there from here.
I'm interested to hear about your progress. Installing a linux version of uae has been on my todo list.
brian
-
Synaptic wasn't really helping.
However, this (http://ubuntuforums.org/showthread.php?t=474790&highlight=getlibs) most certainly did. I got the 32-bit executable I compiled on FC7 x64 to work.
A very handy utility indeed :-)
Time to make hay whilst the sun shines... Oh wait, it's late autumn. Oh well.
-
@Karlos
Sounds like you've got it working already. When I built and installed on my AMD
64x2 machine, https://help.ubuntu.com/community/EUAEAmigaEmulator, was my guide.
I did have to install a few libraries in the process
Just to be throwing URLs around, http://www.weasels.demon.nl/page07linux.html
was also helpful in the overall process.
-
If you did it why you don't upload it to rapidshare, as a ready package for ubuntu 8.04-8.10 x64, for us who we are rookies to linux? :-D
________
Lovely Wendie (http://www.lovelywendie99.com/)
-
Hi,
For what it's worth, standard UAE (0.8.2.5 ancient!) is in the repositories, and a [color=0000ff]sudo apt-get install uae[/color] will install it.
You can find some additional info on E-UAE here (https://help.ubuntu.com/community/EUAEAmigaEmulator).
- Ali
EDIT: D'oh! Link already posted above, must learn to read properly! :-)
-
@Karlos: Since your system only has 2 GB RAM, why the hassle with the 64 bit version?
-
Well, it only has 2GB of RAM for now. There's also 896MB of video RAM on top of that. As soon as DDR3 is a bit more affordable, it will go up to at least 4GB.
The only hassle I have had so far is this one 32-bit application.
Finally, 64-bit is the way forward, generally. Aside from losing the 4G limit, the AMD64 instruction set is better, there are more registers for the compiler to play with.
In short, why not?