digitalmars.D.bugs - [Bug 57] New: DMD should support linking with something other than "gcc"
- d-bugmail puremagic.com (24/24) Mar 19 2006 http://d.puremagic.com/bugzilla/show_bug.cgi?id=57
- d-bugmail puremagic.com (8/8) Mar 19 2006 http://d.puremagic.com/bugzilla/show_bug.cgi?id=57
- d-bugmail puremagic.com (8/8) May 09 2006 http://d.puremagic.com/bugzilla/show_bug.cgi?id=57
http://d.puremagic.com/bugzilla/show_bug.cgi?id=57 Summary: DMD should support linking with something other than "gcc" Product: D Version: 0.150 Platform: All URL: http://www.digitalmars.com/drn- bin/wwwnews?digitalmars.D.bugs/6650 OS/Version: Linux Status: NEW Severity: minor Priority: P3 Component: DMD AssignedTo: bugzilla digitalmars.com ReportedBy: unknown simplemachines.org Currently, "gcc" is hardcoded in link.c. It seems to me that this should, instead, respect the $CC environment variable - so that, at least, a "gcc32" could easily be used by modifying dmd.conf (without creating a silly symlink or something.) This would probably be more portable and work better when gcc is not on the path, but CC is set. Thanks, -[Unknown] --
Mar 19 2006
http://d.puremagic.com/bugzilla/show_bug.cgi?id=57 Created an attachment (id=6) --> (http://d.puremagic.com/bugzilla/attachment.cgi?id=6&action=view) Change link.c to respect $CC, if set. This patch simply tries a getenv for CC, but falls back to gcc. -[Unknown] --
Mar 19 2006
http://d.puremagic.com/bugzilla/show_bug.cgi?id=57 larsivar igesund.net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |larsivar igesund.net This bug was apparently fixed in 0.151, could someone verify it? --
May 09 2006