Thread overview
Linker missing from DMD 111? (from link in change log)
Jan 21, 2005
Kramer
Jan 21, 2005
Joshua Cearley
Jan 21, 2005
Kramer
January 21, 2005
I've downloaded DMD 111 from the link in the change log and I can't seem to find the linker.  Has any else had this problem, or am I just missing something totally embarrassing?

-Kramer


January 21, 2005
On Fri, 21 Jan 2005 06:01:25 +0000, Kramer wrote:

> I've downloaded DMD 111 from the link in the change log and I can't seem to find the linker.  Has any else had this problem, or am I just missing something totally embarrassing?
> 
> -Kramer

If I remember correctly, the DMD distribution doesn't come with a linker, only the compiler. If you are using Windows you need to download the DMC package. If you are using Linux, you should use the binutils (ld, etc).

-Joshua Cearley
Owner, Lead Developer
BlackCrystal Software
"Making dreams reality."
January 21, 2005
In article <pan.2005.01.21.13.42.30.677154@ezoob.com>, Joshua Cearley says...
>
>On Fri, 21 Jan 2005 06:01:25 +0000, Kramer wrote:
>
>> I've downloaded DMD 111 from the link in the change log and I can't seem to find the linker.  Has any else had this problem, or am I just missing something totally embarrassing?
>> 
>> -Kramer
>
>If I remember correctly, the DMD distribution doesn't come with a linker, only the compiler. If you are using Windows you need to download the DMC package. If you are using Linux, you should use the binutils (ld, etc).
>
>-Joshua Cearley
>Owner, Lead Developer
>BlackCrystal Software
>"Making dreams reality."

Thanks!

-Kramer