[Issue 8230] New: rdmd -lib -offilename ignores output filename

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jun 11 16:16:29 PDT 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 at puremagic.com
        ReportedBy: thelastmammoth at gmail.com


--- Comment #0 from thelastmammoth at 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: -------


More information about the Digitalmars-d-bugs mailing list