www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 11996] New: Don't show 'only one main allowed' error when compiling with '-c'

https://d.puremagic.com/issues/show_bug.cgi?id=11996

           Summary: Don't show 'only one main allowed' error when
                    compiling with '-c'
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: code dawg.eu



If the intention is to build multiple object files at once without linking them
all together we shouldn't show this error.
Later when linking with dmd we could parse for that specific linker error
though.

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