digitalmars.D.bugs - [Issue 9157] New: RDMD: Add support for the Unilink linker
- d-bugmail puremagic.com (17/17) Dec 14 2012 http://d.puremagic.com/issues/show_bug.cgi?id=9157
- d-bugmail puremagic.com (6/6) Dec 14 2012 http://d.puremagic.com/issues/show_bug.cgi?id=9157
- d-bugmail puremagic.com (12/12) Mar 10 2013 http://d.puremagic.com/issues/show_bug.cgi?id=9157
- d-bugmail puremagic.com (7/10) Mar 10 2013 http://d.puremagic.com/issues/show_bug.cgi?id=9157
- d-bugmail puremagic.com (6/6) Mar 10 2013 http://d.puremagic.com/issues/show_bug.cgi?id=9157
- d-bugmail puremagic.com (8/9) Mar 10 2013 http://d.puremagic.com/issues/show_bug.cgi?id=9157
- d-bugmail puremagic.com (7/7) Mar 10 2013 http://d.puremagic.com/issues/show_bug.cgi?id=9157
http://d.puremagic.com/issues/show_bug.cgi?id=9157 Summary: RDMD: Add support for the Unilink linker Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: pull Severity: enhancement Priority: P2 Component: DMD AssignedTo: andrej.mitrovich gmail.com ReportedBy: andrej.mitrovich gmail.com --- Comment #0 from Andrej Mitrovic <andrej.mitrovich gmail.com> 2012-12-14 09:02:43 PST --- -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Dec 14 2012
http://d.puremagic.com/issues/show_bug.cgi?id=9157 --- Comment #1 from Andrej Mitrovic <andrej.mitrovich gmail.com> 2012-12-14 09:13:39 PST --- https://github.com/D-Programming-Language/tools/pull/36 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Dec 14 2012
http://d.puremagic.com/issues/show_bug.cgi?id=9157 Vladimir Panteleev <thecybershadow gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |thecybershadow gmail.com --- Comment #2 from Vladimir Panteleev <thecybershadow gmail.com> 2013-03-10 11:33:56 EET --- Wouldn't this be better to implement as a wrapper around Unilink, which takes a OPTLINK-like command line? Then you can still use dmd to invoke linking, and won't need to change rdmd. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 10 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9157 --- Comment #3 from Andrej Mitrovic <andrej.mitrovich gmail.com> 2013-03-10 12:03:39 PDT --- (In reply to comment #2)Wouldn't this be better to implement as a wrapper around Unilink, which takes a OPTLINK-like command line? Then you can still use dmd to invoke linking, and won't need to change rdmd.But how do you make DMD actually invoke another tool for linking? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 10 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9157 --- Comment #4 from Vladimir Panteleev <thecybershadow gmail.com> 2013-03-11 02:54:55 EET --- By setting LINKCMD in sc.ini. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 10 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9157 --- Comment #5 from Andrej Mitrovic <andrej.mitrovich gmail.com> 2013-03-10 18:01:22 PDT --- (In reply to comment #4)By setting LINKCMD in sc.ini.Yeah but the purpose of adding the feature to RDMD is to avoid having to mess with ini files. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 10 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9157 --- Comment #6 from Vladimir Panteleev <thecybershadow gmail.com> 2013-03-11 03:04:25 EET --- If you remove the LINKCMD line from sc.ini, DMD will take it out of the environment. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 10 2013