wilzbach / tools-test

1 stars 0 forks source link

[Optlink] Warning 178: .LIB pagesize exceeds 512 #136

Open wilzbach opened 8 years ago

wilzbach commented 8 years ago

Note: the issue was created automatically migrated from https://issues.dlang.org

Original bug ID: BZ#15418 From: Mike Wey <mike@mikewey.eu> Reported version: D2 CC: bugzilla@digitalmars.com, TeddyBear12311@gmail.com

wilzbach commented 8 years ago

Comment author: Mike Wey <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

wilzbach commented 8 years ago

Comment author: Mike Wey <mike@mikewey.eu>

First reported in GtkD issue 133.

https://github.com/gtkd-developers/GtkD/issues/133

wilzbach commented 8 years ago

Comment author: TeddyBear12311@gmail.com

Any news on this?