June 11, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8230

           Summary: rdmd -lib -offilename ignores output filename
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: thelastmammoth@gmail.com


--- Comment #0 from thelastmammoth@gmail.com 2012-06-11 16:18:38 PDT ---
take any file main.d

rdmd -shared -oftest.dylib main => produces correctly test.dylib

rdmd -lib       -oftest.a       main => produces INcorrectly main.a instead of test.a

(using  --build-only doesn't change this fact)

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
March 10, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=8230


Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |thecybershadow@gmail.com
         Resolution|                            |DUPLICATE


--- Comment #1 from Vladimir Panteleev <thecybershadow@gmail.com> 2013-03-10 11:18:38 EET ---
*** This issue has been marked as a duplicate of issue 6535 ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------