[dmd-beta] D 1.075 and 2.060 betas

Jordi Sayol g.sayol at yahoo.es
Wed Jul 25 08:19:13 PDT 2012


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


Regards,
-- 
Jordi Sayol


More information about the dmd-beta mailing list