64-bit support (Was: Poll: Primary D version)
Jesse Phillips
jessekphillips+D at gmail.com
Mon May 24 18:03:38 PDT 2010
Andrei Alexandrescu wrote:
> On 05/24/2010 05:20 PM, Walter Bright wrote:
>> Andrei Alexandrescu wrote:
>>> E.g. I can't install the .deb file on my 64-bit Linux.
>>
>> I think the current .deb files can be.
>
> Just tried again, same error message:
>
> Error: Wrong architecture 'i386'
>
> Let me know how I can help.
>
>
> Andrei
DDebber will build packages for i386 and AMD64. The main difference is
that the AMD64 package will depended on the required ia32 libraries
which will not be pulled in with -force-architecture.
Just say'n
Ok, it still isn't that simple because if you don't have the required
packages then dmd will be left unconfigured since dpkg will not install
dependencies. # apt-get -f should fix this.
More information about the Digitalmars-d
mailing list