www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 15418] New: Warning 178: .LIB pagesize exceeds 512

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 puremagic.com
          Reporter: mike 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 --
Dec 07 2015