More Linux love?

Jacob Carlborg doob at me.com
Wed Sep 25 23:23:44 PDT 2013


On 2013-09-25 17:16, JohnnyK wrote:
> +1 here
>
> yeah DMD is easy to use in linux.  I have installed and used it in
> several Linux distros and everytime it has just worked.  I just
> installed DMD on Slackware 14 x86_64 and it was a copy/paste of the
> binaries fix up the paths in dmd.comf and Hello World just compiles and
> runs.  The only issue I have is that I am wondering why I cannot compile
> hello world with -m32.  I get linker errors.

Have you installed 32bit libraries? That would be gcc-multilib and 
ia32-libs on Ubuntu. On Debian 7 and later it will be "dpkg 
--add-architecture i386" and "apt-get install <package>:i386".

> Anyway this is not the  thread for this.  I will post the output to the proper location later.
> I must say it's not really hard to install and use dmd on any OS that it
> supports of course I have not used it on Mac OS

You can install it exactly the same on Mac OS X.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list