Thread overview
dmd without microsoft linker
Jul 21, 2002
Steven Shaw
Jul 21, 2002
anderson
Jul 21, 2002
Walter
Jul 21, 2002
Steven Shaw
July 21, 2002
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
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
"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
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
>
>
>