www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 9157] New: RDMD: Add support for the Unilink linker

reply d-bugmail puremagic.com writes:
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



09:02:43 PST ---


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Dec 14 2012
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9157




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
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9157


Vladimir Panteleev <thecybershadow gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow gmail.com



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
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9157




12:03:39 PDT ---

 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
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9157




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
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9157




18:01:22 PDT ---

 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
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9157




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