Thread overview | ||||||
---|---|---|---|---|---|---|
|
July 21, 2002 dmd without microsoft linker | ||||
---|---|---|---|---|
| ||||
Hi. Is there a way to get dmd to go without the microsoft linker? I don't have Visual Studio. -- Cheers, Steve. |
July 21, 2002 Re: dmd without microsoft linker | ||||
---|---|---|---|---|
| ||||
Posted in reply to Steven Shaw | And you don't need it. I'm not sure if the MS Linker would work anyhow. Simply use the linker that comes with DMC++ compiler for Win32. PS - I'd be nice if the D complier was able to come in one complete package rather then 2 (complier and linker). "Steven Shaw" <steven_shaw@iprimus.com.au> wrote in message news:ahcubp$ghf$1@digitaldaemon.com... > Hi. Is there a way to get dmd to go without the microsoft linker? I don't have Visual Studio. > > -- Cheers, Steve. > |
July 21, 2002 Re: dmd without microsoft linker | ||||
---|---|---|---|---|
| ||||
Posted in reply to Steven Shaw | "Steven Shaw" <steven_shaw@iprimus.com.au> wrote in message news:ahcubp$ghf$1@digitaldaemon.com... > Hi. Is there a way to get dmd to go without the microsoft linker? I don't have Visual Studio. It won't work with the microsoft linker. You need to download the Digital Mars linker from ftp://ftp.digitalmars.com/dmc.zip |
July 21, 2002 Re: dmd without microsoft linker | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter | Thanks guys. I had download both zip file. But I did my own thing and installed them in c:\local. In this case dmd was attempting to use my link.exe from the ms .net framework. I moved them to c:\ and now everything is working fine. -- Cheers, Steve. "Walter" <walter@digitalmars.com> wrote in message news:ahdmbk$18eo$1@digitaldaemon.com... > > "Steven Shaw" <steven_shaw@iprimus.com.au> wrote in message news:ahcubp$ghf$1@digitaldaemon.com... > > Hi. Is there a way to get dmd to go without the microsoft linker? I don't > > have Visual Studio. > > It won't work with the microsoft linker. You need to download the Digital Mars linker from > > ftp://ftp.digitalmars.com/dmc.zip > > > |
Copyright © 1999-2021 by the D Language Foundation