GtkD: Build script

Mike Wey via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Aug 20 13:13:17 PDT 2017


On 20-08-17 20:41, Johnson Jones wrote:
> I guess I see why now you did what you did! ;)
> 
> .LIB pagesize exceeds 512
> 
> https://issues.dlang.org/show_bug.cgi?id=15418
> 
> Wanna take bets on how many *years* this takes to get fixed?!?

That one happens when GtkD is build with debug symbols.

The main library is build by package because optlink or omf doesn't 
support more that 32767 symbols in one object file, and i hit that limit.

-- 
Mike Wey


More information about the Digitalmars-d-learn mailing list