digitalmars.D - Linker missing from DMD 111? (from link in change log)
- Kramer (4/4) Jan 20 2005 I've downloaded DMD 111 from the link in the change log and I can't seem...
- Joshua Cearley (8/13) Jan 21 2005 If I remember correctly, the DMD distribution doesn't come with a linker...
- Kramer (3/16) Jan 21 2005 Thanks!
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
Jan 20 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? -KramerIf 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."
Jan 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:Thanks! -KramerI'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? -KramerIf 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."
Jan 21 2005