Thread overview |
---|
March 13, 2003 compiling and running | ||||
---|---|---|---|---|
| ||||
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 Re: compiling and running | ||||
---|---|---|---|---|
| ||||
Posted in reply to meetrb | 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 Re: compiling and running | ||||
---|---|---|---|---|
| ||||
Posted in reply to meetrb | <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. |
Copyright © 1999-2021 by the D Language Foundation