[dmd-beta] D 1.075 and 2.060 betas

Steven Schveighoffer schveiguy at yahoo.com
Wed Jul 25 10:53:08 PDT 2012


On Jul 25, 2012, at 11:19 AM, Jordi Sayol wrote:

> Al 25/07/12 15:39, En/na Steven Schveighoffer ha escrit:
>> 
>> No, that's not it:
>> 
>> steves at steves-virtual-machine ~ $ ls -l ~/dmd2/linux/bin32/dmd
>> -rwxr-xr-x 1 steves steves 1745292 Jul 24 21:02 /home/steves/dmd2/linux/bin32/dmd
>> steves at steves-virtual-machine ~ $ file ~/dmd2/linux/bin32/dmd
>> /home/steves/dmd2/linux/bin32/dmd: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, BuildID[sha1]=0x30ca2b53857b08f2754078d749c0901906d1e30f, stripped
>> steves at steves-virtual-machine ~ $ ~/dmd2/linux/bin32/dmd
>> bash: /home/steves/dmd2/linux/bin32/dmd: No such file or directory
> 
> This is due to missing 32-bit runtime libraries.
> To install them on a 64-bit Debian like system:
> $ sudo apt-get install lib32stdc++6

Yep, that worked.  However, I also had to install libc6-dev-i386 in order to build and test collections 32-bit, which passes for this beta.

Thanks!

-Steve


More information about the dmd-beta mailing list