www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - dm directory

reply Andrew Bell <andrew.bell.ia gmail.com> writes:
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
Feb 19 2007
next sibling parent Frits van Bommel <fvbommel REMwOVExCAPSs.nl> writes:
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?)...
Feb 19 2007
prev sibling parent Walter Bright <newshound digitalmars.com> writes:
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.
Feb 19 2007