Steve Teale wrote:

> 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
>>   sudo apt-get install gcc-multilib
>>   sudo apt-get install g++-multilib
>
> Walter,
>
> Are we still just talking just AMD 64 here? Last time I tried to install the 
> .deb package, the system told m that my Intel core2 64 bit machine was the 
> wrong architecture.
>
> Thanks
> Steve
>

Intel 64 is AMD64. Intel dropped their 64-bit implementation, EM64T,
after AMD won. The required packages are the same for both systems.

The deb package is stated to be i386, which is not AMD64. You can force
the installation by using:

    dpkg --force-architecture -i dmd.1.043.deb

Reply via email to