[Issue 15418] New: Warning 178: .LIB pagesize exceeds 512

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Dec 7 14:28:53 PST 2015


https://issues.dlang.org/show_bug.cgi?id=15418

          Issue ID: 15418
           Summary: Warning 178: .LIB pagesize exceeds 512
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P1
         Component: tools
          Assignee: nobody at puremagic.com
          Reporter: mike at mikewey.eu

When GtkD is compiled with debug information, which is the default for dub.

linking executables results in the following warning:

> Warning 178: .LIB pagesize exceeds 512

after that optlink either hangs or terminates.

The GtkD library was compiled with the dmd -lib switch.
or dub build gtk-d:gtkd

The executable with the following command:
dmd HelloWorld.d -I..\..\src ..\..\gtkd.lib

--


More information about the Digitalmars-d-bugs mailing list