[Issue 4035] New: Unexpected optlink termination

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Apr 1 01:55:57 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=4035

           Summary: Unexpected optlink termination
           Product: D
           Version: unspecified
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Optlink
        AssignedTo: nobody at puremagic.com
        ReportedBy: samukha at voliacable.com


--- Comment #0 from Max Samukha <samukha at voliacable.com> 2010-04-01 01:55:36 PDT ---
To reproduce:

1. Unzip the attached file to a directory. You will get main_.obj, qtdcore.lib
and qtdgui.lib files.
2. Run dmd on those files:

dmd -gc main_.obj qtdcore.lib qtdgui.lib

The files were compiled with dmd 2.042 (BTW, there is no entry for that version
in bugzilla).

The problem seems to be rooted in qtdgui.lib and shows up only if a large
number of modules have been compiled into a single object file (200 in our
case). qtdcore.lib is provided to avoid unresolved symbols.

See also http://d.puremagic.com/issues/show_bug.cgi?id=4009

-- 
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