Walter Bright wrote:
Trip Volpe wrote:
Has anybody else managed to get DMD2 up and running on Ubuntu? It
_is_ possible, right?

Here's what I use on Ubuntu 64:

 sudo apt-get install gcc-multilib libc6-i386 lib6-dev-i386

That last one is missing a 'c': libc6-dev-i386

 sudo apt-get install g++-multilib


The commands Walter mention will install the most basic libraries -- the ones you need if you're just going to use Phobos and other 'native D' libraries.

Another tip is that the 'ia32-libs' package contain 32-bit versions of a bunch of libraries (GTK, ALSA, X11, and a *lot* more). Also, try searching for packages with names starting with lib32, there are quite a few of those as well.

-Lars

Reply via email to