digitalmars.D - Linker missing from DMD 111? (from link in change log)
- Kramer <Kramer_member pathlink.com> Jan 20 2005
- Joshua Cearley <jtech ezoob.com> Jan 21 2005
- Kramer <Kramer_member pathlink.com> Jan 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
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? -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."
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: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
Jan 21 2005








Kramer <Kramer_member pathlink.com>