Thread overview
dm directory
Feb 19, 2007
Andrew Bell
Feb 19, 2007
Frits van Bommel
Feb 19, 2007
Walter Bright
February 19, 2007
Hi,

What is in the "dm" directory that is part of the "dmd.zip" file that contains the dmd compiler and such.  Is it needed on a linux system?

Thanks,

-- Andrew Bell
andrew.bell.ia@gmail.com
February 19, 2007
Andrew Bell wrote:
> Hi,
> 
> What is in the "dm" directory that is part of the "dmd.zip" file
> that contains the dmd compiler and such.  Is it needed on a linux
> system?

---
urxae@urxae:~/opt/dm$ file `find`
.:              directory
./bin:          directory
./bin/lib.exe:  MS-DOS executable PE  for MS Windows (console) Intel 80386 32-bit
./bin/make.exe: MS-DOS executable PE  for MS Windows (console) Intel 80386 32-bit
./lib:          directory
./lib/snn.lib:  Microsoft Visual C library
---

So it contains two Windows executables and a MSVC library.
I'd guess nothing on Linux really need those, unless you plan on cross-compiling (perhaps with Wine?)...
February 19, 2007
Andrew Bell wrote:
> What is in the "dm" directory that is part of the "dmd.zip" file
> that contains the dmd compiler and such.

Handy files from the Digital Mars C++ distribution needed by Windows DMD.

> Is it needed on a linux system?

No, the Linux DMD works with gcc.