Thread overview
compiling and running
Mar 13, 2003
meetrb
Mar 13, 2003
Harry
Mar 22, 2003
Walter
March 13, 2003
I would like to know as to how to compile a d program. i tried compiling the compiler that i downloaded from the net but an error CANNOT FIND LINK.EXE CHECK PATH keeps appearing. Can i use the linker provided by any compiler to link the files for the executable.


March 13, 2003
In article <b4q2kf$jms$1@digitaldaemon.com>, meetrb@rediffmail.com says...
>
>I
would like to know as to how to compile a d program. i tried compiling the
>compiler that i downloaded from the net but an error CANNOT FIND LINK.EXE
CHECK
>PATH keeps appearing.
Look at the heading named Installition and
Operation date Jan. 27
 Can i use the linker provided by any compiler to link
the
>files for the executable.
>
>


March 22, 2003
<meetrb@rediffmail.com> wrote in message news:b4q2kf$jms$1@digitaldaemon.com...
> I would like to know as to how to compile a d program. i tried compiling
the
> compiler that i downloaded from the net but an error CANNOT FIND LINK.EXE
CHECK
> PATH keeps appearing. Can i use the linker provided by any compiler to
link the
> files for the executable.

The linker, link.exe, should be in \dmd\bin. Secondly, check that \dm\bin
appears in your PATH. Type:
    SET
from the command prompt to see what PATH is currently set to.